html.no-scroll {
    overflow: hidden;
}


.slick-list {
    overflow: visible;
}

.slick-track {
    cursor: grab;
}

.slick-slide {
    outline: none;
}

.slick-slide.slick-center {
    opacity: 1;
}

.slick-dotted.slick-slider {
    margin-bottom: 3em;
}

.slick-dots {
    bottom: -3em;
}

.slick-dots li button {
    display: block;
    width: 8px;
    height: 8px;
    padding: 5px;
    border-radius: 8px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #5f7481;
    overflow: hidden;
}

.slick-dots li.slick-active button {
    transform: scale(1.3);
    background: #fff;
}

.slick-dots li.slick-active button::before {
    display: none;
}

.slick-dots li button:before {
    content: '';
    color: transparent;
}


[text-split] {
    opacity: 0;
}

html.w-editor [text-split] {
    opacity: 1;
}

.word {
    overflow: hidden;
    padding-bottom: 0.1em;
    margin-bottom: -0.1em;
    transform-origin: bottom;
    line-height: 0.9;
}


@media screen and (max-width: 767px) {
    html {
        --spacing-scale: 0.75;
    }
}

/*
  html { font-size: calc(0.5625rem + 0.41666666666666663vw); }
  @media screen and (max-width:1920px) { html { font-size: calc(0.5625rem + 0.41666666666666674vw); } }
  @media screen and (max-width:1440px) { html { font-size: calc(0.7501951092611863rem + 0.20811654526534862vw); } }
  @media screen and (max-width:479px) { html { font-size: calc(0.7496077405857741rem + 0.6276150627615062vw); } }

  */


/* *{
      outline:1px solid red;
  } */

/* Wizardry Fluid Settings */
body {
    min-height: 0vw;
    font-size: calc(0.4934210526315789vw + 0.506578947368421em);
}

/* Min Font Size */
@media screen and (max-width:991px) {
    body {
        font-size: .875em;
    }
}

/* Make text look crisper and more legible in all browsers */
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Focus state style for keyboard navigation for the focusable elements */
*[tabindex]:focus-visible,
input[type="file"]:focus-visible {
    outline: 0.125rem solid #4d65ff;
    outline-offset: 0.125rem;
}

/* Get rid of top margin on first element in any rich text element */
.w-richtext> :not(div):first-child,
.w-richtext>div:first-child> :first-child {
    margin-top: 0 !important;
}

/* Get rid of bottom margin on last element in any rich text element */
.w-richtext>:last-child,
.w-richtext ol li:last-child,
.w-richtext ul li:last-child {
    margin-bottom: 0 !important;
}

/* Prevent all click and hover interaction with an element */
.pointer-events-off {
    pointer-events: none;
}

/* Enables all click and hover interaction with an element */
.pointer-events-on {
    pointer-events: auto;
}

/* Create a class of .div-square which maintains a 1:1 dimension of a div */
.div-square::after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

/* Make sure containers never lose their center alignment */
.container-medium,
.container-small,
.container-large {
    margin-right: auto !important;
    margin-left: auto !important;
}

.container{
    max-width:1100px;
    margin:auto;
    padding:0 20px;
}
/* 
  Make the following elements inherit typography styles from the parent and not have hardcoded values. 
  Important: You will not be able to style for example "All Links" in Designer with this CSS applied.
  Uncomment this CSS to use it in the project. Leave this message for future hand-off.
  */

a,
.w-tab-link,
.w-nav-link,
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
    color: inherit;
    text-decoration: inherit;
    font-size: inherit;
}


/* Apply "..." after 3 lines of text */
.text-style-3lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/* Apply "..." after 2 lines of text */
.text-style-2lines {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/* Adds inline flex display */
.display-inlineflex {
    display: inline-flex;
}

/* These classes are never overwritten */
.hide {
    display: none !important;
}

@media screen and (max-width: 991px) {

    .hide,
    .hide-tablet {
        display: none !important;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile-landscape {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {
    .hide-mobile {
        display: none !important;
    }
    
}

.margin-0 {
    margin: 0rem !important;
}

.padding-0 {
    padding: 0rem !important;
}

.spacing-clean {
    padding: 0rem !important;
    margin: 0rem !important;
}

.margin-top {
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}

.padding-top {
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}

.margin-right {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
    margin-left: 0rem !important;
}

.padding-right {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
    padding-left: 0rem !important;
}

.margin-bottom {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-bottom {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.margin-left {
    margin-top: 0rem !important;
    margin-right: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-left {
    padding-top: 0rem !important;
    padding-right: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-horizontal {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
}

.padding-horizontal {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
}

.margin-vertical {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
}

.padding-vertical {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

@media screen and (min-width:992px) {

    .nav-link:after,
    .ulink:after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 1px;
        background-color: currentColor;
        -webkit-transform: translateX(calc(-100% - 1px));
        transform: translateX(calc(-100% - 1px));
        transition: -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
        transition: transform .6s cubic-bezier(.77, 0, .175, 1);
        transition: transform .6s cubic-bezier(.77, 0, .175, 1), -webkit-transform .6s cubic-bezier(.77, 0, .175, 1);
        pointer-events: none;
    }

    .nav-link:hover:after,
    .ulink:hover:after {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }

    .connection-grid_item:hover {
        .expand-button {
            max-width: 20em;
            transition: max-width 1s ease-out;
            padding-left: 1.25em;
            padding-right: 1.25em;
        }

        .cgi_bg_shade {
            background-color: rgba(41, 74, 121, 0.88)
        }
    }

    .nav-button:after {
        display: none;
    }
}

.cares-bg-map,
.community-logo-item {
    mix-blend-mode: multiply;
}

.select-field {
    border: 0 !important;
    /*Removes border*/
    -webkit-appearance: none;
    /*Removes default chrome and safari style*/
    -moz-appearance: none;
    /*Removes default style Firefox*/
    border-radius: 0px !important;
}

.select-wrap::before {
    background-image: url('assets/images/64ee3f5f51c619898f44057d_select-arrow.svg');
    background-size: 1.5em 1.5em;
    height: 1.5em;
    width: 1.5em;
    display: inline-block;
    content: "";
    position: absolute;
    right: .75em;
    top: .875em;
}

.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled) {
    background-color: #fcfcfa !important;
}

@media (pointer: fine) {
    a:hover [btn-main="icon"] {
        transform: translateX(0.25em);
    }
}

@media (max-width: 1062px) and (min-width: 992px) {

    .nav-menu-container,
    .nav-group,
    .nav-group.right {
        grid-column-gap: 1.125em;
    }
}

/* text wrap */
[class*="tw1"] {
    text-wrap: balance;
}

[nav-bg="trans"] {
    background: transparent;
}

.video-color {
    mix-blend-mode: color;
}

.registered {
    font-size: .75em;
    line-height: .75em;
}

sup {
    top: -0.25em !important;
}

/* desktop */
html {
    --spacing-scale: 1;
}

/* tablet */
@media screen and (max-width: 991px) {
    html {
        --spacing-scale: 0.75;
    }
}

/* landscape */
@media screen and (max-width: 767px) {
    html {
        --spacing-scale: 0.5;
    }
}



.hero_animation .image-cover {
    -webkit-animation: kenburns 10s ease-in-out infinite alternate;
    animation: kenburns 10s ease-in-out infinite alternate
}

@-webkit-keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}

@keyframes kenburns {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2)
    }
}


.balance-text {
    text-wrap: balance;
}

/* Premium Luxury Styles */
.padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* Premium Cards */
.premium-card {
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 3rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.premium-card:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-6px);
    border-color: var(--gold);
}

/* Client Cards */
.client-card_home-link {
    background: #ffffff;
    border: 1px solid var(--gray-200);
    border-radius: 12px;
    padding: 2.5rem;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.03);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
    display: block;
}

.client-card_home-link:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.06);
    transform: translateY(-6px);
    border-color: var(--gold);
}

.client-card_icon {
    margin-bottom: 1.5rem;
    opacity: 0.8;
}

.client-card_heading {
    font-family: 'Playfair Display', serif;
    font-size: 1.5em;
    margin-bottom: 0.75rem;
    color: var(--navy);
}

.client-card_description {
    color: var(--gray-500);
    line-height: 1.6;
}

/* Premium Button Enhancements */
.button {
    position: relative;
    overflow: hidden;
    padding: 1.25rem 2.5rem;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: 0.02em;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.button.is-hero {
    background-color: var(--gold);
    color: var(--navy);
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.2);
}

.button.is-hero:hover {
    background-color: #b68f1f;
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(201, 162, 39, 0.3);
}

.button:not(.is-hero) {
    border: 1px solid var(--gold);
    background-color: transparent;
    color: var(--navy);
}

.button:not(.is-hero):hover {
    background-color: var(--gold);
    color: var(--navy);
    transform: translateY(-2px);
    box-shadow: 0 4px 20px rgba(201, 162, 39, 0.2);
}

.button::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.6s ease;
}

.button:hover::after {
    transform: translateX(100%);
}

/* Typography Enhancements */
.heading-hero {
    letter-spacing: -0.02em;
    line-height: 1.1;
    font-size: 5em;
}

@media screen and (max-width: 991px) {
    .heading-hero {
        font-size: 3.5em;
    }
}

@media screen and (max-width: 767px) {
    .heading-hero {
        font-size: 2.5em;
    }
}

/* Hero Section Enhancements */
.hero {
    position: relative;
    overflow: hidden;
}

.hero-background {
    position: relative;
}

.hero-background .image-cover {
    opacity: 0.8;
    filter: saturate(0.9);
}

.hero-shade {
    background: linear-gradient(135deg, rgba(26, 58, 46, 0.85) 0%, rgba(26, 58, 46, 0.6) 100%);
}

/* Smooth animations */
* {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, transform 0.3s ease;
}

/* Section Reveal Animations */
.section-reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.section-reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

/* Heading Label */
.heading-label {
    font-family: 'Inter', sans-serif;
    font-size: 0.875em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--gold);
    margin-bottom: 1rem;
    font-weight: 500;
}

/* Layout Image */
.layout-image_wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.layout-image_wrap .image-cover {
    transition: transform 0.6s ease;
}

.layout-image_wrap:hover .image-cover {
    transform: scale(1.05);
}

/* Connection Grid */
.connection-grid_item {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.connection-grid_item:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
}

/* Navigation */
.navbar {
    padding: 1.5rem 0;
    transition: background-color 0.3s ease, padding 0.3s ease;
}

.navbar.scrolled {
    background-color: rgba(248, 245, 240, 0.98);
    padding: 1rem 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* ====================================
   PREMIUM NAVIGATION STYLES
   ==================================== */

/* Navigation wrapper */
/* ==========================================
   PREMIUM HEADER
========================================== */

:root {
    --primary: #15352c;
    --gold: #b8965a;
    --white: #ffffff;
    --off-white: #f8f6f2;
    --text: #24342d;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition: all .35s ease;
}

.header.scrolled {
    background: rgba(248, 246, 242, .98);
    backdrop-filter: blur(12px);
    box-shadow: 0 8px 35px rgba(0, 0, 0, .06);
}

.header.scrolled .nav-menu ul li a {
    color: #1a3a2e;
}

.header.scrolled .nav-menu ul li a.active {
    color: var(--gold);
}

.header .container {

    max-width: 1360px;

    margin: auto;

    padding: 0 35px;

    height: 95px;

    display: flex;

    align-items: center;

    justify-content: space-between;
}

/* ==========================================
   LOGO
========================================== */

.logo {

    display: flex;

    align-items: center;

    flex-shrink: 0;
}

.logo img {

    height: 70px;

    width: auto;

    display: block;

    transition: .35s ease;
}

.header.scrolled .logo img {
    height: 58px;
}

.header.scrolled .logo {
    height: 3.125em;
}

.header.scrolled {
    padding-top: 0em;
    padding-bottom: 0em;
}

/* ==========================================
   NAVIGATION
========================================== */
.nav-menu {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-menu ul {
    display: flex;
    align-items: center;
    gap: 42px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu ul li {
    list-style: none;
}

.nav-menu ul li a {
    position: relative;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    border-radius: 50px;
    font-weight: 500;
    letter-spacing: .4px;
    color: #f8f5f0;
    text-decoration: none;
    transition: color .35s ease;
    padding: 8px 0;
}

/* ==========================================
NAV LINK HOVER
========================================== */
.nav-menu ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 0;
    height: 2px;
    background: var(--gold);
    transition: width .35s ease;
}

.nav-menu ul li a:hover {
    color: var(--gold);
}

.nav-menu ul li a:hover::after {
    width: 100%;
}

.nav-menu ul li a.active {
    color: var(--gold);
}

.nav-menu ul li a.active::after {
    width: 100%;
}

/* ==========================================
CTA BUTTON
========================================== */
.header-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    background: var(--gold);
    color: var(--primary);
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .4px;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: all .35s ease;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.header-btn:hover {
    background: var(--primary);
    color: var(--gold);
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

/* ==========================================
BUTTON SHINE EFFECT
========================================== */
.header-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 60%;
    height: 100%;
    background: linear-gradient(120deg,
            transparent,
            rgba(255, 255, 255, .45),
            transparent);
    transition: .8s;
}

.header-btn:hover::before {
    left: 160%;
}

/* ==========================================
STICKY HEADER SCROLL EFFECT
========================================== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: transparent;
    transition:
        background-color .35s ease,
        backdrop-filter .35s ease,
        box-shadow .35s ease,
        padding .35s ease;
}

/* After Scroll */
.header.scrolled {
    background: rgba(248, 246, 242, .96);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, .06);
}

/* Header Height */
.header .container {
    height: 95px;
    transition: height .35s ease;
}

.nav-menu ul li a {
    transition:
        color .35s ease,
        letter-spacing .35s ease;
}

.header.scrolled .nav-menu ul li a {
    letter-spacing: .3px;
}

.header-btn {
    transition:
        all .35s ease;
}

.header.scrolled .header-btn {
    padding: 12px 24px;
}

/* ==========================================
MOBILE NAVIGATION
========================================== */
.menu-toggle {
    display: none;
    width: 42px;
    height: 42px;
    cursor: pointer;
    position: relative;
    z-index: 1001;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 6px;
}

.menu-toggle span {
    width: 28px;
    height: 2px;
    background: var(--primary);
    border-radius: 5px;
    transition: .35s ease;
}

/* Hamburger Animation */
.menu-toggle.active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
}

.menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
}

.btn-luxury{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:14px 28px;
    background:var(--gold);
    color:var(--primary);
    font-family:"Inter",sans-serif;
    font-size:15px;
    font-weight:600;
    letter-spacing:.4px;
    text-decoration:none;
    border-radius:50px;
    border:1px solid transparent;
    transition:all .35s ease;
    white-space:nowrap;
    overflow:hidden;
    position:relative;
}

.btn-luxury::before{
    content:"";
    position:absolute;
    top:0;
    left:-120%;
    width:60%;
    height:100%;
    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );
    transition:.8s;
}

.btn-luxury:hover{
    background:var(--primary);
    color:var(--gold);
    transform:translateY(-2px);
    box-shadow:0 12px 30px rgba(0,0,0,.12);
}

.btn-luxury:hover::before{
    left:160%;
}

/*=========================================
SERVICES DROPDOWN
=========================================*/
.has-dropdown{

    position:relative;

}

.nav-dropdown-trigger{

    display:flex;

    align-items:center;

}

.dropdown-toggle{

    width:22px;

    height:22px;

    display:flex;

    justify-content:center;

    align-items:center;

    background:none;

    border:none;

    color:var(--gold);

    cursor:pointer;

    padding:0;

}

.dropdown-toggle svg{

    width:15px;

    height:15px;

    transition:.35s;

}

.has-dropdown:hover .dropdown-toggle svg{

    transform:rotate(180deg);

}

.dropdown-menu{
    position:absolute;
    top:calc(100% + 8px);
    left:50%;
    transform:translateX(-50%);
    width:320px;
    /* display:block !important; */

    background:#fff;
    border-radius:18px;
    border:1px solid rgba(184,150,90,.18);
    box-shadow:0 18px 50px rgba(0,0,0,.12);

    padding:12px 0;
    list-style:none;

    opacity:0;
    visibility:hidden;
    transition:.35s;
}

.dropdown-menu::before{

    content:"";

    position:absolute;

    top:-8px;

    left:50%;

    width:16px;

    height:16px;

    background:#fff;

    transform:translateX(-50%) rotate(45deg);

}

.has-dropdown:hover .dropdown-menu{

    opacity:1;

    visibility:visible;

    transform:translateX(-50%) translateY(0);

}

.dropdown-menu li{

    width:100%;

}

.dropdown-menu li a{

    display:block;

    padding:14px 25px !important;

    color:#16352D !important;

}

.dropdown-menu li a::after{

    display:none;

}

.dropdown-menu li a:hover{

    background:#F8F6F1;

    color:#B8965A !important;

    padding-left:35px !important;

}
@media(min-width:992px) {
    .dropdown-menu{
        display:block !important;
    }
}

@media(max-width:991px) {
    .menu-toggle {
        display: flex;
    }

    .header-btn {
        display: none;
    }

    .nav-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 60vw;
        height: 100vh;
        background: #F8F6F2;
        display: flex;
        justify-content: center;
        align-items: baseline;
        transition: .45s ease;
        box-shadow: -10px 0 40px rgba(0, 0, 0, .08);
        z-index: 999;
    }

    .nav-menu.active {
        right: 0;
    }

    .nav-menu ul {
        flex-direction: column;
        gap: 28px;
        width: 100%;
        padding: 0 40px;
        margin-top: 50px;
    }

    .nav-menu ul li {
        width: 100%;
        text-align: left;
    }

    .nav-menu ul li a {
        font-size: 18px;
        display: block;
        padding: 10px 0;
        color: #15352C;
    }

    .header .container nav ul {
        margin-top: 100px;
    }

    .has-dropdown .dropdown-menu{

    position:static;

    transform:none;

    opacity:1;

    visibility:visible;

    box-shadow:none;

    border:none;

    padding:10px 0 0;

    display:none;

    background:transparent;

    min-width:100%;

    }

    .has-dropdown .dropdown-menu::before{

        display:none;

    }

    .has-dropdown.active .dropdown-menu{

        display:block;

    }

    .has-dropdown .dropdown-menu li a{

        padding:10px 0 10px 18px !important;

        font-size:15px !important;

    }

    .nav-dropdown-trigger{

        width:100%;

    }

    .dropdown-toggle{

        width:40px;

        height:40px;

    }

/* .dropdown-menu{

    position:static;

    transform:none;

    opacity:1;

    visibility:visible;

    display:none;

    box-shadow:none;

    border:none;

    background:transparent;

    padding:10px 0 0;

    min-width:100%;

} */

    .dropdown-menu::before{

        display:none;

    }

    .has-dropdown.active .dropdown-menu{

        display:block;

    }
    .dropdown-toggle svg{
        transition: transform .35s ease;
    }
    .has-dropdown.active .dropdown-toggle svg{

        transform:rotate(180deg);

    }

    .dropdown-menu li a{

        padding:10px 0 10px 20px !important;

        font-size:15px !important;

    }

    .has-dropdown:hover .dropdown-menu{

        opacity:1;

        visibility:visible;

        transform:translateX(5%) translateY(0);

    }
    .nav-menu.active .dropdown-menu{
        margin: 0 auto;
    }
}

body.menu-open {
    overflow: hidden;
}

/* banner css */

.hero-banner {
    position: relative;
    /* height:100vh; */
    min-height: 100vh;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.hero-bg {

    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    object-fit: cover;

    z-index: 1;

}

.hero-overlay {

    position: absolute;

    inset: 0;

    background: linear-gradient(90deg,
            rgba(9, 24, 20, .80),
            rgba(9, 24, 20, .45),
            rgba(9, 24, 20, .10));

    z-index: 2;

}

.hero-container {

    position: relative;

    z-index: 3;

    max-width: 1360px;

    width: 100%;

    margin: auto;

    padding: 0 60px;

}

.hero-content {

    max-width: 700px;

}

.hero-tag {

    color: #B8965A;

    letter-spacing: 3px;

    text-transform: uppercase;

    font-size: 13px;

    font-family: Inter;

}

.hero-content h1 {

    font-size: 76px;

    line-height: 1.05;

    color: #fff;

    margin: 20px 0;

    font-family: "Playfair Display", serif;

}

.hero-content p {

    font-size: 20px;

    line-height: 1.8;

    color: rgba(255, 255, 255, .88);

    margin-bottom: 45px;

}

.hero-btns {

    display: flex;

    gap: 18px;

}

.btn-primary {

    padding: 16px 34px;

    background: #B8965A;

    color: #15352C;

    text-decoration: none;

    border-radius: 10px;

    font-weight: 600;

}

.btn-secondary {

    padding: 16px 34px;

    border: 1px solid rgba(255, 255, 255, .35);

    color: #fff;

    text-decoration: none;

    border-radius: 10px;

}

.hero-bg {
    animation: cinematicHero 18s ease-in-out infinite alternate;
}

@keyframes cinematicHero {
    0% {
        transform: scale(1) translateX(0);
    }

    100% {
        transform: scale(1.10) translateX(-25px);
    }

}

@media screen and (max-width: 479px) {
    .padding-section-large {
        padding-top: 5em;
        padding-bottom: 0em;
    }

    .hero-content h1 {
        font-size: 2rem;
    }

    .hero-container {
        padding: 0 40px ;
    }
}



/*==========================================
OUR EXPERTISE
==========================================*/

.expertise-section {

    padding: 100px 0;

    background: #F5F2EC;

    position: relative;

}

.expertise-heading {

    width: min(760px, 90%);

    margin: 0 auto 90px;

    text-align: center;

}

.expertise-heading h2 {

    font-family: "Playfair Display", serif;

    font-size: 56px;

    font-weight: 500;

    color: #16352D;

    margin: 18px 0 25px;

    line-height: 1.1;

}

.expertise-heading p {

    font-size: 18px;

    line-height: 1.9;

    color: #666;

}

.expertise-wrapper {

    width: min(1250px, 92%);

    margin: auto;

    position: relative;

}

.expertise-card {

    position: sticky;

    top: 90px;

    display: grid;

    grid-template-columns: 55% 45%;

    align-items: center;

    background: #fff;

    border-radius: 28px;

    overflow: hidden;

    margin-bottom: 80px;

    min-height: 560px;

    border: 1px solid rgba(0, 0, 0, .06);

    box-shadow: 0 25px 60px rgba(0, 0, 0, .06);

    transition: transform .45s ease, box-shadow .45s ease, border-color .45s ease;

}

.expertise-card:hover {

    transform: translateY(-12px);

    border-color: #B8965A;

    box-shadow:

        0 35px 80px rgba(0, 0, 0, .10);

}

.expertise-image {

    height: 560px;
    min-height: 500px;
    overflow: hidden;

}

.expertise-image img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 1.2s ease;

}

.expertise-card:hover img {

    transform: scale(1.08);

}

.expertise-content {
    padding: 55px;
    position: relative;

}

.expertise-content span {

    font-size: 90px;

    color: rgba(184, 150, 90, .18);

    font-weight: 700;

    position: absolute;

    top: 20px;

    right: 45px;

    line-height: 1;

}

.expertise-content h3 {

    font-family: "Playfair Display", serif;

    font-size: 42px;

    color: #16352D;

    line-height: 1.18;

    font-weight: 500;

    margin-bottom: 25px;

    position: relative;

    z-index: 2;

}

.expertise-content p {

    font-size: 18px;

    line-height: 1.9;

    color: #666;

    margin-bottom: 40px;

    position: relative;

    z-index: 2;

}

.expertise-content a {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    color: #B8965A;

    text-decoration: none;

    font-weight: 600;

    transition: .35s;

}

.expertise-content a:hover {

    letter-spacing: 1px;

}

.expertise-content a::after {

    content: "→";

    transition: .35s;

}

.expertise-content a:hover::after {

    transform: translateX(8px);

}

@media (max-width:1440px) {

    .expertise-card {
        min-height: 500px;
        margin-bottom: 70px;
    }

    .expertise-content {
        padding: 42px;
    }

    .expertise-section {
        padding: 100px 0;
    }

    .expertise-image {
        height: 500px;
    }



}

@media(max-width:991px) {

    .expertise-card {

        grid-template-columns: 1fr;

        top: 30px;

        min-height: auto;

    }

    .expertise-image {

        height: 320px;

    }

    .expertise-content {

        padding: 40px;

    }

    .expertise-heading h2 {

        font-size: 42px;

    }

    .expertise-content h3 {

        font-size: 32px;

    }

}

@media(max-width:767px) {

    .expertise-section {
        padding: 60px 0 0;
    }

    .expertise-heading {
        margin: 0 auto 60px;
    }



    .expertise-content {

        padding: 30px;

    }

    .expertise-content span {

        font-size: 60px;

        right: 25px;

    }

    .expertise-heading h2 {

        font-size: 34px;

    }

    .expertise-image {
        height: 320px;
        min-height: 320px;
    }

}




/*====================================
Gallery
====================================*/

.gallery-section {

    padding: 100px 0;

    background: #F7F4EE;

    overflow: hidden;

}

.gallery-section .container {

    width: min(1400px, 92%);

    margin: auto;

}

.gallery-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 80px;

    margin-bottom: 70px;

}

.gallery-header>div {

    max-width: 720px;

}

.gallery-header h2 {

    font-family: "Playfair Display", serif;

    font-size: 58px;

    color: #16352D;

    font-weight: 500;

    line-height: 1.1;

    margin: 18px 0 24px;

}

.gallery-header p {

    font-size: 18px;

    line-height: 1.9;

    color: #6D6D6D;

}

.gallery-view-btn {

    display: flex;

    align-items: center;

    gap: 12px;

    color: #B8965A;

    font-weight: 600;

    text-decoration: none;

    white-space: nowrap;

    transition: .35s;

}

.gallery-view-btn:hover {

    gap: 18px;

}

.gallery-slider {

    overflow: hidden;
    cursor: grab;
    user-select: none;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;

}

.gallery-slider::-webkit-scrollbar {

    display: none;

}

.gallery-slider:active {

    cursor: grabbing;

}

.gallery-track {

    display: flex;

    gap: 28px;

    width: max-content;

}

.gallery-card {
    width: 440px;
    height: 500px;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    flex-shrink: 0;
    background: #ddd;
    transition: transform .6s cubic-bezier(.22, .61, .36, 1), opacity .6s ease, box-shadow .5s ease;
    opacity: .55;
    transform: scale(.90);

}

.gallery-card.active {

    opacity: 1;

    transform: scale(1);

}

.gallery-card img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: 1.4s;

}

.gallery-card:hover {
    opacity: 1.55 !important;
}

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

.gallery-content {

    position: absolute;

    left: 0;

    right: 0;

    bottom: 0;

    padding: 40px;

    background: linear-gradient(transparent,

            rgba(0, 0, 0, .82));

}

.gallery-category {

    display: inline-block;

    color: #D8B36A;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 2px;

    margin-bottom: 14px;

}

.gallery-content h3 {

    font-family: "Playfair Display", serif;

    font-size: 34px;

    color: #fff;

    margin-bottom: 12px;

    line-height: 1.2;

    font-weight: 500;

}

.gallery-content small {

    color: #d8d8d8;

    font-size: 15px;

    letter-spacing: .5px;

}

.gallery-category {

    display: inline-block;

    color: #D8B36A;

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 2px;

    margin-bottom: 14px;

}

