@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Playfair+Display:wght@400;500;600&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a,
a:hover {
    color: inherit
}

:root {
    --theme-font: "Poppins", sans-serif;
    --secondary-font: "Khand", sans-serif
}

html {
    font-size: 16px;
    scroll-behavior: smooth
}

ul {
    margin: 0;
    padding: 0
}
button{border: 0;}
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Montserrat", sans-serif;
    color: #1d211e;
    background: #f4f2ed;
    line-height: 1.6;
}

.container {
    width: min(1180px, 90%);
    margin: 0 auto;
}

.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 18px 0;
    color: #000;
    background: #ebe9e2;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    display: flex;
    flex-direction: column;
    line-height: 1;
    width: 200px;
}

.logo span {
    font-family: "Domine", serif;
    font-size: 28px;
    letter-spacing: 5px;
}

.logo small {
    font-size: 8px;
    letter-spacing: 3px;
    margin-top: 6px;
}

.menu {
    display: flex;
    align-items: center;
    gap: 32px;
}

.menu a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

.hero {
    min-height: 760px;
    background:
        linear-gradient(90deg, rgba(7, 17, 16, .82), rgba(7, 17, 16, .25)),
        url("../images/banner_img.jpg") center/cover no-repeat;
    color: #fff;
    /* background-attachment: fixed;
    transition: all .5s ease; */
}

.hero-overlay {
    min-height: 760px;
    display: flex;
    align-items: center;
}

.hero-content {
    padding-top: 80px;
}

.eyebrow {
    display: block;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 10px;
    margin-bottom: 10px;
}

.hero h1 {
    max-width: 720px;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 3.5rem;
    line-height: 1.04;
}

.hero .line,
.cta .line {
    width: 55px;
    height: 1px;
    background: #c9a86a;
    margin: 30px 0;
}

.hero p {
    font-family: "Montserrat", sans-serif;
    font-size: 21px;
    font-style: italic;
}

section {
    padding: 5rem 0;
}

.split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
}

.content,
.expertise {
    flex: 1;
}

.content h2,
.section-heading h2,
.experience h2,
.cta h2 {
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.1;
}

.content p {
    max-width: 560px;
    margin-top: 24px;
    font-size: 15px;
    color: #555b56;
}

.image-box {
    /* min-height: 480px; */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 50%;
}
.image-box img {
    width: 100%;
    max-height: 600px;
    object-fit: cover;
    box-shadow: 0 0 17px #3b3b3b;
}
/* .image-two {
    background-image: url("images/india.jpg");
} */

.what-we-do {
    background: #ebe9e2;
}

.list {
    display: flex;
    flex-direction: column;
    gap: 18px;
    margin-top: 30px;
}

.list div {
    position: relative;
    padding-left: 22px;
    font-size: 14px;
    color: #4f5550;
}

.list div::before {
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    background: #c9a86a;
    border-radius: 50%;
    left: 0;
    top: 9px;
}

.expertise {
    border-left: 1px solid #bdbdb5;
    padding-left: 60px;
}

.expertise h3 {
     font-family: "Cormorant Garamond", serif;
    font-size: 28px;
    font-weight: 500;
    /* margin-bottom: 15px; */
}

.expertise-item {
    padding: 18px 0;
    border-bottom: 1px solid #d0cec6;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
}

.expertise-item h4 {
    font-size: 15px;
    font-weight: 500;
}

.expertise-item p {
    font-size: 13px;
    color: #777b76;
    margin-top: 4px;
}

.experience {
    color: #fff;
    background:
        linear-gradient(90deg, rgba(5, 17, 16, .88), rgba(5, 17, 16, .55)),
        url("../images/experience.jpg") center/cover no-repeat;
        background-attachment: fixed;
}

.experience-top {
    display: flex;
    justify-content: space-between;
    gap: 100px;
}

.experience-top > div {
    flex: 1;
}

.experience h2 {
    max-width: 500px;
}

.experience-text {
    display: flex;
    flex-direction: column;
    gap: 25px;
    max-width: 520px;
}

.experience-text p {
    font-size: 15px;
    color: #e2e1dc;
}

.institutional {
    background: #f4f2ed;
}

.section-heading {
    max-width: 780px;
    margin-bottom: 2rem;
}

.section-heading p {
    margin-top: 15px;
    max-width: 650px;
    color: #626761;
}

.process {
    display: flex;
    flex-wrap: wrap;
}

.process-item {
    width: 33.333%;
    padding: 35px 10px 35px 20px;
    border-bottom: 1px solid #cccac2;
    border-right: 1px solid #cccac2;
    transition: all .5s ease;
}
.process-item:hover{box-shadow: 0 0 10px #ccc;}
.process .process-item:nth-child(3n) {
  border-right: 0;
}
.process-item:nth-last-child(-n + 3) {
  border-bottom: 0;
}
.heading_flex{display: flex;flex-wrap: wrap;max-width: 100%;justify-content: space-between;}
.heading_flex>*{width: 47%;margin-top: 0!important;}
.process-item span {
    font-size: 20px;
    color: #59656c;
    font-weight: 400;
}

.process-item h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
    color: #59656c;
}

.process-item p {
    font-size: 13px;
    color: #686d68;
    max-width: 280px;
}

.markets {
    background: #ebe9e2;
}

.markets h4 {
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 30px;
}

.markets .image-box {
    min-height: 550px;
}

.strategic,
.development {
    background: #f4f2ed;
}

