/* Apartments Hover Submenu */
.sub-dropdown{position:relative;display:block;width:100%;margin:0;padding:0}
.sub-dropdown>a{display:flex!important;align-items:center;justify-content:space-between;width:100%;text-align:left}
.sub-dropdown>a .arrow{margin-left:auto}
.sub-menu{position:absolute;top:0;left:100%;width:220px;min-width:220px;display:none;grid-template-columns:1fr;background:#fff;border-radius:10px;padding:10px;box-shadow:0 12px 30px rgba(0,0,0,.12);z-index:10001}
.sub-dropdown:hover>.sub-menu{display:grid}
.sub-menu a{display:flex!important;align-items:center;width:100%;color:#13263f;text-decoration:none;white-space:nowrap}
.sub-menu a:hover{background:#f5f7fa;color:#b08a45}
/* Sticky Header */
.clearHeader.inner_hDR{position:sticky;top:0;width:100%;z-index:9999;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(19,38,63,.08);box-shadow:0 5px 25px rgba(15,31,50,.06)}
.header-inner{width:min(1380px,calc(100% - 40px));min-height:78px;margin:0 20px;display:flex;align-items:center;justify-content:space-between;padding:0 8px;gap:35px}
.logo{position:relative;display:inline-flex;align-items:center;color:#142b45!important;text-decoration:none!important;font-size:20px;font-weight:700;letter-spacing:.3px;white-space:nowrap;padding-left:16px;transition:all .3s ease}
.logo::before{content:"";position:absolute;left:0;top:4px;width:3px;height:24px;background:linear-gradient(to bottom,#b58a45,#d4b06a);border-radius:4px}
.logo:hover{color:#9c783e!important}
.nav-menu{display:flex;align-items:center;margin:0;padding:0;list-style:none}
.nav-menu>li{position:relative;list-style:none;display:flex;align-items:center}
.nav-menu>li>a{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 17px;color:#24384f;text-decoration:none;font-size:14px;font-weight:600;letter-spacing:.15px;border-radius:8px;transition:color .3s ease,background .3s ease,transform .3s ease}
.nav-menu>li>a:hover{color:#9a7437;background:rgba(181,138,69,.07)}
.nav-menu>li>a::after{content:"";position:absolute;left:17px;right:17px;bottom:4px;height:2px;background:linear-gradient(90deg,#9b7538,#d5b36d);border-radius:10px;transform:scaleX(0);transform-origin:center;transition:transform .3s ease}
.nav-menu>li>a:hover::after{transform:scaleX(1)}
.projects-toggle{cursor:pointer}
.projects-toggle .arrow{display:inline-flex;align-items:center;justify-content:center;font-size:8px;width:18px;height:18px;color:#9b7538;background:rgba(181,138,69,.09);border-radius:50%;transition:transform .3s ease,background .3s ease}
.projects-dropdown.active .projects-toggle .arrow{transform:rotate(180deg);background:rgba(181,138,69,.17)}
.projects-menu{position:absolute;top:calc(100% + 13px);left:50%;transform:translateX(-50%) translateY(8px);width:520px;min-width:520px;padding:14px;display:none;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;row-gap:2px;background:linear-gradient(145deg,rgba(255,255,255,.99),rgba(250,248,243,.99));border:1px solid rgba(181,138,69,.18);border-radius:16px;box-shadow:0 25px 65px rgba(19,38,63,.16),0 4px 15px rgba(19,38,63,.06);z-index:99999;opacity:0}
@media(min-width:993px){.projects-menu.single-column-menu{width:300px;min-width:300px;grid-template-columns:1fr}}
.projects-menu::before{content:"";position:absolute;top:-2px;left:50%;width:55px;height:3px;transform:translateX(-50%);background:linear-gradient(90deg,#a37b3e,#d8b776);border-radius:0 0 10px 10px}
.projects-dropdown.active .projects-menu{display:grid;opacity:1;transform:translateX(-50%) translateY(0);animation:sobhaMenuIn .28s ease forwards}
.projects-menu a{position:relative;display:flex;align-items:center;min-height:48px;padding:10px 13px;color:#33465b;background:transparent;text-decoration:none;font-size:13px;font-weight:600;line-height:1.35;border-radius:9px;border-bottom:1px solid rgba(19,38,63,.06);transition:color .25s ease,background .25s ease,padding-left .25s ease,transform .25s ease}
.projects-menu a::before{content:"";width:5px;height:5px;flex-shrink:0;margin-right:10px;background:#b08a4a;border-radius:50%;transition:transform .25s ease,background .25s ease}
.projects-menu a:hover{color:#916c35;background:linear-gradient(90deg,rgba(181,138,69,.1),rgba(181,138,69,.025));padding-left:17px;transform:translateX(2px)}
.projects-menu a:hover::before{background:#916c35;transform:scale(1.5)}
.projects-menu a:last-child,.projects-menu a:nth-last-child(2){border-bottom:none}
.projects-menu::after{content:"";position:absolute;top:-6px;left:50%;width:12px;height:12px;transform:translateX(-50%) rotate(45deg);background:#fff;border-left:1px solid rgba(181,138,69,.16);border-top:1px solid rgba(181,138,69,.16);z-index:-1}
@keyframes sobhaMenuIn{from{opacity:0;transform:translateX(-50%) translateY(10px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}
.hamburger{display:none;width:42px;height:42px;align-items:center;justify-content:center;color:#162f4b;font-size:25px;line-height:1;cursor:pointer;border:1px solid rgba(181,138,69,.25);border-radius:10px;background:rgba(181,138,69,.06);transition:background .25s ease,color .25s ease,transform .25s ease}
.hamburger:hover{color:#fff;background:#a27a3f;transform:translateY(-1px)}
@media(max-width:1199px){.header-inner{width:calc(100% - 30px);min-height:72px;gap:20px}.nav-menu{gap:2px}.nav-menu>li>a{padding-left:12px;padding-right:12px;font-size:13px}.projects-menu{width:480px;min-width:480px}.projects-menu.single-column-menu{width:300px;min-width:300px}}
@media(max-width:992px){
.clearHeader.inner_hDR{background:rgba(255,255,255,.99);box-shadow:0 4px 22px rgba(15,31,50,.09)}
.header-inner{width:calc(100% - 28px);min-height:68px;padding:0;gap:15px}
.logo{font-size:19px}
.hamburger{display:flex;flex-shrink:0}
.nav-menu{position:absolute;top:calc(100% + 1px);left:0;width:100%;display:none;flex-direction:column;align-items:stretch;gap:2px;padding:12px 14px 18px;background:linear-gradient(180deg,#fff,#faf9f6);border-top:1px solid rgba(181,138,69,.14);border-bottom:1px solid rgba(181,138,69,.15);box-shadow:0 25px 45px rgba(19,38,63,.13);z-index:99999}
.nav-menu.active{display:flex;animation:mobileMenuIn .25s ease forwards}
@keyframes mobileMenuIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.nav-menu>li{width:100%;display:block}
.nav-menu>li>a{width:100%;min-height:48px;padding:0 14px;justify-content:space-between;font-size:14px;border-radius:9px}
.nav-menu>li>a::after{display:none}
.nav-menu>li>a:hover{background:rgba(181,138,69,.08)}
.projects-menu,.builders-menu{position:static!important;width:100%!important;min-width:100%!important;max-width:100%!important;margin:3px 0 7px;padding:7px;display:none;grid-template-columns:1fr;gap:1px;transform:none!important;opacity:1!important;animation:none!important;background:#f8f7f3;border:1px solid rgba(181,138,69,.15);border-radius:12px;box-shadow:none}
.projects-dropdown.active .projects-menu{display:grid}
.projects-menu::before,.projects-menu::after{display:none}
.projects-menu a{min-height:44px;padding:9px 10px;font-size:13px;border-bottom:1px solid rgba(19,38,63,.055)}
.projects-menu a:hover{padding-left:14px;transform:none}
.sub-dropdown{display:block!important;width:100%!important}
.sub-dropdown>a{display:flex!important;width:100%!important;padding:9px 10px!important;text-align:left!important}
.sub-menu{position:static;width:100%;min-width:100%;display:none;grid-template-columns:1fr;box-shadow:none;padding:5px 0 5px 15px}
.sub-dropdown.active>.sub-menu{display:grid}
}
@media(max-width:576px){
.header-inner{width:calc(100% - 22px);min-height:64px}
.logo{font-size:17px;padding-left:13px}
.logo::before{height:21px;width:3px}
.hamburger{width:39px;height:39px;font-size:23px}
.nav-menu{padding:10px 10px 15px}
.nav-menu>li>a{min-height:46px;padding:0 11px;font-size:13.5px}
.projects-menu a{font-size:12.5px;min-height:43px}
}
@media(min-width:1400px){
.header-inner{width:min(1420px,calc(100% - 60px))}
.nav-menu{gap:8px}
.nav-menu>li>a{padding-left:8px;padding-right:8px}
}


/* =========================================
   OVERLAY
========================================= */

.hero-overlay {
    position: absolute;
    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(63, 70, 78, 0.78) 0%,
        rgba(52, 59, 68, 0.62) 45%,
        rgba(71, 75, 80, 0.48) 75%,
        rgba(54, 57, 61, 0.62) 100%
    );

    z-index: 1;
}


/* =========================================
   CONTENT CONTAINER
========================================= */

.hero-bg-main .container {
    position: relative;
    z-index: 5;
}


/* =========================================
   TWO COLUMN LAYOUT
========================================= */

.hero-wrapper {

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    align-items: center;

    gap: 50px;
}


/* =========================================
   LEFT CONTENT
========================================= */

.hero-content {
    position: relative;
    z-index: 5;

    max-width: 680px;
}

.hero-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;

    padding: 8px 15px;

    margin-bottom: 20px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    border-radius: 50px;

    background: rgba(255, 255, 255, 0.06);

    color: #fff;

    font-size: 12px;

    font-weight: 600;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.hero-tag span {
    color: #d6b477;
}


.hero-content h1 {
    margin: 0;

    color: #fff;

    font-size: clamp(38px, 4vw, 62px);

    line-height: 1.08;

    letter-spacing: -1.5px;
}

.hero-content h1 strong {
    color: #d6b477;
}


.hero-line {
    width: 65px;

    height: 3px;

    margin: 23px 0;

    background: #d6b477;
}


.hero-content p {
    max-width: 650px;

    margin: 0;

    color: rgba(255, 255, 255, 0.78);

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;

    align-items: center;

    gap: 22px;

    margin-top: 28px;
}

.btn-get-started {
    display: inline-flex;
 background: #001d3d;
    align-items: center;

    gap: 12px;

    padding: 14px 22px;

    background: #d6b477;

    border: 1px solid #d6b477;

    border-radius: 4px;

    color: #101923;

    font-size: 14px;

    font-weight: 700;

    text-decoration: none;

    transition: 0.3s ease;
}

.btn-get-started span {
    font-size: 20px;
}

.btn-get-started:hover {
    background: transparent;

    color: #fff;
}


.hero-link {
    color: #fff;

    font-size: 14px;

    font-weight: 600;

    text-decoration: none;
}

.hero-link span {
    color: #d6b477;
}


/* =========================================
   STATS
========================================= */

.hero-stats {
    display: flex;

    margin-top: 35px;
}

.hero-stat {
    padding-right: 25px;

    margin-right: 25px;

    border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.hero-stat:last-child {
    border-right: 0;
}

.hero-stat strong {
    display: block;

    color: #fff;

    font-size: 15px;
}

.hero-stat span {
    display: block;

    margin-top: 3px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 11px;
}


/* =========================================
   RIGHT IMAGE CONTAINER
========================================= */

.hero-image {
    position: relative;

    z-index: 5;

    width: 100%;

    max-width: 520px;

    margin-left: auto;
}


/* =========================================
   RIGHT IMAGE FRAME
========================================= */

.hero-image-frame {
    position: relative;

    width: 100%;

    height: 480px;

    overflow: hidden;

    border-radius: 6px;

    border: 1px solid rgba(255, 255, 255, 0.2);

    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.4);
}


/* =========================================
   RIGHT IMAGE ITSELF
========================================= */

.hero-project-image {
    position: relative !important;

    width: 100% !important;

    height: 100% !important;

    max-width: 100% !important;

    object-fit: cover !important;

    display: block;

    opacity: 1 !important;

    filter: none !important;

    transform: none !important;

    z-index: 1;
}


/* Image gradient */
.hero-image-frame::after {
    content: "";

    position: absolute;

    inset: 0;

    z-index: 2;

    background: linear-gradient(
        to bottom,
        rgba(63, 63, 63, 0) 45%,
        rgba(80, 80, 80, 0.45) 100%
    );

    pointer-events: none;
}


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

.hero-image-card {
    position: absolute;

    left: -30px;

    bottom: 30px;

    z-index: 10;

    min-width: 210px;

    padding: 17px 20px;

    border-left: 3px solid #d6b477;

    background: rgba(7, 17, 31, 0.95);

    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);

    backdrop-filter: blur(10px);
}

.hero-image-card span {
    display: block;

    margin-bottom: 4px;

    color: #d6b477;

    font-size: 10px;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.hero-image-card strong {
    display: block;

    color: #fff;

    font-size: 16px;
}

.hero-image-card small {
    display: block;

    margin-top: 4px;

    color: rgba(255, 255, 255, 0.55);

    font-size: 11px;
}


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

@media (max-width: 991px) {

    .hero-bg-main {
        min-height: auto;

        max-height: none;

        padding: 70px 0;
    }

    .hero-wrapper {
        min-height: auto;

        grid-template-columns: 1fr;

        gap: 45px;
    }

    .hero-content {
        max-width: 750px;

        margin: auto;

        text-align: center;
    }

    .hero-line {
        margin: 22px auto;
    }

    .hero-content p {
        margin: auto;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-image {
        max-width: 600px;

        margin: auto;
    }

    .hero-image-frame {
        height: 400px;
    }

    .hero-image-card {
        left: 20px;
    }
}


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

@media (max-width: 575px) {

    .hero-bg-main {
        padding: 50px 0;
    }

    .hero-content h1 {
        font-size: 34px;
    }

    .hero-content p {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;

        gap: 15px;
    }

    .btn-get-started {
        width: 100%;

        max-width: 230px;

        justify-content: center;
    }

    .hero-stats {
        flex-wrap: wrap;

        justify-content: center;
    }

    .hero-image-frame {
        height: 320px;
    }

    .hero-image-card {
        left: 15px;

        bottom: 15px;

        min-width: 185px;
    }
}
/* =========================================
   RESIDENTIAL PROJECTS - PREMIUM ABOUT SECTION
========================================= */

.about_us {
    position: relative;
    padding: 90px 0;
    background: #f6f7f9;
    overflow: hidden;
}

/* Soft decorative background */
.about_us::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -180px;
    right: -150px;
    background: rgba(100, 83, 137, 0.07);
    border-radius: 50%;
    pointer-events: none;
}

.about_us::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -150px;
    left: -120px;
    background: rgba(0, 29, 61, 0.05);
    border-radius: 50%;
    pointer-events: none;
}

.about_us .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

/* Main content card */
.about_us .row {
    position: relative;
    background: #ffffff;
    padding: 55px 65px 60px;
    border-radius: 22px;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.07);
    border: 1px solid rgba(0, 29, 61, 0.06);
}

/* Heading */
.about_us h2 {
    position: relative;
    margin: 0;
    color: #001d3d;
    font-size: 34px;
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: -0.5px;
}

/* Elegant divider */
.about_us .divied {
    display: block !important;
    position: relative;
    width: 75px !important;
    height: 4px !important;
    margin: 18px auto 38px !important;
    background: #101923 !important;
    border-radius: 10px !important;
    
}

/* Small center decoration */
.about_us .divied::before,
.about_us .divied::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35px;
    height: 1px;
    background: #d8dbe2;
}

.about_us .divied::before {
    right: calc(100% + 12px);
}

.about_us .divied::after {
    left: calc(100% + 12px);
}

/* Paragraphs */
.about_us p {
    color: #555d68;
    font-size: 16px;
    line-height: 1.85;
    margin: 0 auto 22px;
    max-width: 1050px;
    font-weight: 400;
}

.about_us p:last-of-type {
    margin-bottom: 35px;
}

/* Strong text */
.about_us p strong {
    color: #001d3d;
    font-weight: 700;
}

/* CTA wrapper */
.about_us .enquire_nowprice {
    position: relative;
    font-family: inherit;
    font-size: 16px !important;
    font-weight: 600;
    letter-spacing: 0.2px;
    padding: 14px 28px !important;
    color: #ffffff !important;
    background: #172536 !important;
    border: none !important;
    border-radius: 8px !important;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(100, 83, 137, 0.25) !important;
    transition: all 0.3s ease;
}

/* CTA hover */
.about_us .enquire_nowprice:hover {
    transform: translateY(-3px);
    background: linear-gradient(
        135deg,
        #0e1072 0%,
        #0d0e5e 100%
    ) !important;
    box-shadow: 0 12px 28px rgba(100, 83, 137, 0.35) !important;
}

/* CTA active */
.about_us .enquire_nowprice:active {
    transform: translateY(-1px);
}

/* Remove focus outline and add elegant focus */
.about_us .enquire_nowprice:focus {
    outline: none;
    box-shadow:
        0 0 0 3px rgba(100, 83, 137, 0.15),
        0 8px 22px rgba(100, 83, 137, 0.25) !important;
}


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

@media (max-width: 991px) {

    .about_us {
        padding: 70px 0;
    }

    .about_us .row {
        padding: 45px 40px 50px;
        border-radius: 18px;
    }

    .about_us h2 {
        font-size: 30px;
    }

    .about_us p {
        font-size: 15.5px;
        line-height: 1.8;
    }
}


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

@media (max-width: 767px) {

    .about_us {
        padding: 50px 15px;
    }

    .about_us .container {
        padding: 0;
    }

    .about_us .row {
        padding: 35px 22px 40px;
        border-radius: 15px;
        box-shadow: 0 10px 35px rgba(0, 0, 0, 0.06);
    }

    .about_us h2 {
        font-size: 25px;
        line-height: 1.35;
        letter-spacing: 0;
    }

    .about_us .divied {
        margin: 16px auto 28px !important;
    }

    .about_us .divied::before,
    .about_us .divied::after {
        width: 20px;
    }

    .about_us .divied::before {
        right: calc(100% + 8px);
    }

    .about_us .divied::after {
        left: calc(100% + 8px);
    }

    .about_us p {
        font-size: 14.5px;
        line-height: 1.75;
        text-align: left;
        margin-bottom: 18px;
    }

    .about_us p:last-of-type {
        margin-bottom: 28px;
    }

    .about_us .enquire_nowprice {
        font-size: 15px !important;
        padding: 13px 21px !important;
        width: auto;
        max-width: 100%;
    }
}


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

@media (max-width: 480px) {

    .about_us {
        padding: 40px 12px;
    }

    .about_us .row {
        padding: 30px 18px 35px;
    }

    .about_us h2 {
        font-size: 22px;
    }

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

    .about_us .enquire_nowprice {
        width: 100%;
        padding: 13px 15px !important;
    }
}
   /* =========================================
   LOCATIONS SECTION
========================================= */

.locations-wrapper {
    padding: 10px 0px 60px 0px;
    background: #f7f9fc;
    overflow: hidden;
}

.locations-container {
    width: 92%;
    max-width: 1280px;
    margin: 0 auto;
}

/* Heading */

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

.section-tag {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #b88a35;
    margin-bottom: 8px;
}

.locations-heading h2 {
    margin: 0;
    color: #16263d;
    font-size: 32px;
    line-height: 1.25;
    font-weight: 700;
}

.locations-heading p {
    margin: 12px 0 0;
    color: #6d7785;
    font-size: 15px;
    line-height: 1.6;
}

/* =========================================
   LOCATION GRID
========================================= */

.location-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 18px;
}

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

.location-card {
    display: block;
    text-decoration: none;
    min-width: 0;
}

.location-image {
    position: relative;
    height: 205px;
    overflow: hidden;
    border-radius: 12px;
    background-color: #dfe5eb;
    background-position: center;
    background-size: cover;
    isolation: isolate;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* Dark gradient */

.location-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(
            to top,
            rgba(7, 20, 39, 0.90) 0%,
            rgba(7, 20, 39, 0.35) 45%,
            rgba(7, 20, 39, 0.05) 75%
        );
    transition: 0.4s ease;
}

/* Hover image zoom */

.location-card:hover .location-image {
    transform: translateY(-6px);
    box-shadow: 0 15px 30px rgba(20, 39, 65, 0.18);
}

.location-card:hover .location-image::before {
    transform: scale(1.08);
}

/* Background zoom layer */

.location-image::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -2;
    background: inherit;
    background-position: center;
    background-size: cover;
    transition: transform 0.6s ease;
}

/* Number */

.location-number {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.92);
    color: #16263d;
    font-size: 11px;
    font-weight: 700;
    z-index: 2;
}

/* Location title */

.location-name {
    position: absolute;
    left: 15px;
    bottom: 16px;
    z-index: 3;
    color: #fff;
}

.location-name span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 3px;
}

.location-name strong {
    display: block;
    font-size: 20px;
    line-height: 1.1;
    font-weight: 700;
}

/* =========================================
   HOVER ACTION
========================================= */

.location-overlay {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 10px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #16263d;
    font-size: 9px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(-8px);
    transition: all 0.35s ease;
}

.location-overlay i {
    font-size: 10px;
}

.location-card:hover .location-overlay {
    opacity: 1;
    transform: translateY(0);
}

/* =========================================
   SHOW MORE
========================================= */

.show-more-wrap {
    text-align: center;
    margin-top: 32px;
}

.show-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 190px;
    padding: 12px 22px;
    border: 1px solid #16263d;
    border-radius: 30px;
    background: #172536;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.show-more-btn i {
    font-size: 16px;
    transition: transform 0.3s ease;
}

.show-more-btn:hover {
    background: #0d0e4e;
    border-color: #b88a35;
    transform: translateY(-2px);
}

.show-more-btn.active i {
    transform: rotate(180deg);
}

/* Hide cards 6-10 initially */

.extra-location {
    display: none;
}

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

@media (max-width: 1100px) {

    .location-grid {
        grid-template-columns: repeat(3, 1fr);
        gap: 16px;
    }

    .location-image {
        height: 210px;
    }

}

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

@media (max-width: 700px) {

    .locations-wrapper {
        padding: 50px 0;
    }

    .locations-container {
        width: 90%;
    }

    .locations-heading {
        margin-bottom: 28px;
    }

    .locations-heading h2 {
        font-size: 25px;
    }

    .locations-heading p {
        font-size: 14px;
    }

    .location-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .location-image {
        height: 175px;
        border-radius: 10px;
    }

    .location-name {
        left: 12px;
        bottom: 12px;
    }

    .location-name strong {
        font-size: 17px;
    }

    .location-name span {
        font-size: 8px;
    }

    .location-number {
        width: 27px;
        height: 27px;
        top: 9px;
        left: 9px;
        font-size: 10px;
    }

    .location-overlay {
        display: none;
    }

    .show-more-wrap {
        margin-top: 25px;
    }

}

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

@media (max-width: 420px) {

    .location-grid {
        gap: 10px;
    }

    .location-image {
        height: 155px;
    }

    .location-name strong {
        font-size: 15px;
    }

    .show-more-btn {
        width: 100%;
        max-width: 220px;
    }

}
/* =========================================================
   PREMIUM PROJECT SLIDER - SMOOTH VERSION
   ========================================================= */

#apartment {
    --ps-green: #173f3a;
    --ps-green-dark: #0d302c;
    --ps-gold: #b98255;
    --ps-bg: #eef3f0;
    --ps-white: #ffffff;
    --ps-text: #17211f;
    --ps-muted: #68736f;
    --ps-border: #e1e6e3;

    width: 100%;
    overflow: hidden;
    padding: 55px 0 65px;

    background:
        radial-gradient(
            circle at 5% 10%,
            rgba(185,130,85,.10),
            transparent 25%
        ),
        radial-gradient(
            circle at 95% 90%,
            rgba(23,63,58,.08),
            transparent 30%
        ),
        var(--ps-bg);
}

#apartment *,
#apartment *::before,
#apartment *::after {
    box-sizing: border-box;
}


/* =========================================================
   SECTION HEADING
   ========================================================= */

#apartment .head {
    margin: 0 !important;
    padding: 0 !important;

    text-align: center !important;

    color: var(--ps-green) !important;

    font-size: clamp(25px, 3vw, 35px) !important;
    line-height: 1.25 !important;
    font-weight: 800 !important;
    letter-spacing: -.5px !important;
}

#apartment .divied {
    width: 58px !important;
    height: 4px !important;

    margin: 14px auto 34px !important;
    padding: 0 !important;

    border: 0 !important;
    border-radius: 20px !important;

    background:
        linear-gradient(
            90deg,
            var(--ps-gold),
            var(--ps-green)
        ) !important;
}


/* =========================================================
   CATEGORY
   ========================================================= */

#apartment .propertyWarpper {
    position: relative;

    width: 100%;

    margin: 0 0 30px !important;
    padding: 24px !important;

    background: rgba(255,255,255,.92) !important;

    border: 1px solid rgba(23,63,58,.08) !important;

    border-radius: 20px !important;

    box-shadow:
        0 10px 30px rgba(23,63,58,.07) !important;

    overflow: hidden !important;
}


/* =========================================================
   CATEGORY HEADER
   ========================================================= */

#apartment .headingPro {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    width: 100% !important;

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

    gap: 15px;
}

#apartment .commonh3 {
    position: relative;

    margin: 0 !important;
    padding-left: 14px !important;

    color: var(--ps-green) !important;

    font-size: 19px !important;
    line-height: 1.35 !important;
    font-weight: 800 !important;
}

#apartment .commonh3::before {
    content: "";

    position: absolute;

    left: 0;
    top: 2px;

    width: 4px;
    height: calc(100% - 4px);

    border-radius: 10px;

    background:
        linear-gradient(
            180deg,
            var(--ps-gold),
            var(--ps-green)
        );
}


/* =========================================================
   VIEW ALL
   ========================================================= */

#apartment .viewAllBtn {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;

    flex-shrink: 0;

    height: 35px;

    padding: 0 15px !important;

    background: #172536 !important;
    color: #fff !important;

    border: 0 !important;
    border-radius: 50px !important;

    font-size: 10px !important;
    font-weight: 800 !important;

    text-decoration: none !important;

    transition:
        background .2s ease,
        transform .2s ease;
}

#apartment .viewAllBtn:hover {
    background: var(--ps-gold) !important;
    color: #fff !important;

    transform: translateY(-2px);
}


/* =========================================================
   SLIDER VIEWPORT
   ========================================================= */

#apartment .mySwiper {
    position: relative;

    width: 100% !important;
    max-width: 100% !important;

    height: auto !important;

    margin: 0 !important;

    padding: 3px 3px 38px !important;

    overflow-x: auto !important;
    overflow-y: hidden !important;

    /*
     IMPORTANT:
     Do NOT use CSS smooth scrolling here.
     JavaScript handles controlled movement.
    */
    scroll-behavior: auto !important;

    scroll-snap-type: none !important;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: none;

    cursor: grab;

    /*
     Allows page vertical scrolling.
    */
    touch-action: pan-x pan-y;

    user-select: none;
    -webkit-user-select: none;

    overscroll-behavior-x: contain;
    overscroll-behavior-y: auto;
}

#apartment .mySwiper::-webkit-scrollbar {
    display: none;
}


/* =========================================================
   DRAGGING
   ========================================================= */

#apartment .mySwiper.premium-dragging {
    cursor: grabbing !important;

    scroll-behavior: auto !important;

    user-select: none !important;
    -webkit-user-select: none !important;
}


/* =========================================================
   TRACK
   ========================================================= */

#apartment .mySwiper .swiper-wrapper {
    display: flex !important;

    flex-direction: row !important;
    flex-wrap: nowrap !important;

    align-items: stretch !important;

    width: max-content !important;
    min-width: 100% !important;

    height: auto !important;

    margin: 0 !important;
    padding: 0 !important;

    gap: 17px !important;

    transform: none !important;

    transition: none !important;
}


/* =========================================================
   SLIDES
   ========================================================= */

#apartment .mySwiper .swiper-slide {
    position: relative;

    display: flex !important;
    flex-direction: column !important;

    flex: 0 0 calc((100vw - 190px) / 4) !important;

    width: calc((100vw - 190px) / 4) !important;

    min-width: 235px !important;
    max-width: 285px !important;

    height: auto !important;
    min-height: 0 !important;

    margin: 0 !important;
    padding: 0 !important;

    transform: none !important;
}

#apartment .premium-clone {
    opacity: 1 !important;
    visibility: visible !important;
}


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

#apartment .slidepropertybox {
    position: relative;

    display: flex !important;
    flex-direction: column !important;

    width: 100% !important;
    height: 100% !important;

    min-height: 370px;

    margin: 0 !important;
    padding: 0 !important;

    background: var(--ps-white) !important;

    border: 1px solid var(--ps-border) !important;

    border-radius: 16px !important;

    overflow: hidden !important;

    box-shadow:
        0 7px 22px rgba(23,63,58,.07) !important;

    transition:
        transform .25s ease,
        box-shadow .25s ease;
}

