
/*=====================================
        INNER BANNER
======================================*/

.inner-banner{

    background:
    linear-gradient(rgba(33,28,24,.60), rgba(33,28,24,.60)),
url('../images/about/about12.jpeg');

    background-size:cover;
    background-position:center;
    background-repeat:no-repeat;

    padding:170px 0 120px;

    text-align:center;

}

.inner-banner-content h1{

    font-size:52px;

    color:#fff;

    margin-bottom:15px;

    font-weight:700;

}

.inner-banner-content p{

    color:#fff;

    font-size:18px;

    letter-spacing:1px;

}

@media(max-width:768px){

.inner-banner{

    padding:130px 0 80px;

}

.inner-banner-content h1{

    font-size:34px;

}

.inner-banner-content p{

    font-size:15px;

}

}


/*=====================================
        SERVICES INTRO
======================================*/

.services-intro-section{

    padding:100px 0;

    background:#fff;

}

.services-intro-grid{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}

.services-intro-image img{

    width:100%;

    height:600px;

    object-fit:cover;

    border-radius:20px;

}

.services-subtitle{

    color:#C89B5E;

    font-size:15px;

    font-weight:600;

    letter-spacing:3px;

}

.services-intro-content h2{

    font-size:44px;

    color:#222;

    line-height:1.3;

    margin:18px 0;

}

.services-intro-content p{

    color:#000000;

    line-height:1.9;

    margin-bottom:20px;

}

.services-feature-list{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:15px;

    margin:35px 0;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:10px;

    color:#000000;

    font-weight:500;

}

.feature-item i{

    color:#C89B5E;

}

.service-intro-btn{

    display:inline-flex;

    align-items:center;

    justify-content:center;

    width:220px;

    height:55px;

    background:#C89B5E;

    color:#fff;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.service-intro-btn:hover{

    background:#222;

    color:#fff;

}

/* Responsive */

@media(max-width:768px){

.services-intro-section{

padding:70px 0;

}

.services-intro-grid{

grid-template-columns:1fr;

gap:35px;

}

.services-intro-image img{

height:420px;

}

.services-intro-content h2{

font-size:30px;

}

.services-feature-list{

grid-template-columns:1fr;

}

.service-intro-btn{

width:100%;

}

}

/*==================================
      COZY TAILOR PROCESS
==================================*/

.ctp-section{
    padding:50px 0;
    background:#f8f8f8;
    width:100%;
}

.ctp-container{
    width:92%;
    max-width:1250px;
    margin:auto;
}

/* Heading */

.ctp-heading{
    width:100%;
    max-width:760px;
    margin:0 auto 70px;
    text-align:center;
}

.ctp-heading span{
    display:block;
    color:#c9a96e;
    font-size:13px;
    letter-spacing:4px;
    font-weight:600;
    margin-bottom:15px;
}

.ctp-heading h2{
    font-size:46px;
    line-height:1.2;
    color:#1d1d1d;
    margin-bottom:20px;
    font-weight:600;
}

.ctp-heading p{
    font-size:17px;
    color:#000000;
    line-height:1.8;
}

/* Wrapper */

.ctp-wrapper{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:70px;
}

/* Left */

.ctp-image{
    width:48%;
}

.ctp-image img{
    width:90%;
    height:550px;
    object-fit:cover;
    display:block;
    border-radius:10px;
}

/* Right */

.ctp-content{
    width:52%;
}

.ctp-item{
    display:flex;
    gap:20px;
    margin-bottom:35px;
}

.ctp-number{
    width:58px;
    height:58px;
    min-width:58px;
    border-radius:50%;
    background:#c9a96e;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-weight:700;
    font-size:18px;
}

.ctp-text h3{
    font-size:24px;
    color:#222;
    margin-bottom:10px;
}

.ctp-text p{
    font-size:15px;
    line-height:1.8;
    color:#000000;
}

/* Tablet */

@media(max-width:991px){

.ctp-section{
    padding:80px 0;
}

.ctp-wrapper{
    flex-direction:column;
}

.ctp-image,
.ctp-content{
    width:100%;
}

.ctp-image img{
    height:450px;
}

.ctp-heading h2{
    font-size:36px;
}

}