.gallery-content h3 {

    font-family: "Playfair Display", serif;

    font-size: 34px;

    color: #fff;

    margin-bottom: 12px;

    line-height: 1.2;

    font-weight: 500;

}

.gallery-content small {

    color: #d8d8d8;

    font-size: 15px;

    letter-spacing: .5px;

}

.gallery-card:hover {

    transform: translateY(-12px);

    box-shadow:

        0 30px 80px rgba(0, 0, 0, .18);

}

.gallery-progress {

    width: 260px;

    height: 2px;

    background: #DDD;

    margin: 60px auto 0;

    position: relative;

    border-radius: 50px;

}

.gallery-progress-bar {

    width: 70px;

    height: 100%;

    background: #B8965A;

    border-radius: 50px;

}

/*=========================================
Premium Mobile Gallery
=========================================*/

@media (max-width:768px) {

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

    .gallery-header {

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

        margin-bottom: 40px;

    }

    .gallery-header h2 {

        font-size: 38px;

        line-height: 1.15;

        margin: 15px 0;

    }

    .gallery-header p {

        font-size: 16px;

        line-height: 1.8;

    }

    .gallery-view-btn {

        font-size: 15px;

    }

    .gallery-slider {

        overflow-x: auto;

        overflow-y: hidden;

        scroll-snap-type: x mandatory;

        -webkit-overflow-scrolling: touch;

        scrollbar-width: none;

        padding-left: 20px;

        padding-right: 20px;

    }

    .gallery-slider::-webkit-scrollbar {

        display: none;

    }

    .gallery-track {

        gap: 16px;

        padding-right: 20px;

    }

    .gallery-card {

        width: calc(100vw - 55px);

        max-width: none;

        height: 500px;

        flex: 0 0 auto;

        scroll-snap-align: center;

        border-radius: 22px;

        opacity: 1 !important;

        transform: none !important;

    }

    .gallery-content {

        padding: 28px;

    }

    .gallery-category {

        font-size: 12px;

        letter-spacing: 2px;

    }

    .gallery-content h3 {

        font-size: 28px;

        margin-bottom: 10px;

    }

    .gallery-content small {

        font-size: 14px;

    }

    .gallery-progress {

        width: 180px;

        margin-top: 40px;

    }

}


/*======== Awards Section =========*/

.awards-section {

    padding: 100px 0;

    background: #ffffff;

}

.awards-section .container {

    width: min(1400px, 92%);

    margin: auto;

}

.awards-header {

    display: flex;

    justify-content: space-between;

    align-items: flex-end;

    gap: 80px;

    margin-bottom: 70px;

}

.awards-header>div {

    max-width: 720px;

}

.awards-header h2 {

    font-family: "Playfair Display", serif;

    font-size: 58px;

    color: #16352D;

    font-weight: 500;

    line-height: 1.1;

    margin: 18px 0 24px;

}

.awards-header p {

    font-size: 18px;

    line-height: 1.9;

    color: #6D6D6D;

}

.awards-view-btn {

    display: flex;

    align-items: center;

    gap: 12px;

    color: #B8965A;

    font-weight: 600;

    text-decoration: none;

    transition: .35s;

    white-space: nowrap;

}

.awards-view-btn:hover {

    gap: 18px;

}

.awards-grid {

    display: grid;

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

    gap: 35px;

}

.award-card {

    position: relative;

    background: linear-gradient(180deg, #ffffff 0%, #fcfbf8 100%);

    border: 1px solid rgba(184, 150, 90, .20);

    border-radius: 28px;

    padding: 28px;

    overflow: hidden;

    transition: all .45s ease;

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

}

.award-card:hover {

    transform: translateY(-10px);

    border-color: #B8965A;

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

}

.award-image {

    height: 260px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 30px;

}

.award-image img {

    max-width: 100%;

    max-height: 240px;

    object-fit: contain;

    transition: transform .5s ease;

}

.award-card:hover .award-image img {

    transform: scale(1.05);

}

.award-content {

    position: relative;

}

.award-year {

    display: inline-block;

    font-size: 12px;

    font-weight: 600;

    color: #B8965A;

    letter-spacing: 2px;

    text-transform: uppercase;

    margin-bottom: 15px;

}

.award-content h3 {

    font-family: "Playfair Display", serif;

    font-size: 30px;

    color: #16352D;

    line-height: 1.25;

    margin-bottom: 14px;

    font-weight: 500;

}

.award-content p {

    font-size: 16px;

    color: #6f6f6f;

    line-height: 1.7;

    margin: 0;

}

.award-line {

    width: 0;

    height: 2px;

    background: #B8965A;

    margin-top: 22px;

    transition: .4s ease;

}

.award-card:hover .award-line {

    width: 90px;

}

.award-card {

    position: relative;

}

.award-icon {

    position: absolute;

    top: 24px;

    right: 24px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #B8965A;

    opacity: .12;

    transition: .4s ease;

    z-index: 2;

}

.award-icon svg {

    width: 42px;

    height: 42px;

}

.award-card:hover .award-icon {

    opacity: .35;

    transform: rotate(8deg) scale(1.08);

}

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

@media(max-width:991px) {

    .awards-grid {

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

    }

}


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

@media(max-width:768px) {

    .awards-section {

        padding: 80px 0;

    }

    .awards-header {

        flex-direction: column;

        align-items: flex-start;

        gap: 25px;

        margin-bottom: 40px;

    }

    .awards-header h2 {

        font-size: 38px;

    }

    .awards-header p {

        font-size: 16px;

    }

    .awards-grid {

        grid-template-columns: 1fr;

        gap: 25px;

    }

    .award-card {

        padding: 22px;

    }

    .award-image {

        height: 220px;

    }

    .award-content h3 {

        font-size: 26px;

    }

}

/*======= Our Ventures =======*/

.ventures-section {
    padding: 100px 0;

    background: #f8f6f1;
}

.ventures-section .container {
    width: min(1400px, 92%);
    margin: auto;
}

/*=========================================
Header
=========================================*/

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

.ventures-header h2 {
    font-family: "Playfair Display", serif;
    font-size: 58px;
    color: #16352d;
    line-height: 1.1;
    margin: 18px 0 24px;
    font-weight: 500;
}

.ventures-header p {
    font-size: 18px;
    line-height: 1.9;
    color: #6b6b6b;
}

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

.ventures-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    align-items: stretch;
}

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

.venture-card {
    display: flex;
    flex-direction: column;

    position: relative;

    background: #fff;

    border-radius: 28px;

    padding: 40px 35px;

    border: 1px solid rgba(184, 150, 90, 0.15);

    overflow: hidden;

    transition: 0.45s ease;

    box-shadow: 0 15px 45px rgba(0, 0, 0, 0.04);
}

.venture-card:hover {
    transform: translateY(-10px);

    border-color: #b8965a;

    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.08);
}

.venture-card::before {
    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 4px;

    background: #b8965a;

    transform: scaleX(0);

    transform-origin: left;

    transition: 0.4s;
}

.venture-card:hover::before {
    transform: scaleX(1);
}

/*=========================================
Number
=========================================*/

.venture-number {
    position: absolute;

    top: 25px;
    right: 28px;

    font-family: "Playfair Display", serif;

    font-size: 72px;

    color: #b8965a;

    opacity: 0.04;
    font-weight: 400;

    pointer-events: none;
}

/*=========================================
Logo
=========================================*/

.venture-logo {
    display: flex;

    justify-content: center;

    margin-bottom: 35px;
}

.venture-logo-box {
    width: 220px;

    height: 120px;

    background: #f8f6f1;

    border-radius: 20px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(184, 150, 90, 0.1);

    transition: 0.4s;
}

.venture-logo img {
    max-width: 170px;

    max-height: 80px;

    object-fit: contain;

    transition: 0.45s;
}

.venture-card:hover .venture-logo-box {
    background: #fffdf8;

    border-color: #b8965a;
}

.venture-card:hover .venture-logo img {
    transform: scale(1.05);
}

.venture-card:hover .venture-logo img {
    transform: scale(1.05);
}

/*=========================================
Category
=========================================*/

.venture-category {
    display: inline-block;

    font-size: 12px;

    letter-spacing: 2px;

    text-transform: uppercase;

    color: #b8965a;

    font-weight: 600;

    margin-bottom: 14px;
}

/*=========================================
Title
=========================================*/

.venture-card h3 {
    font-family: "Playfair Display", serif;

    font-size: 28px;

    color: #16352d;

    line-height: 1.3;

    margin-bottom: 16px;

    font-weight: 500;

    max-width: 270px;
}

/*=========================================
Description
=========================================*/

.venture-card p {
    font-size: 15px;

    line-height: 1.75;

    color: #6b6b6b;

    margin-bottom: 35px;
}

/*=========================================
Link
=========================================*/

.venture-link {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    text-decoration: none;

    color: #16352d;

    font-weight: 600;

    transition: 0.35s;
    margin-top: auto;
}

.venture-link span {
    transition: 0.35s;

    color: #b8965a;
}

.venture-link:hover {
    color: #b8965a;
}

.venture-link:hover span {
    transform: translateX(6px);
}

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

@media (max-width: 991px) {
    .ventures-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {

    .venture-card:nth-child(2),
    .venture-card:nth-child(5) {
        margin-top: 60px;
    }
}

@media (max-width: 768px) {
    .ventures-section {
        padding: 80px 0;
    }

    .ventures-header {
        margin-bottom: 45px;
    }

    .ventures-header h2 {
        font-size: 40px;
    }

    .ventures-header p {
        font-size: 16px;
    }

    .ventures-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .venture-card {
        padding: 30px 25px;
    }

    .venture-card h3 {
        font-size: 24px;
    }
}

    /* about-services start */
    .about-services {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        column-gap: 40px;
        margin-top: 32px;
        margin-bottom: 35px;
    }
    
    .service-item {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 0;
    }
    
    .service-item:nth-child(-n + 2) {
        border-top: 1px solid rgba(31, 65, 55, 0.18);
    }
    
    .service-item:nth-child(n + 3) {
        border-top: 1px solid rgba(31, 65, 55, 0.18);
    }
    
    .service-number {
        font-size: 18px;
        letter-spacing: 1.5px;
        color: #c9a96e;
    }
    
    .service-title {
        color: #1f4137;
        font-size: 16px;
        line-height: 1.45;
    }
    
    /* Mobile */
    @media (max-width: 767px) {
        .about-services {
            grid-template-columns: 1fr;
            column-gap: 0;
            margin-top: 25px;
            margin-bottom: 28px;
        }
    
        .service-item {
            padding: 13px 0;
        }
    
        .service-title {
            font-size: 13px;
        }
    }
    
    /* about-services end */


/*=========================================
Footer
=========================================*/

.footer-main {

    background: #F8F6F1;

    padding: 100px 0 35px;

    border-top: 1px solid rgba(184, 150, 90, .15);

}

.footer-top {

    display: grid;

    grid-template-columns: 1.5fr 1fr 1fr;

    gap: 80px;

    padding-bottom: 60px;

    border-bottom: 1px solid rgba(184, 150, 90, .15);

}


/*=========================================
Brand
=========================================*/

.footer-logo {

    width: 140px;

    margin-bottom: 30px;

}

.footer-description {

    max-width: 380px;

    font-size: 16px;

    line-height: 1.9;

    color: #666;
    margin-bottom: 10px;

}


/*=========================================
Titles
=========================================*/

.footer-label {

    font-size: 13px;

    text-transform: uppercase;

    letter-spacing: 2px;

    color: #B8965A;

    margin-bottom: 25px;

    font-weight: 600;

}


/*=========================================
Navigation
=========================================*/

.footer-menu-list {

    list-style: none;

    padding: 0;

    margin: 0;

}

.footer-menu-list li {

    margin-bottom: 16px;

}

.footer-menu-list a {

    color: #16352D;

    text-decoration: none;

    transition: .3s;

    font-size: 16px;

}

.footer-menu-list a:hover {

    color: #B8965A;

    padding-left: 5px;

}


/*=========================================
Contact
=========================================*/

.footer-contact {

    list-style: none;

    padding: 0;

    margin: 0 0 30px;

}

.footer-contact li {

    margin-bottom: 14px;

    color: #666;

    line-height: 1.8;

}

.footer-contact a {

    color: #16352D;

    text-decoration: none;

    transition: .3s;

}

.footer-contact a:hover {

    color: #B8965A;

}


/*=========================================
Social
=========================================*/

.footer-social {

    display: flex;

    gap: 18px;

    margin-top: 25px;

}

.footer-social a {

    width: 42px;

    height: 42px;

    border-radius: 50%;

    border: 1px solid rgba(184, 150, 90, .25);

    display: flex;

    align-items: center;

    justify-content: center;

    color: #16352D;

    transition: .35s;

}

.footer-social a:hover {

    background: #16352D;

    color: #fff;

    border-color: #16352D;

    transform: translateY(-4px);

}


/*=========================================
Bottom
=========================================*/

.footer-bottom {

    display: flex;

    justify-content: space-between;

    align-items: center;

    gap: 20px;

    padding-top: 30px;

}

.footer-bottom p {

    margin: 0;

    color: #777;

    font-size: 14px;

}

.footer-bottom-links {

    display: flex;

    gap: 30px;

}

.footer-bottom-links a {

    text-decoration: none;

    color: #666;

    font-size: 14px;

    transition: .3s;

}

.footer-bottom-links a:hover {

    color: #B8965A;

}


.footer-social {

    display: flex;
    gap: 14px;
    margin-top: 25px;

}

.footer-social a {

    width: 46px;
    height: 46px;

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

    border-radius: 50%;

    border: 1px solid rgba(184, 150, 90, .20);

    color: #16352D;

    background: #fff;

    transition: .35s ease;

}

.footer-social svg {

    width: 18px;
    height: 18px;

}

.footer-social a:hover {

    background: #16352D;
    color: #fff;

    border-color: #16352D;

    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(22, 53, 45, .18);

}

@media(max-width:991px) {

    .footer-top {

        grid-template-columns: 1fr;

        gap: 45px;

    }

    .footer-bottom {

        flex-direction: column;

        text-align: center;

    }

}

@media(max-width:768px) {

    .footer-main {

        padding: 70px 0 25px;

    }

    .footer-logo {

        width: 110px;

    }

    .footer-description {

        font-size: 15px;

    }

    .footer-social {

        justify-content: flex-start;

    }

    .footer-bottom-links {

        gap: 18px;

        flex-wrap: wrap;

        justify-content: center;

    }

}

/*=========================================
HOME GALLERY
=========================================*/

.index-gallery-section {
    padding: 70px 0;
    background: #F8F6F1;
}

.index-gallery-section .container {
    width: min(1100px, 92%);
    margin: auto;
}

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

.index-gallery-heading {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}

.index-gallery-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 54px;
    color: #16352D;
    line-height: 1.15;
    margin: 18px 0 22px;
}