#apartment .slidepropertybox:hover {
    transform: translateY(-4px);

    box-shadow:
        0 15px 32px rgba(23,63,58,.13) !important;
}


/* =========================================================
   IMAGE
   ========================================================= */

#apartment .slidepropertybox > a:first-child {
    position: relative;

    display: block !important;

    width: 100% !important;
    height: 172px !important;
    min-height: 172px !important;

    overflow: hidden !important;

    margin: 0 !important;
    padding: 0 !important;
}

#apartment .slidepropertybox > a:first-child img {
    display: block !important;

    width: 100% !important;
    height: 100% !important;

    object-fit: cover !important;

    margin: 0 !important;

    pointer-events: none !important;

    -webkit-user-drag: none !important;
    user-select: none !important;

    transition: transform .45s ease;
}

#apartment .slidepropertybox:hover
> a:first-child img {
    transform: scale(1.045);
}


/* =========================================================
   STATUS
   ========================================================= */

#apartment .protag {
    position: absolute !important;

    top: 11px !important;
    right: 11px !important;

    z-index: 5;

    display: inline-flex !important;
    align-items: center !important;

    min-height: 25px;

    padding: 5px 10px !important;

    background: rgba(247,243,237,.96) !important;

    color: var(--ps-green) !important;

    border-radius: 50px !important;

    font-size: 10px !important;
    font-weight: 800 !important;

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


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

