/* Small line below menu */
/*.nav-line {
    display: block;
    width: 55px;
    height: 2px;
    background: rgba(255,255,255,0.4);
    margin: 25px auto 0;
}*/

/* Hero */


.hero-inner {
    position: relative;
}

.hero img {
    width: 100%;
    display: block;
}

.hero-content {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #4c5b4e;
}

.hero-title {
    margin: 0;
    line-height: 1.2;
    font-size: 60px;
}

.hero-title-accent {
    display: block;
    margin-left: 20px;
    font-weight: 600;
}

.hero-content h1 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 300;
}

/* Intro */
.intro {
    text-align: center;
}




/* Projects */
.projects {
    padding: 70px 0;
}

.section-title {
    text-align: center;
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    margin-bottom: 50px;
}

.project-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-card {
    background: #fff;
}

.project-card img {
    width: 100%;
    display: block;
    aspect-ratio: 5/6;
    object-fit: cover;
}

.project-content {
    padding: 20px;
}

.project-content h3 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 28px;
    margin-bottom: 15px;
}

.btn {
    display: inline-block;
    padding: 10px 25px;
    background: #c89a5b;
    color: #fff;
    text-decoration: none;
    border-radius: 30px;
    margin-top: 15px;
}

/* Numbers */

.number-card.light p {
    color: #35463c;
}

.numbers {
    padding: 80px 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.stat-box {
    text-align: center;
    padding: 25px;
    background: #fff;
}

.stat-box h4 {
    color: #173329;
    font-size: 28px;
    margin-bottom: 10px;
}

/* Philosophy */
.philosophy {
    /* background: #173329; */
    padding: 80px 0;
}

.philosophy-inner {
    background: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
}

.philosophy img {
    width: 100%;
}

.philosophy-content {
    padding: 50px;
}

/* .philosophy-content h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 42px;
    margin-bottom: 20px;
} */

/* Testimonials */
.testimonials {
    padding: 80px 0;
}

.testimonial-box {
    /* max-width:900px; */
    /* margin:auto; */
    /* background:#fff; */
    /* padding:40px; */
    /* display: grid;
    grid-template-columns: 250px 1fr; */
    /* gap:30px; */
}

.testimonial-box img {
    width: 100%;
}

.testimonial-box h4 {
    margin-top: 20px;
}

@media(max-width:991px) {
   

    .project-grid,
    .stats-grid,
    .philosophy-inner,
    .testimonial-box {
        grid-template-columns: 1fr;
    }


    .hero-title {
        font-size: 34px;
    }

    .hero-wrapper {
        background-position: center;
    }

    .hero-content h1 {
        color: #fff;
    }
}


/* =========================
   NUMBERS SECTION
========================= */



.section-subtitle {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #35463c;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.section-subtitlee {
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ad8051;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.numbers .section-title {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: #35463c;
    font-weight: 500;
    margin-bottom: 40px;
}

.numbers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
    /*max-width: 1000px;*/
    margin: 0 auto;
}

.number-card {
    padding: 30px 20px;
    min-height: 170px;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.number-card.light {
    background: #ececec;
}

.number-card.dark {
    background: #35463c;
    color: #fff;
}

.number-card h3 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 12px;
    font-family: Arial, sans-serif;
    color: #35463c;
}

.number-card h3 span {
    font-size: 20px;
    font-weight: 400;
}

.number-card p {
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    margin-top: 20px;
}

.number-card.dark p,
.number-card.dark h3 {
    color: #fff;
}


/* =========================
   PHILOSOPHY SECTION
========================= */

/* .philosophy {
    padding: 0px 60px;
    background-image: url('../image/bg.jpg');
} */

.philosophy-banner {
    position: relative;
    overflow: hidden;
}

.philosophySwiper {
    width: 100%;
}

.philosophy-slide {
    position: relative;
}

.philosophy-banner img {
    width: 100%;
    display: block;
}

.philosophy-content {
    position: absolute;
    top: 15%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;

    max-width: 800px;
    width: 90%;
}

.philosophy-pagination {
    bottom: 24px !important;
}

.philosophy-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 1;
}