.index-gallery-heading p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

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

.index-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 260px));
    gap: 25px;
}

/*======================
Gallery Item
======================*/

.index-gallery-item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    cursor: pointer;
    background: #fff;
}

.index-gallery-item img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    display: block;
    transition: transform .6s ease;
}

.index-gallery-overlay {
    position: absolute;
    inset: 0;
    background: rgba(22, 53, 45, .55);

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

    opacity: 0;
    transition: .35s ease;
}

.index-gallery-overlay span {

    color: #fff;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;

    padding: 12px 28px;

    border: 1px solid rgba(255, 255, 255, .4);

    border-radius: 50px;

    backdrop-filter: blur(5px);

}

.index-gallery-item:hover img {
    transform: scale(1.08);
}

.index-gallery-item:hover .index-gallery-overlay {
    opacity: 1;
}

/*======================
Button
======================*/

.index-gallery-button {
    margin-top: 55px;
    text-align: center;
}

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

@media(max-width:991px) {

    .index-gallery-section {
        padding: 80px 0;
    }

    .index-gallery-heading h2 {
        font-size: 42px;
    }

    .index-gallery-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .index-gallery-btn {
        display: inline-flex !important;
    }


}

@media(max-width:767px) {

    .index-gallery-section {
        padding: 60px 0;
    }

    .index-gallery-heading {
        margin-bottom: 40px;
    }

    .index-gallery-heading h2 {
        font-size: 34px;
    }

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

    .index-gallery-grid {
        gap: 18px;
    }

    .index-gallery-item img {
        height: 240px;
    }

    .index-gallery-btn {
        display: inline-flex !important;
    }

}

@media(max-width:480px) {

    .index-gallery-grid {
        grid-template-columns: 1fr;
    }

    .index-gallery-heading h2 {
        font-size: 28px;
    }

    .index-gallery-item img {
        height: 260px;
    }

}

/* engagement-section */

.relationship-section .container {
    width: min(1400px, 92%);
    margin: auto;
    padding: 50px 0;
    background: #F8F5EF;

}

.relationship-heading {

    max-width: 820px;

    margin: 0 auto 80px;

    text-align: center;

}

.relationship-heading span {

    color: #C2A15C;

    letter-spacing: .35em;

    text-transform: uppercase;

    font-size: 13px;

    font-weight: 600;

}

.relationship-heading h2 {
    line-height: 1;

    font-family: 'Playfair Display', serif;

    font-size: 64px;

    color: #16352D;

    margin: 20px 0;

}

.relationship-heading p {

    font-size: 19px;

    line-height: 1.9;

    color: #666;

}

.featured-card {

    overflow: hidden;

    border-radius: 28px;

    background: #fff;

    box-shadow: 0 25px 70px rgba(0, 0, 0, .08);

    margin-bottom: 60px;

}

.featured-image img {

    width: 100%;

    height: 450px;

    object-fit: cover;

    display: block;

}

.featured-content {
    background: var(--primary);
    padding: 30px;
    text-align: center;
}

.featured-content h3 {
    font-family: 'Playfair Display', serif;
    font-size: 42px;
    color: var(--off-white);
    margin-bottom: 20px;
}

.featured-content p {

    max-width: 700px;

    margin: auto;

    font-size: 18px;

    line-height: 1.9;

    color: var(--off-white);

}

.featured-content a {

    display: inline-block;

    margin-top: 30px;

    color: var(--off-white);

    font-weight: 600;

}

.relationship-grid {

    display: grid;

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

    gap: 40px;

}

.mini-card {

    background: #fff;

    border-radius: 24px;

    overflow: hidden;

    transition: .4s;

}

.mini-card:hover {

    transform: translateY(-8px);

}

.mini-card img {

    width: 100%;

    height: 320px;

    object-fit: cover;

}

.card-body {
    background: var(--primary);
    padding: 27px;

}

.card-body h4 {

    font-family: 'Playfair Display', serif;

    font-size: 34px;

    color: var(--off-white);

    margin-bottom: 18px;

}

.card-body p {

    color: #666;
    color: var(--off-white);

    line-height: 1.8;

    margin-bottom: 24px;

}

.card-body a {

    color: var(--off-white);

    font-weight: 600;

}

/* =========================
   Tablet (991px)
========================= */

@media (max-width: 991px) {

    .relationship-section .container {
        width: min(100%, calc(100% - 40px));
        padding: 80px 0;
    }

    .relationship-heading {
        margin: 0 auto 60px;
    }

    .relationship-heading h2 {
        font-size: 48px;
        line-height: 1.1;
    }

    .relationship-heading p {
        font-size: 17px;
        line-height: 1.8;
    }

    .featured-image img {
        height: 350px;
    }

    .featured-content {
        padding: 28px;
    }

    .featured-content h3 {
        font-size: 34px;
    }

    .featured-content p {
        font-size: 16px;
    }

    .relationship-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .mini-card img {
        height: 280px;
    }

    .card-body {
        padding: 28px;
    }

    .card-body h4 {
        font-size: 30px;
    }

}

/* =========================
   Mobile (767px)
========================= */

@media (max-width:767px) {

    .relationship-section .container {
        width: min(100%, calc(100% - 30px));
        padding: 60px 0;
    }

    .relationship-heading {
        margin-bottom: 45px;
    }

    .relationship-heading span {
        font-size: 11px;
        letter-spacing: .25em;
    }

    .relationship-heading h2 {
        font-size: 36px;
        line-height: 1.15;
        margin: 15px 0;
    }

    .relationship-heading p {
        font-size: 15px;
        line-height: 1.8;
    }

    .featured-card {
        border-radius: 18px;
        margin-bottom: 35px;
    }

    .featured-image img {
        height: 230px;
    }

    .featured-content {
        padding: 24px 20px;
    }

    .featured-content h3 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .featured-content p {
        font-size: 15px;
        line-height: 1.8;
    }

    .featured-content a {
        margin-top: 20px;
    }

    .relationship-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    .mini-card {
        border-radius: 18px;
    }

    .mini-card img {
        height: 220px;
    }

    .card-body {
        padding: 22px 20px;
    }

    .card-body h4 {
        font-size: 26px;
        margin-bottom: 12px;
    }

    .card-body p {
        font-size: 15px;
        line-height: 1.8;
        margin-bottom: 18px;
    }

}

/* =========================
   Small Mobile (480px)
========================= */

@media (max-width:480px) {

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

    .featured-image img {
        height: 200px;
    }

    .mini-card img {
        height: 190px;
    }

    .featured-content,
    .card-body {
        padding: 20px 18px;
    }

    .featured-content h3 {
        font-size: 24px;
    }

    .card-body h4 {
        font-size: 22px;
    }

}

/* engagement-section end */

/*=========================================
ABOUT HERO
=========================================*/

.about-hero {

    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    overflow: hidden;

}

.about-hero-bg {

    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: cinematicHero 18s ease-in-out infinite alternate;

}

.about-overlay {

    position: absolute;
    inset: 0;

    background: linear-gradient(90deg,
            rgba(15, 34, 28, .82),
            rgba(15, 34, 28, .45),
            rgba(15, 34, 28, .12));

}

.about-hero .container {

    position: relative;
    z-index: 2;
    width: min(1360px, 92%);
    margin: auto;

}

.about-hero-content {

    max-width: 760px;

}

.breadcrumb {

    display: flex;
    gap: 10px;
    margin: 18px 0 28px;
    color: #d6d6d6;
    font-size: 15px;

}

.breadcrumb a {

    color: #fff;
    text-decoration: none;

}

.about-hero h1 {

    font-family: "Playfair Display", serif;
    font-size: 64px;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 28px;

}

.about-hero p {

    font-size: 20px;
    line-height: 1.9;
    color: rgba(255, 255, 255, .88);
    max-width: 650px;

}

/*=========================================
ABOUT STORY LAYOUT
=========================================*/

.about-story {
    padding: 100px 0;
    background: #F8F6F1;
}

.about-story .container {
    width: min(1100px, 92%);
    margin: auto;
}

.about-story .layout_split {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 70px;
    align-items: center;
}

.layout_content {
    width: 100%;
}

.layout_image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.about-image-wrap {
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.about-image-wrap img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.about-image-wrap:hover img {
    transform: scale(1.05);
}

.about-story h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.15;
    color: #16352D;
    margin: 18px 0 30px;
}

.story-text {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    max-width: 540px;
    margin-bottom: 40px;
}

.story-highlight {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.highlight-item h3 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #B8965A;
    margin-bottom: 6px;
}

.highlight-item span {
    font-size: 15px;
    color: #666;
}

/*=========================================
ABOUT PAGE RESPONSIVE
=========================================*/

/* Laptop */
@media (max-width:1440px) {

    .about-hero h1 {
        font-size: 60px;
    }

    .about-story h2 {
        font-size: 48px;
    }

}


/* Tablet */
@media (max-width:991px) {

    .about-hero {
        min-height: 65vh;
        padding: 120px 0 80px;
    }

    .about-hero h1 {
        font-size: 48px;
    }

    .about-hero p {
        font-size: 18px;
    }

    .about-story {
        padding: 90px 0;
    }

    .about-story .layout_split {
        display: grid;
        grid-template-columns: 1fr;
        gap: 50px;
    }

    /* Image first on tablet */
    .about-story .layout_image {
        order: -1;
    }

    .about-story h2 {
        font-size: 42px;
    }

    .story-text {
        font-size: 17px;
    }

    .story-highlight {
        gap: 25px;
    }

    .highlight-item h3 {
        font-size: 36px;
    }

}


/* Mobile */
@media (max-width:767px) {

    .about-hero {
        min-height: auto;
        padding: 140px 0 70px;
    }

    .about-hero .container {
        width: min(100%, calc(100% - 30px));
    }

    .breadcrumb {
        font-size: 13px;
        margin: 15px 0 20px;
    }

    .about-hero h1 {
        font-size: 36px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    .about-hero p {
        font-size: 16px;
        line-height: 1.8;
    }

    .about-story {
        padding: 70px 0;
    }

    .about-story .container {
        width: min(100%, calc(100% - 30px));
    }

    .about-story h2 {
        font-size: 34px;
        line-height: 1.2;
        margin-bottom: 25px;
    }

    .story-text {
        font-size: 15px;
        line-height: 1.9;
    }

    .about-image-wrap {
        border-radius: 20px;
    }

    .story-highlight {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 35px;
    }

    .highlight-item {
        padding: 18px;
        border: 1px solid rgba(184, 150, 90, .15);
        border-radius: 16px;
        background: #fff;
    }

    .highlight-item h3 {
        font-size: 30px;
        margin-bottom: 8px;
    }

    .highlight-item span {
        font-size: 14px;
    }

}


/* Small Mobile */
@media (max-width:480px) {

    .about-hero {
        padding: 120px 0 60px;
    }

    .about-hero h1 {
        font-size: 30px;
    }

    .about-hero p {
        font-size: 15px;
    }

    .about-story {
        padding: 60px 0;
    }

    .about-story h2 {
        font-size: 28px;
    }

    .story-text {
        font-size: 14px;
    }

    .highlight-item {
        padding: 16px;
    }

    .highlight-item h3 {
        font-size: 26px;
    }

}

@media (max-width:991px) {

    .about-story {
        padding: 80px 0;
    }

    .about-story .layout_split {
        grid-template-columns: 1fr;
        gap: 45px;
    }

    .layout_image {
        order: -1;
        justify-content: center;
    }

    .about-image-wrap {
        max-width: 480px;
    }

    .about-image-wrap img {
        height: 500px;
    }

    .about-story h2 {
        font-size: 42px;
    }

    .story-text {
        max-width: 100%;
    }

}

@media (max-width:767px) {

    .about-story {
        padding: 60px 0;
    }

    .about-story h2 {
        font-size: 34px;
    }

    .about-image-wrap {
        max-width: 100%;
    }

    .about-image-wrap img {
        height: 420px;
    }

    .story-highlight {
        justify-content: space-between;
        gap: 20px;
    }

    .highlight-item {
        flex: 1 1 45%;
    }

}

@media (max-width:480px) {

    .about-story h2 {
        font-size: 28px;
    }

    .about-image-wrap img {
        height: 360px;
    }

    .story-highlight {
        flex-direction: column;
        gap: 20px;
    }

    .highlight-item {
        flex: unset;
    }

}

/*==============================
INTRO SECTION
==============================*/

.intro-section {
    padding: 50px 0;
    background: #fff;

}

.intro-section .container {

    width: min(1000px, 92%);
    margin: auto;

}

.intro-wrapper {

    text-align: center;

}

.intro-wrapper h2 {

    font-family: "Playfair Display", serif;
    font-size: 58px;
    line-height: 1.15;
    color: #16352D;
    margin: 20px 0 35px;

}

.intro-wrapper p {

    max-width: 760px;
    margin: auto;
    font-size: 19px;
    line-height: 1.9;
    color: #666;

}

@media(max-width:991px) {

    .intro-section {

        padding: 90px 0;

    }

    .intro-wrapper h2 {

        font-size: 44px;

    }

}

@media(max-width:767px) {

    .intro-section {

        padding: 70px 0;

    }

    .intro-wrapper h2 {

        font-size: 34px;

    }

    .intro-wrapper p {

        font-size: 16px;

    }

}

@media(max-width:480px) {

    .intro-wrapper h2 {

        font-size: 30px;

    }

}

.timeline-section {
    padding: 50px 0;
    background: #F8F6F1;

}

.timeline-heading {

    text-align: center;
    margin-bottom: 90px;

}

.timeline-heading h2 {

    font-size: 56px;
    font-family: "Playfair Display", serif;
    color: #16352D;

}

.timeline {

    position: relative;
    max-width: 1100px;
    margin: auto;

}

.timeline::before {

    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #d9c8a5;

}

.timeline-item {

    width: 50%;
    padding: 30px 60px;
    position: relative;

}

.timeline-item.left {

    left: 0;

}

.timeline-item.right {

    left: 50%;

}

.timeline-card {

    background: #fff;
    border-radius: 24px;
    padding: 35px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .06);

}