#apartment .postMeta {
    display: flex !important;
    flex-direction: column !important;

    flex: 1 !important;

    width: 100% !important;

    margin: 0 !important;

    padding: 14px !important;

    background: #fff !important;
}


/* =========================================================
   PRICE
   ========================================================= */

#apartment .postMeta
.elementor-heading-title {
    display: inline-block;

    align-self: flex-start;

    margin: 0 0 7px !important;
    padding: 5px 9px !important;

    background: #f5eee8 !important;

    color: #925e39 !important;

    border-radius: 6px !important;

    font-size: 11px !important;
    font-weight: 800 !important;
}


/* =========================================================
   PROJECT TITLE
   ========================================================= */

#apartment .postMeta h3 {
    margin: 0 0 6px !important;
    padding: 0 !important;

    color: var(--ps-text) !important;

    font-size: 17px !important;
    line-height: 1.3 !important;

    font-weight: 800 !important;
}

#apartment .postMeta h3 a {
    color: inherit !important;
    text-decoration: none !important;
}


/* =========================================================
   DESCRIPTION
   ========================================================= */

#apartment .postMeta > p {
    margin: 0 0 10px !important;

    color: var(--ps-muted) !important;

    font-size: 11.5px !important;
    line-height: 1.55 !important;

    display: -webkit-box !important;

    -webkit-box-orient: vertical !important;

    -webkit-line-clamp: 3 !important;

    overflow: hidden !important;
}


