html {
    scroll-behavior: smooth;
}

html,
body {
    overflow-x: hidden;
    width: 100%;
}

@font-face {
    font-family: 'Collapse Italic';
    src: url('../fonts/Collapse-Italic.otf');
    font-style: italic;
}

@font-face {
    font-family: 'Collapse';
    src: url('../fonts/Collapse-Regular.otf');
    font-style: normal;
}

@font-face {
    font-family: 'Greenwich Regular';
    font-weight: 400;
    font-style: Regular;
    src: url('../fonts/Greenwich-Regular.otf');
}

@font-face {
    font-family: 'Greenwich Bold';
    font-weight: 700;
    font-style: Regular;
    src: url('../fonts/Greenwich-Bold.otf');
}

@media (max-width: 575px) {
    .more {
        min-width: 170px !important;
    }

    .vision {
        display: none !important;
    }
}

.sell_do_form_container .form-group:has(select)::after {
    content: "⌵";
    position: absolute;
    right: 26px;
    top: 20px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #00416b;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
}

.section {
    padding: 80px 0;
}

.banner-sec {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background: #000;
}

.banner-sec .navbar-brand {
    position: absolute;
    top: 28px;
    left: 40px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    white-space: nowrap;
}

.logo {
    max-width: 160px;
    height: auto;
    max-height: 48px;
    object-fit: contain;
}

.logo-secondary {
    max-width: 180px;
    height: auto;
    max-height: 60px;
    object-fit: contain;
}

.logo-divider {
    display: inline-block;
    width: 1px;
    height: 24px;
    background-color: rgba(0, 0, 0, 0.7);
    margin: 0 12px;
    flex-shrink: 0;
}

.authorised-partner-tag {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    white-space: nowrap;
    line-height: 1;
    flex-shrink: 0;
}

.banner-video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
    z-index: 1;
}

.banner-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.05) 0%,
            rgba(0, 0, 0, 0.02) 45%,
            rgba(0, 0, 0, 0.35) 100%);
    z-index: 2;
}

.banner-content {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: flex-end;
}

.banner-text {
    width: 550px;
    padding: 22px 28px 80px;
    border-radius: 16px;
    background: #000000B2;
}

.banner-title {
    font-family: 'Collapse';
    font-size: 50px;
    line-height: 58px;
    font-weight: 400;
    color: #F0D5DA;
    margin: 0 0 12px;
}

.banner-subtitle {
    font-family: 'Greenwich Regular';
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.pricing {
    position: relative;
    margin-top: -64px;
    margin-left: 28px;
    z-index: 4;
}

.pricing p {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 172px;
    height: 45px;
    margin: 0;
    padding: 0 20px;
    border-radius: 50px;
    background: #00416b;
    color: #FFFFFF;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    font-weight: 400;
}

.banner-form {
    width: 460px;
    padding: 20px 26px;
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.18);
    margin-bottom: 35px;
    backdrop-filter: blur(7px)
}

.banner-form form {
    display: flex;
    flex-direction: column;
}

.banner-form .form-control {
    height: 49px;
    border: 0;
    border-radius: 7px;
    background: #F5F5F5;
    color: #111;
    padding: 0 18px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    box-shadow: none;
    backdrop-filter: blur(14px);
    font-family: 'Greenwich Regular';
}

.banner-form .form-control::placeholder {
    color: #0B121A;
    opacity: 1;
}

.btn-submit {
    height: 49px;
    border: 0;
    border-radius: 6px;
    background: #00416b;
    color: #FFFFFF;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: 0.3s ease;
}

.btn-submit:hover {
    background: #002b47;
}

/* Responsive */
@media (max-width: 991px) {
    .banner-sec {
        position: relative;
        min-height: 480px;
        height: 54vw;
        max-height: 600px;
        padding: 0;
        overflow: hidden;
        background-color: #041527;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .banner-video {
        position: absolute;
        inset: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center top;
        z-index: 1;
        display: block;
    }

    .banner-overlay {
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg,
                rgba(0, 0, 0, 0.45) 0%,
                rgba(0, 0, 0, 0.1) 40%,
                rgba(0, 0, 0, 0.5) 100%);
        z-index: 2;
    }

    .banner-content {
        position: relative;
        z-index: 3;
        width: 100%;
        padding-bottom: 0;
    }

    .banner-sec .navbar-brand {
        top: 22px;
        left: 24px;
        z-index: 5;
    }

    .banner-sec .navbar-brand .logo {
        max-width: 160px;
        max-height: 48px;
    }

    .logo-divider {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .authorised-partner-tag {
        color: #ffffff;
        text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
    }

    .mobile-banner-form {
        background: #00416b;
        padding: 36px 20px 42px;
    }

    .mobile-banner-form .banner-form {
        max-width: 580px;
        width: 100%;
        margin: 0 auto;
        padding: 24px 22px;
        background: #ffffff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
    }
}

@media (max-width: 575px) {
    .banner-sec {
        min-height: 380px;
        height: 82vw;
        max-height: 460px;
        background-color: #041527;
    }

    .banner-video {
        object-position: center top;
    }

    .banner-sec .navbar-brand {
        top: 18px;
        left: 16px;
    }

    .logo {
        max-width: 135px;
        max-height: 42px;
    }

    .banner-sec .navbar-brand .logo {
        padding: 0;
        max-height: 42px;
    }

    .logo-divider {
        height: 18px;
        margin: 0 6px;
    }

    .authorised-partner-tag {
        font-size: 10px;
        letter-spacing: 0.2px;
    }

    .mobile-banner-form {
        background: #00416b;
        padding: 22px 14px 30px;
    }

    .mobile-banner-form .banner-form {
        width: 100%;
        margin: 0 auto;
        padding: 18px 14px;
        border-radius: 14px;
    }
}