.year {

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

}

.timeline-card h3 {

    margin: 18px 0;
    font-size: 32px;
    font-family: "Playfair Display", serif;

}

.timeline-card p {

    line-height: 1.9;
    color: #666;

}

.timeline-item::before {

    content: "";
    width: 18px;
    height: 18px;
    background: #B8965A;
    border-radius: 50%;
    position: absolute;
    top: 55px;

}

.timeline-item.left::before {

    right: -9px;

}

.timeline-item.right::before {

    left: -9px;

}

@media(max-width:991px) {

    .timeline::before {

        left: 25px;

    }

    .timeline-item {

        width: 100%;
        left: 0 !important;
        padding-left: 70px;
        padding-right: 0;

    }

    .timeline-item::before {

        left: 16px !important;

    }

    .timeline-heading h2 {

        font-size: 42px;

    }

}

@media(max-width:767px) {

    .timeline-section {

        padding: 70px 0;

    }

    .timeline-heading {

        margin-bottom: 50px;

    }

    .timeline-heading h2 {

        font-size: 34px;

    }

    .timeline-card {

        padding: 25px;

    }

    .timeline-card h3 {

        font-size: 26px;

    }

}

/*=========================================
VISION & MISSION
=========================================*/

.vision-mission-section {
    padding: 70px 0;
    background: linear-gradient(180deg, #F8F6F1 0%, #ffffff 100%);
    overflow: hidden;
}

.vision-mission-section .container {
    width: min(1100px, 92%);
    margin: auto;
}

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

.vision-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.vision-heading h2 {
    font-family: "Playfair Display", serif;
    font-size: 56px;
    color: #16352D;
    margin: 18px 0 25px;
    line-height: 1.15;
}

.vision-heading p {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    max-width: 680px;
    margin: auto;
}

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

.vision-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35px;
}

/*=========================================
Cards
=========================================*/

.vision-card {
    position: relative;
    background: #fff;
    border: 1px solid rgba(184, 150, 90, .18);
    border-radius: 26px;
    padding: 32px;
    transition: .35s ease;
    overflow: hidden;
}

.vision-card::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 5px;
    background: #B8965A;
    transform: scaleX(0);
    transform-origin: left;
    transition: .4s;
}

.vision-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 22px 60px rgba(0, 0, 0, .08);

}

.vision-card:hover::before {

    transform: scaleX(1);

}

/*=========================================
Icon
=========================================*/

.vision-icon {

    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #F8F6F1;
    color: #B8965A;

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

    margin-bottom: 30px;

    transition: .35s;

}

.vision-card:hover .vision-icon {

    background: #16352D;
    color: #fff;

}

/*=========================================
Typography
=========================================*/

.vision-label {

    display: inline-block;

    font-size: 13px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;

    color: #B8965A;

    margin-bottom: 12px;

}

.vision-card h3 {

    font-family: "Playfair Display", serif;

    font-size: 28px;

    color: #16352D;

    line-height: 1.2;

    margin-bottom: 16px;

}

.vision-card p {

    font-size: 16px;

    line-height: 1.8;

    color: #666;

    margin-bottom: 22px;

}

/*=========================================
Feature List
=========================================*/

.vision-list {

    list-style: none;

    padding: 0;

    margin: 0;

    display: flex;

    flex-direction: column;

    gap: 10px;

}

.vision-list li {

    position: relative;

    padding-left: 30px;

    font-size: 14px;

    color: #444;

}

.vision-list li::before {

    content: "✓";

    position: absolute;

    left: 0;

    top: 0;

    color: #B8965A;

    font-weight: 700;

}

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

@media(max-width:991px) {

    .vision-mission-section {

        padding: 80px 0;

    }

    .vision-grid {

        grid-template-columns: 1fr;

    }

    .vision-heading {

        margin-bottom: 50px;

    }

    .vision-heading h2 {

        font-size: 44px;

    }

}

@media(max-width:767px) {

    .vision-mission-section {

        padding: 60px 0;

    }

    .vision-card {

        padding: 30px;

    }

    .vision-heading h2 {

        font-size: 34px;

    }

    .vision-heading p {

        font-size: 15px;

    }

    .vision-card h3 {

        font-size: 28px;

    }

    .vision-card p {

        font-size: 15px;

    }

    .vision-icon {

        width: 60px;
        height: 60px;

        margin-bottom: 24px;

    }

}

@media(max-width:480px) {

    .vision-heading h2 {

        font-size: 28px;

    }

    .vision-card {

        padding: 24px;
        border-radius: 20px;

    }

    .vision-card h3 {

        font-size: 24px;

    }

}

/*=========================================
SERVICE HERO
=========================================*/

.service-hero {
    position: relative;
    min-height: 75vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: #16352D;
}

.service-hero-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: heroZoom 18s ease-in-out infinite alternate;
}

.service-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg,
            rgba(18, 40, 35, .88) 0%,
            rgba(18, 40, 35, .65) 45%,
            rgba(18, 40, 35, .25) 100%);
}

.service-hero .container {
    position: relative;
    z-index: 2;
    width: min(1200px, 92%);
    margin: auto;
}

.service-hero-content {
    max-width: 720px;
}

.service-hero .breadcrumb {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 18px 0 28px;
    color: rgba(255, 255, 255, .75);
    font-size: 15px;
}

.service-hero .breadcrumb a {
    color: #fff;
    text-decoration: none;
    transition: .3s;
}

.service-hero .breadcrumb a:hover {
    color: #B8965A;
}

.service-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 68px;
    line-height: 1.08;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 500;
}

.service-hero p {
    max-width: 620px;
    color: rgba(255, 255, 255, .88);
    font-size: 20px;
    line-height: 1.9;
}

@keyframes heroZoom {

    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.08);
    }

}

/*=========================================
PAGE HERO
=========================================*/

.page-hero {

    position: relative;
    display: flex;
    align-items: center;
    min-height: 82vh;
    overflow: hidden;
    background: #16352D;

}

.page-hero-image {

    position: absolute;
    inset: 0;

}

.page-hero-image img {

    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: heroZoom 18s ease-in-out infinite alternate;

}

.page-hero-overlay {

    position: absolute;
    inset: 0;

    background: linear-gradient(90deg,
            rgba(18, 40, 35, .88) 0%,
            rgba(18, 40, 35, .72) 45%,
            rgba(18, 40, 35, .30) 100%);

}

.page-hero .container {

    position: relative;
    z-index: 2;
    width: min(1200px, 92%);
    margin: auto;

}

/* .page-hero-content {

    max-width: 720px;

} */

.page-hero .section-tag {

    margin-bottom: 20px;

}

.breadcrumb {

    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, .70);

}

.breadcrumb a {

    color: #fff;
    text-decoration: none;
    transition: .3s;

}

.breadcrumb a:hover {

    color: #B8965A;

}

.page-hero h1 {
    font-family: "Playfair Display", serif;
    font-size: 60px;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 500;

}

.page-hero p {

    color: rgba(255, 255, 255, .88);
    max-width: 620px;
    font-size: 19px;
    line-height: 1.9;

}

@keyframes heroZoom {

    from {

        transform: scale(1);

    }

    to {

        transform: scale(1.08);

    }

}

@media(max-width:991px) {

    .page-hero {

        min-height: 70vh;
        padding: 130px 0 90px;

    }

    .page-hero h1 {

        font-size: 48px;

    }

    .page-hero p {

        font-size: 18px;

    }

}

@media(max-width:767px) {

    .page-hero {

        padding: 120px 0 70px;
        min-height: auto;

    }

    .page-hero h1 {

        font-size: 36px;

    }

    .page-hero p {

        font-size: 16px;

    }

    .breadcrumb {

        font-size: 13px;

    }

}

@media(max-width:480px) {

    .page-hero h1 {

        font-size: 30px;

    }

    .page-hero p {

        font-size: 15px;

    }

}

/*====== OUR EXPERTISE ======*/

.services-expertise {
    padding: 100px 0;
    background: #fff;
}

.services-expertise .container {
    width: min(1100px, 92%);
    margin: auto;
}

.services-expertise .heading-wrap {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}

.services-expertise h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.15;
    color: #16352D;
    margin: 18px 0 22px;
}

.services-expertise-intro {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

.services-expertise-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.services-expertise-card {
    background: #F8F6F1;
    padding: 40px 35px;
    border-radius: 22px;
    border: 1px solid rgba(184, 150, 90, .15);
    transition: all .35s ease;
}

.services-expertise-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);
    border-color: #B8965A;
}

.services-expertise-number {
    display: inline-block;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    color: #B8965A;
    margin-bottom: 20px;
}

.services-expertise-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 28px;
    line-height: 1.3;
    color: #16352D;
    margin-bottom: 18px;
}

.services-expertise-card p {
    font-size: 16px;
    line-height: 1.9;
    color: #666;
}

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

@media (max-width:991px) {

    .services-expertise {
        padding: 80px 0;
    }

    .services-expertise h2 {
        font-size: 42px;
    }

    .services-expertise-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}

@media (max-width:767px) {

    .services-expertise {
        padding: 60px 0;
    }

    .services-expertise h2 {
        font-size: 34px;
    }

    .services-expertise-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .services-expertise-card {
        padding: 30px;
    }

    .services-expertise-card h3 {
        font-size: 24px;
    }

}

@media (max-width:480px) {

    .services-expertise h2 {
        font-size: 28px;
    }

    .services-expertise-card {
        padding: 25px;
    }

    .services-expertise-number {
        font-size: 30px;
    }

}

/*====== SERVICES OVERVIEW ======*/

.services-overview {
    padding: 100px 0;
    background: #F8F6F1;
}

.services-overview .container {
    width: min(1100px, 92%);
    margin: auto;
}

.services-overview-layout {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 70px;
    align-items: center;
}

.services-overview-content {
    width: 100%;
}

.services-overview-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.services-overview-image-wrap {
    width: 100%;
    max-width: 420px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.services-overview-image-wrap img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    transition: transform .6s ease;
}

.services-overview-image-wrap:hover img {
    transform: scale(1.05);
}

.services-overview h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.15;
    color: #16352D;
    margin: 18px 0 30px;
}

.services-overview-text {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 24px;
}

.services-overview-features {
    display: grid;
    gap: 18px;
    margin-top: 40px;
}

.services-overview-feature {
    display: flex;
    align-items: center;
    gap: 14px;
    color: #16352D;
    font-weight: 500;
}

.services-overview-feature i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #B8965A;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    flex-shrink: 0;
}

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

@media (max-width:991px) {

    .services-overview {
        padding: 80px 0;
    }

    .services-overview-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-overview-image {
        order: -1;
        justify-content: center;
    }

    .services-overview-image-wrap {
        max-width: 480px;
    }

    .services-overview h2 {
        font-size: 42px;
    }

}

@media (max-width:767px) {

    .services-overview {
        padding: 60px 0;
    }

    .services-overview h2 {
        font-size: 34px;
    }

    .services-overview-text {
        font-size: 15px;
    }

    .services-overview-image-wrap {
        max-width: 100%;
    }

    .services-overview-image-wrap img {
        height: 420px;
    }

}

@media (max-width:480px) {

    .services-overview h2 {
        font-size: 28px;
    }

    .services-overview-image-wrap img {
        height: 360px;
    }

}

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

.services-why {
    padding: 100px 0;
    background: #F8F6F1;
}

.services-why .container {
    width: min(1100px, 92%);
    margin: auto;
}

.services-why-layout {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 70px;
    align-items: center;
}

.services-why-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.services-why-image-wrap {
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.services-why-image-wrap img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.services-why-image-wrap:hover img {
    transform: scale(1.05);
}

.services-why h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.15;
    color: #16352D;
    margin: 18px 0 30px;
}

.services-why-text {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 40px;
}