/* =========================================================
   LOCATION
   ========================================================= */

#apartment .locationlist {
    display: flex !important;
    align-items: flex-start !important;

    gap: 6px;

    margin: auto 0 11px !important;
    padding: 0 !important;

    color: #4d5955 !important;

    font-size: 10.5px !important;
    line-height: 1.4 !important;
}

#apartment .locationlist i {
    color: var(--ps-gold) !important;
    flex-shrink: 0;
}


/* =========================================================
   BUTTON
   ========================================================= */

#apartment .checkbtn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    width: 100% !important;

    min-height: 37px;

    margin: 0 !important;
    padding: 9px 12px !important;

    background: #172536 !important;

    color: #fff !important;

    border: 0 !important;
    border-radius: 8px !important;

    text-align: center !important;
    text-decoration: none !important;

    font-size: 12px !important;
    font-weight: 600 !important;

    transition:
        background .2s ease;
}

#apartment .checkbtn:hover {
    background: var(--ps-gold) !important;
}


/* =========================================================
   REMOVE ARROWS
   ========================================================= */

#apartment .swiper-button-next,
#apartment .swiper-button-prev,
#apartment .premium-carousel-arrow,
#apartment .premium-carousel-prev,
#apartment .premium-carousel-next {
    display: none !important;
}


/* =========================================================
   PAGINATION
   ========================================================= */

#apartment .premium-project-pagination {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 3px;

    display: flex;

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

    gap: 5px;

    height: 20px;

    overflow: hidden;

    z-index: 20;
}


/* =========================================================
   DOT
   ========================================================= */

#apartment .premium-project-dot {
    display: flex;

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

    width: 7px;
    height: 7px;

    padding: 0;

    flex: 0 0 auto;

    border: 0;

    border-radius: 50%;

    background: #c6cfcb;

    color: transparent;

    font-size: 0;

    cursor: pointer;

    transition:
        width .2s ease,
        background .2s ease;
}


/* =========================================================
   ACTIVE DOT
   ========================================================= */

#apartment .premium-project-dot.active {
    width: 24px;

    border-radius: 20px;

    background: var(--ps-gold);

    color: #fff;

    font-size: 9px;
    font-weight: 800;
}


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

@media (max-width: 1100px) {

    #apartment .mySwiper .swiper-slide {
        flex: 0 0 calc((100vw - 130px) / 3) !important;

        width: calc((100vw - 130px) / 3) !important;

        min-width: 220px !important;
        max-width: 290px !important;
    }
}


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