.philosophy-pagination .swiper-pagination-bullet-active {
    background: var(--green);
}

/* .philosophy-content h2 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    font-weight: 500;
    color: #35463c;
    margin-bottom: 15px;
}

.philosophy-content p {
    font-size: 20px;
    line-height: 1.7;
    color: #35463c;
    font-weight: 600;
} */





.projects-title {
    margin-bottom: 40px;
    text-align: center;
    color: #35463c;
    font: 42px 'Playfair Display', serif;
}

.project-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    background: #35463c;
}



.project-card.active img,
.project-card:hover img {
    opacity: 1;
}

.project-overlay {
    position: absolute;
    inset: 0;
   
    padding-top: 50px;
    background: var(--green);
    text-align: center;
    transition: all 0.3s ease-in-out;
}

/*.project-card.active .project-overlay,
.project-card:hover .project-overlay{
    background:rgba(0,0,0,.35);
}*/

.projectRow {--bs-gutter-x: 10px;}

.project-overlay h3, .projectsTxtSwiper h3 {
    color: #c78f63;
    font-size:30px;
font-family: var(--font-playfair);
margin-bottom: 0;
}
.projectsTxtSwiper {padding-right: 200px;}
.projectsTxtSwiper h3 {margin-bottom: 15px;}

/* hide text on hover */
/* .project-card:hover .project-overlay h3 {
    opacity: 0;
} */

.swiper-button-next {
    width: 30%;
    /* height: 440px; */
    /*right:0;*/
    left: 50%;
    top: 50%;

   transform: translate(-50%, -50%);
    transition: opacity .3s ease;
    /*background:#35463c;*/
}

/* IMAGE SHOWS ONLY WHEN ACTIVE OR HOVER */
.swiper-slide-active .project-card .project-overlay {
    opacity: 0;
}

/* hide arrow on hover */
/*.swiper-button-next:hover{
    opacity:2;
    pointer-events:none;
}
.swiper-button-next:hover img{
    opacity:0;
}*/

.swiper-button-next::after {
    display: none;
}

.swiper-button-next img {
    width: 100%;
    /* max-width: 100%; */
    height: auto;
}

/*.swiper-button-next:after{
    font-size:36px;
}*/

/* .swiper-slide-active .project-overlay h3,
.project-card:hover .project-overlay h3 {
    opacity: 0;
    visibility: hidden;
    transition: .3s ease;
} */

.project-details {
    margin-top: 30px;
}

.project-details h3 {
    margin-bottom: 15px;
    color: #be9980;
    font: 42px 'Playfair Display', serif;
}

.project-details p {
    max-width: 850px;
    line-height: 1.8;
    font-size: 20px;
}