.services-why-list {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.services-why-item {
    display: flex;
    gap: 22px;
    align-items: flex-start;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(22, 53, 45, .12);
    transition: .3s ease;
}

.services-why-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.services-why-item:hover {
    transform: translateX(8px);
}

.services-why-item span {
    min-width: 52px;
    font-family: "Playfair Display", serif;
    font-size: 32px;
    line-height: 1;
    color: #B8965A;
}

.services-why-item h3 {
    font-family: "Playfair Display", serif;
    font-size: 26px;
    color: #16352D;
    margin-bottom: 10px;
}

.services-why-item p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

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

@media (max-width:991px) {

    .services-why {
        padding: 80px 0;
    }

    .services-why-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .services-why-image {
        justify-content: center;
        order: -1;
    }

    .services-why-image-wrap {
        max-width: 480px;
    }

    .services-why h2 {
        font-size: 42px;
    }

}

@media (max-width:767px) {

    .services-why {
        padding: 60px 0;
    }

    .services-why h2 {
        font-size: 34px;
    }

    .services-why-text {
        font-size: 15px;
    }

    .services-why-image-wrap {
        max-width: 100%;
    }

    .services-why-image-wrap img {
        height: 420px;
    }

    .services-why-item {
        gap: 18px;
    }

    .services-why-item span {
        min-width: 42px;
        font-size: 28px;
    }

    .services-why-item h3 {
        font-size: 22px;
    }

}

@media (max-width:480px) {

    .services-why h2 {
        font-size: 28px;
    }

    .services-why-image-wrap img {
        height: 360px;
    }

    .services-why-item {
        gap: 15px;
    }

    .services-why-item span {
        min-width: 36px;
        font-size: 24px;
    }

    .services-why-item h3 {
        font-size: 20px;
    }

    .services-why-item p {
        font-size: 14px;
    }

}

/*====== LEADERSHIP ======*/

.leadership-intro {
    padding: 100px 0;
    background: #F8F6F1;
}

.leadership-intro .container {
    width: min(1100px, 92%);
    margin: auto;
}

.leadership-layout {
    display: grid;
    grid-template-columns: 45% 55%;
    gap: 70px;
    align-items: center;
}

.leadership-image {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.leadership-image-wrap {
    width: 100%;
    max-width: 420px;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.leadership-image-wrap img {
    width: 100%;
    height: 560px;
    display: block;
    object-fit: cover;
    object-position: center;
    transition: transform .6s ease;
}

.leadership-image-wrap:hover img {
    transform: scale(1.05);
}

.leadership-content {
    width: 100%;
}

.leadership-intro h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.15;
    color: #16352D;
    margin: 18px 0 30px;
}

.leadership-text {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 24px;
}

.leadership-highlights {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin-top: 40px;
}

.leadership-highlight h3 {
    font-family: "Playfair Display", serif;
    font-size: 40px;
    color: #B8965A;
    margin-bottom: 8px;
}

.leadership-highlight span {
    font-size: 15px;
    color: #666;
}

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

@media (max-width:991px) {

    .leadership-intro {
        padding: 80px 0;
    }

    .leadership-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .leadership-image {
        justify-content: center;
        order: -1;
    }

    .leadership-image-wrap {
        max-width: 480px;
    }

    .leadership-intro h2 {
        font-size: 42px;
    }

}

@media (max-width:767px) {

    .leadership-intro {
        padding: 60px 0;
    }

    .leadership-intro h2 {
        font-size: 34px;
    }

    .leadership-text {
        font-size: 15px;
    }

    .leadership-image-wrap {
        max-width: 100%;
    }

    .leadership-image-wrap img {
        height: 420px;
    }

    .leadership-highlights {
        gap: 20px;
    }

}

@media (max-width:480px) {

    .leadership-intro h2 {
        font-size: 28px;
    }

    .leadership-image-wrap img {
        height: 360px;
    }

    .leadership-highlights {
        flex-direction: column;
        gap: 20px;
    }

    .leadership-highlight h3 {
        font-size: 30px;
    }

}

/*====== LEADERSHIP PHILOSOPHY ======*/

.leadership-philosophy {
    padding: 100px 0;
    background: #fff;
}

.leadership-philosophy .container {
    width: min(900px, 92%);
    margin: auto;
}

.leadership-philosophy-content {
    text-align: center;
}

.leadership-philosophy blockquote {
    margin: 30px auto;
    max-width: 820px;
    font-family: "Playfair Display", serif;
    font-size: 42px;
    line-height: 1.4;
    color: #16352D;
    font-weight: 500;
    position: relative;
}

.leadership-philosophy blockquote::before {
    content: "“";
    position: absolute;
    top: -40px;
    left: -25px;
    font-size: 120px;
    color: #B8965A;
    opacity: .15;
    line-height: 1;
}

.leadership-philosophy p {
    max-width: 760px;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.9;
    color: #666;
}

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

@media (max-width:991px) {

    .leadership-philosophy {
        padding: 80px 0;
    }

    .leadership-philosophy blockquote {
        font-size: 36px;
    }

}

@media (max-width:767px) {

    .leadership-philosophy {
        padding: 60px 0;
    }

    .leadership-philosophy blockquote {
        font-size: 30px;
        line-height: 1.5;
    }

    .leadership-philosophy blockquote::before {
        font-size: 90px;
        left: -10px;
        top: -30px;
    }

    .leadership-philosophy p {
        font-size: 15px;
    }

}

@media (max-width:480px) {

    .leadership-philosophy blockquote {
        font-size: 24px;
    }

    .leadership-philosophy blockquote::before {
        font-size: 70px;
    }

}

/*====== LEADERSHIP PRINCIPLES ======*/

.leadership-principles {
    padding: 100px 0;
    background: #F8F6F1;
}

.leadership-principles .container {
    width: min(1100px, 92%);
    margin: auto;
}

.leadership-principles .heading-wrap {
    max-width: 700px;
    margin: 0 auto 70px;
}

.leadership-principles-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.leadership-principle-card {
    background: #fff;
    border: 1px solid rgba(22, 53, 45, .08);
    border-radius: 22px;
    padding: 40px;
    transition: all .35s ease;
    position: relative;
    overflow: hidden;
}

.leadership-principle-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 0;
    background: #B8965A;
    transition: .35s ease;
}

.leadership-principle-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08);
}

.leadership-principle-card:hover::before {
    height: 100%;
}

.leadership-principle-card span {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #B8965A;
    margin-bottom: 22px;
}

.leadership-principle-card h3 {
    font-family: "Playfair Display", serif;
    font-size: 30px;
    color: #16352D;
    margin-bottom: 18px;
    line-height: 1.2;
}

.leadership-principle-card p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin: 0;
}

.leadership-principle-card::after {
    content: "→";
    position: absolute;
    right: 35px;
    bottom: 30px;
    font-size: 22px;
    color: #B8965A;
    opacity: 0;
    transform: translateX(-10px);
    transition: .3s ease;
}

.leadership-principle-card:hover::after {
    opacity: 1;
    transform: translateX(0);
}

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

@media (max-width:991px) {

    .leadership-principles {
        padding: 80px 0;
    }

    .leadership-principles-grid {
        grid-template-columns: 1fr;
    }

    .leadership-principles .heading-wrap {
        margin-bottom: 50px;
    }

}

@media (max-width:767px) {

    .leadership-principles {
        padding: 60px 0;
    }

    .leadership-principle-card {
        padding: 30px;
    }

    .leadership-principle-card h3 {
        font-size: 26px;
    }

    .leadership-principle-card p {
        font-size: 15px;
    }

}

@media (max-width:480px) {

    .leadership-principle-card {
        padding: 24px;
        border-radius: 18px;
    }

    .leadership-principle-card h3 {
        font-size: 22px;
    }

    .leadership-principle-card::after {
        right: 25px;
        bottom: 20px;
    }

}

/*====== GLOBAL LEADERSHIP ======*/

.leadership-global {
    padding: 100px 0;
    background: #fff;
}

.leadership-global .container {
    width: min(1100px, 92%);
    margin: auto;
}

.leadership-global-layout {
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 70px;
    align-items: center;
}

.leadership-global-content {
    width: 100%;
}

.leadership-global h2 {
    font-family: "Playfair Display", serif;
    font-size: 52px;
    line-height: 1.15;
    color: #16352D;
    margin: 18px 0 30px;
}

.leadership-global .leadership-text {
    font-size: 17px;
    line-height: 1.9;
    color: #666;
    margin-bottom: 24px;
}

