/* ABOUT HERO */

.inner-banner{

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

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

padding:150px 0;

text-align:center;

}



.inner-banner h1{

font-family:'Cinzel',serif;
font-size:48px;
color:#fff;

}


.inner-banner p{

color:#c9a96e;
margin-top:15px;

}





/* ABOUT INTRO */

.about-intro-section{
    padding:120px 0;
    background:#faf7f2;
}


.container-header{
    width:100%;
    max-width:1200px;
    margin:auto;
    padding:0 20px;
}


.about-intro-grid{

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:70px;
    align-items:center;

}


/* IMAGE */

.about-intro-image{
    width:100%;
}


.about-intro-image img{

    width:100%;
    height:520px;
    object-fit:cover;
    display:block;

}



/* CONTENT */

.about-subtitle{

    color:#c9a96e;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;

}


.about-intro-content h2{

    font-family:'Cinzel',serif;
    font-size:42px;
    line-height:1.3;
    font-weight:500;
    color:#211c18;
    margin:20px 0;

}


.about-intro-content p{

    color:#000000;
    font-size:16px;
    line-height:1.8;
    margin-bottom:15px;

}



.about-btn{

    display:inline-block;
    margin-top:25px;
    padding:15px 35px;
    background:#c9a96e;
    color:#fff;
    text-decoration:none;
    font-size:15px;
    transition:.3s;

}


.about-btn:hover{

    background:#211c18;

}



/* TABLET */

@media(max-width:991px){


.about-intro-section{

    padding:80px 0;

}


.about-intro-grid{

    grid-template-columns:1fr;
    gap:45px;

}


.about-intro-image img{

    height:450px;

}


.about-intro-content h2{

    font-size:34px;

}


}





/* MOBILE */

@media(max-width:576px){


.about-intro-section{

    padding:60px 0;

}


.container-header{

    padding:0 15px;

}


.about-intro-grid{

    gap:35px;

}


.about-intro-image img{

    height:330px;

}


.about-subtitle{

    font-size:11px;
    letter-spacing:2px;

}


.about-intro-content h2{

    font-size:28px;
    line-height:1.35;

}


.about-intro-content p{

    font-size:14px;
    line-height:1.7;

}


.about-btn{

    width:100%;
    text-align:center;

}


}


/*=========================================
        COMMITMENT SECTION
=========================================*/

.commitment-section{

    padding:100px 0;
    background:#f8f8f8;

}


/*============================
        DESKTOP
============================*/

.desktop-heading{

    text-align:center;
    max-width:700px;
    margin:0 auto 60px;

}

.desktop-heading span{

    color:#C89B5E;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;

}

.desktop-heading h2{

    font-size:46px;
    color:#222;
    margin:20px 0;

}

.desktop-heading p{

    color:#000000;
    line-height:1.8;

}

.desktop-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;

}


/*============================
        CARD
============================*/

.commitment-card{

    background:#fff;
    border-radius:18px;
    padding:35px 25px;
    text-align:center;
    border:1px solid #eee;
    transition:.35s;

}

.commitment-card:hover{

    transform:translateY(-8px);

}

.commitment-icon{

    width:70px;
    height:70px;
    margin:0 auto 25px;

    background:#C89B5E;
    color:#fff;

    border-radius:50%;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:28px;

}

.commitment-card h3{

    font-size:24px;
    color:#222;
    margin-bottom:15px;

}

.commitment-card p{

    color:#000000;
    line-height:1.8;
    font-size:15px;

}



/*============================
        MOBILE
============================*/

.commitment-mobile{

    display:none;

}



/*=================================
        TABLET
=================================*/

@media(max-width:991px){

.desktop-grid{

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

}

}





/*=================================
        MOBILE
=================================*/

@media(max-width:768px){

.desktop-heading,
.desktop-grid{

    display:none;

}

.commitment-mobile{

    display:grid;

    grid-template-columns:36% 64%;

    gap:15px;

    align-items:center;

}

.commitment-mobile-content{

    padding-right:5px;

}

.commitment-mobile-content span{

    color:#C89B5E;
    font-size:11px;
    font-weight:600;
    letter-spacing:2px;

}

.commitment-mobile-content h2{

    font-size:28px;
    line-height:1.25;
    margin:15px 0;

}

.commitment-mobile-content p{

    font-size:14px;
    line-height:1.8;
    color:#666;

}


/* Slider */

.commitment-mobile-slider{

    overflow:hidden;

}

.commitmentSwiper{

    overflow:visible;

}

.commitmentSwiper .swiper-slide{

    width:250px;

}

.commitmentSwiper .commitment-card{

    padding:30px 18px;
    border-radius:20px;

}

.commitmentSwiper .commitment-icon{

    width:65px;
    height:65px;
    font-size:24px;

}

.commitmentSwiper h3{

    font-size:22px;

}

.commitmentSwiper p{

    font-size:14px;

}

}