/* Mobile */

@media(max-width:767px){

.ctp-section{
    padding:30px 15px;
}

.ctp-heading{
    margin-bottom:40px;
}

.ctp-heading span{
    font-size:11px;
}

.ctp-heading h2{
    font-size:30px;
}

.ctp-heading p{
    font-size:15px;
}

.ctp-wrapper{
    gap:35px;
}

.ctp-image img{
    height:320px;
}

.ctp-item{
    gap:15px;
    margin-bottom:25px;
}

.ctp-number{
    width:45px;
    height:45px;
    min-width:45px;
    font-size:15px;
}

.ctp-text h3{
    font-size:18px;
}

.ctp-text p{
    font-size:14px;
    line-height:1.7;
}

}

/*==================================================
OUR SERVICES
==================================================*/

.our-services-section{
    padding:100px 0;
    background:#f8f8f8;
    width:100%;
    overflow:hidden;
}

.our-services-section .container-header{
    width:100%;
    max-width:1320px;
    margin:0 auto;
    padding:0 15px;

    /* Override Global CSS */
    display:block !important;
}

/*=========================
Heading
=========================*/

.our-services-section .services-heading{
    max-width:850px;
    margin:0 auto 70px;
    text-align:center;
}

.our-services-section .services-heading span{
    display:block;
    color:#c59d5f;
    font-size:13px;
    font-weight:700;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:12px;
}

.our-services-section .services-heading h2{
    font-size:52px;
    line-height:1.2;
    color:#111;
    margin-bottom:20px;
    font-weight:700;
}

.our-services-section .services-heading p{
    max-width:700px;
    margin:0 auto;
    color:#000000;
    font-size:17px;
    line-height:1.8;
}

/*=========================
Grid
=========================*/

.our-services-section .services-desktop-grid{

    display:grid !important;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

    width:100%;
}

/*=========================
Card
=========================*/

.our-services-section .service-card{

    background:#fff;

    border-radius:18px;

    overflow:hidden;

    border:1px solid #ececec;

    transition:.4s;

    box-shadow:0 10px 30px rgba(0,0,0,.06);
}

.our-services-section .service-card:hover{

    transform:translateY(-10px);

    box-shadow:0 18px 45px rgba(0,0,0,.12);
}

/*=========================
Image
=========================*/

.our-services-section .service-image{

    height:260px;

    overflow:hidden;
}

.our-services-section .service-image img{

    width:100%;

    height:100%;

    object-fit:cover;

    transition:.5s;
}

.our-services-section .service-card:hover img{

    transform:scale(1.08);
}

/*=========================
Content
=========================*/

.our-services-section .service-content{

    padding:28px;
}

.our-services-section .service-content h3{

    font-size:28px;

    color:#111;

    margin-bottom:15px;
}

.our-services-section .service-content p{

    color:#000000;

    line-height:1.8;

    margin-bottom:22px;
}

.our-services-section .service-content a{

    display:inline-flex;

    align-items:center;

    gap:10px;

    text-decoration:none;

    color:#c59d5f;

    font-weight:600;

    transition:.3s;
}

.our-services-section .service-content a:hover{

    color:#111;
}

.our-services-section .service-content a i{

    transition:.3s;
}

.our-services-section .service-content a:hover i{

    transform:translateX(5px);
}

/*=========================
Tablet
=========================*/

@media(max-width:991px){

.our-services-section{

    padding:80px 0;
}

.our-services-section .services-heading h2{

    font-size:42px;
}

.our-services-section .services-desktop-grid{

    grid-template-columns:repeat(2,1fr);
}

}

/*=========================
Mobile
=========================*/

@media(max-width:767px){

.our-services-section{

    padding:70px 0;
}

.our-services-section .services-heading{

    margin-bottom:45px;
}

.our-services-section .services-heading h2{

    font-size:32px;
}

.our-services-section .services-heading p{

    font-size:16px;
}

.our-services-section .services-desktop-grid{

    grid-template-columns:1fr;

    gap:25px;
}

.our-services-section .service-image{

    height:230px;
}

.our-services-section .service-content{

    padding:22px;
}

.our-services-section .service-content h3{

    font-size:24px;
}

}