@media (max-width: 767px) {

    #apartment {
        padding: 38px 0 45px;
    }

    #apartment > .container {
        width: 100% !important;
        max-width: 100% !important;

        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    #apartment .propertyWarpper {
        padding: 18px 11px 13px !important;

        border-radius: 16px !important;
    }

    #apartment .commonh3 {
        font-size: 16px !important;
    }

    #apartment .mySwiper {
        padding: 3px 2px 38px !important;

        touch-action: pan-x pan-y;
    }

    #apartment .mySwiper .swiper-wrapper {
        gap: 13px !important;
    }

    #apartment .mySwiper .swiper-slide {
        flex: 0 0 calc(100vw - 72px) !important;

        width: calc(100vw - 72px) !important;

        min-width: calc(100vw - 72px) !important;

        max-width: none !important;
    }

    #apartment .slidepropertybox {
        min-height: 390px;
    }

    #apartment .slidepropertybox > a:first-child {
        height: 195px !important;
        min-height: 195px !important;
    }
}


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

@media (max-width: 480px) {

    #apartment .propertyWarpper {
        padding: 17px 9px 12px !important;
    }

    #apartment .mySwiper .swiper-slide {
        flex: 0 0 calc(100vw - 54px) !important;

        width: calc(100vw - 54px) !important;

        min-width: calc(100vw - 54px) !important;
    }

    #apartment .slidepropertybox > a:first-child {
        height: 185px !important;
        min-height: 185px !important;
    }
}
#apartment .project-slider-status {
    display: flex;
    align-items: center;
    justify-content: center;

    gap: 5px;

    width: 100%;

    margin: 12px 0 0;

    height: 8px;
}

#apartment .project-slider-status span {
    width: 6px;
    height: 6px;

    border-radius: 50%;

    background: #c9d1ce;

    transition: all .25s ease;
}

#apartment .project-slider-status span.active {
    width: 20px;

    border-radius: 20px;

    background: #b98255;
}

/* =========================================
   SOBHA INVESTMENT SECTION
========================================= */

.sobha-invest-section {
  position: relative;
  padding: 95px 20px;
  background:
    radial-gradient(
      circle at 10% 10%,
      rgba(198, 161, 91, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #f8f8f6 0%, #ffffff 100%);
  overflow: hidden;
}

.sobha-invest-section::before {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(24, 38, 55, 0.06);
  border-radius: 50%;
  right: -150px;
  top: 40px;
}

.sobha-invest-section::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(198, 161, 91, 0.12);
  border-radius: 50%;
  left: -150px;
  bottom: 100px;
}

.sobha-invest-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


/* =========================================
   SECTION HEADING
========================================= */

.sobha-section-heading {
  max-width: 850px;
  margin: 0 auto 55px;
  text-align: center;
}

.sobha-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #a47d38;
}

.sobha-eyebrow::before,
.sobha-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #c5a15a;
}

.sobha-section-heading h2 {
  margin: 0;
  color: #172536;
  font-size: clamp(30px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -1px;
}

.sobha-section-heading h2 span {
  color: #a47d38;
}

.sobha-section-heading p {
  max-width: 760px;
  margin: 20px auto 0;
  color: #68727d;
  font-size: 16px;
  line-height: 1.75;
}


/* =========================================
   INVESTMENT GRID
========================================= */

.sobha-invest-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}


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

.sobha-invest-card {
  position: relative;
  min-height: 350px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid #e7e7e4;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(20, 32, 45, 0.045);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.sobha-invest-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #b48a47,
    #dfc48d,
    transparent
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.sobha-invest-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180, 138, 71, 0.35);
  box-shadow: 0 22px 50px rgba(20, 32, 45, 0.10);
}

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


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

.sobha-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.sobha-card-number {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  color: #a47d38;
}

.sobha-card-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f7f1e5;
  border: 1px solid #eadcc1;
  transition: all 0.35s ease;
}

.sobha-card-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #a47d38;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.sobha-invest-card:hover .sobha-card-icon {
  background: #172536;
  border-color: #172536;
}

.sobha-invest-card:hover .sobha-card-icon svg {
  stroke: #ffffff;
}


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

.sobha-invest-card h3 {
  margin: 0 0 14px;
  color: #172536;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 700;
}

.sobha-invest-card p {
  margin: 0;
  color: #69737e;
  font-size: 14px;
  line-height: 1.75;
}


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

.sobha-card-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 25px;
  color: #a07839;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: gap 0.3s ease, color 0.3s ease;
}

.sobha-card-link span {
  font-size: 18px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.sobha-card-link:hover {
  color: #172536;
  gap: 13px;
}

.sobha-card-link:hover span {
  transform: translateX(3px);
}


/* =========================================
   BOTTOM HIGHLIGHT
========================================= */

.sobha-invest-highlight {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  margin-top: 45px;
  padding: 35px 40px;
  background: #172536;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(23, 37, 54, 0.14);
  position: relative;
  overflow: hidden;
}

.sobha-invest-highlight::after {
  content: "";
  position: absolute;
  width: 260px;
  height: 260px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
  right: -90px;
  top: -120px;
}

.sobha-highlight-content {
  position: relative;
  z-index: 2;
  max-width: 780px;
}

.sobha-highlight-label {
  display: block;
  margin-bottom: 8px;
  color: #d5b36d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.sobha-highlight-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.35;
}

.sobha-highlight-content p {
  margin: 0;
  color: rgba(255,255,255,0.72);
  font-size: 14px;
  line-height: 1.7;
}

.sobha-highlight-btn {
  flex-shrink: 0;
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 21px;
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 7px;
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

.sobha-highlight-btn span {
  font-size: 18px;
}

.sobha-highlight-btn:hover {
  background: #ffffff;
  border-color: #ffffff;
  color: #172536;
}


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

@media (max-width: 991px) {

  .sobha-invest-section {
    padding: 75px 18px;
  }

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

  .sobha-invest-card {
    min-height: 330px;
  }

  .sobha-invest-highlight {
    align-items: flex-start;
    flex-direction: column;
    gap: 25px;
    padding: 30px;
  }

}


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

@media (max-width: 767px) {

  .sobha-invest-section {
    padding: 60px 15px;
  }

  .sobha-section-heading {
    margin-bottom: 38px;
  }

  .sobha-section-heading h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
  }

  .sobha-section-heading p {
    font-size: 14px;
    line-height: 1.65;
  }

  .sobha-eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .sobha-invest-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .sobha-invest-card {
    min-height: auto;
    padding: 25px;
  }

  .sobha-card-top {
    margin-bottom: 24px;
  }

  .sobha-card-icon {
    width: 46px;
    height: 46px;
  }

  .sobha-card-icon svg {
    width: 21px;
    height: 21px;
  }

  .sobha-invest-card h3 {
    font-size: 19px;
  }

  .sobha-invest-card p {
    font-size: 13.5px;
  }

  .sobha-invest-highlight {
    margin-top: 30px;
    padding: 27px 23px;
  }

  .sobha-highlight-content h3 {
    font-size: 20px;
  }

  .sobha-highlight-content p {
    font-size: 13px;
  }

  .sobha-highlight-btn {
    width: 100%;
    justify-content: center;
  }

}


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

@media (max-width: 420px) {

  .sobha-section-heading h2 {
    font-size: 27px;
  }

  .sobha-invest-card {
    padding: 22px;
  }

  .sobha-invest-card h3 {
    font-size: 18px;
  }

}

/* =========================================
   ABOUT BANGALORE SECTION
========================================= */

.about-bangalore-section {
  position: relative;
  padding: 90px 20px;
  background:
    radial-gradient(
      circle at 90% 10%,
      rgba(198, 161, 91, 0.08),
      transparent 30%
    ),
    linear-gradient(180deg, #f8f8f6 0%, #ffffff 100%);
  overflow: hidden;
}

.about-bangalore-section::before {
  content: "";
  position: absolute;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(23, 37, 54, 0.055);
  border-radius: 50%;
  right: -220px;
  top: 50px;
}

.about-bangalore-section::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  border: 1px solid rgba(180, 138, 71, 0.10);
  border-radius: 50%;
  left: -180px;
  bottom: 100px;
}

.about-bangalore-container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}


/* =========================================
   HEADING
========================================= */

.about-bangalore-heading {
  max-width: 850px;
  margin: 0 auto 50px;
  text-align: center;
}

.about-bangalore-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
  color: #a47d38;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
}

.about-bangalore-eyebrow::before,
.about-bangalore-eyebrow::after {
  content: "";
  width: 28px;
  height: 1px;
  background: #c5a15a;
}

.about-bangalore-heading h2 {
  margin: 0;
  color: #172536;
  font-size: clamp(31px, 4vw, 46px);
  line-height: 1.15;
  font-weight: 700;
  letter-spacing: -1px;
}

.about-bangalore-heading h2 span {
  color: #ae823d;
}