.leadership-global-image {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.leadership-global-image-wrap {
    width: 100%;
    max-width: 430px;
    overflow: hidden;
    border-radius: 24px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}

.leadership-global-image-wrap img {
    width: 100%;
    height: 560px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform .6s ease;
}

.leadership-global-image-wrap:hover img {
    transform: scale(1.05);
}

/* Optional Feature List */

.leadership-global-list {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.leadership-global-item {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.leadership-global-item i {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #16352D;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    flex-shrink: 0;
}

.leadership-global-item h4 {
    font-family: "Playfair Display", serif;
    font-size: 22px;
    color: #16352D;
    margin-bottom: 6px;
}

.leadership-global-item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.8;
    color: #666;
}

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

@media (max-width:991px) {

    .leadership-global {
        padding: 80px 0;
    }

    .leadership-global-layout {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .leadership-global-image {
        justify-content: center;
        order: -1;
    }

    .leadership-global-image-wrap {
        max-width: 500px;
    }

    .leadership-global h2 {
        font-size: 42px;
    }

}

@media (max-width:767px) {

    .leadership-global {
        padding: 60px 0;
    }

    .leadership-global h2 {
        font-size: 34px;
    }

    .leadership-global .leadership-text {
        font-size: 15px;
    }

    .leadership-global-image-wrap img {
        height: 420px;
    }

    .leadership-global-item {
        gap: 12px;
    }

    .leadership-global-item h4 {
        font-size: 20px;
    }

}

@media (max-width:480px) {

    .leadership-global h2 {
        font-size: 28px;
    }

    .leadership-global-image-wrap img {
        height: 360px;
    }

    .leadership-global-item i {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }

    .leadership-global-item h4 {
        font-size: 18px;
    }

}

/*=========================================
AWARDS PAGE INTRO
=========================================*/

.awards-page-intro-section{
    padding:90px 0;
    background:#F8F6F1;
}

.awards-page-intro-layout{
    display:grid;
    grid-template-columns:40% 60%;
    gap:70px;
    align-items:center;
    max-width:1080px;
    margin:0 auto;
}
.awards-page-intro-image{
    overflow:hidden;
    border-radius:22px;
}

.awards-page-intro-image img{
    width:100%;
    height:560px;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.awards-page-intro-image:hover img{
    transform:scale(1.05);
}

.awards-page-intro-content h2{
    margin:18px 0 24px;
    font-family:"Playfair Display",serif;
    font-size:48px;
    line-height:1.15;
    color:#16352D;
}

.awards-page-intro-content p{
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:18px;
}

.awards-page-highlights{
    display:flex;
    gap:25px;
    margin-top:35px;
}

.awards-page-highlight{
    flex:1;
    padding:24px;
    background:#fff;
    border-radius:18px;
    text-align:center;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;
}

.awards-page-highlight:hover{
    transform:translateY(-8px);
}

.awards-page-highlight span{
    display:block;
    margin-bottom:12px;
    font-family:"Playfair Display",serif;
    font-size:38px;
    color:#B8965A;
}

.awards-page-highlight p{
    margin:0;
    color:#555;
    line-height:1.7;
    font-size:14px;
}

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

@media(max-width:991px){

    .awards-page-intro-layout{
        grid-template-columns:1fr;
        gap:45px;
    }

    .awards-page-intro-image img{
        height:500px;
    }

    .awards-page-intro-content h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .awards-page-intro-section{
        padding:70px 0;
    }

    .awards-page-intro-image img{
        height:350px;
    }

    .awards-page-highlights{
        flex-direction:column;
    }

    .awards-page-intro-content h2{
        font-size:32px;
    }

}

/*=========================================
FEATURED RECOGNITION
=========================================*/

.awards-page-feature-section{
    padding:90px 0;
    background:#ffffff;
}

.awards-page-feature-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.awards-page-feature-heading h2{
    margin-top:18px;
    font-family:"Playfair Display",serif;
    font-size:48px;
    line-height:1.15;
    color:#16352D;
}

.awards-page-feature-layout{
    max-width:1080px;
    margin:0 auto;
    display:grid;
    grid-template-columns:520px 1fr;
    gap:70px;
    align-items:center;
}

.awards-page-feature-image{
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 25px 60px rgba(0,0,0,.08);
}

.awards-page-feature-image img{
    width:100%;
    height:520px;
    object-fit:cover;
    display:block;
    transition:.6s;
}

.awards-page-feature-image:hover img{
    transform:scale(1.05);
}

.awards-page-feature-year{
    display:inline-block;
    margin-bottom:18px;
    font-size:13px;
    font-weight:600;
    letter-spacing:2px;
    color:#B8965A;
    text-transform:uppercase;
}

.awards-page-feature-content h3{
    margin-bottom:10px;
    font-family:"Playfair Display",serif;
    font-size:42px;
    line-height:1.15;
    color:#16352D;
}

.awards-page-feature-content h5{
    margin-bottom:25px;
    font-size:18px;
    font-weight:500;
    color:#B8965A;
}

.awards-page-feature-content p{
    margin-bottom:30px;
    font-size:16px;
    line-height:1.9;
    color:#666;
}

.awards-page-feature-list{
    list-style:none;
    padding:0;
    margin:0 0 35px;
}

.awards-page-feature-list li{
    position:relative;
    padding-left:28px;
    margin-bottom:14px;
    font-size:15px;
    color:#444;
}

.awards-page-feature-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:8px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#B8965A;
}

.awards-page-feature-content .btn-luxury{
    margin-top:10px;
}

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

@media(max-width:991px){

    .awards-page-feature-section{
        padding:70px 0;
    }

    .awards-page-feature-layout{
        grid-template-columns:1fr;
        gap:45px;
    }

    .awards-page-feature-heading{
        margin-bottom:45px;
    }

    .awards-page-feature-heading h2{
        font-size:40px;
    }

    .awards-page-feature-image img{
        height:450px;
    }

}

@media(max-width:767px){

    .awards-page-feature-heading h2{
        font-size:32px;
    }

    .awards-page-feature-content h3{
        font-size:30px;
    }

    .awards-page-feature-content h5{
        font-size:16px;
    }

    .awards-page-feature-image img{
        height:320px;
    }

}

/*=========================================
RECOGNITION TIMELINE
=========================================*/

.awards-page-timeline-section{
    padding:90px 0 45px;
    background:#F8F6F1;
}

.awards-page-timeline-heading{
    max-width:720px;
    margin:0 auto 70px;
    text-align:center;
}

.awards-page-timeline-heading h2{
    margin:18px 0 20px;
    font-family:"Playfair Display",serif;
    font-size:48px;
    line-height:1.15;
    color:#16352D;
}

.awards-page-timeline-heading p{
    color:#666;
    font-size:16px;
    line-height:1.9;
}

/*========================*/

.awards-page-timeline{
    position:relative;
    max-width:950px;
    margin:0 auto;
}

.awards-page-timeline::before{
    content:"";
    position:absolute;
    left:120px;
    top:0;
    bottom:0;
    width:2px;
    background:#D8C7A2;
}

/*========================*/

.awards-page-timeline-item{
    position:relative;
    display:grid;
    grid-template-columns:120px 1fr;
    gap:45px;
    margin-bottom:55px;
}

.awards-page-timeline-item:last-child{
    margin-bottom:0;
}

/*========================*/

.awards-page-timeline-year{
    position:relative;
    font-family:"Playfair Display",serif;
    font-size:34px;
    color:#16352D;
    font-weight:600;
}

.awards-page-timeline-year::after{
    content:"";
    position:absolute;
    right:-13px;
    top:18px;
    width:16px;
    height:16px;
    background:#B8965A;
    border:4px solid #F8F6F1;
    border-radius:50%;
    box-shadow:0 0 0 3px rgba(184,150,90,.18);
}

/*========================*/

.awards-page-timeline-content{
    background:#fff;
    border-radius:18px;
    padding:30px;
    box-shadow:0 18px 45px rgba(0,0,0,.05);
    transition:.35s;
}

.awards-page-timeline-content:hover{
    transform:translateY(-6px);
}

.awards-page-timeline-content h3{
    margin-bottom:8px;
    font-family:"Playfair Display",serif;
    font-size:28px;
    color:#16352D;
}

.awards-page-timeline-content span{
    display:block;
    margin-bottom:18px;
    color:#B8965A;
    font-size:15px;
    font-weight:600;
}

.awards-page-timeline-content p{
    margin:0;
    color:#666;
    line-height:1.8;
    font-size:15px;
}

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

@media(max-width:991px){

    .awards-page-timeline-heading h2{
        font-size:40px;
    }

    .awards-page-timeline::before{
        left:40px;
    }

    .awards-page-timeline-item{
        grid-template-columns:40px 1fr;
        gap:30px;
    }

    .awards-page-timeline-year{
        font-size:22px;
    }

    .awards-page-timeline-year::after{
        right:-10px;
        top:12px;
    }

}

@media(max-width:767px){

    .awards-page-timeline-section{
        padding:70px 0;
    }

    .awards-page-timeline-heading{
        margin-bottom:45px;
    }

    .awards-page-timeline-heading h2{
        font-size:32px;
    }

    .awards-page-timeline-content{
        padding:22px;
    }

    .awards-page-timeline-content h3{
        font-size:22px;
    }

}

/*=========================================
LEGACY STATEMENT
=========================================*/

.awards-page-legacy-section{
    padding:100px 0;
    background:#16352D;
    color:#fff;
    text-align:center;
    overflow:hidden;
    position:relative;
}

.awards-page-legacy-section::before{
    content:"";
    position:absolute;
    top:-120px;
    left:-120px;
    width:300px;
    height:300px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
}

.awards-page-legacy-section::after{
    content:"";
    position:absolute;
    bottom:-140px;
    right:-140px;
    width:340px;
    height:340px;
    border:1px solid rgba(255,255,255,.08);
    border-radius:50%;
}

.awards-page-legacy-section .container{
    /* max-width:850px; */
    position:relative;
    z-index:2;
}

.awards-page-legacy-section .section-tag{
    color:#B8965A;
    border-color:rgba(184,150,90,.35);
}

.awards-page-legacy-section blockquote{
    margin:30px auto;
    padding:0;
    border:none;
    font-family:"Playfair Display",serif;
    font-size:46px;
    line-height:1.4;
    font-weight:500;
    color:#fff;
    max-width:780px;
}

.awards-page-legacy-section h5{
    margin:0 0 40px;
    font-size:18px;
    font-weight:500;
    color:#B8965A;
    letter-spacing:1px;
}

.awards-page-legacy-section .btn-luxury{
    margin-top:10px;
}

.awards-page-legacy-section blockquote::before{
    content:"“";
    position:absolute;
    top:-40px;
    left:50%;
    transform:translateX(-50%);
    font-family:"Playfair Display",serif;
    font-size:180px;
    color:rgba(184,150,90,.12);
    line-height:1;
    z-index:-1;
}

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

@media(max-width:991px){

    .awards-page-legacy-section{
        padding:80px 0;
    }

    .awards-page-legacy-section blockquote{
        font-size:36px;
    }

}

@media(max-width:767px){

    .awards-page-legacy-section{
        padding:70px 0;
    }

    .awards-page-legacy-section blockquote{
        font-size:28px;
        line-height:1.5;
    }

    .awards-page-legacy-section h5{
        font-size:16px;
        margin-bottom:30px;
    }

}

/*=========================================
CONTACT PAGE
=========================================*/

.contact-page-section{
    padding:100px 0;
    background:#F8F6F1;
}

.contact-page-header{
    max-width:720px;
    margin:0 auto 70px;
    text-align:center;
}

.contact-page-header h2{
    margin:18px 0 20px;
    font-family:"Playfair Display",serif;
    font-size:48px;
    line-height:1.15;
    color:#16352D;
}

.contact-page-header p{
    color:#666;
    line-height:1.9;
    font-size:16px;
}

.contact-page-wrapper{
    max-width:1100px;
    margin:0 auto;
    display:grid;
    grid-template-columns:700px 320px;
    justify-content:space-between;
    gap:80px;
}

/*=========================
Form
=========================*/

.contact-page-form{
    background:#fff;
    padding:45px;
    border-radius:22px;
    box-shadow:0 20px 60px rgba(0,0,0,.06);
}

.contact-page-form h3{
    margin-bottom:30px;
    font-family:"Playfair Display",serif;
    font-size:32px;
    color:#16352D;
}

.contact-page-grid{
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:20px;
}

.contact-page-field{
    margin-bottom:20px;
}

.contact-page-field input,
.contact-page-field textarea{
    width:100%;
    padding:16px 20px;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
    font-size:15px;
    transition:.3s;
    outline:none;
}

.contact-page-field textarea{
    resize:none;
}

.contact-page-field input:focus,
.contact-page-field textarea:focus{
    border-color:#B8965A;
}

@media (max-width:991px){

    .contact-page-info-grid{
         display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    margin-top: 30px;
    }

}
@media (max-width:767px){

    .contact-page-info-grid{
        grid-template-columns: 1fr;
    }

}
/*=========================
Info
=========================*/

.contact-page-info h3{
    margin-bottom:30px;
    font-family:"Playfair Display",serif;
    font-size:32px;
    color:#16352D;
}

.contact-page-card{
    padding:28px;
    margin-bottom:20px;
    background:#fff;
    border-radius:18px;
    border-left:4px solid #B8965A;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
}

.contact-page-card:last-child{
    margin-bottom:0;
}

.contact-page-card h5{
    margin-bottom:12px;
    font-size:18px;
    color:#16352D;
}

.contact-page-card p{
    margin:0;
    color:#666;
    line-height:1.8;
}

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

@media(max-width:991px){

    .contact-page-section{
        padding:80px 0;
    }

    .contact-page-wrapper{
        grid-template-columns:1fr;
    }

    .contact-page-header h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .contact-page-header{
        margin-bottom:50px;
    }

    .contact-page-header h2{
        font-size:32px;
    }

    .contact-page-grid{
        grid-template-columns:1fr;
    }

    .contact-page-form{
        padding:30px;
    }

    .contact-page-info h3,
    .contact-page-form h3{
        font-size:28px;
    }

}

/*=========================================
CONTACT HERO
=========================================*/
/*=========================================
CONTACT HERO
=========================================*/

.contact-hero-section{
    position: relative;
    min-height: 82vh;
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url("../images/how-we-help.jpg") center center/cover no-repeat;
}

.contact-hero-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(22,53,45,.82) 0%,
        rgba(22,53,45,.72) 35%,
        rgba(22,53,45,.35) 70%,
        rgba(22,53,45,.12) 100%
    );
}

.contact-hero-section .container{
    position: relative;
    z-index: 2;
    width: min(1200px, 92%);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-hero-content{
    max-width: 620px;
    color: #fff;
}

.contact-hero-content .section-tag{
    display: inline-block;
    margin-bottom: 20px;
    color: #B8965A;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

.contact-hero-content h1{
    margin: 0 0 25px;
    font-family: "Playfair Display", serif;
    font-size: 72px;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
}

.contact-hero-content h1 span{
    display: block;
}

.contact-hero-content p{
    max-width: 560px;
    margin: 0;
    font-size: 18px;
    line-height: 1.9;
    color: rgba(255,255,255,.88);
}

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

@media (max-width: 991px){

    .contact-hero-section{
        min-height: 50vh;
    }

    .contact-hero-content{
        margin-left: 20px;
        max-width: 560px;
    }

    .contact-hero-content h1{
        font-size: 56px;
    }

}

@media (max-width: 767px){

    .contact-hero-section{
        min-height: 45vh;
    }

    .contact-hero-content{
        margin-left: 0;
    }

    .contact-hero-content h1{
        font-size: 40px;
    }

    .contact-hero-content p{
        font-size: 16px;
    }

}

/*=========================================
OFFICE LOCATION
=========================================*/

.contact-location-section{
    padding:100px 0;
    background:#fff;
}

.contact-location-heading{
    max-width:700px;
    margin:0 auto 60px;
    text-align:center;
}

.contact-location-heading h2{
    margin:18px 0;
    font-family:"Playfair Display",serif;
    font-size:48px;
    color:#16352D;
}

.contact-location-heading p{
    color:#666;
    line-height:1.9;
}

.contact-location-wrapper{
    max-width:1100px;
    margin:auto;
}

/*====================*/

.contact-location-map{
    border-radius:24px;
    overflow:hidden;
    box-shadow:0 20px 60px rgba(0,0,0,.08);
}

.contact-location-map iframe{
    width:100%;
    height:520px;
    border:none;
    display:block;
}

/*====================*/

.contact-location-card{

    max-width:900px;
    margin:-70px auto 0;
    background:#fff;

    display:grid;
    grid-template-columns:1fr auto 1fr auto 1fr;

    align-items:center;

    padding:35px 45px;

    border-radius:22px;

    box-shadow:0 20px 60px rgba(0,0,0,.08);

    position:relative;

    z-index:5;

}

.contact-location-item{
    text-align:center;
}

.contact-location-item h4{
    margin-bottom:12px;
    font-family:"Playfair Display",serif;
    font-size:24px;
    color:#16352D;
}

.contact-location-item p{
    margin:0;
    color:#666;
    line-height:1.8;
}

.contact-location-divider{
    width:1px;
    height:90px;
    background:#e6e6e6;
    margin:0 30px;
}

/*====================*/

@media(max-width:991px){

    .contact-location-card{

        grid-template-columns:1fr;

        gap:30px;

        margin-top:35px;

        padding:35px;

    }

    .contact-location-divider{
        display:none;
    }

    .contact-location-heading h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .contact-location-section{
        padding:70px 0;
    }

    .contact-location-heading h2{
        font-size:32px;
    }

    .contact-location-map iframe{
        height:350px;
    }

}

/*=========================================
FAQ
=========================================*/

.contact-faq-section{
    padding:30px 0;
    background:#F8F6F1;
}

.contact-faq-heading{
    max-width:700px;
    margin:0 auto 60px;
    text-align:center;
}

.contact-faq-heading h2{
    margin:18px 0;
    font-family:"Playfair Display",serif;
    font-size:48px;
    color:#16352D;
    line-height:1.2;
}

.contact-faq-heading p{
    font-size:16px;
    line-height:1.9;
    color:#666;
}

/*============================*/

.contact-faq-wrapper{
    max-width:900px;
    margin:0 auto;
}

/*============================*/

.contact-faq-item{
    background:#fff;
    border-radius:18px;
    margin-bottom:18px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;
}

.contact-faq-item:hover{
    transform:translateY(-4px);
}

.contact-faq-item.active{
    border-left:4px solid #B8965A;
}

/*============================*/

.contact-faq-question{
    width:100%;
    padding:28px 35px;
    background:none;
    border:none;
    cursor:pointer;

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

    text-align:left;
}

.contact-faq-question span{
    font-size:20px;
    font-family:"Playfair Display",serif;
    color:#16352D;
}

.contact-faq-question i{
    width:42px;
    height:42px;
    border-radius:50%;
    background:#F8F6F1;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#B8965A;
    transition:.3s;
}

.contact-faq-item.active .contact-faq-question i{
    background:#16352D;
    color:#fff;
}

/*============================*/

.contact-faq-answer{
    display:none;
    padding:0 35px 30px;
}

.contact-faq-item.active .contact-faq-answer{
    display:block;
}

.contact-faq-answer p{
    margin:0;
    font-size:16px;
    line-height:1.9;
    color:#666;
}

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

@media(max-width:991px){

    .contact-faq-section{
        padding:20px 0;
    }

    .contact-faq-heading h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .contact-faq-section{
        padding:20px 0;
    }

    .contact-faq-heading{
        margin-bottom:40px;
    }

    .contact-faq-heading h2{
        font-size:32px;
    }

    .contact-faq-question{
        padding:22px;
    }

    .contact-faq-question span{
        font-size:18px;
        padding-right:15px;
    }

    .contact-faq-answer{
        padding:0 22px 22px;
    }

}

/*=========================================
LATEST INSIGHTS
=========================================*/

.insights-list-section{
    padding:100px 0;
    background:#F8F6F1;
}

.insights-section-heading{
    max-width:700px;
    margin:0 auto 60px;
    text-align:center;
}

.insights-section-heading h2{
    margin:18px 0;
    font-family:"Playfair Display",serif;
    font-size:48px;
    color:#16352D;
}

.insights-section-heading p{
    color:#666;
    line-height:1.9;
}

/*========================*/

.insights-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.insight-card{
    background:#fff;
    border-radius:20px;
    overflow:hidden;
    box-shadow:0 15px 40px rgba(0,0,0,.05);
    transition:.35s;
}

.insight-card:hover{
    transform:translateY(-8px);
}

.insight-card-image{
    overflow:hidden;
}

.insight-card-image img{
    width:100%;
    display:block;
    transition:.5s;
}

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

.insight-card-content{
    padding:20px;
}

.insight-category{
    display:inline-block;
    margin-bottom:15px;
    color:#B8965A;
    font-size:13px;
    font-weight:600;
    letter-spacing:1px;
    text-transform:uppercase;
}

.insight-card-content h3{
    font-family:"Playfair Display",serif;
    font-size:24px;
    line-height:1.3;
    color:#16352D;
    margin-bottom:18px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insight-card-content p{
    color:#666;
    line-height:1.8;
    margin-bottom:20px;
     display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insight-card-content a{
    color:#16352D;
    font-weight:600;
    text-decoration:none;
    transition:.3s;
}

.insight-card-content a:hover{
    color:#B8965A;
}

/*=========================================
PAGINATION
=========================================*/

.insights-pagination{

    margin-top:70px;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:25px;

    flex-wrap:wrap;

}

.pagination-btn{

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

    padding:12px 24px;

    border:1px solid #d9c9a6;

    border-radius:50px;

    color:#16352D;

    text-decoration:none;

    transition:.3s;

    font-weight:500;

}

.pagination-btn:hover{

    background:#16352D;

    color:#fff;

    border-color:#16352D;

}

.pagination-numbers{

    display:flex;
    align-items:center;
    gap:12px;

}

.pagination-numbers a,
.pagination-numbers span{

    width:44px;
    height:44px;

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

    border-radius:50%;

    text-decoration:none;

    color:#16352D;

    transition:.3s;

    font-weight:600;

}

.pagination-numbers a{

    border:1px solid #e7e0d2;

    background:#fff;

}

.pagination-numbers a:hover{

    background:#16352D;

    color:#fff;

    border-color:#16352D;

}

.pagination-numbers a.active{

    background:#B8965A;

    color:#fff;

    border-color:#B8965A;

}

.pagination-numbers span{

    cursor:default;

}

@media(max-width:767px){

    .insights-pagination{

        gap:15px;

    }

    .pagination-btn{

        padding:10px 18px;

        font-size:14px;

    }

    .pagination-numbers{

        gap:8px;

    }

    .pagination-numbers a,
    .pagination-numbers span{

        width:38px;
        height:38px;

        font-size:14px;

    }

}

/*========================*/

@media(max-width:991px){

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

    .insights-section-heading h2{
        font-size:40px;
    }

}

@media(max-width:767px){

    .insights-list-section{
        padding:70px 0;
    }

    .insights-grid{
        grid-template-columns:1fr;
    }

    .insights-section-heading h2{
        font-size:32px;
    }

}

/*=========================================
TOPICS WE COVER
=========================================*/

.insight-topics-section{
    padding:100px 0;
    background:#fff;
}

.insight-topics-heading{
    max-width:720px;
    margin:0 auto 60px;
    text-align:center;
}

.insight-topics-heading h2{
    margin:18px 0;
    font-family:"Playfair Display",serif;
    font-size:48px;
    color:#16352D;
    line-height:1.2;
}

.insight-topics-heading p{
    color:#666;
    line-height:1.9;
}

/*=======================*/

.insight-topics-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.insight-topic-card{

    background:#F8F6F1;

    padding:40px 35px;

    border-radius:22px;

    transition:.35s;

    border:1px solid #ece8df;

}

.insight-topic-card:hover{

    transform:translateY(-8px);

    border-color:#B8965A;

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

}

.insight-topic-icon{

    width:72px;
    height:72px;

    border:1px solid rgba(184,150,90,.25);

    border-radius:50%;

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

    color:#B8965A;

    background:#fff;

    transition:.35s;

}

.insight-topic-icon svg{

    width:32px;
    height:32px;

}

.insight-topic-card:hover .insight-topic-icon{

    background:#16352D;
    color:#fff;
    border-color:#16352D;

}

.insight-topic-card h3{

    font-family:"Playfair Display",serif;

    font-size:28px;

    color:#16352D;

    margin-bottom:15px;

}

.insight-topic-card p{

    color:#666;

    line-height:1.8;

    margin:0;

}

/*=======================*/

@media(max-width:991px){

    .insight-topics-grid{

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

    }

    .insight-topics-heading h2{

        font-size:40px;

    }

}

@media(max-width:767px){

    .insight-topics-section{

        padding:70px 0;

    }

    .insight-topics-grid{

        grid-template-columns:1fr;

    }

    .insight-topics-heading{

        margin-bottom:40px;

    }

    .insight-topics-heading h2{

        font-size:32px;

    }

}

/*=========================================
WEALTH OVERVIEW
=========================================*/

.wealth-overview-section{

    padding:110px 0;

    background:#fff;

}

.wealth-container{
    width:min(1200px,92%);
    margin:0 auto;
}

.wealth-overview-grid{

    display:grid;

    grid-template-columns:45% 55%;

    gap:70px;

    align-items:center;

}

.wealth-overview-image{

    position:relative;

}

.wealth-overview-image img{

    width:100%;

    display:block;

    border-radius:24px;

    object-fit:cover;

    box-shadow:0 20px 50px rgba(0,0,0,.08);

}


.wealth-overview-content h2{

    margin:18px 0 25px;

    font-size:52px;

    line-height:1.15;

    color:#16352D;

    font-family:"Playfair Display",serif;

}

.wealth-overview-content p{

    color:#666;

    line-height:1.9;

    margin-bottom:20px;

}

.wealth-overview-features{

    margin-top:40px;

    display:flex;

    flex-direction:column;

    gap:28px;

}

.wealth-feature{

    display:flex;

    gap:20px;

    align-items:flex-start;

}

.wealth-feature span{

    min-width:54px;

    height:54px;

    border-radius:50%;

    background:#F8F6F1;

    border:1px solid rgba(184,150,90,.35);

    display:flex;

    align-items:center;

    justify-content:center;

    color:#B8965A;

    font-weight:600;

}

.wealth-feature h4{

    margin-bottom:8px;

    color:#16352D;

    font-size:22px;

}

.wealth-feature p{

    margin:0;

}

@media(max-width:991px){

    .wealth-overview-grid{

        grid-template-columns:1fr;

        gap:40px;

    }

    .wealth-overview-content{

        max-width:100%;

    }

    .wealth-overview-content h2{

        font-size:42px;

    }

}

@media(max-width:767px){

    .wealth-overview-section{

        padding:70px 0;

    }

    .wealth-overview-content h2{

        font-size:34px;

    }

    .wealth-feature{

        gap:15px;

    }

    .wealth-feature span{

        width:46px;

        height:46px;

        min-width:46px;

        font-size:14px;

    }

}

/*=========================================
WEALTH SERVICES
=========================================*/

.wealth-services-section{

    padding:55px 0;

    background:#F8F6F1;

}

.wealth-section-heading{

    max-width:760px;

    margin:0 auto 70px;

    text-align:center;

}

.wealth-section-heading h2{

    margin:18px 0 22px;

    font-size:52px;

    line-height:1.15;

    color:#16352D;

    font-family:"Playfair Display",serif;

}

.wealth-section-heading p{

    color:#666;

    line-height:1.9;

}

.wealth-services-grid{

    display:grid;

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

    gap:30px;

}

.wealth-service-card{

    background:#fff;

    padding:40px;

    border-radius:20px;

    border:1px solid rgba(184,150,90,.15);

    transition:.35s;

}

.wealth-service-card:hover{

    transform:translateY(-8px);

    box-shadow:0 20px 45px rgba(0,0,0,.08);

}

.wealth-service-icon{

    width:72px;
    height:72px;

    border-radius:50%;

    background:#F8F6F1;

    border:1px solid rgba(184,150,90,.25);

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

    color:#B8965A;

    margin-bottom:28px;

    transition:.35s;

}

.wealth-service-icon svg{

    width:34px;
    height:34px;

}

.wealth-service-card:hover .wealth-service-icon{

    background:#16352D;

    color:#fff;

    border-color:#16352D;

}

.wealth-service-card h3{

    margin-bottom:16px;

    font-size:28px;

    color:#16352D;

}

.wealth-service-card p{

    color:#666;

    line-height:1.9;

    margin:0;

}

@media(max-width:991px){

    .wealth-services-grid{

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

    }

}

@media(max-width:767px){

    .wealth-services-section{

        padding:70px 0;

    }

    .wealth-section-heading{

        margin-bottom:45px;

    }

    .wealth-section-heading h2{

        font-size:36px;

    }

    .wealth-services-grid{

        grid-template-columns:1fr;

    }

    .wealth-service-card{

        padding:30px;

    }

}

/*====== WEALTH PROCESS ======*/

.wealth-process-section{

    padding:55px 0;

    background:#fff;

}

.wealth-process-grid{

    display:grid;

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

    gap:25px;

    margin-top:70px;

    position:relative;

}

.wealth-process-grid::before{

    content:"";

    position:absolute;

    left:10%;
    right:10%;

    top:34px;

    height:1px;

    background:#ddd;

    z-index:0;

}

.wealth-process-item{

    position:relative;

    text-align:center;

    z-index:1;

}

.wealth-process-number{

    width:68px;
    height:68px;

    margin:0 auto 30px;

    border-radius:50%;

    background:#16352D;

    color:#fff;

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

    font-weight:600;

    font-size:18px;

    border:6px solid #fff;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

}

.wealth-process-item h3{

    margin-bottom:15px;

    color:#16352D;

    font-size:26px;

}

.wealth-process-item p{

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

    .wealth-process-grid{

        grid-template-columns:1fr;

        gap:45px;

    }

    .wealth-process-grid::before{

        display:none;

    }

    .wealth-process-item{

        text-align:left;

        display:flex;

        gap:25px;

        align-items:flex-start;

    }

    .wealth-process-number{

        margin:0;

        min-width:68px;

    }

}

@media(max-width:767px){

    .wealth-process-section{

        padding:70px 0;

    }

    .wealth-process-item{

        gap:18px;

    }

    .wealth-process-item h3{

        font-size:22px;

    }

    .wealth-process-number{

        width:56px;
        height:56px;

        min-width:56px;

        font-size:16px;

    }

}

@media(max-width:479px){

    .wealth-process-item{

        display:block;

        text-align:left;

        padding-bottom:30px;

        border-bottom:1px solid rgba(184,150,90,.15);

    }

    .wealth-process-number{

        margin:0 0 15px;

    }

    .wealth-process-item h3{

        display:block;

        margin-bottom:12px;

    }

    .wealth-process-item p{

        display:block;

    }

}


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

.wealth-benefits-section{

    padding:55px 0;

    background:#F8F6F1;

}

.wealth-benefits-grid{

    display:grid;

    grid-template-columns:45% 55%;

    gap:70px;

    align-items:center;

}

.wealth-benefits-image img{

    width:100%;

    display:block;

    border-radius:24px;

    aspect-ratio:4/5;

    object-fit:cover;

}

.wealth-benefits-content h2{

    margin:18px 0 25px;

    font-size:52px;

    line-height:1.15;

    color:#16352D;

    font-family:"Playfair Display", serif;

}

.wealth-benefits-content>p{

    color:#666;

    line-height:1.9;

    margin-bottom:40px;

}

.wealth-benefit-list{

    display:grid;

    gap:28px;

}

.wealth-benefit{

    padding-left:28px;

    border-left:3px solid #B8965A;

}

.wealth-benefit h3{

    margin-bottom:10px;

    color:#16352D;

    font-size:24px;

}

.wealth-benefit p{

    margin:0;

    color:#666;

    line-height:1.8;

}

@media(max-width:991px){

    .wealth-benefits-grid{

        grid-template-columns:1fr;

        gap:50px;

    }

}

@media(max-width:767px){

    .wealth-benefits-section{

        padding:40px 0;

    }

    .wealth-benefits-content h2{

        font-size:36px;

    }

}

@media(max-width:479px){

    .wealth-benefits-section{

        padding:30px 0;

    }

    .wealth-benefits-grid{

        gap:35px;

    }

    .wealth-benefits-content h2{

        font-size:30px;

    }

    .wealth-benefit{

        padding-left:20px;

    }

    .wealth-benefit h3{

        font-size:20px;

    }

    .wealth-benefit p{

        font-size:15px;

    }

}

.estate-overview-grid{
    display: grid;
    grid-template-columns: 55% 45%;
    gap: 70px;
    align-items: center;
}

/* ==========================================
ESTATE OVERVIEW RESPONSIVE
========================================== */

/* Tablet */
@media (max-width: 991px) {

    .estate-overview-grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .wealth-overview-content {
        order: 2;
    }

    .wealth-overview-image {
        order: 1;
        text-align: center;
    }

    .wealth-overview-image img {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .estate-overview-grid {
        gap: 35px;
    }

    .wealth-overview-content {
        text-align: left;
    }

    .wealth-overview-image img {
        border-radius: 16px;
    }

    .wealth-overview-features {
        gap: 20px;
    }

    .wealth-feature {
        align-items: flex-start;
    }

}

/* Small Mobile */
@media (max-width: 479px) {

    .estate-overview-grid {
        gap: 28px;
    }

    .wealth-overview-image img {
        width: 100%;
    }

    .wealth-overview-features {
        gap: 18px;
    }

    .wealth-feature span {
        min-width: 42px;
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

}