/* Sell.Do Form UI - Match Attached Design */
.sell_do_form_container .title,
.sell_do_form_container label {
    display: none !important;
}

.sell_do_form_container .selldof_row {
    margin-bottom: 16px;
}

.sell_do_form_container .form-group {
    margin-bottom: 0 !important;
}

.selldof {
    display: flex;
    flex-direction: column;
}

.selldof_row {
    width: 100%;
    margin: 0 !important;
}

.sell_do_form_container .form-group {
    margin: 0 0 16px !important;
}

.sell_do_form_container .form-control,
.sell_do_form_container input[type="text"],
.sell_do_form_container input[type="email"],
.sell_do_form_container input[type="tel"] {
    width: 100% !important;
    height: 48px !important;
    background: #f4f4f4 !important;
    border: 0 !important;
    border-radius: 7px !important;
    padding: 0 18px !important;
    font-size: 15px !important;
    color: #1f2933 !important;
    box-shadow: none !important;
    outline: none !important;
}

.selldo-intl-tel-input {
    width: 100% !important;
}

.sell_do_form_container .selldo-intl-tel-input .form-control {
    padding-right: 6px !important;
    padding-left: 52px !important;
}

.sell_do_form_container input::placeholder {
    color: #1f2933 !important;
    opacity: 1;
}

.sell_do_form_container .selldo-intl-tel-input {
    width: 100% !important;
}

.sell_do_form_container .selldo-intl-tel-input input {
    padding-left: 18px !important;
}

.sell_do_form_container button,
.sell_do_form_container input[type="submit"],
.sell_do_form_container .btn {
    width: 100% !important;
    height: 48px !important;
    background: #00416b !important;
    color: #ffffff !important;
    border: 0 !important;
    border-radius: 6px !important;
    font-size: 17px !important;
    font-weight: 400 !important;
    font-family: inherit !important;
    cursor: pointer;
}

.sell_do_form_container button:hover,
.sell_do_form_container input[type="submit"]:hover {
    background: #002b47 !important;
}

@media (max-width: 575px) {

    .sell_do_form_container .form-control,
    .sell_do_form_container input {
        height: 48px !important;
    }
}

.ticker-section {
    background: #041527;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.ticker-wrap {
    width: 100%;
    overflow: hidden;
}

.ticker-content {
    display: inline-flex;
    align-items: center;
    gap: 80px;
    padding: 20px 0;
    animation: tickerScroll 35s linear infinite;
}

.ticker-content span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    flex-shrink: 0;
}

@keyframes tickerScroll {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-33.333%);
    }
}

.ticker-section:hover .ticker-content {
    animation-play-state: paused;
}

.massive_sec {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 80px 0 85px;
    min-height: 475px;
}

.massive_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/bg.jpg") center center repeat;
    background-size: 1100px 1100px;
    opacity: 0.19;
    z-index: 1;
}

.massive_sec .container-xl {
    position: relative;
    z-index: 5;
}

/* LEFT OUTER CURVE */
.massive_sec .curve-left {
    position: absolute;
    left: -55px;
    width: 385px;
    height: 520px;
    border: 2px solid #AE7A42;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 120px 0 0;
    z-index: 3;
}

/* LEFT INNER CURVE */
.massive_sec .curve-left::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 280px;
    height: 470px;
    border: 2px solid #AE7A42;
    border-left: 0;
    border-bottom: 0;
    border-radius: 0 110px 0 0;
}

/* RIGHT OUTER CURVE */
.massive_sec .curve-right {
    position: absolute;
    right: -55px;
    width: 385px;
    height: 520px;
    border: 2px solid #AE7A42;
    border-right: 0;
    border-bottom: 0;
    border-radius: 120px 0 0 0;
    z-index: 3;
}

/* RIGHT INNER CURVE */
.massive_sec .curve-right::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50px;
    width: 280px;
    height: 470px;
    border: 2px solid #AE7A42;
    border-right: 0;
    border-bottom: 0;
    border-radius: 110px 0 0 0;
}

.price_area {
    max-width: 620px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 6;
    padding-top: 38px;
}

.price_title {
    font-family: 'Collapse';
    color: #00416b;
    font-size: 40px;
    line-height: 1.65;
    font-weight: 400;
    margin: 0 0 50px;
}

.price_row {
    max-width: 570px;
    margin: 0 auto 58px;
}

.price_box h3 {
    font-family: 'Collapse';
    color: #AE7A42;
    font-size: 60px;
    line-height: 1;
    font-weight: 400;
    margin: 0 0 12px;
}

.price_box p {
    color: #686969;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0;
}

.enquire_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 238px;
    height: 55px;
    background: #00416b;
    color: #fff;
    border-radius: 16px 0 16px 0;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    line-height: 28px;
    font-family: 'Greenwich Regular';
}

@media (max-width: 991px) {
    .massive_sec {
        padding: 75px 0 70px;
    }

    .curve-left,
    .curve-right {
        opacity: 0.35;
    }

    .price_title {
        font-size: 36px;
        margin-bottom: 38px;
    }

    .price_box h3 {
        font-size: 54px;
    }
}