.about-bangalore-heading p {
  max-width: 800px;
  margin: 20px auto 0;
  color: #68727d;
  font-size: 16px;
  line-height: 1.75;
}


/* =========================================
   STATISTICS
========================================= */

.bangalore-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 24px;
}

.bangalore-stat-card {
  padding: 28px 22px;
  background: #172536;
  border: 1px solid #26384d;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 12px 30px rgba(20, 32, 45, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.bangalore-stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(20, 32, 45, 0.14);
}

.bangalore-stat-number {
  display: inline-block;
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}

.bangalore-stat-unit {
  display: block;
  margin-top: 7px;
  color: #d2b16b;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.4px;
}

.bangalore-stat-card p {
  margin: 13px 0 0;
  color: rgba(255,255,255,0.68);
  font-size: 12px;
  line-height: 1.5;
}


/* =========================================
   INFORMATION GRID
========================================= */

.bangalore-info-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}


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

.bangalore-info-card {
  position: relative;
  min-height: 380px;
  padding: 30px;
  background: rgba(255,255,255,0.94);
  border: 1px solid #e7e7e4;
  border-radius: 14px;
  box-shadow: 0 12px 35px rgba(20,32,45,0.045);
  overflow: hidden;
  transition:
    transform 0.35s ease,
    box-shadow 0.35s ease,
    border-color 0.35s ease;
}

.bangalore-info-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #b48a47,
    #dfc48d,
    transparent
  );
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.35s ease;
}

.bangalore-info-card:hover {
  transform: translateY(-8px);
  border-color: rgba(180,138,71,0.35);
  box-shadow: 0 22px 50px rgba(20,32,45,0.10);
}

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


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

.bangalore-info-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 28px;
}

.bangalore-info-number {
  color: #a47d38;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
}

.bangalore-info-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #f7f1e5;
  border: 1px solid #eadcc1;
  transition: all 0.35s ease;
}

.bangalore-info-icon svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: #a47d38;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.bangalore-info-card:hover .bangalore-info-icon {
  background: #172536;
  border-color: #172536;
}

.bangalore-info-card:hover .bangalore-info-icon svg {
  stroke: #ffffff;
}


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

.bangalore-info-card h3 {
  margin: 0 0 14px;
  color: #172536;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 700;
}

.bangalore-info-card p {
  margin: 0;
  color: #69737e;
  font-size: 14px;
  line-height: 1.75;
}


/* =========================================
   MINI STAT
========================================= */

.bangalore-mini-stat {
  margin-top: 25px;
  padding: 15px 17px;
  background: #faf8f3;
  border-left: 3px solid #b48a47;
  border-radius: 0 7px 7px 0;
}

.bangalore-mini-stat strong {
  display: block;
  margin-bottom: 4px;
  color: #172536;
  font-size: 16px;
  font-weight: 700;
}

.bangalore-mini-stat span {
  display: block;
  color: #7a838d;
  font-size: 11px;
  line-height: 1.5;
}


/* =========================================
   BOTTOM PANEL
========================================= */

.bangalore-bottom-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 45px;
  margin-top: 45px;
  padding: 36px 40px;
  background: #172536;
  border-radius: 16px;
  box-shadow: 0 20px 45px rgba(23,37,54,0.14);
  overflow: hidden;
  position: relative;
}

.bangalore-bottom-panel::after {
  content: "";
  position: absolute;
  width: 300px;
  height: 300px;
  right: -130px;
  top: -150px;
  border: 1px solid rgba(255,255,255,0.08);
  border-radius: 50%;
}

.bangalore-bottom-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.bangalore-bottom-label {
  display: block;
  margin-bottom: 8px;
  color: #d5b36d;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.8px;
}

.bangalore-bottom-content h3 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 25px;
  line-height: 1.35;
}

.bangalore-bottom-content p {
  margin: 0;
  color: rgba(255,255,255,0.70);
  font-size: 14px;
  line-height: 1.7;
}


/* =========================================
   BOTTOM POINTS
========================================= */

.bangalore-bottom-points {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  min-width: 270px;
}

.bangalore-bottom-points div {
  padding: 13px 15px;
  border: 1px solid rgba(255,255,255,0.13);
  border-radius: 7px;
  background: rgba(255,255,255,0.035);
}

.bangalore-bottom-points strong {
  display: block;
  margin-bottom: 4px;
  color: #d5b36d;
  font-size: 11px;
}

.bangalore-bottom-points span {
  color: rgba(255,255,255,0.80);
  font-size: 12px;
}


/* =========================================
   SOURCE NOTE
========================================= */

.bangalore-source-note {
  margin-top: 18px;
  color: #858c94;
  font-size: 11px;
  line-height: 1.6;
  text-align: center;
}

.bangalore-source-note span {
  color: #a47d38;
  font-weight: 700;
}


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

@media (max-width: 991px) {

  .about-bangalore-section {
    padding: 75px 18px;
  }

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

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

  .bangalore-bottom-panel {
    align-items: flex-start;
    flex-direction: column;
    gap: 28px;
  }

  .bangalore-bottom-points {
    width: 100%;
  }

}


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

@media (max-width: 767px) {

  .about-bangalore-section {
    padding: 60px 15px;
  }

  .about-bangalore-heading {
    margin-bottom: 38px;
  }

  .about-bangalore-heading h2 {
    font-size: 31px;
    letter-spacing: -0.5px;
  }

  .about-bangalore-heading p {
    font-size: 14px;
    line-height: 1.65;
  }

  .about-bangalore-eyebrow {
    font-size: 10px;
    letter-spacing: 1.5px;
  }

  .bangalore-stats-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .bangalore-stat-card {
    padding: 23px 13px;
  }

  .bangalore-stat-number {
    font-size: 27px;
  }

  .bangalore-stat-card p {
    font-size: 11px;
  }

  .bangalore-info-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .bangalore-info-card {
    min-height: auto;
    padding: 25px;
  }

  .bangalore-info-top {
    margin-bottom: 24px;
  }

  .bangalore-info-icon {
    width: 46px;
    height: 46px;
  }

  .bangalore-info-icon svg {
    width: 21px;
    height: 21px;
  }

  .bangalore-info-card h3 {
    font-size: 19px;
  }

  .bangalore-info-card p {
    font-size: 13.5px;
  }

  .bangalore-bottom-panel {
    margin-top: 30px;
    padding: 27px 23px;
  }

  .bangalore-bottom-content h3 {
    font-size: 20px;
  }

  .bangalore-bottom-content p {
    font-size: 13px;
  }

  .bangalore-bottom-points {
    min-width: 0;
    grid-template-columns: repeat(2, 1fr);
  }

}


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

@media (max-width: 420px) {

  .about-bangalore-heading h2 {
    font-size: 27px;
  }

  .bangalore-stat-number {
    font-size: 24px;
  }

  .bangalore-stat-unit {
    font-size: 8px;
  }

  .bangalore-stat-card p {
    font-size: 10px;
  }

  .bangalore-info-card {
    padding: 22px;
  }

  .bangalore-info-card h3 {
    font-size: 18px;
  }

}
/* =========================================================
   SOBHA BANGALORE FAQ SECTION
========================================================= */

.SobhaFaq_wrapper {
    padding: 80px 0;
    background: #f7f8f9;
    position: relative;
}

.SobhaFaq_wrapper .faq-heading {
    margin-bottom: 45px;
}

.SobhaFaq_wrapper .faq-heading h2 {
    margin: 0;
    color: #17202a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.25;
}

.SobhaFaq_wrapper .faq-heading p {
    max-width: 760px;
    margin: 15px auto 0;
    color: #6c737c;
    font-size: 15px;
    line-height: 1.7;
}

.SobhaFaq_wrapper .faq-divider {
    display: block;
    width: 70px;
    height: 4px;
    margin: 18px auto 0;
    background: #a98245;
    border-radius: 10px;
}


/* =========================================================
   FAQ ACCORDION
========================================================= */

.SobhaFaq_wrapper .faq_accordion {
    max-width: 1050px;
    margin: 0 auto;
}

.SobhaFaq_wrapper .accordion_box {
    margin-bottom: 14px;
}


/* =========================================================
   QUESTION BUTTON
========================================================= */

.SobhaFaq_wrapper .accordion_box > .faq-question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    padding: 20px 24px;

    border: 1px solid #e2e5e8;
    border-radius: 10px;

    background: #ffffff;
    color: #202832;

    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;

    text-align: left;
    text-decoration: none;

    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.035);

    transition:
        background-color 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease,
        box-shadow 0.3s ease;
}

.SobhaFaq_wrapper .accordion_box > .faq-question:hover {
    color: #9b753d;
    border-color: #d6c29f;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.07);
}


/* =========================================================
   ACTIVE QUESTION
========================================================= */