/*===============================
        SMALL MOBILE
================================*/

@media(max-width:480px){

.commitment-mobile{

    grid-template-columns:40% 60%;

}

.commitment-mobile-content h2{

    font-size:22px;

}

.commitment-mobile-content p{

    font-size:13px;

}

.commitmentSwiper .swiper-slide{

    width:220px;

}

}

/*========================================
        WHY CHOOSE
========================================*/

.why-choose-section{

    padding:100px 0;

    background:#fff;

}

.why-choose-wrapper{

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:70px;

    align-items:center;

}


/* Image */

.why-image{

    overflow:hidden;

    border-radius:18px;

}

.why-image img{

    width:100%;

    height:650px;

    object-fit:cover;

    transition:.5s;

}

.why-image:hover img{

    transform:scale(1.06);

}



/* Content */

.why-subtitle{

    display:inline-block;

    color:#C89B5E;

    font-size:13px;

    letter-spacing:3px;

    font-weight:600;

    margin-bottom:18px;

}

.why-content h2{

    font-size:44px;

    color:#222;

    line-height:1.3;

    margin-bottom:22px;

}

.why-content p{

    color:#000000;

    line-height:1.9;

    margin-bottom:35px;

}



.why-features{

    display:grid;

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

    gap:22px;

    margin-bottom:40px;

}



.why-feature{

    display:flex;

    gap:15px;

    align-items:flex-start;

}

.why-feature i{

    width:42px;

    height:42px;

    background:#C89B5E;

    color:#fff;

    border-radius:50%;

    display:flex;

    justify-content:center;

    align-items:center;

    flex-shrink:0;

}

.why-feature h4{

    font-size:18px;

    color:#222;

    margin-bottom:6px;

}

.why-feature span{

    color:#000000;

    font-size:14px;

    line-height:1.6;

}



.why-btn{

    display:inline-block;

    padding:15px 36px;

    background:#C89B5E;

    color:#fff;

    border-radius:40px;

    transition:.3s;

}

.why-btn:hover{

    background:#222;

    color:#fff;

}
/*========================================
        RESPONSIVE
========================================*/

@media(max-width:992px){

.why-choose-wrapper{

    grid-template-columns:1fr;

    gap:50px;

}

.why-image{

    order:1;

}

.why-content{

    order:2;

}

.why-image img{

    height:500px;

}

.why-content h2{

    font-size:36px;

}

}



@media(max-width:768px){

.why-choose-section{

    padding:70px 0;

}

.why-image img{

    height:380px;

}

.why-content{

    text-align:center;

}

.why-content h2{

    font-size:28px;

}

.why-content p{

    font-size:15px;

}

.why-features{

    grid-template-columns:1fr;

    gap:18px;

    text-align:left;

}

.why-feature h4{

    font-size:17px;

}

}



@media(max-width:480px){

.why-image img{

    height:300px;

}

.why-content h2{

    font-size:24px;

}

.why-btn{

    width:100%;

    text-align:center;

}

}

/*=========================================
        TAILORING PROCESS
=========================================*/
/*====================================
      TAILORING PROCESS
====================================*/

.tailoring-process-section{
    padding:100px 0;
    background:#f8f8f8;
}

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

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

.process-heading span{
    color:#C89B5E;
    font-size:13px;
    letter-spacing:3px;
    font-weight:600;
}

.process-heading h2{
    font-size:46px;
    color:#222;
    margin:18px 0;
    line-height:1.2;
}

.process-heading p{
    color:#000000;
    line-height:1.8;
}

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

.process-timeline{
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    position:relative;
}

.process-timeline::before{
    content:"";
    position:absolute;
    left:8%;
    right:8%;
    top:50px;
    height:2px;
    background:#e6d6bb;
    z-index:0;
}