@media (max-width: 575px) {

    .curve-left,
    .curve-right {
        display: none;
    }

    .price_area {
        padding-top: 0;
    }

    .price_row {
        gap: 28px;
        margin-bottom: 42px;
    }

    .price_box h3 {
        font-size: 46px;
    }

    .enquire_btn {
        min-width: 210px;
    }
}

.project_overview_sec {
    display: grid;
    grid-template-columns: 50% 50%;
    min-height: 760px;
    background: #fff;
    overflow: hidden;
}

.overview_left {
    position: relative;
    display: flex;
    align-items: center;
    padding: 70px 80px;
    overflow: hidden;
}

.overview_content {
    position: relative;
    z-index: 2;
    max-width: 570px;
}

.overview_content h2 {
    font-family: 'Collapse';
    color: #000000;
    font-size: 25px;
    line-height: 36px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin: 0 0 35px;
    max-width: 460px;
}

.overview_stats {
    display: grid;
    grid-template-columns: repeat(2, 195px);
    column-gap: 45px;
    row-gap: 32px;
}

.stat_item {
    border-bottom: 1px solid #E7E7E7;
    padding-bottom: 18px;
}

.stat_item h3 {
    font-family: 'Collapse';
    color: #af793f;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    margin: 0 0 12px;
    white-space: nowrap;
}

.stat_item p {
    color: #3F3F3F;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
    font-family: 'Greenwich Regular';
}

.overview_pattern {
    position: absolute;
    right: -7px;
    bottom: -30px;
    width: 310px;
    z-index: 1;
}

.overview_right {
    position: relative;
    height: 760px;
    overflow: hidden;
    border-top-left-radius: 48px;
    border-bottom-left-radius: 48px;
    box-shadow: -15px 0 35px rgba(0, 0, 0, 0.08);
}

.overview_right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    display: block;
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1);
}

.overview_right:hover img {
    transform: scale(1.03);
}

/* Responsive */
@media (max-width: 991px) {
    .project_overview_sec {
        display: flex;
        flex-direction: column;
        min-height: auto;
        padding: 60px 24px 70px;
        position: relative;
        background: #fff;
    }

    .overview_left {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        overflow: visible;
        width: 100%;
        margin-bottom: 20px;
    }

    .overview_content {
        max-width: 720px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .overview_content h2 {
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        max-width: 640px;
        margin: 0 auto 36px;
    }

    .overview_stats {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 24px;
        width: 100%;
        max-width: 720px;
        margin: 0 auto 32px;
    }

    .stat_item {
        text-align: center;
        padding-bottom: 16px;
        border-bottom: 1px solid #e7e7e7;
    }

    .stat_item h3 {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 8px;
    }

    .stat_item p {
        font-size: 15px;
    }

    .overview_content .text-center {
        margin-top: 36px !important;
        margin-bottom: 40px !important;
        position: relative;
        z-index: 3;
    }

    .vision {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 220px;
        height: 52px;
        background: #00416b;
        color: #fff !important;
        border-radius: 8px;
        text-decoration: none;
        font-size: 17px;
        font-weight: 500;
        box-shadow: 0 4px 15px rgba(0, 65, 107, 0.25);
    }

    .overview_right {
        width: 100%;
        max-width: 720px;
        height: 480px;
        margin: 20px auto 0;
        border-radius: 24px;
        overflow: hidden;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .overview_right img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center;
    }
}

@media (max-width: 575px) {
    .project_overview_sec {
        padding: 45px 16px 55px;
    }

    .overview_content h2 {
        font-size: 20px;
        line-height: 30px;
        max-width: 100%;
        margin: 0 auto 28px;
        padding: 0 8px;
    }

    .overview_stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px 20px;
        width: 100%;
        margin: 0 auto 28px;
    }

    .stat_item h3 {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 6px;
    }

    .stat_item p {
        font-size: 14px;
    }

    .overview_content .text-center {
        margin-top: 28px !important;
        margin-bottom: 40px !important;
    }

    .overview_right {
        width: 100%;
        height: 380px;
        margin: 15px auto 0;
        border-radius: 20px;
    }
}

.life_expands_sec {
    position: relative;
    background: #00233c;
    padding: 78px 0 82px;
    overflow: hidden;
    color: #fff;
}

.life_expands_sec .container-xl {
    position: relative;
    z-index: 2;
}

.life_curve {
    position: absolute;
    top: 46px;
    left: 26px;
    width: calc(100% + 40px);
    height: 740px;
    border-top: 4px solid #fff;
    border-left: 4px solid #fff;
    border-radius: 125px 0 0 0;
    z-index: 1;
}

.life_head {
    text-align: center;
    margin-bottom: 26px;
}

.life_head h2 {
    font-family: 'Collapse';
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 0.8%;
    font-weight: 400;
    color: #fff;
    margin: 0 0 14px;
}

.life_head p {
    color: #FFFFFF;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
}

.life_slider {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: grab;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-right: -80px;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
}

.life_slider::-webkit-scrollbar {
    display: none;
}

.life_slider.active {
    cursor: grabbing;
}

.life_track {
    display: flex;
    gap: 18px;
    width: max-content;
}

.life_card {
    position: relative;
    flex: 0 0 360px;
    border-radius: 14px;
    overflow: hidden;
    background: #111;
    user-select: none;
}

.life_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    pointer-events: none;
}

.life_card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 48%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0));
    z-index: 1;
}

.life_card_content {
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 24px;
    z-index: 2;
}

.life_card_content h3 {
    font-family: 'Collapse';
    color: #F6F6F6;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    margin: 0 0 14px;
}