.SobhaFaq_wrapper .accordion_box > .faq-question[aria-expanded="true"] {
    background: #17202a;
    color: #ffffff;
    border-color: #17202a;
    border-radius: 10px 10px 0 0;
    box-shadow: none;
}


/* =========================================================
   QUESTION TEXT
========================================================= */

.SobhaFaq_wrapper .faq-question-text {
    display: flex;
    align-items: center;
    gap: 14px;
}


/* NUMBER
--------------------------------------------------------- */

.SobhaFaq_wrapper .faq-number {
    min-width: 34px;
    width: 34px;
    height: 34px;

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

    border-radius: 50%;

    background: #f4efe7;
    color: #9b753d;

    font-size: 12px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.SobhaFaq_wrapper .faq-question[aria-expanded="true"] .faq-number {
    background: #a98245;
    color: #ffffff;
}


/* =========================================================
   PLUS / MINUS ICON
========================================================= */

.SobhaFaq_wrapper .faq-icon {
    min-width: 32px;
    width: 32px;
    height: 32px;

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

    border-radius: 50%;

    background: #f3f4f5;
    color: #626a73;

    font-size: 13px;

    transition:
        transform 0.3s ease,
        background-color 0.3s ease,
        color 0.3s ease;
}

.SobhaFaq_wrapper .faq-question[aria-expanded="true"] .faq-icon {
    background: #a98245;
    color: #ffffff;
    transform: rotate(45deg);
}


/* =========================================================
   ANSWER BOX
========================================================= */

.SobhaFaq_wrapper .faq-answer {
    background: #ffffff;
    border: 1px solid #e2e5e8;
    border-top: 0;
    border-radius: 0 0 10px 10px;
}

.SobhaFaq_wrapper .faq-answer-inner {
    padding: 20px 25px 22px 72px;
}

.SobhaFaq_wrapper .faq-answer p {
    margin: 0;
    color: #68717b;
    font-size: 14px;
    line-height: 1.75;
}


/* =========================================================
   BOOTSTRAP COLLAPSE ANIMATION
========================================================= */

.SobhaFaq_wrapper .collapse {
    transition: height 0.35s ease;
}


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

@media (max-width: 991px) {

    .SobhaFaq_wrapper {
        padding: 65px 0;
    }

    .SobhaFaq_wrapper .faq-heading h2 {
        font-size: 32px;
    }

    .SobhaFaq_wrapper .faq_accordion {
        max-width: 100%;
    }
}


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

@media (max-width: 767px) {

    .SobhaFaq_wrapper {
        padding: 55px 15px;
    }

    .SobhaFaq_wrapper .faq-heading {
        margin-bottom: 30px;
    }

    .SobhaFaq_wrapper .faq-heading h2 {
        font-size: 27px;
    }

    .SobhaFaq_wrapper .faq-heading p {
        font-size: 14px;
        line-height: 1.65;
        margin-top: 12px;
    }

    .SobhaFaq_wrapper .accordion_box {
        margin-bottom: 10px;
    }

    .SobhaFaq_wrapper .accordion_box > .faq-question {
        padding: 16px 14px;
        gap: 10px;
        font-size: 14px;
        line-height: 1.5;
    }

    .SobhaFaq_wrapper .faq-question-text {
        gap: 10px;
    }

    .SobhaFaq_wrapper .faq-number {
        min-width: 30px;
        width: 30px;
        height: 30px;
        font-size: 11px;
    }

    .SobhaFaq_wrapper .faq-icon {
        min-width: 28px;
        width: 28px;
        height: 28px;
        font-size: 11px;
    }

    .SobhaFaq_wrapper .faq-answer-inner {
        padding: 17px 18px 19px 54px;
    }

    .SobhaFaq_wrapper .faq-answer p {
        font-size: 13.5px;
        line-height: 1.7;
    }
}


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

@media (max-width: 480px) {

    .SobhaFaq_wrapper {
        padding: 45px 12px;
    }

    .SobhaFaq_wrapper .faq-heading h2 {
        font-size: 24px;
    }

    .SobhaFaq_wrapper .faq-heading p {
        font-size: 13.5px;
    }

    .SobhaFaq_wrapper .accordion_box > .faq-question {
        padding: 14px 12px;
        font-size: 13.5px;
    }

    .SobhaFaq_wrapper .faq-answer-inner {
        padding-left: 51px;
        padding-right: 15px;
    }

    .SobhaFaq_wrapper .faq-answer p {
        font-size: 13px;
    }
}
/* =========================================
   FAQ DROPDOWN ARROW
========================================= */

.SobhaFaq_wrapper .faq-icon {
    width: 34px;
    height: 34px;
    min-width: 34px;
    border-radius: 50%;
    background: #f3f4f6;

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

    font-size: 0 !important;
    color: #172033;

    transition: all 0.3s ease;
    position: relative;
}


/* Down Arrow */
.SobhaFaq_wrapper .faq-icon::before {
    content: "";
    width: 8px;
    height: 8px;

    border-right: 2px solid #172033;
    border-bottom: 2px solid #172033;

    transform: rotate(45deg);
    margin-top: -4px;

    transition: transform 0.3s ease;
}


/* Hover Effect */
.SobhaFaq_wrapper .faq-question:hover .faq-icon {
    background: #f0e9dc;
}


/* =========================================
   OPEN FAQ
========================================= */

.SobhaFaq_wrapper .faq-question[aria-expanded="true"] .faq-icon {
    background: #b28a4a;
}

.SobhaFaq_wrapper .faq-question[aria-expanded="true"] .faq-icon::before {
    border-color: #ffffff;

    /* Rotate arrow upward */
    transform: rotate(225deg);

    margin-top: 4px;
}


/* =========================================
   ACTIVE QUESTION
========================================= */

.SobhaFaq_wrapper .faq-question[aria-expanded="true"] {
    color: #ffffff;
}


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

@media (max-width: 767px) {

    .SobhaFaq_wrapper .faq-icon {
        width: 30px;
        height: 30px;
        min-width: 30px;
    }

    .SobhaFaq_wrapper .faq-icon::before {
        width: 7px;
        height: 7px;
    }

}
/* =========================================================
   PREMIUM CONTACT SECTION
========================================================= */

#contact.contact {
    position: relative;
    padding: 80px 0;
    background: #f7f8fa;
    overflow: hidden;
}

#contact.contact::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(181, 143, 78, 0.07);
    border-radius: 50%;
    top: -180px;
    left: -180px;
    pointer-events: none;
}

#contact.contact::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(12, 28, 48, 0.035);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
    pointer-events: none;
}

#contact .section-title {
    display: none;
}

.contact-main-wrapper {
    position: relative;
    z-index: 2;
}

.contact-content-row {
    align-items: center;
}

/* =========================================================
   LEFT CONTENT
========================================================= */

.contact-intro {
    padding: 25px 55px 25px 10px;
}

.contact-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #b28a4a;
}

.contact-eyebrow::before {
    content: "";
    width: 35px;
    height: 2px;
    background: #b28a4a;
}

.contact-intro h2 {
    margin: 0 0 20px;
    color: #142236;
    font-size: 42px;
    line-height: 1.15;
    font-weight: 700;
    letter-spacing: -0.6px;
}

.contact-intro h2 span {
    color: #b28a4a;
}

.contact-intro > p {
    max-width: 570px;
    margin: 0 0 28px;
    color: #687382;
    font-size: 16px;
    line-height: 1.75;
}

/* =========================================================
   BENEFITS
========================================================= */

.contact-benefits {
    margin: 0;
    padding: 0;
    list-style: none;
}

.contact-benefits li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    color: #263548;
    font-size: 15px;
    line-height: 1.5;
}

.contact-benefits li:last-child {
    margin-bottom: 0;
}

.contact-benefits .benefit-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    margin-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f1e8d9;
    color: #a67d3d;
    font-size: 13px;
}

.contact-benefits .benefit-icon i {
    display: block;
    line-height: 1;
}

/* =========================================================
   TRUST BOX
========================================================= */

.contact-trust {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 32px;
    padding-top: 25px;
    border-top: 1px solid #e1e4e8;
}

.contact-trust-icon {
    width: 44px;
    height: 44px;
    min-width: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #142236;
    color: #ffffff;
    font-size: 17px;
}

.contact-trust-icon i {
    display: block;
    line-height: 1;
}

.contact-trust-text strong {
    display: block;
    margin-bottom: 3px;
    color: #142236;
    font-size: 14px;
    font-weight: 700;
}

.contact-trust-text span {
    display: block;
    color: #7a838e;
    font-size: 13px;
}

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

.contact-form-card {
    position: relative;
    padding: 38px;
    background: #ffffff;
    border: 1px solid #e4e6e9;
    border-radius: 18px;
    box-shadow: 0 15px 45px rgba(20, 34, 54, 0.08);
    overflow: hidden;
}