.know-more-btn {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 60px;
    border-radius: 30px;
    background: linear-gradient(90deg, #ad8051 0%, #be9980 50%, #ad8055 100%);
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}

.section-title {
    font-size: 48px;
    color: #3e4d42;
    margin-bottom: 10px;
}


.testimonial-section {
    padding: 80px 0;
    background: #fff;
    text-align: center;
    position: relative;
}


/*.section-subtitle{
    font-size:20px;
    color:#444;
    margin-bottom:60px;
}*/

.testimonialSwiper {position: relative;    }

.testimonial-slider {
    max-width: 1000px;
    overflow: hidden;
    margin: auto;
}

.testimonial-track {
    display: flex;
    transition: transform 0.8s ease;
}

.testimonial-slide {
    min-width: 100%;
    flex-shrink: 0;
}

.testimonial-box {
    position: relative;
    width: 100%;
    /* min-height: 430px; */
    /* display: flex; */
    /* justify-content: center;
    align-items: center;
    max-width: 700px;
    margin: 0 auto; */
}

/* TEXT BOX */
.testimonial-content {

    border: 1px solid #91806F;
   

    padding: 30px 35px 30px 60px;
    text-align: left;
    position: relative;
    /* z-index:1; */

    /* margin-left: 190px; */
}

.testimonial-content p {

    line-height: 1.7;
    /* margin-bottom: 20px; */
}
.testimonial-content p:last-child {
    margin-bottom: 0;
}
.name {
    display: block;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.location {
    display: block;
    /* color:#666;*/
}

.testimonial-img {
    /* position:absolute; */
    /* left: -48px; */
    /* top: 35%; */
    transform: translateX(20px);
    z-index: 2;
    position: relative;
    padding: 15px 0 15px 15px;
    margin-top: 35px;
}

.testimonial-img::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
   right: -15px;
    /* height: 100%; */
    border: 1px solid #91806F;
    z-index: 0;
}



/* ARROW BUTTONS */
.prev,
.next {
    /* position: absolute;
    top: 50%;
    transform: translateY(-50%); */
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10;
    width: 100%;
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* If using arrow images */
.prev img,
.next img {
    width: 100%;
    height: auto;
    display: block;
}

.subheading {
    font-size: 20px;
    line-height: 1.7;
    color: #35463c;
    font-weight: 600;
    margin-bottom: 60px;
}



.swiper-slide {
    width: 100%;
}

/* =========================
   RESPONSIVE
========================= */

@media (max-width: 768px) {

    .numbers-grid {
        grid-template-columns: 1fr;
    }

    .hero-content h1,
    .projects-title,
    .project-details h3,
    .numbers .section-title {
        font-size: 35px;
        line-height: 1.5;
    }

    .project-details p,
    .number-card p {
        font-size: 16px;

    }
}

@media (max-width: 991px) {

    .philosophy {
        padding: 50px 0;

    }

    .philosophy-content {
        top: auto;
        padding: 0px;
        position: inherit;
        transform: inherit;
        left: auto;
        width: 100%;
        max-width: inherit;
    }

    .numbers {
        padding: 80px 0;
    }
/* 
    .swiper-button-next {
        display: none;
    } */


    .project-overlay h3, .projectsTxtSwiper h3 {
        font-size: 25px;
    }

    .project-details {
        text-align: center;
    }
}

@media(max-width:991.99px) {
    .testimonial-img {transform: translateX(0); margin: 0 0 20px 0; padding: 0;}
    .testimonial-img::before {display: none;}
    .testimonial-content {padding: 20px;}
    .prev, .next {margin-top: 25vw;}

    .swiper-button-next {width: 50%;}
}

@media (max-width:767px) {

    .testimonial-slider {
        overflow: hidden;
        padding-bottom: 20px;
    }

    .testimonial-slide {
        min-width: 100%;
        flex-shrink: inherit;
    }

    /* .testimonial-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-height: auto;
        padding: 0 15px;
    } */

    .testimonial-img {
        /* position: static !important;
        transform: none !important;
        left: auto !important;
        top: auto !important; */
        width: 100%;
        margin-bottom: 20px;
    }

    /* .testimonial-img img {
        width: 100%;
        max-width: 280px;
        height: auto;
        display: block;
        margin: 0 auto;
        padding: 5px;
    } */

    .testimonial-content {
        width: 100%;
        max-width: 100%;
        margin-left: 0 !important;
        min-height: auto;
        padding: 20px;
    }

    /* arrows */
    /* .prev,
    .next {
        top: 180px;
        bottom: auto;
        transform: translateY(-50%);
        display: none;
    }

    .prev {
        left: 10px;
    }

    .next {
        right: 10px;
    }

    .prev img,
    .next img {
        width: 40px;
    } */
}




/* Capital section */

.capital-section {
    background: linear-gradient(145deg, #e8ddd0 0%, #f6f0e8 45%, #dfd0be 100%);
    padding: clamp(50px, 5.208vw, 90px) 0;
    position: relative;
}

.capital-section::before,
.capital-section::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, transparent 5%, var(--brown) 50%, transparent 95%);
    opacity: 0.65;
}

.capital-section::before {
    top: 0;
}

.capital-section::after {
    bottom: 0;
}

.capital-wrap {
    max-width: 900px;
    margin: 0 auto;
    /* padding: clamp(35px, 3.646vw, 70px) clamp(30px, 3.125vw, 60px);
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(187, 129, 97, 0.4);
    box-shadow: 0 12px 40px rgba(53, 70, 60, 0.08); */
}

.capital-wrap .title {
    color: var(--green);
    margin-bottom: clamp(20px, 2.083vw, 35px);
}

.capital-intro {
    color: var(--primary);
    font-size: clamp(16px, 1.25vw, 20px);
    line-height: 1.7;
    margin: 0;
}

/* Numbers section */


.number-row>.col:nth-child(even) .number-box {
    background-color: var(--green);
    color: var(--white);
}

.number-row>.col:nth-child(odd) .number-box {
    color: var(--green);
    background: var(--grey);
}

.number-box {
    text-align: center;
    height: 100%;
    padding: clamp(15px, 2.083vw, 40px);
}

.number-box h4 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: clamp(15px, 2.083vw, 40px);
}