.life_card_content p {
    color: #fff;
    font-size: 16px;
    font-family: 'Greenwich Regular';
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

@media (max-width: 991px) {
    .life_curve {
        display: none;
    }

    .life_slider {
        margin-right: 0;
        padding: 0 15px;
    }

    .life_card {
        min-width: 300px;
        height: 420px;
    }

    .life_head h2 {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .life_expands_sec {
        padding: 55px 0 65px;
    }

    .life_curve {
        display: none;
    }

    .life_slider {
        margin-right: 0;
        padding: 0 12px;
    }

    .life_card {
        flex: 0 0 82vw;
        min-width: 270px;
        max-width: 310px;
        height: 370px;
        border-radius: 16px;
    }

    .life_head h2 {
        font-size: 28px;
        line-height: 36px;
    }

    .life_expands_sec .text-center {
        margin-bottom: 25px;
        position: relative;
        z-index: 5;
    }
}

.network_sec {
    background: #fff;
    padding: 80px 0;
}

.network_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: flex-start;
}

.network_left h2 {
    font-family: 'Collapse';
    color: #00416b;
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.8%;
    margin: 0 0 14px;
}

.network_subtitle {
    color: #434343;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    margin: 0 0 28px;
}

.map_box {
    width: 100%;
    height: 420px;
    border-radius: 16px;
    border: 1px solid #E2EBD66E;
    overflow: hidden;
    margin-bottom: 28px;
}

.map_box iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

.network_desc {
    color: #434343;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    line-height: 1.45;
    margin: 0;
}

.network_right {
    max-width: 560px;
}

.location_accordion {
    padding-top: 4px;
}

.location_accordion .accordion-item {
    border: 0;
    background: #F5F5F5;
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}

.location_accordion .accordion-button {
    background: #F5F5F5;
    color: #00416b;
    box-shadow: none;
    border: 0;
    min-height: 62px;
    padding: 0 18px;
    font-family: 'Collapse';
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1.2%;
    text-transform: uppercase;
}

.location_accordion .accordion-button::after {
    filter: brightness(0) saturate(100%) invert(11%) sepia(82%) saturate(3574%) hue-rotate(331deg) brightness(88%) contrast(98%);
    width: 16px;
    height: 16px;
    background-size: 16px;
}

.location_accordion .accordion-button:not(.collapsed) {
    background: #f7f7f7;
    color: #00416b;
}

.location_accordion .accordion-body {
    padding: 0 12px 13px;
    background: #f7f7f7;
}

.location_list_simple {
    background: #F5F5F5;
    border-radius: 16px;
    padding: 16px;
}

.location_row {
    height: 48px;
    border-radius: 8px;
    background: #FFFFFF;
    color: #222222;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: 'Greenwich Regular';
    padding: 0 16px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 6px;
}

.location_row:last-child {
    margin-bottom: 0;
}

.location_row.dark {
    background: #00416b;
    color: #fff;
}

.location_row strong {
    font-weight: 400;
}

@media (max-width: 991px) {
    .network_wrapper {
        grid-template-columns: 1fr;
        gap: 45px;
        max-width: 740px;
        margin: 0 auto;
    }

    .network_left {
        width: 100%;
        margin: 0 auto;
    }

    .network_left h2 {
        font-size: 38px;
        line-height: 48px;
        text-align: center;
        margin-bottom: 24px;
    }

    .map_box {
        width: 100%;
        height: 400px;
        margin-bottom: 0;
    }

    .network_right {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    .network_sec {
        padding: 55px 0;
    }

    .network_wrapper {
        gap: 32px;
        padding: 0 4px;
    }

    .network_left h2 {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
        margin-bottom: 18px;
    }

    .map_box {
        height: 320px;
    }

    .network_right {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
    }

    .network_subtitle,
    .network_desc,
    .location_row {
        font-size: 14px;
    }
}

.minds_sec {
    background: #fff;
    padding: 70px 0;
}

.minds_sec .container-xl {
    max-width: 1100px;
}

.minds_title {
    font-family: 'Collapse';
    color: #000000;
    font-size: 32px;
    line-height: 44px;
    letter-spacing: 0.8%;
    font-weight: 400;
    text-align: center;
    margin: 0 0 48px;
}

.minds_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.mind_card {
    height: 210px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 15px;
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 22px;
    text-align: center;
}

.mind_logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mind_logo img {
    object-fit: contain;
    width: 100px;
    height: 100px;
}

.mind_card h3 {
    font-family: 'Collapse';
    color: #00416b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0;
}

@media (max-width: 991px) {
    .minds_grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .minds_title {
        font-size: 32px;
    }

    .minds_grid {
        grid-template-columns: 1fr;
    }
}

.developer_sec {
    position: relative;
    background: #00233c;
    padding: 80px 0;
    overflow: hidden;
}

.developer_sec .container-xl {
    position: relative;
    z-index: 2;
}

.developer_wrap {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    padding-left: 0;
}

.developer_content {
    max-width: 100%;
}

.developer_content h2 {
    font-family: 'Collapse';
    font-size: 40px;
    line-height: 50px;
    font-weight: 400;
    letter-spacing: 0.8%;
    color: #AE7A42;
    margin: 0 0 28px;
}

.developer_content p {
    color: #fff;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0;
}

.developer_logo_card {
    width: 280px;
    height: 130px;
    background: #fff;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    justify-self: end;
}

.developer_logo_card img {
    width: 100%;
    max-height: 90px;
    object-fit: contain;
    display: block;
}

.developer_pattern_img {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 390px;
    z-index: 1;
}

@media (max-width: 991px) {
    .developer_sec {
        padding: 40px 0;
    }

    .developer_wrap {
        display: flex;
        flex-direction: column;
        text-align: center;
        gap: 44px;
        padding-left: 0px !important;
    }

    .developer_sec .container-xl {
        padding: 20px;
    }

    .developer_pattern_img {
        display: none !important;
    }

    .developer_content {
        max-width: 100%;
    }

    .developer_logo_card {
        width: 100%;
        height: 100%;
        margin: 0 auto;
    }
}

.form_sec {
    display: grid;
    grid-template-columns: 46% 54%;
    min-height: 540px;
    background: #fff;
    align-items: center;
}

.form_img {
    height: 540px;
    overflow: hidden;
    padding: 24px 20px 24px 60px;
}

.form_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 16px;
}

.form_content {
    padding: 40px 40px 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.form_head {
    width: 100%;
    max-width: 540px;
    margin-bottom: 30px;
}

.form_head h2 {
    font-family: 'Collapse';
    color: #00416b;
    font-size: 40px;
    line-height: 1.35;
    font-weight: 400;
    margin: 0 0 20px;
}

.form_head .course_desc {
    font-family: 'Greenwich Regular';
    color: #00416b;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    margin: 0 0 15px;
}

.form_head .desc_text {
    font-family: 'Greenwich Regular';
    color: #666666;
    font-size: 15px;
    line-height: 24px;
    font-weight: 400;
    max-width: 540px;
    margin: 0;
}

.apply_form {
    width: 100%;
    max-width: 540px;
    border: 1px solid #E7E7E7;
    border-radius: 16px;
    background: #FFFFFF;
    backdrop-filter: blur(7px);
    padding-top: 20px;
}

.apply_form form {
    display: flex;
    flex-direction: column;
}

.apply_form input {
    width: 100%;
    height: 49px;
    border: 0;
    border-radius: 6px;
    background: #F5F5F5;
    color: #111;
    padding: 0 18px;
    font-size: 14px;
    line-height: 24px;
    font-family: 'Greenwich Regular';
    font-weight: 400;
    outline: none;
}

.apply_form input::placeholder {
    color: #0B121A;
}

.apply_form button {
    height: 50px;
    border: 0;
    border-radius: 6px;
    background: #00416b;
    color: #fff;
    font-family: 'Collapse';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
}

@media (max-width: 1199px) {
    .developer_wrap {
        padding-left: 0;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
    }

    .developer_logo_card {
        width: 100%;
        max-width: 470px;
        height: auto;
        padding: 20px;
    }

    .developer_logo_card img {
        width: 100%;
        height: auto;
    }

    .network_wrapper {
        gap: 40px;
    }

    .form_content {
        padding: 60px 40px 0px;
    }

    .apply_form {
        width: 100%;
        max-width: 500px;
    }
}

@media (max-width: 991px) {
    .form_sec {
        grid-template-columns: 1fr;
    }

    .form_img {
        height: 320px;
        padding: 15px;
    }

    .form_content {
        padding: 55px 25px;
    }

    .apply_form {
        width: 100%;
        padding-top: 20px;
    }

    .form_head {
        margin-bottom: 45px;
    }
}

@media (max-width: 575px) {
    .form_head h2 {
        font-size: 36px;
        text-align: center;
    }

    .form_head .course_desc {
        font-size: 24px;
        text-align: center;
    }

    .form_head .desc_text {
        font-size: 16px;
        text-align: center;
    }
}

.faq_sec {
    background: #fff;
    padding: 60px 0 60px;
}

.faq_sec .container-xl {
    max-width: 900px;
}

.faq_head {
    margin-bottom: 38px;
}

.faq_title {
    font-family: 'Collapse';
    color: #00416b;
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 0.8%;
    font-weight: 400;
    margin: 0;
}

.faq_accordion .accordion-item {
    background: #F9F9F9;
    border: 0;
    border-radius: 16px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq_accordion .accordion-button {
    background: #f8f8f8;
    color: #00416b;
    box-shadow: none;
    border: 0;
    padding: 18px 44px 18px 18px;
    font-family: 'Collapse';
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1.6%;
    font-weight: 400;
}

.faq_accordion .accordion-button::after {
    position: absolute;
    right: 18px;
    width: 14px;
    height: 14px;
    background-size: 14px;
    filter: brightness(0) saturate(100%) invert(11%) sepia(82%) saturate(3574%) hue-rotate(331deg) brightness(88%) contrast(98%);
}

.faq_accordion .accordion-button:not(.collapsed) {
    background: #F9F9F9;
    color: #00416b;
}

.faq_accordion .accordion-body {
    background: #F9F9F9;
    color: #4C4C4C;
    padding: 0 18px 18px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Greenwich Regular';
    line-height: 24px;
}

@media (max-width: 575px) {
    .faq_title {
        font-size: 38px;
    }

    .faq_accordion .accordion-button,
    .faq_accordion .accordion-body {
        font-size: 15px;
    }
}

.site_footer {
    background: #001a30;
    color: #fff;
    padding: 20px 0;
}

.footer_inner {
    width: 100%;
}

.footer_row {
    min-height: 130px;
}

.footer_logo {
    background: #ffffff;
    border-radius: 16px;
    padding: 16px 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.footer_logo img {
    max-width: 180px;
    max-height: 55px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
}

.footer_brand {
    display: flex;
    align-items: center;
}

.footer_contact {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    max-width: 470px;
    margin-left: auto;
}

.footer_right_logo {
    border: 1.5px solid rgba(255, 255, 255, 0.85);
    border-radius: 16px;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.footer_right_logo img {
    max-width: 140px;
    max-height: 44px;
    width: auto;
    height: auto;
    object-fit: contain;
    display: block;
    filter: brightness(0) invert(1);
}

.footer_rera_text,
.footer_contact p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    font-family: 'Greenwich Regular';
    letter-spacing: 0.2px;
}

@media (max-width: 991px) {
    .site_footer {
        padding: 42px 0 80px;
        text-align: center;
    }

    .footer_brand,
    .footer_contact {
        align-items: center;
        margin: 0 auto;
        justify-content: center;
    }

    .footer_logo {
        margin-bottom: 25px;
    }

    .footer_logo img {
        max-width: 160px;
        max-height: 48px;
    }

    .footer_right_logo img {
        width: 260px;
    }
}

/* Sticky Buttons */
.sticky_button {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.enq_btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00416b;
    color: #fff;
    text-decoration: none;
    font-family: 'Collapse';
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    padding: 14px 0;
}

.call_btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #00416b;
    text-decoration: none;
    font-family: 'Collapse';
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    padding: 14px 0;
}

.sticky_button {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

.enq_btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00416b;
    color: #fff;
    text-decoration: none;
    font-family: 'Collapse';
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    padding: 14px 0;
}

.call_btn {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    color: #00416b;
    text-decoration: none;
    font-family: 'Collapse';
    font-size: 21px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 4px;
    padding: 14px 0;
}

.enq_btn,
.call_btn {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

.enq_btn:hover,
.enq_btn:focus,
.enq_btn:active,
.enq_btn:visited {
    background: #002b47;
    color: #ffffff;
    text-decoration: none;
}

.call_btn:hover,
.call_btn:focus,
.call_btn:active,
.call_btn:visited {
    background: #ffffff;
    color: #00416b;
    text-decoration: none;
}

.enq_btn:focus-visible,
.call_btn:focus-visible {
    outline: none;
}

@media (max-width: 599px) {
    .sticky_button {
        display: block;
    }
}

/* Pricing Section */
.pricing_sec {
    background: #ffffff;
    /* White background */
    color: #333333;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}

.pricing_title {
    font-family: 'Collapse';
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #00416b;
    /* Maroon title */
    margin: 0 0 12px;
}

.pricing_subtitle {
    font-family: 'Greenwich Regular';
    font-size: 24px;
    color: #686969;
    /* Gray subtitle */
    margin: 0 0 50px;
}

.pricing_card_container {
    margin-bottom: 40px;
}

.pricing_card {
    background: #ffffff;
    color: #00416b;
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 14px 35px rgba(0, 0, 0, 0.12);
    /* Softer drop shadow for white bg */
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card_unit_title {
    font-family: 'Collapse';
    font-size: 36px;
    color: #00416b;
    margin: 0 0 4px;
    font-weight: 400;
}

.card_unit_size {
    font-family: 'Greenwich Regular', sans-serif;
    font-size: 15px;
    color: #686969;
    margin: 0 0 15px;
    font-weight: 500;
}

.card_divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 25px;
    width: 80%;
}

.divider_line {
    flex: 1;
    height: 1px;
    background: #AE7A42;
    /* Cascades gold/brown border color */
}

.divider_dot {
    width: 6px;
    height: 6px;
    background: #AE7A42;
    border-radius: 50%;
    margin: 0 8px;
}

.offer_badge {
    font-family: 'Greenwich Regular';
    font-size: 13px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #00416b;
    font-weight: 700;
    margin: 0 0 8px;
}

.offer_details {
    font-family: 'Greenwich Bold', sans-serif;
    font-size: 20px;
    color: #AE7A42;
    /* Cascades gold color */
    line-height: 1.4;
    margin: 0 0 30px;
    font-weight: 700;
}

.price_label {
    font-family: 'Greenwich Regular';
    font-size: 12px;
    letter-spacing: 1px;
    color: #888888;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.price_value {
    font-family: 'Greenwich Bold', sans-serif;
    font-size: 48px;
    color: #00416b;
    margin: 0 0 20px;
    font-weight: 700;
}

.price_value span {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Greenwich Regular';
    color: #666666;
    margin-left: 4px;
}

.card_disclaimer {
    font-family: 'Greenwich Regular';
    font-size: 12px;
    color: #888888;
    margin: 0 0 25px;
}

.card_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #00416b;
    color: #ffffff;
    width: 100%;
    height: 52px;
    border-radius: 6px;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
}

.card_btn:hover {
    background: #002b47;
    color: #ffffff;
}

.card_btn .arrow {
    margin-left: 8px;
    font-size: 18px;
}

.pricing_contact {
    margin-top: 30px;
    font-family: 'Greenwich Regular';
    font-size: 16px;
    color: #686969;
    /* Gray contact info text */
    line-height: 1.5;
}

.pricing_contact strong {
    font-family: 'Collapse';
    font-size: 24px;
    color: #00416b;
    /* Maroon phone number */
    display: block;
    margin-top: 8px;
    font-weight: 400;
}

@media (max-width: 991px) {
    .pricing_title {
        font-size: 36px;
    }

    .pricing_subtitle {
        font-size: 20px;
    }
}

@media (max-width: 575px) {
    .pricing_title {
        font-size: 32px;
    }

    .pricing_subtitle {
        font-size: 18px;
        margin-bottom: 35px;
    }

    .pricing_card {
        padding: 30px 20px;
    }

    .card_unit_title {
        font-size: 30px;
    }

    .price_value {
        font-size: 40px;
    }
}

/* Footer Disclaimer styling */
.footer_disclaimer_row {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
}

.footer_disclaimer_text {
    font-family: 'Greenwich Regular', sans-serif;
    font-size: 11px;
    line-height: 1.6;
    color: #ffffff;
    opacity: 0.65;
    margin-bottom: 12px;
}

.footer_disclaimer_text:last-child {
    margin-bottom: 0;
}

.footer_disclaimer_text strong {
    font-weight: 700;
}

/* Modal Lead Form Popup styling */
.modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(4, 21, 39, 0.85);
    /* Semi-transparent dark maroon overlay */
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    padding: 15px;
    backdrop-filter: blur(4px);
}

.modal-overlay.active {
    opacity: 1;
    pointer-events: all;
}

.modal-content-card {
    background: #ffffff;
    width: 100%;
    max-width: 460px;
    border-radius: 16px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.35);
    padding: 35px 25px 25px;
    position: relative;
    transform: scale(0.92);
    transition: transform 0.3s ease;
    color: #00416b;
}

.modal-overlay.active .modal-content-card {
    transform: scale(1);
}

.close-modal-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.15);
    border: none;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    z-index: 10;
}