.contact-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #b28a4a;
}

.contact-form-heading {
    margin-bottom: 25px;
}

.contact-form-heading h3 {
    margin: 0 0 8px;
    color: #142236;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}

.contact-form-heading p {
    margin: 0;
    color: #7a838e;
    font-size: 14px;
    line-height: 1.6;
}

/* =========================================================
   FORM
========================================================= */

#contact .email-form {
    padding: 0;
    margin: 0;
}

#contact .email-form .row {
    --bs-gutter-x: 16px;
    --bs-gutter-y: 18px;
}

/* =========================================================
   INPUTS
========================================================= */

#contact .email-form .form-control {
    width: 100%;
    height: 54px;
    padding: 0 17px;
    border: 1px solid #dfe3e7;
    border-radius: 8px;
    background: #fafbfc;
    color: #1b293b;
    font-size: 14px;
    box-shadow: none;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

#contact .email-form .form-control::placeholder {
    color: #9aa2ab;
    opacity: 1;
}

#contact .email-form .form-control:focus {
    border-color: #b28a4a;
    background: #ffffff;
    box-shadow: 0 0 0 3px rgba(178, 138, 74, 0.10);
    outline: none;
}

#contact .email-form textarea.form-control {
    height: 125px;
    min-height: 125px;
    padding: 15px 17px;
    resize: vertical;
    line-height: 1.6;
}

/* =========================================================
   SEND BUTTON
========================================================= */

#contact .email-form button[type="submit"] {
    width: 100%;
    height: 54px;
    padding: 0 25px;
    border: 0;
    border-radius: 8px;
    background: #142236;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

#contact .email-form button[type="submit"]:hover {
    background: #b28a4a;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(178, 138, 74, 0.22);
}

#contact .email-form button[type="submit"]:active {
    transform: translateY(0);
}

#contact .email-form button[type="submit"]::after {
    content: "\f1d8";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-left: 9px;
    font-size: 13px;
}

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

@media (max-width: 991px) {
    #contact.contact {
        padding: 65px 0;
    }

    .contact-intro {
        padding: 10px 15px 35px;
    }

    .contact-intro h2 {
        font-size: 36px;
    }

    .contact-form-card {
        padding: 32px;
    }
}

@media (max-width: 767px) {
    #contact.contact {
        padding: 55px 0;
    }

    .contact-intro {
        padding: 5px 5px 30px;
    }

    .contact-eyebrow {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .contact-intro h2 {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .contact-intro > p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 22px;
    }

    .contact-benefits li {
        font-size: 14px;
    }

    .contact-trust {
        margin-top: 25px;
        padding-top: 20px;
    }

    .contact-form-card {
        padding: 25px 20px;
        border-radius: 14px;
    }

    .contact-form-heading h3 {
        font-size: 22px;
    }

    #contact .email-form .form-control {
        height: 52px;
    }

    #contact .email-form textarea.form-control {
        height: 115px;
        min-height: 115px;
    }
}

@media (max-width: 480px) {
    .contact-intro h2 {
        font-size: 27px;
    }

    .contact-form-card {
        padding: 24px 17px;
    }

    .contact-benefits li {
        align-items: flex-start;
    }

    .contact-benefits .benefit-icon {
        margin-top: 1px;
    }
}
/* =========================================================
   SOBHA FOOTER
========================================================= */

.sobha-footer {
    position: relative;
    background: #101c2b;
    color: #d7dde5;
    overflow: hidden;
}

/* Decorative background */
.sobha-footer::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    top: -220px;
    right: -180px;
    border-radius: 50%;
    background: rgba(178, 138, 74, 0.06);
    pointer-events: none;
}

.sobha-footer::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    bottom: -180px;
    left: -150px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.025);
    pointer-events: none;
}

.sobha-footer-container {
    position: relative;
    z-index: 2;
}

/* =========================================================
   TOP FOOTER
========================================================= */

.sobha-footer-top {
    padding: 70px 0 50px;
}

.sobha-footer-brand {
    padding-right: 35px;
}

.sobha-footer-brand h3 {
    margin: 0 0 18px;
    color: #ffffff;
    font-size: 26px;
    line-height: 1.3;
    font-weight: 700;
}

.sobha-footer-brand h3 span {
    color: #c09a5b;
}

.sobha-footer-brand p {
    margin: 0 0 20px;
    max-width: 440px;
    color: #aeb8c5;
    font-size: 14px;
    line-height: 1.8;
}

.sobha-footer-tagline {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #c09a5b;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.sobha-footer-tagline::before {
    content: "";
    width: 28px;
    height: 2px;
    background: #c09a5b;
}

/* =========================================================
   FOOTER COLUMNS
========================================================= */

.sobha-footer-column {
    margin-bottom: 30px;
}

.sobha-footer-column h4 {
    position: relative;
    margin: 0 0 22px;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
}

.sobha-footer-column h4::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 32px;
    height: 2px;
    background: #c09a5b;
}

.sobha-footer-links {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sobha-footer-links li {
    margin-bottom: 11px;
}

.sobha-footer-links li:last-child {
    margin-bottom: 0;
}

.sobha-footer-links a {
    display: inline-flex;
    align-items: flex-start;
    gap: 8px;
    color: #aeb8c5;
    font-size: 13px;
    line-height: 1.5;
    text-decoration: none;
    transition: color 0.25s ease, padding-left 0.25s ease;
}

.sobha-footer-links a::before {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c09a5b;
    font-size: 11px;
    margin-top: 3px;
}

.sobha-footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}

/* =========================================================
   SEO CONTENT AREA
========================================================= */

.sobha-footer-seo {
    padding: 35px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sobha-footer-seo h4 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
}

.sobha-footer-seo p {
    margin: 0;
    color: #9faab8;
    font-size: 13px;
    line-height: 1.8;
}

.sobha-footer-seo p + p {
    margin-top: 12px;
}

/* =========================================================
   QUICK SEARCH LINKS
========================================================= */

.sobha-footer-search-links {
    margin-top: 22px;
}

.sobha-footer-search-links strong {
    display: block;
    margin-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
}

.sobha-footer-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sobha-footer-tags a {
    display: inline-block;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-radius: 5px;
    color: #aeb8c5;
    background: rgba(255, 255, 255, 0.025);
    font-size: 11px;
    line-height: 1.3;
    text-decoration: none;
    transition: all 0.25s ease;
}

.sobha-footer-tags a:hover {
    color: #ffffff;
    border-color: rgba(192, 154, 91, 0.55);
    background: rgba(192, 154, 91, 0.08);
}

/* =========================================================
   DISCLAIMER
========================================================= */

.sobha-footer-disclaimer {
    padding: 28px 0;
}

.sobha-footer-disclaimer h5 {
    margin: 0 0 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 700;
}

.sobha-footer-disclaimer p {
    margin: 0;
    color: #8995a4;
    font-size: 11px;
    line-height: 1.75;
}

/* =========================================================
   BOTTOM BAR
========================================================= */

.sobha-footer-bottom {
    padding: 20px 0;
    background: #0b1522;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.sobha-footer-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sobha-footer-copyright {
    color: #7f8a98;
    font-size: 11px;
    line-height: 1.5;
}

.sobha-footer-copyright strong {
    color: #b7c0ca;
    font-weight: 600;
}

.sobha-footer-bottom-links {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 18px;
}

.sobha-footer-bottom-links a {
    color: #8e99a7;
    font-size: 11px;
    text-decoration: none;
    transition: color 0.25s ease;
}

.sobha-footer-bottom-links a:hover {
    color: #ffffff;
}

/* =========================================================
   BACK TO TOP
========================================================= */

.sobha-back-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 999;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
    background: #c09a5b;
    color: #ffffff;
    font-size: 14px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.20);
}

.sobha-back-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.sobha-back-top:hover {
    background: #ffffff;
    color: #142236;
}

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

@media (max-width: 991px) {

    .sobha-footer-top {
        padding: 55px 0 35px;
    }

    .sobha-footer-brand {
        padding-right: 0;
        margin-bottom: 35px;
    }

    .sobha-footer-brand h3 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {

    .sobha-footer-top {
        padding: 45px 0 25px;
    }

    .sobha-footer-brand h3 {
        font-size: 22px;
    }

    .sobha-footer-column {
        margin-bottom: 28px;
    }

    .sobha-footer-column h4 {
        margin-bottom: 17px;
        font-size: 15px;
    }

    .sobha-footer-seo {
        padding: 28px 0;
    }

    .sobha-footer-seo h4 {
        font-size: 16px;
    }

    .sobha-footer-bottom-inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .sobha-footer-bottom-links {
        justify-content: flex-start;
        gap: 12px 16px;
    }

    .sobha-back-top {
        right: 15px;
        bottom: 15px;
        width: 40px;
        height: 40px;
    }
}