.process-card{
    position:relative;
    z-index:2;
    background:#fff;
    border:1px solid #eee;
    border-radius:18px;
    padding:30px;
    text-align:center;
    transition:.35s;
}

.process-card:hover{
    transform:translateY(-8px);
    box-shadow:0 18px 40px rgba(0,0,0,.08);
}

.process-number{
    width:60px;
    height:60px;
    background:#C89B5E;
    color:#fff;
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
    margin:0 auto 20px;
    font-weight:700;
    font-size:18px;
}

.process-image{
    overflow:hidden;
    border-radius:15px;
    margin-bottom:20px;
}

.process-image img{
    width:100%;
    height:180px;
    object-fit:cover;
    transition:.4s;
}

.process-card:hover img{
    transform:scale(1.08);
}

.process-card h3{
    font-size:22px;
    color:#222;
    margin-bottom:15px;
}

.process-card p{
    color:#000000;
    line-height:1.8;
}

/*==============================
Hide Mobile Layout
==============================*/

.process-mobile-layout{
    display:none;
}

/*====================================
Responsive
====================================*/

@media(max-width:768px){

.tailoring-process-section{
    padding:70px 0;
}

/* Hide Desktop */

.desktop-process-heading,
.desktop-process-grid{
    display:none;
}

/* Show Mobile */

.process-mobile-layout{
    display:grid;
    grid-template-columns:36% 64%;
    gap:15px;
    align-items:center;
}

.process-mobile-content span{
    color:#C89B5E;
    font-size:11px;
    font-weight:600;
    letter-spacing:2px;
}

.process-mobile-content h2{
    font-size:24px;
    color:#222;
    line-height:1.3;
    margin:12px 0;
}

.process-mobile-content p{
    color:#666;
    font-size:13px;
    line-height:1.7;
}

/*==============================
Swiper
==============================*/

.process-mobile-slider{
    width:100%;
    overflow:hidden;
}

.processSwiper{
    width:100%;
}

.processSwiper .swiper-wrapper{
    align-items:stretch;
}

.processSwiper .swiper-slide{
    height:auto;
}

.processSwiper .process-card{
    padding:20px;
}

.processSwiper .process-number{
    width:50px;
    height:50px;
    font-size:16px;
}

.processSwiper .process-image img{
    height:170px;
}

.processSwiper .process-card h3{
    font-size:18px;
}

.processSwiper .process-card p{
    font-size:13px;
}

}

/*=====================================
        CTA SECTION
======================================*/

.about-cta-section{

    padding:100px 0;

    background:#f8f8f8;

}

.about-cta-wrapper{

    max-width:900px;

    margin:auto;

    background:#fff;

    border:1px solid #ececec;

    border-radius:20px;

    padding:70px 50px;

    text-align:center;

    box-shadow:0 15px 40px rgba(0,0,0,.05);

}

.cta-subtitle{

    display:block;

    color:#C89B5E;

    font-size:13px;

    font-weight:600;

    letter-spacing:3px;

    margin-bottom:15px;

}

.about-cta-wrapper h2{

    font-size:46px;

    color:#222;

    line-height:1.25;

    margin-bottom:20px;

}

.about-cta-wrapper p{

    max-width:700px;

    margin:auto;

    color:#000000;

    line-height:1.9;

    font-size:15px;

}

.cta-buttons{

    margin-top:35px;

    display:flex;

    justify-content:center;

    gap:18px;

    flex-wrap:wrap;

}

.cta-btn{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    min-width:220px;

    height:55px;

    background:#C89B5E;

    color:#fff;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.cta-btn:hover{

    background:#222;

    color:#fff;

}

.cta-btn-outline{

    display:inline-flex;

    justify-content:center;

    align-items:center;

    min-width:220px;

    height:55px;

    border:2px solid #C89B5E;

    color:#C89B5E;

    border-radius:50px;

    font-weight:600;

    transition:.35s;

}

.cta-btn-outline:hover{

    background:#C89B5E;

    color:#fff;

}

/*==============================
Responsive
==============================*/

@media(max-width:768px){

.about-cta-section{

    padding:70px 0;

}

.about-cta-wrapper{

    padding:45px 25px;

}

.about-cta-wrapper h2{

    font-size:30px;

}

.about-cta-wrapper p{

    font-size:14px;

}

.cta-buttons{

    flex-direction:column;

}

.cta-btn,
.cta-btn-outline{

    width:100%;

    min-width:100%;

}

}