.close-modal-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #ffffff;
}

.modal-logo-wrap {
    text-align: center;
    background: #00416b;
    /* Brand maroon background to make the white logo visible */
    padding: 20px;
    margin: -35px -25px 25px;
    /* Pull to the top and sides of the card */
    border-radius: 16px 16px 0 0;
    /* Round top corners to match card */
}

.modal-logo {
    width: 185px;
    height: auto;
    display: inline-block;
    filter: brightness(0) invert(1);
}

.modal-heading {
    font-family: 'Collapse';
    font-size: 26px;
    color: #00416b;
    text-align: center;
    margin-bottom: 20px;
    font-weight: 400;
}

.modal-form-wrap {
    text-align: left;
}

.modal-assistance {
    margin-top: 20px;
    font-family: 'Greenwich Regular';
    font-size: 13px;
    color: #666666;
    line-height: 1.5;
    text-align: center;
}

.modal-assistance strong {
    font-family: 'Collapse';
    font-size: 18px;
    color: #AE7A42;
    /* Gold color */
    display: block;
    margin-top: 4px;
    font-weight: 400;
}

@media (max-width: 575px) {
    .modal-content-card {
        padding: 30px 20px 20px;
    }

    .modal-heading {
        font-size: 22px;
        margin-bottom: 15px;
    }
}