.number-box h4 span {
    font-weight: 400;
    font-size: 16px;
}

.number-box p {
    font-size: 16px;
    margin-bottom: 0;
}

.hero-content {position: absolute; top: 50px; right: 50px; text-align: right;}

.philosophy-content .title span {color: var(--green);}


.philosophy-content2 {text-align: center; padding:0 50px; color: #9a8080;}
.philosophy-content2 h2.title {color: #9a8080;}

.philosophy-content2 .title span {color: var(--white);}

 


.philosopyPic img {height: 100%; object-fit: cover;}

.philosophy-banner {height: 800px;}

@media(max-width:991px) {
    .projectsTxtSwiper {padding-right: 0;}

    .number-box p, .number-box h4 span {font-size: 12px;}

    .philosophy-content .title, .philosophy-content, .philosophy-content .title span {color: var(--white);}
    .philosophy-banner {height: auto;}

    .philosopyPic  {aspect-ratio: 1/1;}

    .philosophy-content, .philosophy-content2 {color: var(--white); padding: 20px 0;}
    .philosophy-content2 h2.title {color: var(--white);}
    
}

@media(max-width:767.99px) {
    .hero-content {position: inherit; top: auto; right: auto; text-align: center; margin-top: 15px;}

    .hero-content h2.title {color: var(--white); margin: 0;}

    .number-box h4 {font-size: 20px;}
}

/* Contact Us */



.formWrp {background: rgb(255 255 255 /80%); padding: 30px; border: 2px solid #305F38;}

.formLogo {width: clamp(100px, 10.417vw, 200px); margin-left: auto; display: block; margin-bottom: clamp(30px, 5.208vw, 100px);}
.formWrp label {font-weight: 500;}
.formWrp .form-control {background: #aeafb0; border: 0; border-radius: 0; }

.formWrp .form-select {background-color: var(--green);  color: var(--white); border: 0; border-radius: 0; --bs-form-select-bg-img:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");}

.contactInfo >*:not(:last-child) {margin-bottom: 15px;}

.contactInfo .title {font-weight: 500; font-size: 25px;}

.contactInfo span {font-weight: 700;}



@media(min-width:767.99px) {
    .contactBanner {position: absolute; width: 100%; height: 100%; top:0; left: 0; object-fit: cover; z-index: -1;}
}
@media(max-width:991.99px) {
    .formWrp label {margin-bottom: 10px;}
}
@media(max-width:767.99px) {
    .formWrp {margin: 20px 0;}
}