.advisory-grid,
.development-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.advisory-item,
.development-item {
    width: 32.333%;
    padding: 35px 35px 35px 0;
    /* border-top: 1px solid #cccac2; */
}
.development-item{border: 1px solid #59656c;padding: 1.5rem 1rem;}
.advisory-item h3,
.development-item h3 {
    font-family: "Domine", serif;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: normal;
    color: #59656c;
}

.advisory-item p,
.development-item p {
    font-size: 13px;
    color: #666b66;
}

.asset {
    background: #e9e7df;
}

.asset-grid {
    display: flex;
    flex-wrap: wrap;
}

.asset-item {
    width: 100%;
    /* padding: 40px 50px 40px 0; */
    border-top: 1px solid #c9c7bf;
}

.asset-item span {
    font-size: 16px;
    color: #a18a60;
}

.asset-item h3 {
    font-family: "Domine", serif;
    font-size: 24px;
    font-weight: 400;
    margin: 12px 0 20px;
}

.asset-item p {
    font-size: 13px;
    color: #60655f;
    margin-bottom: 12px;
}

.leadership {
    background: #f4f2ed;
}

.leadership-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 30px;
}

.person {
    width: calc(33.333% - 20px);
}

.person-image {
    height: 360px;
    background: #d8d6cf;
    margin-bottom: 25px;
}
.person-image img{width: 100%;}

.person h3 {
    font-family: "Domine", serif;
    font-size: 28px;
    font-weight: 400;
}

.person span,
.person strong {
    display: block;
    font-size: 12px;
}

.person strong {
    margin-top: 8px;
}

.person p {
    margin-top: 20px;
    font-size: 13px;
    color: #646963;
}

.cta {
    color: #fff;
    background:
        linear-gradient(rgba(7, 17, 16, .7), rgba(7, 17, 16, .7)),
        url("../images/mountains.jpg") center/cover no-repeat;
}
.cta_flex{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
.cta h2 {
    font-size: 4rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 5px;
    /* margin-top: 45px; */
}

.contact-info strong {
    font-family: "Domine", serif;
    font-size: 25px;
    font-weight: 400;
}

.contact-info span {
    font-size: 13px;
}

.footer {
    background: #091412;
    color: #fff;
    padding: 45px 0;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer p {
    font-size: 11px;
    letter-spacing: 2px;
}

@media (max-width: 900px) {
    .cta h2{font-size: 2rem;}

    .menu {
        display: none;
    }

    .split,
    .experience-top {
        flex-direction: column;
        align-items: stretch;
    }

    .expertise {
        border-left: 0;
        border-top: 1px solid #bdbdb5;
        padding: 50px 0 0;
    }

    .process-item,
    .advisory-item,
    .development-item {
        width: 50%;
    }

    .asset-item {
        width: 100%;
    }

    .person {
        width: calc(50% - 15px);
    }

    .image-box {
        width: 100%;
    }
}

@media (max-width: 600px) {

    section {
        padding: 75px 0;
    }

    .hero,
    .hero-overlay {
        min-height: 650px;
    }

    .hero h1 {
        font-size: 31px;
    }

    .process-item,
    .advisory-item,
    .development-item,
    .person {
        width: 100%;
    }

    .process-item,
    .advisory-item,
    .development-item {
        padding-right: 0;
    }

    /* .person-image {
        height: 420px;
    } */

    .footer-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .process-item{border-right: 0;}
    .process-item{border-bottom: 1px solid #cccac2!important;}
    .heading_flex>*{width: 100%;}
    .hero{background-size: cover!important;}
    .content h2, .section-heading h2, .experience h2, .cta h2{font-size: 2rem;}
    .markets .image-box{min-height: auto;}
}



.learn_more_btn{border-bottom: 2px solid #ae8c4d;display: inline-block;color: #000;text-decoration: none;padding-bottom: .25rem;font-family: "Montserrat", sans-serif;}
.learn_more_btn svg{transition: all .5s ease;}
.learn_more_btn:hover svg{transform: translateX(15px);}
.mt-5{margin-top: 1.5rem;}
.footer_menu{list-style: none;padding: 0;display: flex;gap: 1.5rem;flex-wrap: wrap;}
.footer_menu li a{color: #fff;text-decoration: none;font-weight: 300;transition: all .5s ease;}
.footer_menu li a:hover{color: #ccc;}
.copyright_menu{list-style: none;padding: 0;display: flex;gap: 1.5rem;}
.copyright_menu li a{color: #fff;text-decoration: none;font-weight: 300;transition: all .5s ease;font-size: 11px;}
.copyright_menu li a:hover{color: #ccc;}
.copyright_div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ccc;
    margin-top: 2rem;
    padding-top: 1rem;
}
.floating-cta {
    z-index: 9999;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    display: flex;
    position: fixed;
    bottom: 24px;
    right: 24px;
}
.cta-option {
    color: #fff;
    cursor: pointer;
    opacity: 1;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    transition: opacity .25s, transform .3s, visibility .3s;
    display: flex;
}
.cta-option.whatsapp {
    background: #25d366;
    transition-delay: 50ms;
}
.cta-option.call {
    background: #ae8c4d;
    transition-delay: .1s;
}
.asset-swiper .swiper-wrapper{padding-bottom: 2rem;}
.assistance_icon{background: #59656c;width: 3rem;height: 3rem;border-radius: 50%;color: #fff;display: flex;align-items: center;justify-content: center;font-size: 1.5rem;margin-bottom: 1.5rem;}










.asset-swiper {
    overflow: hidden;
}

.asset-swiper .swiper-slide {
    height: auto;
}

.asset-swiper .asset-item {
    height: 100%;
}
.swiper-pagination-bullet-active{background: #ae8c4d!important;}