/* Floor Plans Section */
.floor_plans_sec {
    background: #ffffff;
    /* White background */
    padding: 80px 0 50px;
    color: #00416b;
}

.floor_plans_title {
    font-family: 'Collapse';
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #00416b;
    margin: 0 0 10px;
}

.floor_plans_sec .card_divider {
    max-width: 150px;
    margin: 0 auto 40px;
}

.floor_plans_tabs {
    margin-bottom: 45px;
}

.floor_plan_tab {
    display: inline-block;
    background: #00416b;
    color: #ffffff;
    font-family: 'Greenwich Regular', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 12px 35px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.floor_plan_image_wrapper {
    position: relative;
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #f7fafc;
}

.floor_plan_img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.floor_plan_image_wrapper:hover .floor_plan_img {
    transform: scale(1.02);
}

.floor_plan_overlay {
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.15);
    /* Light overlay over the image */
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.floor_plan_btn {
    pointer-events: all;
    background: #00416b;
    color: #ffffff;
    font-family: 'Greenwich Regular', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 40px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 65, 107, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    display: inline-block;
}

.floor_plan_btn:hover {
    background: #AE7A42;
    /* Gold hover color */
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(174, 122, 66, 0.35);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .floor_plans_title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .floor_plans_title {
        font-size: 32px;
    }

    .floor_plan_tab {
        font-size: 14px;
        padding: 10px 25px;
    }

    .floor_plan_btn {
        padding: 12px 30px;
        font-size: 14px;
    }
}

/* Modal Highlight Text */
.modal-highlight {
    background: #FFF9E6;
    /* Light warm gold/yellow background */
    border: 1px dashed #AE7A42;
    /* Gold dashed border */
    color: #AE7A42;
    /* Brand gold text */
    padding: 10px 15px;
    border-radius: 8px;
    margin: -10px 0 20px;
    /* Sits right under the heading and above the form */
    text-transform: uppercase;
    letter-spacing: 1px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.highlight-main {
    font-family: 'Greenwich Bold', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

.highlight-sub {
    font-family: 'Greenwich Bold', sans-serif;
    font-size: 8px;
    font-weight: 700;
}

/* Site Map Section */
.site_map_sec {
    background: #ffffff;
    /* White background */
    padding: 80px 0 50px;
    color: #00416b;
}

.site_map_title {
    font-family: 'Collapse';
    font-size: 40px;
    line-height: 1.2;
    font-weight: 400;
    color: #00416b;
    margin: 0 0 10px;
}

.site_map_sec .card_divider {
    max-width: 150px;
    margin: 0 auto 40px;
}

.site_map_image_wrapper {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 850px;
    margin: 0 auto;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #f7fafc;
}

.site_map_img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.site_map_image_wrapper:hover .site_map_img {
    transform: scale(1.02);
}

.site_map_btn {
    background: #00416b;
    color: #ffffff;
    font-family: 'Greenwich Regular', sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 45px;
    border-radius: 6px;
    box-shadow: 0 8px 20px rgba(0, 65, 107, 0.25);
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    display: inline-block;
}

.site_map_btn:hover {
    background: #AE7A42;
    /* Gold hover color */
    color: #ffffff;
    box-shadow: 0 8px 20px rgba(174, 122, 66, 0.35);
    transform: translateY(-2px);
}

@media (max-width: 991px) {
    .site_map_title {
        font-size: 36px;
    }
}

@media (max-width: 575px) {
    .site_map_title {
        font-size: 32px;
    }

    .site_map_btn {
        padding: 12px 35px;
        font-size: 14px;
    }
}

/* ==========================================================================
   Triple Bar Navigation Button & Section Drawer Menu
   ========================================================================== */
.triple-bar-toggle {
    position: fixed;
    top: 24px;
    right: 35px;
    z-index: 1060;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
    background: rgba(15, 15, 15, 0.85);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 40px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    outline: none;
}

.triple-bar-toggle:hover {
    background: #00416b;
    border-color: #00568c;
    box-shadow: 0 8px 25px rgba(0, 65, 107, 0.5);
    transform: translateY(-2px);
}

.triple-bar-toggle .menu-label {
    font-family: 'Greenwich Regular', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #ffffff;
    line-height: 1;
}

.hamburger-icon {
    width: 22px;
    height: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hamburger-icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}

.triple-bar-toggle.active .hamburger-icon span:nth-child(1) {
    transform: translateY(6.5px) rotate(45deg);
}

.triple-bar-toggle.active .hamburger-icon span:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

.triple-bar-toggle.active .hamburger-icon span:nth-child(3) {
    transform: translateY(-6.5px) rotate(-45deg);
}

/* Section Menu Backdrop & Drawer */
.section-menu-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1040;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
}

.section-menu-backdrop.active {
    opacity: 1;
    visibility: visible;
}

.section-menu-drawer {
    position: fixed;
    top: 0;
    right: -420px;
    width: 380px;
    max-width: 88vw;
    height: 100vh;
    background: linear-gradient(165deg, #0e0e0e 0%, #051526 100%);
    border-left: 1px solid rgba(255, 255, 255, 0.12);
    z-index: 1050;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 28px 24px;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: -10px 0 40px rgba(0, 0, 0, 0.7);
}

.section-menu-drawer.active {
    right: 0;
}

.menu-nav-link,
.menu-nav-link:link,
.menu-nav-link:visited {
    display: flex !important;
    align-items: center !important;
    padding: 12px 16px !important;
    color: #e0e0e0 !important;
    text-decoration: none !important;
    font-family: 'Greenwich Regular', sans-serif !important;
    font-size: 16px !important;
    letter-spacing: 0.5px !important;
    border-radius: 8px !important;
    transition: all 0.25s ease !important;
    margin-bottom: 4px !important;
}

.menu-nav-link:hover,
.menu-nav-link:focus,
.menu-nav-link:active {
    color: #ffffff !important;
    text-decoration: none !important;
    background: rgba(0, 65, 107, 0.55) !important;
    padding-left: 22px !important;
}

.drawer-cta-btn {
    background: #00416b;
    color: #ffffff !important;
    border-radius: 50px;
    padding: 12px 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    border: 1px solid #00568c;
}

.drawer-cta-btn:hover {
    background: #002b47;
    box-shadow: 0 4px 15px rgba(0, 65, 107, 0.5);
    transform: translateY(-1px);
}

@media (max-width: 575px) {
    .triple-bar-toggle {
        top: 14px;
        right: 16px;
        padding: 8px 14px;
    }
}

/* ==========================================================================
   Floating Action Stack (Back to Top, Phone Call, WhatsApp)
   ========================================================================== */
.wapp,
.phone,
.back-to-top {
    position: fixed;
    right: 24px;
    z-index: 999;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    overflow: hidden;
}

/* Top Button: Scroll to Top */
.back-to-top {
    bottom: 156px;
    background: #081726;
    /* Dark brown/black circle */
    border: 1px solid rgba(223, 185, 120, 0.3);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
}

.back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.back-to-top:hover {
    background: #170d0b;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.4);
}

/* Middle Button: Phone Call */
.phone {
    bottom: 90px;
    background: #b86d29;
    /* Warm cognac/bronze brown circle */
    border: none;
}

.phone:hover {
    background: #a15d20;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(184, 109, 41, 0.4);
}

/* Bottom Button: WhatsApp */
.wapp {
    bottom: 24px;
    background: #25D366;
    /* Vibrant green circle */
    border: none;
}

.wapp:hover {
    background: #20bd5a;
    transform: scale(1.08);
    box-shadow: 0 6px 18px rgba(37, 211, 102, 0.4);
}

.wapp svg,
.phone svg,
.back-to-top svg {
    margin: auto;
    display: block;
    pointer-events: none;
}

/* Mobile Adjustments */
@media (max-width: 599px) {

    .wapp,
    .phone,
    .back-to-top {
        right: 16px;
        width: 46px;
        height: 46px;
    }

    .wapp {
        bottom: 74px;
    }

    .phone {
        bottom: 130px;
    }

    .back-to-top {
        bottom: 186px;
    }

    .wapp svg {
        width: 22px;
        height: 22px;
    }

    .phone svg {
        width: 19px;
        height: 19px;
    }

    .back-to-top svg {
        width: 20px;
        height: 20px;
    }
}