@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.woff);
    src: url(../fonts/eicons.eot) format("embedded-opentype"), url(../fonts/eicons.woff2) format("woff2"), url(../fonts/eicons.woff) format("woff"), url(../fonts/eicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --primary-color: #2285C8;
    --primary-dark: #000000;
    --primary-darker: #000000;
    --primary-light: #FFFFFF;
    --text-dark: #000000;
    --text-muted: rgba(0, 0, 0, 0.65);
    --secondory-color: #2285C8;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    max-width: 100%;
}

body {
    font-family: "Outfit", sans-serif;
    color: var(--text-dark);
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
.title, .form_title, .pro_title,
.banner_section h1.title,
.title_section h3.title,
.title_section h4.pro_title {
    font-family: "Jost", sans-serif;
}

[data-toggle="modal"] {
    cursor: pointer;
}

img {
    max-width: 100%
}

.ptb {
    padding: 70px 0
}

.ptb-40 {
    padding: 40px 0;
}

/* header section start here */

header.site-header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.55) 0%, rgba(0, 0, 0, 0) 100%);
    transition: background 0.35s ease, box-shadow 0.35s ease, backdrop-filter 0.35s ease;
}

header.site-header.fixed-header {
    position: fixed;
    background: rgba(247, 247, 247, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(34, 133, 200, 0.2);
}

header .container {
    max-width: 92%;
}

header .header-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0;
    gap: 20px;
}

header .navbar-brand {
    display: inline-flex;
    align-items: center;
    transition: transform 0.3s ease;
}

header .navbar-brand:hover {
    transform: scale(1.02);
}

header .navbar-brand img {
    width: 100%;
    max-width: 200px;
    height: auto;
    transition: max-width 0.3s ease, filter 0.35s ease;
}

header.site-header:not(.fixed-header) .navbar-brand img,
header.site-header.fixed-header .navbar-brand img {
    filter: none;
}

header .header-center {
    flex: 1;
    display: flex;
    justify-content: center;
}

header .navbar-nav {
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

header ul li {
    padding: 0 8px;
    list-style: none;
}

header ul li a {
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.4px;
    text-decoration: none;
}

header .navbar-nav .nav-link {
    position: relative;
    padding: 8px 4px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
    transition: color 0.3s ease;
}

header .navbar-nav .nav-link::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 2px;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #2285C8, #FFFFFF);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

header .navbar-nav .nav-link:hover {
    color: #FFFFFF;
}

header .navbar-nav .nav-link:hover::after {
    width: 100%;
}

header.fixed-header .navbar-nav .nav-link {
    color: #000000;
}

header.fixed-header .navbar-nav .nav-link:hover {
    color: #2285C8;
}

header .nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px !important;
    border-radius: 50px;
    background: linear-gradient(135deg, #2285C8 0%, #000000 100%);
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(34, 133, 200, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

header .nav-cta-btn::after {
    display: none;
}

header .nav-cta-btn:hover {
    color: #fff !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(34, 133, 200, 0.45);
}

header .nav-cta-outline {
    background: #2285C8 !important;
    border: 2px solid #2285C8;
    color: #ffffff !important;
    box-shadow: none;
}

header.fixed-header .nav-cta-outline {
    color: #ffffff !important;
}

header .nav-cta-outline:hover {
    background: #2285C8 !important;
    color: #fff !important;
}

header .header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

header .header_button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 22px;
    border: none;
    background: linear-gradient(135deg, #000000 0%, #000000 100%);
    color: #FFFFFF;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    white-space: nowrap;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

header .header-call-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 6px 20px 6px 6px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 50px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

header .header-call-btn .call-btn-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, #2285C8 0%, #2285C8 100% 100%);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(34, 133, 200, 0.4);
}

header .header-call-btn .call-btn-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    padding: 0;
    filter: brightness(0) invert(1);
    animation: none;
}

header .header-call-btn .call-btn-text {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    line-height: 1;
}

header .header-call-btn:hover {
    background: rgba(0, 0, 0, 0.6);
    border-color: rgba(34, 133, 200, 0.5);
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
    text-decoration: none;
}

header .header-call-btn:hover .call-btn-text {
    color: #fff;
}

header.fixed-header .header-call-btn {
    background: #000000;
    border-color: rgba(34, 133, 200, 0.3);
}

header.fixed-header .header-call-btn:hover {
    background: #000000;
}

header .header_button span {
    color: #fff;
}

header .header_button:hover {
    color: #FFFFFF;
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

header .mobile-menu-head,
header .mobile-call-link {
    display: none;
}

.mobile_overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(4px);
    opacity: 0;
    pointer-events: none;
    z-index: 998;
    transition: opacity 0.35s ease;
}

/* header section ends here */

/* banner section start here */

.banner_section {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

.banner_section .carousel-inner {
    position: relative;
}

.banner_section .carousel-inner::before {
    display: none;
}

.banner_section .banner_overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background:
        linear-gradient(115deg,
            rgba(0, 0, 0, 0.82) 0%,
            rgba(0, 0, 0, 0.52) 38%,
            rgba(0, 0, 0, 0.18) 62%,
            rgba(0, 0, 0, 0.55) 100%),
        linear-gradient(0deg, rgba(34, 133, 200, 0.28) 0%, transparent 45%);
    pointer-events: none;
}

.banner-premium__grain {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.035;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.banner-premium__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(90px);
    pointer-events: none;
    z-index: 3;
    animation: bannerPremiumFloat 9s ease-in-out infinite;
}

.banner-premium__glow--1 {
    width: 380px;
    height: 380px;
    top: 14%;
    left: 6%;
    background: rgba(34, 133, 200, 0.32);
}

.banner-premium__glow--2 {
    width: 280px;
    height: 280px;
    bottom: 12%;
    right: 30%;
    background: rgba(255, 255, 255, 0.12);
    animation-delay: -4s;
}

@keyframes bannerPremiumFloat {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(14px, -16px) scale(1.06); }
}

.banner-img {
    height: 100vh;
    min-height: 620px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.banner_section .banner_content {
    position: absolute;
    top: 50%;
    left: 5.5%;
    transform: translateY(-50%);
    color: #fff;
    z-index: 9;
    max-width: 56%;
}


.banner-premium__badge-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px 8px 14px;
    background: linear-gradient(135deg, #2285C8, #000000);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 0;
    box-shadow: 0 8px 28px rgba(34, 133, 200, 0.4);
}

.banner-badge__dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    flex-shrink: 0;
    animation: bannerBadgePulse 1.8s ease infinite;
}

@keyframes bannerBadgePulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.banner-premium__builder {
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.92);
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-premium__title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 12px;
    line-height: 0.95;
}

.banner-premium__title-line {
    font-size: clamp(38px, 5.5vw, 68px);
    font-weight: 800;
    letter-spacing: -1px;
    color: #FFFFFF;
    text-shadow: 0 8px 36px rgba(0, 0, 0, 0.35);
}

.banner-premium__title-accent {
    font-size: clamp(38px, 5.5vw, 68px);
    font-weight: 800;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #FFFFFF 0%, #2285C8 55%, #FFFFFF 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: none;
}

.banner_section h1.title::after {
    display: none;
}

.banner-premium__stats {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0 4px;
}

.banner-premium__stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.banner-premium__stat:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 133, 200, 0.55);
    background: rgba(34, 133, 200, 0.18);
}

.banner-premium__stat strong {
    font-size: 22px;
    font-weight: 800;
    line-height: 1;
    color: #FFFFFF;
}

.banner-premium__stat span {
    margin-top: 4px;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.78);
}

@keyframes bannerFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.banner_section h1.title {
    font-size: clamp(36px, 5vw, 58px);
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.banner-tagline,
.banner_section h2.typo {
    font-size: clamp(16px, 2vw, 22px);
    font-weight: 400;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.88);
    margin-bottom: 0;
    max-width: 620px;
}


.banner_section .my-box {
    height: auto;
    width: auto;
}

.banner_section .my-box ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.banner_section .my-box ul li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transform: none;
    padding: 10px 18px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.banner_section .icon_img {
    transform: none;
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.banner_section .my-box ul li span {
    padding-top: 0;
}

.banner_section ul.key_high {
    margin: 18px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    max-width: 580px;
}

.banner_section ul.key_high li {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 12px;
    transition: background 0.3s ease, transform 0.3s ease, border-color 0.3s ease;
}

.banner_section ul.key_high li:hover {
    background: rgba(34, 133, 200, 0.2);
    border-color: rgba(34, 133, 200, 0.4);
    transform: translateX(4px);
}

.banner_section ul.key_high li .key-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    min-width: 26px;
    background: linear-gradient(135deg, #2285C8, #000000);
    border-radius: 50%;
}

.banner_section ul.key_high li .key-check img {
    width: 14px;
    height: 14px;
    padding: 0;
    filter: brightness(0) invert(1);
}

.banner_section ul.key_high li span:not(.key-check) {
    background: none;
    padding: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
}

.banner_section ul.key_high li img {
    padding: 0;
    left: auto;
    position: static;
    filter: none;
}

.banner_section .banner_btn {
    margin-top: 28px;
    text-align: left;
}

.price-badge {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
    cursor: pointer;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.72) !important;
    padding: 14px 24px;
    border-radius: 14px;
    margin: 0;
    border: 1px solid rgba(34, 133, 200, 0.5);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.price-badge:hover {
    transform: translateY(-3px);
    border-color: #2285C8;
    box-shadow: 0 12px 40px rgba(34, 133, 200, 0.25);
}

.price-badge .price-label {
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.price-badge .price-value {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}

/* Banner left vertical location strip — full height */
.banner_section .banner_location_strip {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 42px;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #2285c83b;
}

.banner_section .banner_location_strip__inner {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transform: rotate(-90deg);
    transform-origin: center center;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.2px;
    white-space: nowrap;
    line-height: 1;
}

.banner_section .banner_location_strip__inner .icon_img {
    width: 14px;
    height: 14px;
    object-fit: contain;
    flex-shrink: 0;
    filter: brightness(0) invert(1);
}

.banner_section .banner_location_strip__inner span {
    padding: 0;
}

/* Banner CTA row */
.banner_section .banner_btn--row {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 28px;
}

.banner_section .price-badge--inline {
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 16px 28px;
    border-radius: 50px;
    font-size: 16px;
    background: rgba(0, 0, 0, 0.75) !important;
}

.banner_section .price-badge--inline .price-label {
    font-size: 16px;
    letter-spacing: 0.6px;
    text-transform: none;
    color: #FFFFFF;
    font-weight: 600;
}

.banner_section .price-badge--inline .price-value {
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
}

.banner_section .price-badge--inline .icon-next {
    margin-left: 6px;
    filter: brightness(0) invert(1);
}

.banner_section .banner-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 16px 30px;
    border-radius: 50px;
    background: #2285c863 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    cursor: pointer;

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

.banner_section .banner-brochure-btn:hover {
    transform: translateY(-3px);
    background: #2285C8 !important;
    box-shadow: 0 12px 32px rgba(34, 133, 200, 0.55);
}

.banner_section .banner-cta-pulse {
    animation: banner-cta-pulse 1.4s infinite cubic-bezier(0.66, 0, 0, 1);
}

.banner_section .banner-cta-pulse:hover {
    animation: none;
}

@keyframes banner-cta-pulse {
    0% {
        box-shadow: 0 8px 24px rgba(34, 133, 200, 0.35), 0 0 0 0 rgba(255, 255, 255, 0.65);
    }

    70% {
        box-shadow: 0 10px 32px rgba(34, 133, 200, 0.5), 0 0 0 14px rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 8px 24px rgba(34, 133, 200, 0.35), 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.banner_section .banner-brochure-btn .icon-next {
    filter: brightness(0) invert(1);
}

.banner_section .right_form {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    width: 340px;
    max-width: 30%;
    height: auto;
    z-index: 9;
    border-radius: 0;
    border: 0;
}

.banner_section .form_sec.banner-form-card {
    position: relative;
    overflow: hidden;
    padding: 28px 24px 24px;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 22px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.9);
    animation: bannerFadeUp 0.8s ease 0.15s both;
}

.banner-form-card__accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2285C8, #000000, #2285C8);
}

.banner-form-card__trust {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 18px;
    padding: 0;
    list-style: none;
}

.banner-form-card__trust li {
    padding: 5px 12px;
    border-radius: 50px;
    background: rgba(34, 133, 200, 0.1);
    border: 1px solid rgba(34, 133, 200, 0.22);
    color: #2285C8;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.banner_section .form-badge {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(34, 133, 200, 0.15);
    color: #2285C8;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 10px;
}

.banner_section h2.form_title {
    font-size: 28px;
    color: #000000;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 700;
}

.banner_section .form_subtitle {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 20px;
    text-align: left;
}

.banner_section .right_form .form-control {
    border-radius: 10px;
    background: #FFFFFF;
    padding: 12px 16px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    color: #000000;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.banner_section .right_form .form-control:focus {
    border-color: #2285C8;
    box-shadow: 0 0 0 3px rgba(34, 133, 200, 0.15);
    outline: none;
    background: #fff;
}

.banner_section .right_form .form-control::placeholder {
    color: rgba(0, 0, 0, 0.55);
}

.banner_section .right_form .phone-field__prefix {
    color: #000000 !important;
    background: #FFFFFF;
    font-weight: 700;
}

.banner_section .right_form .phone-field__input,
.banner_section .right_form .phone-field .phone-input {
    color: #000000 !important;
}

.banner_section .right_form .phone-field__input::placeholder,
.banner_section .right_form .phone-field .phone-input::placeholder {
    color: rgba(0, 0, 0, 0.45) !important;
}

.banner_section .banner-submit-btn,
.banner_section button.btn.main_button {
    color: #fff;
    background: linear-gradient(135deg, #2285C8 0%, #000000 100%);
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 28px rgba(34, 133, 200, 0.35);
}

.banner_section .banner-submit-btn:hover,
.banner_section button.btn.main_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(34, 133, 200, 0.45);
    color: #FFFFFF;
}

.banner_section .banner-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
}

.banner_section .banner-consent .inp-txt {
    margin: 0;
    font-size: 9px;
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.4;
}

.banner_section .carousel_btns {
    position: absolute;
    bottom: 8%;
    left: 6%;
    height: auto;
    z-index: 9;
    display: flex;
    gap: 12px;
}

.banner_section .carousel_btns .banner-nav-btn {
    position: relative;
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease;
    left: auto;
    right: auto;
    top: auto;
}

.banner_section .carousel_btns .banner-nav-btn:hover {
    background: rgba(34, 133, 200, 0.35);
    border-color: #2285C8;
    transform: scale(1.08);
}

.banner_section .carousel_btns img {
    max-width: 20px;
    filter: brightness(0) invert(1);
}

.banner_section .banner-indicators {
    bottom: 9%;
    left: auto;
    right: 6%;
    margin: 0;
    z-index: 9;
}

.banner_section .banner-indicators li {
    width: 28px;
    height: 4px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.35);
    border: none;
    margin: 0 4px;
    transition: background 0.3s ease, transform 0.3s ease, width 0.3s ease;
}

.banner_section .banner-indicators li.active {
    background: #2285C8;
    width: 40px;
    transform: none;
}

@media (max-width: 1480px) {
    .banner-hero-card {
        padding: 22px 24px;
    }

    .banner-premium__stat {
        min-width: 76px;
        padding: 10px 12px;
    }

    .banner-premium__stat strong {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .banner_section .banner_content {
        max-width: 62%;
        left: 4.5%;
    }

    .banner-premium__title-line,
    .banner-premium__title-accent {
        font-size: clamp(32px, 4.5vw, 52px);
    }

    .banner_section ul.key_high {
        grid-template-columns: 1fr;
    }

    .banner_section .right_form {
        width: 300px;
        max-width: 34%;
    }
}

@media (max-width: 991px) {
    .banner-hero-card {
        padding: 18px 20px;
        border-radius: 18px;
    }

    .banner-premium__stats {
        gap: 8px;
    }

    .banner-premium__stat {
        min-width: calc(50% - 4px);
    }
}

/* ===== Banner V6 — Creative Launch Hero ===== */
.banner-v6 {
    isolation: isolate;
}

.banner-v6__overlay {
    background:
        linear-gradient(115deg,
            rgba(8, 8, 8, 0.88) 0%,
            rgba(8, 8, 8, 0.55) 38%,
            rgba(8, 8, 8, 0.22) 62%,
            rgba(8, 8, 8, 0.65) 100%),
        linear-gradient(0deg, rgba(34, 133, 200, 0.35) 0%, transparent 42%);
}

.banner-v6__grain {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0.04;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.banner-v6__glow {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    pointer-events: none;
    z-index: 3;
    animation: bannerV6Float 8s ease-in-out infinite;
}

.banner-v6__glow--1 {
    width: 420px;
    height: 420px;
    top: 12%;
    left: 8%;
    background: rgba(34, 133, 200, 0.28);
}

.banner-v6__glow--2 {
    width: 320px;
    height: 320px;
    bottom: 10%;
    right: 28%;
    background: rgba(255, 255, 255, 0.15);
    animation-delay: -3s;
}

@keyframes bannerV6Float {
    0%, 100% { transform: translate(0, 0) scale(1); }
    50% { transform: translate(12px, -18px) scale(1.05); }
}

.banner-v6__topbar {
    position: absolute;
    top: 88px;
    left: 5%;
    right: 5%;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
}

.banner-v6__location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.banner-v6__location .icon_img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.banner-v6__urgency {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(34, 133, 200, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.35);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.banner-v6__urgency-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #FFFFFF;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
    animation: bannerV6Pulse 1.8s ease infinite;
}

@keyframes bannerV6Pulse {
    0% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.55); }
    70% { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
    100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0); }
}

.banner-v6__content {
    top: 54%;
    left: 5%;
    max-width: 58%;
    padding-top: 20px;
}

.banner-v6__badge-row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 18px;
}

.banner-v6__pulse-badge {
    position: relative;
    display: inline-flex;
    align-items: center;
    padding: 8px 18px 8px 14px;
    border-radius: 50px;
    background: linear-gradient(135deg, #2285C8, #000000);
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    box-shadow: 0 8px 28px rgba(34, 133, 200, 0.45);
    overflow: hidden;
}

.banner-v6__pulse-ring {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    border-radius: 50%;
    background: #fff;
    animation: bannerV6Pulse 1.8s ease infinite;
    flex-shrink: 0;
}

.banner-v6__builder-tag {
    padding: 8px 16px;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.9);
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.banner-v6__title {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 14px;
    margin-bottom: 10px;
    line-height: 0.95;
}

.banner-v6__title::after {
    display: none;
}

.banner-v6__title-word {
    display: inline-block;
    font-size: clamp(42px, 6vw, 76px);
    font-weight: 800;
    letter-spacing: -2px;
    color: #fff;
    text-shadow: 0 8px 40px rgba(0, 0, 0, 0.35);
    animation: bannerFadeUp 0.7s ease both;
}

.banner-v6__title-word--accent {
    background: linear-gradient(135deg, #FFFFFF 0%, #2285C8 55%, #fff 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    animation-delay: 0.12s;
}

.banner-v6__tagline {
    font-size: clamp(16px, 2vw, 22px);
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 22px;
    max-width: 480px;
    padding-left: 2px;
}

.banner-v6__stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    max-width: 520px;
    margin-bottom: 20px;
}

.banner-v6__stat {
    padding: 14px 12px;
    border-radius: 14px;
    text-align: center;
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.banner-v6__stat:hover {
    transform: translateY(-4px);
    border-color: rgba(255, 255, 255, 0.45);
    background: rgba(34, 133, 200, 0.18);
}

.banner-v6__stat strong {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: clamp(20px, 2.2vw, 28px);
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}

.banner-v6__stat span {
    display: block;
    margin-top: 4px;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
}

.banner-v6__stat--highlight {
    background: linear-gradient(145deg, rgba(34, 133, 200, 0.35), rgba(34, 133, 200, 0.25));
    border-color: rgba(255, 255, 255, 0.35);
}

.banner-v6__features {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 540px;
    margin-top: 0;
}

.banner-v6__features li {
    border-radius: 12px;
    font-size: 13px;
    padding: 9px 12px;
}

.banner-v6__cta {
    margin-top: 22px;
}

.banner-v6__price-btn {
    flex-direction: row !important;
    align-items: center !important;
    gap: 14px !important;
    padding: 12px 22px !important;
    border-radius: 16px !important;
    background: linear-gradient(135deg, rgba(34, 133, 200, 0.92), rgba(34, 133, 200, 0.95)) !important;
    border: 1px solid rgba(255, 255, 255, 0.45) !important;
    box-shadow: 0 12px 36px rgba(34, 133, 200, 0.35) !important;
}

.banner-v6__price-btn-inner {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.banner-v6__price-btn .price-label {
    font-size: 10px !important;
    letter-spacing: 1.2px !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.banner-v6__price-btn .price-value {
    font-size: 22px !important;
    font-weight: 800 !important;
    color: #fff !important;
}

.banner-v6__brochure-btn {
    border: 1px solid rgba(255, 255, 255, 0.28) !important;
    background: rgba(255, 255, 255, 0.08) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}

.banner-v6__brochure-btn:hover {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.banner-v6__form-wrap {
    right: 4.5%;
    width: 360px;
    max-width: 32%;
}

.banner-v6__form-card {
    position: relative;
    padding: 0 0 24px;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.65);
    box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.banner-v6__form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #2285C8, #2285C8, #FFFFFF, #2285C8);
}

.banner-v6__form-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 22px 24px 0;
    margin-bottom: 8px;
}

.banner-v6__eoi-badge {
    margin-bottom: 0;
    padding: 6px 14px;
    background: linear-gradient(135deg, rgba(34, 133, 200, 0.18), rgba(34, 133, 200, 0.12));
    color: #2285C8;
    font-size: 11px;
    font-weight: 700;
    border: 1px solid rgba(34, 133, 200, 0.25);
}

.banner-v6__form-launch {
    text-align: right;
    line-height: 1.2;
}

.banner-v6__form-launch span {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
}

.banner-v6__form-launch strong {
    font-family: "Jost", sans-serif;
    font-size: 18px;
    color: #000000;
    font-weight: 700;
}

.banner-v6__form-card .form_title,
.banner-v6__form-card .form_subtitle,
.banner-v6__form-card .form_section {
    padding-left: 24px;
    padding-right: 24px;
}

.banner-v6__form-card .form_title {
    font-size: 26px;
}

.banner-v6__submit {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: linear-gradient(135deg, #2285C8 0%, #000000 100%) !important;
    border-radius: 12px !important;
    padding: 14px 20px !important;
    box-shadow: 0 10px 28px rgba(34, 133, 200, 0.35);
}

.banner-v6__submit:hover {
    color: #fff !important;
    box-shadow: 0 14px 36px rgba(34, 133, 200, 0.45);
}

.banner-v6__submit .icon-next {
    filter: brightness(0) invert(1);
}

.banner-v6__bottom-strip {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.55));
    padding: 48px 5% 22px;
    pointer-events: none;
}

.banner-v6__strip-item {
    flex: 1;
    max-width: 200px;
    text-align: center;
    color: #fff;
    pointer-events: auto;
}

.banner-v6__strip-item small {
    display: block;
    font-size: 10px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.62);
    margin-bottom: 4px;
    font-weight: 600;
}

.banner-v6__strip-item strong {
    font-family: "Jost", sans-serif;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: #fff;
}

.banner-v6__strip-item--eoi strong {
    color: #FFFFFF;
}

.banner-v6__strip-divider {
    width: 1px;
    align-self: center;
    height: 36px;
    background: rgba(255, 255, 255, 0.18);
    margin: 0 12px;
}

.banner-v6__nav {
    bottom: 28%;
    left: 5%;
}

.banner-v6__indicators {
    bottom: 26%;
    right: 5%;
}

.banner-v6 .side_content.banner_location_strip {
    display: none;
}

@media (max-width: 1199px) {
    .banner-v6__content {
        max-width: 54%;
    }

    .banner-v6__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        max-width: 360px;
    }

    .banner-v6__form-wrap {
        width: 320px;
    }
}

@media (max-width: 991px) {
    .banner-v6__topbar {
        top: 78px;
        left: 4%;
        right: 4%;
    }

    .banner-v6__content {
        top: auto;
        bottom: 200px;
        left: 4%;
        right: 4%;
        max-width: 100%;
        transform: none;
    }

    .banner-v6__bottom-strip {
        display: none;
    }

    .banner-v6__nav {
        bottom: 12%;
    }

    .banner-v6__indicators {
        bottom: 12%;
    }
}

.banner_section h5.small_title {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 8px;
}

.banner_section .bottom_content {
    position: absolute;
    bottom: 3%;
    width: 52%;
    left: 7%;
    z-index: 9;
}

.banner_section .bottom_content .item_box {
    display: flex;
    width: 100%;
    align-items: center;
    line-height: normal;
    margin-left: 350px;
    padding: 0;
}

.banner_section .bottom_content .item .inner {
    background: #000000ba;
    padding: 15px 40px;
    border-radius: 20px;
    border: 1px solid #2285C8;
    color: #2285C8;
}

.banner_section .bottom_content .item {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #2285C8;
    margin: 0 5px;
}

.banner_section .bottom_content .item .inner p {
    font-size: 20px;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600;
}

.banner_section.banner_btn {
    margin-top: 30px;
}

.banner_btn {
    text-align: center;
}

.side_content .banner_btn {
    text-align: left;
}

.overview .banner_btn {
    text-align: left;
}

.banner_btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border: none;
    background-color: #2285C8;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(25px);
}

.banner_btn .download-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border: none;
    background-color: #2285C8;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(25px);
    text-decoration: none;
}

.banner_btn .download-brochure-btn .icon-next,
.banner_btn button .icon-next {
    top: 0;
}

.icon-next {
    position: relative;
    top: -.1em;
    margin-left: .6em;
    vertical-align: middle;
    display: inline-block;
    width: .94em;
    height: .75em;
    background: url(../images/icon/next.png) 0 0 / .94em .75em no-repeat;
    filter: brightness(100%);
}

.banner_section .bottom_content .item .inner p span.key {
    font-size: 30px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 2px dotted #2285C8;
}

.banner_section .bottom_content .item .inner p {
    display: flex;
    flex-direction: column;
}

.banner_section ul.key_high li .lowercase-text {
    text-transform: none;
}

.banner_section ul.key_high li .key-flex-row {
    display: inline-flex;
    align-items: center;
    gap: 0;
}

@media (max-width: 1199px) and (min-width: 768px) {
    .banner_section .banner_content {
        max-width: 55%;
        left: 4%;
    }

    .banner_section ul.key_high {
        grid-template-columns: 1fr;
    }

    .banner_section .right_form {
        width: 290px;
        max-width: 34%;
        right: 3%;
    }

    .banner_section .side_content.banner_location_strip {
        left: 0;
        top: 0;
        height: 100%;
        width: 38px;
        transform: none;
    }

    .banner_section .banner_location_strip__inner {
        font-size: 12px;
        gap: 7px;
    }
}

@media (max-width: 767px) {
    .banner_section ul.key_high li .key-flex-row {
        gap: 4px;
    }
}

/* banner section end here */

.item_wrap {
    padding: 20px;
    background-color: #fff;
}

.item_wrap:hover {
    background-color: #2285C8;
    transition: 0.50s;
}

.price_section .banner_btn button {
    background-color: #2285C8;
    color: #ffffff;
}

.price_section .icon-next {
    filter: unset;
}

.modal-header .close {
    position: absolute;
    right: 18px;
    top: 14px;
}

/* overview section start here */

.overview {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #fff 50%, #FFFFFF 100%);
    overflow: hidden;
}


.overview::after {
    content: attr(data-name);
    font-size: clamp(60px, 8vw, 100px);
    position: absolute;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    opacity: 0.04;
    text-transform: uppercase;
    right: 20px;
    writing-mode: vertical-rl;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    text-align: center;
    letter-spacing: 8px;
    pointer-events: none;
}

.overview .overview-row {
    align-items: center;
}

/* Gallery */
.overview-gallery {
    position: relative;
    padding: 20px 20px 20px 0;
}

.overview-gallery__main-wrap {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
}

.overview-gallery__main {
    width: 100%;
    height: 480px;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.overview-gallery:hover .overview-gallery__main {
    transform: scale(1.03);
}

.overview-gallery__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, 0.35) 100%);
    pointer-events: none;
}

.overview-gallery__accent {
    position: absolute;
    bottom: -20px;
    left: -30px;
    width: 45%;
    max-width: 220px;
    padding: 8px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    z-index: 3;
    border: 3px solid var(--brand-blue);
}

.overview-gallery__accent img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.overview-gallery__badge {
    position: absolute;
    top: 24px;
    right: -16px;
    background: linear-gradient(135deg, #2285C8, #000000);
    color: #fff;
    padding: 16px 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(34, 133, 200, 0.4);
    z-index: 4;
}

.overview-gallery__badge .badge-num {
    display: block;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
}

.overview-gallery__badge .badge-text {
    display: block;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 4px;
    opacity: 0.95;
}

.overview-gallery__deco {
    position: absolute;
    top: 40px;
    left: -20px;
    width: 80px;
    height: 80px;
    border: 3px solid rgba(34, 133, 200, 0.3);
    border-radius: 12px;
    z-index: 0;
}

/* Content */
.overview-content {
    padding-left: 20px;
}

.overview .title_section h3.title {
    font-weight: 700;
    font-size: clamp(26px, 3vw, 36px);
    line-height: 1.25;
    color: #000000;
    margin-bottom: 12px;
}

.overview .title_section h3.title span {
    font-size: 18px;
}

.overview-location {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: rgba(34, 133, 200, 0.1);
    border: 1px solid rgba(34, 133, 200, 0.25);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #2285C8;
    margin: 0 0 24px;
}

.overview-location img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.overview .title_section h4.pro_title {
    color: var(--brand-blue);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 8px;
}

.overview .title_section .pro_title::before {
    display: none;
}

.overview-stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
    margin-bottom: 28px;
}

.overview-stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 10px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.overview-stat:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 133, 200, 0.4);
    box-shadow: 0 8px 28px rgba(34, 133, 200, 0.12);
}

.overview-stat .stat-value {
    font-size: 22px;
    font-weight: 700;
    color: #2285C8;
    line-height: 1.2;
}

.overview-stat .stat-label {
    font-size: 11px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.overview-text p {
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
    margin-bottom: 16px;
    font-size: 15px;
}

.overview-text p:last-child {
    margin-bottom: 0;
}

.overview .content_section p {
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.65);
    text-align: left;
}

.overview-cta {
    margin-top: 28px;
    text-align: left;
}

.overview-brochure-btn,
.overview .banner_btn .download-brochure-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 32px;
    background: var(--brand-green) !important;
    color: #fff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: none;
    border-radius: 50px;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
}

.overview-brochure-btn:hover,
.overview .banner_btn .download-brochure-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 36px rgba(34, 133, 200, 0.25);
    color: #FFFFFF !important;
}

.overview-brochure-btn .icon-next {
    filter: brightness(0) invert(1);
}

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

    .overview-content {
        padding-left: 0;
        padding-top: 24px;
    }

    .overview-gallery__main {
        height: 380px;
    }
}

.overview .banner_btn button {
    font-size: 16px;
    font-family: 'Outfit', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.title_section h4.pro_title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: var(--brand-blue);
}

.title_section .pro_title::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -70px;
    height: 1px;
    width: 60px;
    background-color: var(--brand-blue);
}

.overview .image_section img {
    width: 100%;
    max-width: 100%;
    object-fit: cover;
}

/* overview section ends here */

/* heighlight section start here */

.highlight_section {
    position: relative;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 55%, #FFFFFF 100%);
    overflow: hidden;
    z-index: 1;
}

.highlight_section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 45%;
    height: 100%;
    background: radial-gradient(ellipse at left center, rgba(34, 133, 200, 0.12) 0%, transparent 65%);
    pointer-events: none;
}

.highlight_section::after {
    content: attr(data-name);
    font-size: clamp(60px, 8vw, 100px);
    position: absolute;
    line-height: 1;
    color: #000000;
    font-weight: 700;
    z-index: 0;
    opacity: 0.04;
    text-transform: uppercase;
    left: 20px;
    writing-mode: vertical-rl;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    height: auto;
    text-align: center;
    letter-spacing: 8px;
    pointer-events: none;
}

.highlight_section .highlight-row {
    align-items: stretch;
    position: relative;
    z-index: 1;
}

.highlight-content {
    padding-right: 18px;
    height: 560px;
    display: flex;
    flex-direction: column;
}

.highlight_section .title_section h4.pro_title {
    color: var(--brand-blue);
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 8px;
}

.highlight_section .title_section .pro_title::before {
    display: none;
}

.highlight_section .title_section h3.title {
    font-weight: 700;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.3;
    color: #000000;
    margin-bottom: 10px;
}

.highlight-subtitle {
    font-size: 15px;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 28px;
    line-height: 1.5;
}

.highlight-groups {
    display: flex;
    flex-direction: column;
    gap: 22px;
    flex: 1;
    min-height: 0;
}

.highlight-group {
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.highlight-group__label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: var(--brand-blue);
    margin-bottom: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(34, 133, 200, 0.2);
}

.highlight-group__label .label-icon {
    width: 8px;
    height: 8px;
    background: var(--brand-blue);
    border-radius: 50%;
    flex-shrink: 0;
}

.highlight-group__label .label-icon--spec {
    background: #2285C8;
    box-shadow: 0 0 0 3px rgba(80, 99, 86, 0.3);
}

.highlight_section ul,
.highlight_section .highlight-list {
    padding: 0;
    list-style: none;
    margin: 0;
}

.highlight-list {
    overflow-y: auto;
    min-height: 0;
    padding-right: 6px;
}

.highlight-list::-webkit-scrollbar {
    width: 4px;
}

.highlight-list::-webkit-scrollbar-thumb {
    background: #2285C8;
    border-radius: 4px;
}

.highlight_section ul li,
.highlight_section .highlight-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 10px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.highlight_section ul li:hover,
.highlight_section .highlight-list li:hover {
    background: #fff;
    border-color: rgba(34, 133, 200, 0.35);
    box-shadow: 0 10px 28px rgba(34, 133, 200, 0.15);
    transform: translateY(-3px);
}

.highlight_section ul li:last-child,
.highlight_section .highlight-list li:last-child {
    margin-bottom: 0;
}

.highlight_section span.number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(135deg, #2285C8, #000000);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(34, 133, 200, 0.3);
    flex-shrink: 0;
}

.highlight_section .highlight_point {
    padding: 0;
    text-transform: none;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 400;
}

.highlight_section .content_section ul {
    margin-top: 0;
}

/* Visual / Image */
.highlight-visual {
    position: relative;
    padding: 20px 0 20px 20px;
}

.highlight-visual__frame {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.18);
    border: 4px solid #fff;
}

.highlight-visual__frame img {
    width: 100%;
    min-height: 560px;
    height: 560px;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.6s ease;
}

.highlight-visual:hover .highlight-visual__frame img {
    transform: scale(1.04);
}

.highlight-visual__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 45%, rgba(0, 0, 0, 0.55) 100%);
    pointer-events: none;
}

.highlight-visual__caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px;
    z-index: 2;
}

.highlight-visual__caption .caption-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
}

.highlight-visual__caption .caption-sub {
    display: block;
    font-size: 13px;
    color: #FFFFFF;
    letter-spacing: 0.5px;
}

.highlight-visual__deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border: 3px solid rgba(34, 133, 200, 0.25);
    border-radius: 16px;
    z-index: -1;
}

.highlight_section .image_section {
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.highlight_section .image_section img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    min-height: 670px;
    object-fit: cover;
    object-position: right;
}

@media (max-width: 991px) {
    .highlight-content {
        padding-right: 0;
        margin-bottom: 10px;
        height: auto;
    }

    .highlight-visual {
        position: relative;
        top: auto;
        padding: 6px 0 0;
    }

    .highlight-groups {
        max-height: none;
        overflow: visible;
    }

    .highlight-list {
        overflow: visible;
        padding-right: 0;
    }

    .highlight-visual__frame img {
        min-height: 320px;
        height: auto;
    }
}

/* heighlight section ends here */

/* amenities section start here */

.amenities_section::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    opacity: .1;
    text-transform: uppercase;
    right: 25px;
    /* writing-mode:tb-rl; */
    top: 3%;
    /* transform:translateY(-50%); */
    /* height:100%; */
    text-align: center;
}

.amenities_section {
    background-color: #FFFFFF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenities_section .amenities_wrapper {
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-top: 50px;
    position: relative;
    left: -11%
}

.amenities_section .wrap {
    display: flex
}

.amenities_section .amenities_wrapper .title {
    background: #000;
    padding: 50px;
    color: #2285C8;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amenities_section .amenities_wrapper .title P {
    color: #fff;
}

.amenities_section .amenities_wrapper .title:before {
    content: "";
    border: 4px solid #fff;
    display: block;
    position: absolute;
    top: -10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    box-sizing: border-box;
}

.amenities_section .amenities_wrapper .title h2 {
    font-weight: 600;
    letter-spacing: 1px
}

.amenities_section .row {
    align-items: center;
    height: 100%
}

.amenities_section .image_section {
    width: 100%;
    min-height: 480px;
    overflow: hidden;
}

.amenities_section .image_section img {
    width: 100%;
    height: 100%;
    min-height: 430px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.amenities_section .image_wrapper {
    width: 50%
}

.amenities_section .image_wrapper img {
    width: 100%;
    min-width: 500px;
    height: 350px;
    min-height: 350px;
    object-fit: cover;
    object-position: top;
}

ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent
}

ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '\e914';
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

ul.slick-dots li.slick-active button:before {
    font-size: 14px;
    opacity: .75;
    color: #000
}

/* amenities section ends here */

/* price section start here */

.price_section .item_wrap {
    padding: 30px 15px;
    color: #000;
    box-shadow: rgba(0, 0, 0, 0.25) 0 25px 50px -12px;
    text-align: center;
    border-radius: 14px;
    background-color: #FFFFFF
}

.price_section .item_wrap .title h3 {
    font-size: 24px;
    font-family: var(--primary-font);
    padding: 10px;
    margin-bottom: 0px
}

.price_section .item_wrap .price {
    border-bottom: 1px dashed var(--primary-color);
    margin-bottom: 20px;
    padding-bottom: 10px
}

.price_section .item_wrap .size p {
    font-size: 22px;
    font-weight: 500
}

.price_section .price_inner {
    margin-top: 40px
}

.price_section .item_wrap .title h3 {
    background: var(--primary-color);
    color: #fff;
    width: 100%
}

.price_section .item_wrap .price span {
    font-size: 20px
}

.price_btn button {
    font-size: 16px;
    letter-spacing: 1.4px;
    padding: 12px 24px
}

.price_section .item_wrap .title {
    border: 1px solid #000;
    padding: 2px;
    margin-bottom: 20px;
}

.price_section .price_inner .col-lg-4 {
    margin-bottom: 15px
}

.price_section {
    position: relative;
}

.price_section::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    z-index: -1;
    opacity: .1;
    text-transform: uppercase;
    left: 25px;
    writing-mode: tb-rl;
    top: 50%;
    transform: rotate(180deg) translateY(50%);
    height: 100%;
    text-align: center
}

/* price section ends here */

/* floorplan start here */

.floor_plan .item_wrap .title {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 8px;
}

/* Three cards in one row – compact floor plan cards */
.floor_plan_row {
    align-items: stretch;
    margin-top: 24px;
}

.floor_plan_row .col-lg-4,
.floor_plan_row .col-md-6 {
    margin-bottom: 24px;
}

.floor_plan .item_wrap.floor_plan_card {
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
    border-radius: 12px;
    overflow: visible;
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.06);
    border: 2px solid transparent;
    transition: box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.floor_plan .item_wrap.floor_plan_card:hover {
    border-color: #2285C8;
    background-color: #2285C8;
    box-shadow: 0 4px 24px rgba(11, 58, 130, 0.15), 0 0 0 2px rgba(11, 58, 130, 0.2);
}

.floor_plan .item_wrap.floor_plan_card .img_sec {
    position: relative;
    overflow: hidden;
    aspect-ratio: 4/3;
    min-height: 0;
    padding: 6px;
    background: #fff;
    border: 1px solid #000000;
    border-radius: 10px;
    margin: 8px;
    margin-bottom: 0;
    transition: border-color 0.3s ease;
}

.floor_plan .item_wrap.floor_plan_card .img_sec img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    cursor: pointer;
    filter: blur(1px);
}

.floor_plan .item_wrap.floor_plan_card .title {
    margin-top: 12px;
    padding: 10px 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}

.floor_plan .viweBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 8px;
    border: 0;
    white-space: nowrap;
    background-color: #000000;
    color: #fff;
    z-index: 2;
}

.floor_plan.ptb .title_section {
    margin-bottom: 28px;
}

.floor_plan {
    position: relative;
    background-color: #FFFFFF
}

/* .floor_plan::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: rgba(0, 0, 0, 0.65);
    font-weight: 600;
    opacity: .1;
    text-transform: uppercase;
    right: 24px;
    writing-mode: tb-rl;
    top: 50%;
    transform: translateY(-50%);
    height: 100%;
    text-align: center
} */

.floor_plan .row .col-lg-4 {
    margin-bottom: 24px;
}

.inp-box {
    display: flex;
    align-items: baseline;
    padding-top: 0;
}

.inp-box p.inp-txt {
    font-size: 9px;
    margin-bottom: 0;
}

.location_section .card-header {
    background-color: transparent;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    padding: 20px 14px 20px 0
}

.location_section .card-body span.time {
    font-weight: 600
}

.location_section .card {
    border: none;
    background-color: initial
}

.location_section .card-header h5 {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    cursor: pointer;
}

.location_section .card-body {
    padding: 10px 0
}

.location_section .title_section {
    padding-bottom: 5px
}

.location_section {
    position: relative;
    background-color: #FFFFFF
}

.location_section .card-body p {
    display: flex;
    justify-content: space-between;
    background-color: #FFFFFF;
    color: #000000;
    padding: 8px 10px;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500
}

.location_section .row {
    align-items: center
}

.location_section .content_wrap {
    padding: 0 90px 0 40px
}

.location_section .card-header h5 img {
    padding-right: 10px
}

.location_section .image_section {
    position: relative;
}

#map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    display: block;
}

.location_section .image_section .title {
    background-color: var(--primary-color);
    color: #FFFFFF;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 10px;
}

.location_section .get_direction {
    margin-top: 15px;
}

.location_section .get-direction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 10px;
    background-color: #2285C8;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
}

.location_section .get-direction-btn .icon-next {
    margin-left: .6em;
    top: 0;
}

/* gallery-section */
#gallery {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery_section .galler_item {
    padding-bottom: 30px;
}

.gallery_section .title_section {
    padding-bottom: 40px
}

footer.footer {
    background-color: #FFFFFF;
    text-align: center
}

.gallery_section .galler_item img {
    border: 4px solid #ffffff;
    border-radius: 8px;
    padding: 0;
    background-color: transparent;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.18);
    height: 200px;
    width: 100%;
    object-fit: cover;
}

footer .inner-footer-bottom p {
    margin-bottom: 10px;
}

/* form css */

.right_form {
    position: absolute;
    bottom: 0;
    right: 0;
    /* width:22%; */
    border: 8px solid var(--primary-color);
    height: auto;
    z-index: 9
}

.form_sec {
    padding: 30px 15px;
    background: var(--primary-color);
    /* opacity:.95; */
}

h2.form_title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 15px
}

.right_form .form-control {
    border-radius: 0;
    background-color: transparent;
    padding: 12px 15px;
    border: none;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 8px;
}

.right_form .form-control::placeholder {
    color: #fff;
}

button.btn.main_button {
    background: white;
    border-radius: 9px;
    border: 1px solid #000000;
    color: #000000;
    display: inline-block;
    width: 100%
}

.form-control::placeholder {
    color: var(--primary-color)
}

.contact_section .footer_form {
    position: relative;
    border: none;
    width: 100%;
    max-width: 42%
}

.contact_section .row {
    justify-content: space-between;
    align-items: center
}

.footer_form .form_sec {
    padding: 30px;
    border-radius: 10px;
    opacity: 1
}

.footer_form h2.form_title {
    text-align: center;
    padding-bottom: 4px;
    color: #2285C8;
}

/* mobile-trigger */

.mobile-trigger {
    cursor: pointer;
    display: none;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    padding: 0;
    border: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(8px);
    position: relative;
    z-index: 1001;
    transition: background 0.3s ease;
}

header.fixed-header .mobile-trigger,
header.site-header:not(.fixed-header) .mobile-trigger {
    background: rgba(0, 0, 0, 0.06);
}

.mobile-open .mobile-trigger {
    background: rgba(255, 255, 255, 0.12);
}

.mobile-trigger i,
.mobile-trigger i:after,
.mobile-trigger i:before {
    background-color: #fff;
    border-radius: 2px;
    display: block;
    height: 2.5px;
    width: 22px;
    position: relative;
    transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease;
}

header.fixed-header .mobile-trigger i,
header.fixed-header .mobile-trigger i:after,
header.fixed-header .mobile-trigger i:before {
    background-color: #000000;
}

.mobile-trigger i:after,
.mobile-trigger i:before {
    content: "";
    position: absolute;
    left: 0;
}

.mobile-trigger i:before {
    top: -7px;
}

.mobile-trigger i:after {
    top: 7px;
}

.mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
}

.mobile-open .mobile-trigger i:after {
    top: 0;
    transform: rotate(-45deg);
    background-color: #fff;
}

.mobile-open .mobile-trigger i {
    background-color: transparent;
}

.mobile-open .menu-wrapper {
    transform: translateX(0);
}

body.mobile-open .mobile_overlay {
    opacity: 1;
    pointer-events: all;
}

body.mobile-open {
    overflow: hidden;
}

@keyframes slideInNav {
    from {
        opacity: 0;
        transform: translateX(20px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width:767px) {
    .mobile-open .navbar-nav .nav-item {
        animation: slideInNav 0.35s ease forwards;
        opacity: 0;
    }

    .mobile-open .navbar-nav .nav-item:nth-child(1) { animation-delay: 0.04s; }
    .mobile-open .navbar-nav .nav-item:nth-child(2) { animation-delay: 0.08s; }
    .mobile-open .navbar-nav .nav-item:nth-child(3) { animation-delay: 0.12s; }
    .mobile-open .navbar-nav .nav-item:nth-child(4) { animation-delay: 0.16s; }
    .mobile-open .navbar-nav .nav-item:nth-child(5) { animation-delay: 0.20s; }
    .mobile-open .navbar-nav .nav-item:nth-child(6) { animation-delay: 0.24s; }
    .mobile-open .navbar-nav .nav-item:nth-child(7) { animation-delay: 0.28s; }
    .mobile-open .navbar-nav .nav-item:nth-child(8) { animation-delay: 0.32s; }
    .mobile-open .navbar-nav .nav-item:nth-child(9) { animation-delay: 0.36s; }
    .mobile-open .navbar-nav .nav-item:nth-child(10) { animation-delay: 0.40s; }
    .mobile-open .navbar-nav .nav-item:nth-child(11) { animation-delay: 0.44s; }
}

.footer p.btm-foot a {
    color: var(--primary-color);
    font-weight: 600
}

.footer h6.moreless-button {

    cursor: pointer
}

.footer .inner-footer-bottom p b {
    color: var(--primary-color)
}

.contact_section {
    background-image: url(../images/bg-map-footer.png)
}

header .header_button img {
    padding-right: 10px
}

.modal-body button.btn.main_button {
    background-color: var(--primary-color);
    margin: 10px 0;
    color: #fff;
    text-transform: capitalize;
}

html,
body {
    background-color: #fff
}

.container {
    width: 100%;
    height: 100%;
    margin: 0 auto
}

.pulse-button span {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000000;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    float: right
}

.pulse-button img {
    -webkit-animation: wiggle 2s infinite;
    -moz-animation: wiggle 2s infinite;
    animation: wiggle 2s infinite
}

.pulse-button {
    color: #000000;
    font-weight: 500;
    position: relative;
    text-align: left;
    border: none;
    box-shadow: 0 0 0 0 #2285C8;
    border-radius: 40px;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    font-size: 18px;
}

.pulse-button:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(255, 232, 160, 0);
    }
}

/* safari and chrome */

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(15deg);
    }

    50% {
        -webkit-transform: rotate(-15deg);
    }

    100% {
        -webkit-transform: rotate(15deg);
    }
}

/* firefox */

@-moz-keyframes wiggle {
    0% {
        -moz-transform: rotate(15deg);
    }

    50% {
        -moz-transform: rotate(-15deg);
    }

    100% {
        -moz-transform: rotate(15deg);
    }
}

/* anyone brave enough to implement the ideal method */

@keyframes wiggle {
    0% {
        transform: rotate(15deg);
    }

    50% {
        transform: rotate(-15deg);
    }

    100% {
        transform: rotate(15deg);
    }
}

.mobile-section {
    position: fixed;
    bottom: 0;
    background-color: var(--primary-color);
    color: #fff;
    z-index: 99;
    width: 100%;
    display: none;
}

.mobile-section a {
    color: #fff;
    box-shadow: 4px 4px 10px rgb(0 0 0 / 10%) !important;
}

.mobile-cta-v4 a {
    box-shadow: none !important;
}

.mobile-cta-v4 {
    padding: 10px 8px calc(10px + env(safe-area-inset-bottom, 0px));
    gap: 6px;
    background: #ffffff !important;
    border-top: 2px solid #2285C8;
    backdrop-filter: none;
}

.mobile-cta-v4 .cta-btn {
    flex: 1;
    margin: 0 !important;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    min-height: 58px;
    padding: 8px 4px;
    border-radius: 8px !important;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: none;
    text-decoration: none !important;
    border: 1px solid transparent;
    box-shadow: none !important;
}

.mobile-cta-v4 .cta-btn__icon {
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    display: inline-flex;
}

.mobile-cta-v4 .cta-btn__icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.mobile-cta-v4 .cta-btn__icon--enquire svg { fill: #FFFFFF; }

.mobile-cta-v4 .cta-btn__icon--call svg { fill: #FFFFFF; }

.mobile-cta-v4 .cta-btn__icon--whatsapp svg {
    fill: #2285C8;
}

.mobile-cta-v4 .enquire-btn {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
    color: #ffffff !important;
}

.mobile-cta-v4 .call-btn {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.mobile-cta-v4 .whatsapp-btn {
    background: #FFFFFF !important;
    border-color: #2285C8 !important;
    color: #2285C8 !important;
}

footer .inner-footer-bottom p a {

    font-weight: 500;
}

@media (min-width:768px) {
    .mobile-trigger {
        display: none !important;
    }

    .menu-wrapper--mobile {
        display: none !important;
    }

    .menu-wrapper--desktop {
        position: static;
        transform: none;
        width: auto;
        height: auto;
        background: transparent;
        box-shadow: none;
        overflow: visible;
    }

    header ul li.nav-item.call_btn {
        display: none;
    }

    header .nav-cta-item {
        margin-left: 4px;
    }
}

@media (max-width:1199px) and (min-width:768px) {
    header .navbar-nav .nav-link {
        font-size: 12px;
    }

    header ul li {
        padding: 0 3px;
    }

    header .nav-cta-btn {
        padding: 6px 12px !important;
        font-size: 11px !important;
    }

    header .navbar-brand img {
        max-width: 120px;
        margin-left: 0 !important;
    }

    header .header_button {
        padding: 10px 14px;
        font-size: 13px;
    }
}

@media (max-width:1480px) {
    header .header-wrapper {
        justify-content: space-around;
    }

    header .navbar-brand img {
        /* max-width: 257px; */
        vertical-align: middle;
        padding: 5px 0 0 0;
    }

    .banner_section ul.key_high li {
        font-size: 14px;
    }

    .banner_section .right_form {
        width: 300px;
        max-width: 32%;
    }

    header ul li {
        padding: 0 6px;
    }

    header .header_button {
        padding: 12px 18px
    }

    .banner_section h1.title {
        font-size: 42px;
    }

    .banner-tagline,
    .banner_section h2.typo {
        font-size: 22px;
    }

    .banner_section .bottom_content .item .inner {
        padding: 10px 5px;
        border: none
    }

    .banner_section .carousel_btns .banner-nav-btn {
        width: 48px;
        height: 48px;
    }

    .amenities_section .amenities_wrapper .title {
        padding: 28px
    }

    .banner_section .bottom_content .item .inner p span.key {
        /* margin-bottom:0; */
        font-size: 22px;
        /* padding-bottom:0; */
        /* border:none; */
        margin-left: 0px;
    }

    .banner_btn button {
        font-size: 16px;
        padding: 12px 20px
    }

    .amenities_section .amenities_wrapper .title h2 {
        font-size: 26px
    }

    .amenities_section .amenities_wrapper .title {
        padding: 20px
    }

    .highlight_section span.number {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
        padding: 0;
    }

    .banner_section h2.form_title {
        font-size: 28px
    }

    .banner_section .form_sec {
        padding: 10px
    }

    header .container {
        max-width: 95%
    }

    .location_section .card-header {
        padding: 14px 14px 14px 0;
    }

    .location_section .card-header h5 {
        font-size: 14px;
    }
}

@media (max-width:1367px) {
    header .container {
        max-width: 100%
    }

    header .navbar-brand img {
        vertical-align: middle;
        padding: 5px 0 0 0;
        margin-left: 0;
    }

    header ul li {
        padding: 0 7px;
    }

    .banner_section .banner_content {
        top: 17%;
    }
}

@media (max-width:1281px) {
    header .container {
        max-width: 100%
    }

    header .navbar-brand img {
        max-width: 220px;
        vertical-align: middle;
        padding: 5px 0 0 0;
    }
}

@media (max-width:767px) {
    .amenities_section .image_wrapper img {
        height: 300px;
        min-height: 300px;
        width: 100%;
        max-width: 500px;
        min-width: 200px;
    }

    header.site-header,
    header.site-header.fixed-header {
        position: fixed !important;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        background: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        box-shadow: 0 2px 16px rgba(0, 0, 0, 0.08);
        border-bottom: 1px solid rgba(0, 0, 0, 0.06);
        overflow: visible;
        min-height: 64px;
        z-index: 1000;
    }

    body {
        padding-top: 64px;
    }

    header.site-header .navbar-brand img {
        max-width: 130px;
        filter: none;
        padding: 6px 0;
        margin: 0;
    }

    header .header-wrapper {
        padding: 10px 0 !important;
        justify-content: space-between;
        align-items: center;
        min-height: 44px;
    }

    header .container {
        max-width: 100%;
        padding: 0 16px;
    }

    header .header-right {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    header .header-center {
        display: none;
    }

    header .header-call-btn {
        display: none;
    }

    .mobile-trigger {
        display: inline-flex;
        background: #2285C8 !important;
        border-radius: 0 0 0 14px;
        z-index: 1003;
    }

    header.fixed-header .mobile-trigger,
    header.site-header:not(.fixed-header) .mobile-trigger {
        background: #2285C8 !important;
    }

    header.fixed-header .mobile-trigger i,
    header.fixed-header .mobile-trigger i:after,
    header.fixed-header .mobile-trigger i:before,
    header.site-header:not(.fixed-header) .mobile-trigger i,
    header.site-header:not(.fixed-header) .mobile-trigger i:after,
    header.site-header:not(.fixed-header) .mobile-trigger i:before {
        background-color: #ffffff;
    }

    .mobile-open .mobile-trigger {
        background: #2285C8 !important;
    }

    .mobile-open .mobile-trigger i:before,
    .mobile-open .mobile-trigger i:after {
        background-color: #000000 !important;
    }

    #primary-menu .navbar-nav,
    .menu-wrapper--mobile .navbar-nav {
        flex-direction: column;
        width: 100%;
        margin-top: 0;
        align-items: stretch;
        gap: 0;
        padding: 8px 24px 30px;
    }

    .menu-wrapper--mobile {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: min(320px, 88vw);
        z-index: 1002;
        background: linear-gradient(165deg, #000000 0%, #000000 50%, #000000 100%);
        transform: translateX(100%);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.3);
        pointer-events: auto;
    }

    #primary-menu .mobile-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px 16px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
        margin-bottom: 4px;
        position: sticky;
        top: 0;
        z-index: 2;
        background: linear-gradient(165deg, #000000 0%, #000000 100%);
    }

    #primary-menu .mobile-menu-title {
        font-size: 18px;
        font-weight: 700;
        color: #ffffff;
        letter-spacing: 0.5px;
    }

    #primary-menu .mobile-menu-close {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 38px;
        height: 38px;
        padding: 0;
        border: 1px solid rgba(255, 255, 255, 0.35);
        border-radius: 10px;
        background: #2285C8;
        color: #ffffff;
        font-size: 28px;
        line-height: 1;
        cursor: pointer;
        flex-shrink: 0;
    }

    #primary-menu .mobile-menu-close span {
        display: block;
        margin-top: -2px;
    }

    .mobile-open .mobile-trigger {
        z-index: 1004;
    }

    .mobile_overlay {
        z-index: 1001;
    }

    header .mobile-menu-head {
        display: flex;
        flex-direction: column;
        padding: 28px 24px 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 8px;
    }

    header .mobile-menu-title {
        font-size: 22px;
        font-weight: 700;
        color: #fff;
        letter-spacing: 1px;
    }

    header .mobile-menu-subtitle {
        font-size: 13px;
        color: #2285C8;
        font-weight: 500;
        margin-top: 4px;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    #primary-menu ul li {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    }

    #primary-menu ul li a,
    #primary-menu .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.9);
        font-size: 16px;
        font-weight: 500;
        padding: 14px 0;
        display: block;
    }

    #primary-menu .navbar-nav .nav-link::after {
        display: none;
    }

    #primary-menu .navbar-nav .nav-link:hover {
        color: #FFFFFF;
        padding-left: 8px;
    }

    #primary-menu ul li.nav-item.call_btn {
        display: block;
        margin-top: 16px;
        border-bottom: none;
    }

    #primary-menu .mobile-call-link {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        width: 100%;
        padding: 14px 20px !important;
        background: rgba(34, 133, 200, 0.15);
        border: 1px solid rgba(34, 133, 200, 0.4);
        border-radius: 12px;
        color: #FFFFFF !important;
        font-weight: 600 !important;
    }

    #primary-menu .mobile-call-link img {
        filter: brightness(0) invert(1);
    }

    .banner_section {
        position: relative
    }

    header .container {
        max-width: 100%;
        padding: 0 16px;
    }

    .mobile-section {
        display: flex;
        justify-content: space-between;
    }

    .mobile-cta-v4 {
        align-items: center;
    }

    .overview::after {
        font-size: 40px;
        right: 0;
        line-height: normal;
        top: 11%;
        height: auto;
        content: none
    }

    .highlight_section::after {
        line-height: normal;
        font-size: 40px;
        writing-mode: rl;
        top: 0;
        transform: none;
        height: auto;
        right: 0;
        left: 0;
        content: none
    }

    .amenities_section::after {
        font-size: 40px;
        top: 0;
        line-height: normal
    }

    .amenities_section .amenities_wrapper {
        left: 0
    }

    .amenities_section .wrap>div {
        width: 100%
    }

    .amenities_section .wrap {
        flex-direction: column-reverse
    }

    .amenities_section .amenities_wrapper .title {
        width: 100%;
        padding: 10px;
        background: var(--primary-color);
    }

    .amenities_section .amenities_wrapper .title p {
        display: none
    }

    .amenities_section .amenities_wrapper .title:before {
        content: none
    }

    .amenities_section .amenities_wrapper .title h2 {
        margin-bottom: 0;
        text-align: center
    }

    .floor_plan .item_wrap .title {
        font-size: 20px;
    }

    .floor_plan_row .col-12 {
        margin-bottom: 20px;
    }

    .floor_plan_row .col-12:last-child {
        margin-bottom: 0;
    }

    .floor_plan .item_wrap.floor_plan_card .title {
        font-size: 15px;
        padding: 8px 10px;
        margin-top: 10px;
    }

    .floor_plan .item_wrap.floor_plan_card .img_sec {
        margin: 6px;
        padding: 5px;
    }

    .floor_plan .viweBtn {
        padding: 8px 16px;
        font-size: 13px;
    }

    .price_section .price_inner {
        margin-top: 32px;
        gap: 20px;
    }

    .price_section {
        background-position: center top;
    }

    .price_section .price_inner .col-lg-4 {
        margin-bottom: 20px;
    }

    .price_section .item_wrap.price_card .title h3 {
        padding: 16px 16px 12px;
        font-size: 20px;
    }

    .price_section .item_wrap.price_card .price h2 strong {
        font-size: 22px;
    }

    .location_section .content_wrap {
        padding: 30px 0 0
    }

    .contact_section .footer_form {
        max-width: 100%
    }

    .banner_section .banner_content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        color: #000000;
        padding: 20px 16px 10px;
        max-width: 100%;
        background: rgba(34, 133, 200, 0.12);
    }

    .banner_section .side_content.banner_location_strip {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 12px 16px 0;
        background: #000000;
        justify-content: flex-start;
    }

    .banner_section .banner_location_strip__inner {
        transform: none;
        flex-direction: row;
        gap: 8px;
        padding: 8px 14px;
        background: rgba(255, 255, 255, 0.12);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 50px;
        font-size: 13px;
    }

    .banner_section .banner_location_strip__inner .icon_img {
        width: 16px;
        height: 16px;
    }

    .banner_section .my-box ul li {
        transform: none;
        padding: 8px 14px;
        font-size: 13px;
    }

    .banner_section .icon_img {
        transform: none;
        width: 16px;
        height: 16px;
    }

    .banner_section .my-box ul li span {
        padding: 0;
        padding-left: 0;
    }

    .banner_section .side_content {
        position: relative;
        writing-mode: unset;
        background-color: transparent;
        margin-bottom: 0;
    }

    .banner-badge {
        font-size: 10px;
        padding: 5px 12px;
        margin-bottom: 10px;
    }

    .banner_section h1.title {
        font-size: 30px;
        padding: 0 0 8px;
    }

    .banner_section h1.title::after {
        width: 50px;
        height: 3px;
        margin-top: 10px;
    }

    .banner-tagline,
    .banner_section h2.typo {
        font-size: 17px;
    }

    .banner_section ul.key_high {
        grid-template-columns: 1fr;
        gap: 8px;
        max-width: 100%;
    }

    .banner_section ul.key_high li {
        font-size: 14px;
        padding: 8px 12px;
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(34, 133, 200, 0.2);
        border-radius: 8px;
        gap: 10px;
    }

    .banner_section ul.key_high li .key-check {
        width: 22px;
        height: 22px;
        min-width: 22px;
    }

    .banner_section ul.key_high li .key-check img {
        width: 12px;
        height: 12px;
    }

    .banner_section ul.key_high li span:not(.key-check) {
        color: #000000;
        background: none;
        padding: 0;
    }

    .banner_section ul.key_high li img {
        padding-right: 0;
        left: auto;
        filter: none;
        width: auto;
        height: auto;
    }

    .price-badge {
        width: auto;
        padding: 12px 18px;
    }

    .banner_section .banner_btn--row {
        flex-direction: column;
        gap: 10px;
    }

    .banner_section .price-badge--inline,
    .banner_section .banner-brochure-btn {
        width: 100%;
        justify-content: center;
    }

    .banner_section .price-badge--inline .price-label {
        font-size: 14px;
    }

    .banner_section .price-badge--inline .price-value {
        font-size: 20px;
    }

    .banner_section .banner-brochure-btn {
        font-size: 17px;
        padding: 14px 22px;
    }

    .price-badge .price-value {
        font-size: 20px;
    }

    .banner_section .right_form {
        position: relative;
        top: auto;
        right: auto;
        transform: none;
        width: 100%;
        max-width: 100%;
        border-radius: 0;
        padding: 0 16px 20px;
        background: #000000;
    }

    .banner_section .form_sec.banner-form-card {
        border-radius: 16px;
        padding: 22px 18px;
    }

    .banner_section h2.form_title {
        font-size: 22px;
        text-align: left;
    }

    .banner_section .carousel_btns {
        position: absolute;
        bottom: auto;
        top: 42%;
        left: auto;
        right: 12px;
        flex-direction: column;
        gap: 8px;
    }

    .banner_section .carousel_btns .banner-nav-btn {
        width: 40px;
        height: 40px;
    }

    .banner_section .carousel_btns img {
        max-width: 16px;
    }

    .banner_section .banner-indicators {
        bottom: auto;
        top: 38%;
        right: 12px;
        display: none;
    }

    .banner-img {
        min-height: 55vh;
        height: 55vh;
        object-fit: cover;
    }

    .banner_section .banner_overlay {
        display: none;
    }

    .overview .overview-gallery {
        padding: 0 0 30px;
        margin-bottom: 10px;
    }

    .overview-gallery__main {
        height: 280px;
    }

    .overview-gallery__accent {
        left: 10px;
        bottom: -15px;
        width: 42%;
        max-width: 160px;
    }

    .overview-gallery__accent img {
        height: 120px;
    }

    .overview-gallery__badge {
        top: 16px;
        right: 10px;
        padding: 12px 14px;
    }

    .overview-gallery__badge .badge-num {
        font-size: 24px;
    }

    .overview-gallery__deco {
        display: none;
    }

    .overview-content {
        padding-left: 0;
    }

    .overview-stats {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        margin-bottom: 20px;
    }

    .overview-stat {
        padding: 12px 8px;
    }

    .overview-stat .stat-value {
        font-size: 18px;
    }

    .overview .overview-row {
        flex-direction: column-reverse;
    }

    .overview .row .col-lg-6,
    .highlight_section .row .col-lg-6 {
        padding-bottom: 20px;
    }

    .overview .title_section h3.title {
        font-size: 24px;
    }

    .overview-text p {
        font-size: 14px;
        text-align: justify;
    }

    .amenities_section::after {
        content: none
    }

    .amenities_section .image_section {
        display: none
    }

    .gallery_section .row {
        justify-content: center
    }

    .highlight_section::after {
        content: none;
    }

    .highlight-content {
        padding-right: 0;
    }

    .highlight-groups {
        max-height: none;
        overflow: visible;
        padding-right: 0;
    }

    .highlight_section .title_section h3.title {
        font-size: 24px;
    }

    .highlight_section ul li,
    .highlight_section .highlight-list li {
        padding: 12px 14px;
    }

    .highlight_section span.number {
        min-width: 36px;
        height: 36px;
        font-size: 12px;
    }

    .highlight_section .highlight_point {
        font-size: 13px;
    }

    .highlight-visual {
        position: relative;
        top: auto;
        padding: 24px 0 0;
    }

    .highlight-visual__frame img {
        min-height: 280px;
    }

    .highlight-visual__deco {
        display: none;
    }

    .highlight_section ul li {
        display: flex;
    }

    .highlight_section .image_section {
        min-height: 320px;
    }

    .highlight_section .image_section img {
        min-height: 320px;
        height: auto;
        max-width: 100%;
        object-fit: cover;
    }

    .footer_form .form_sec {
        padding: 15px
    }

    .banner_section .bottom_content .item_box {
        flex-wrap: wrap;

    }

    .banner_section .bottom_content .item {
        margin: unset;
        margin-bottom: 7px;
        border: none;
        border-bottom: 1px solid #ccc;
        background-color: #FFFFFF;
    }

    .banner_section .bottom_content .item_box {
        padding: 10px;
        margin: 0px !important;
    }

    /* .banner_section .bottom_content .item .inner p{flex-direction:initial;justify-content:center} */
    .banner_section .bottom_content .item .inner p {
        flex-direction: row;
        gap: 20px;
        justify-content: center;
        color: #000;
        align-items: center;
    }

    .banner_section .bottom_content .item .inner p span.key {
        border-bottom: none;
        padding: 0px;
        margin: 0px 0 7px 0;
    }

    .overview .content_section p {
        text-align: justify
    }

    .gallery_section .galler_item {
        padding-bottom: 15px
    }

    .contact_section p {
        text-align: justify
    }

    .ptb {
        padding: 50px 0;
    }

    .banner_section .bottom_content .item .inner {
        border-radius: 0;
        background: var(--primary-color);
        background: none;
        padding: 0;
    }

    header .header-wrapper {
        padding: 10px 0 !important;
        justify-content: space-between;
        align-items: center;
    }

    .banner_section .carousel-inner {
        display: none;
    }

    div.mobBanner {
        display: block;
    }
    
    .mobBanner img {
        width: 100%;
        height: 55vh;
        min-height: 55vh;
        object-fit: cover;
        object-position: center;
        display: block;
    }

    .banner_section .carousel_btns {
        display: none;
    }

    .img_div.col-md-6 {
        display: none;
    }

    .gallery_section .galler_item img {
        min-height: 150px;
        max-height: 150px;
    }

}

.mobBanner {
    display: none;
}

.mobBanner-v6 {
    position: relative;
    overflow: hidden;
}

.mobBanner-v6__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg,
            rgba(0, 0, 0, 0.35) 0%,
            rgba(0, 0, 0, 0.55) 45%,
            rgba(0, 0, 0, 0.82) 100%);
    pointer-events: none;
}

.mobBanner-v6__content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 24px 20px 28px;
    color: #fff;
}

.mobBanner-v6__badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 6px 14px;
    border-radius: 50px;
    background: linear-gradient(135deg, #2285C8, #000000);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.mobBanner-v6__content h1 {
    font-family: "Jost", sans-serif;
    font-size: 36px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 8px;
    letter-spacing: -1px;
}

.mobBanner-v6__content h1 span {
    background: linear-gradient(135deg, #FFFFFF, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}

.mobBanner-v6__content p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    margin-bottom: 16px;
}

.mobBanner-v6__cta {
    width: 100%;
    padding: 14px 18px;
    border: none;
    border-radius: 12px;
    background: linear-gradient(135deg, #2285C8, #000000);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.imgPop {
    min-height: 400px;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.priceRqst {
    filter: blur(0px);
    white-space: nowrap;
}

b#frontPrice {
    filter: blur(2px);
}


#highlight .banner_btn {
    margin: 10px 0;
}

#highlight .banner_btn button {
    background-color: #2285C8;
    color: #fff;
}

#highlight .icon-next {
    filter: brightness(100%);
}

#amenities .banner_btn {
    margin: 10px 0;
}

#amenities .banner_btn button {
    background-color: #2285C8;
    color: #fff;
}

#amenities .icon-next {
    filter: brightness(100%);
}

#floor-plan .banner_btn {
    margin: 10px 0;
}

#floor-plan .banner_btn button {
    background-color: #2285C8;
    color: #fff;
}

#floor-plan .icon-next {
    filter: brightness(100%);
}

#gallery .banner_btn {
    margin: 10px 0;
}

#gallery .banner_btn button {
    background-color: #2285C8;
    color: #fff;
}

#gallery .icon-next {
    filter: brightness(100%);
}

.redBrochure {
    color: #000000;
}

.image_section img {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width:1300px) and (min-width:800px) {
    span#offerDiscountPrice {
        font-size: 10px;
    }

    .banner_section .bottom_content .item .inner p span.key {
        font-size: 15px;
    }

    #republic {
        font-size: 10px;
    }

    .PriceGet {
        font-size: 10px;
    }

    header .navbar-brand img {
        max-width: 70px;
    }

    .amenities_section .image_wrapper img {
        width: 100%;
        height: 350px;
        min-height: 350px;
        max-height: 350px;
        object-fit: cover;
        object-position: center;
    }
    
    .amenities_section .image_wrapper {
        width: 50%;
        height: 350px;
    }
}


/* css for index.html */
.iti {
    width: 100%;
}

.contact_section .iti--separate-dial-code .iti__selected-flag {
    background-color: rgb(255 255 255) !important;
}

.d-view {
    display: block;
}

.m-view {
    display: none;
}

.item_wrap.item-height {
    height: 418px;
}

.flashmessageBox {
    width: 20%;
    font-size: 12px;
    background-color: #000000b8;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 11;
}

.flashmessage button {
    background: none;
    border: none;
    font-size: 18px;
    cursor: pointer;
    color: #fff;
    float: right;
    margin-top: -6px;
}

.flashmessageContent {
    flex-grow: 1;
    margin-right: 10px;
    margin-top: 14px;
}

.closeButtonFlash {
    float: right;
}

.item_wrap.blur-items {
    cursor: pointer;
    filter: blur(4px);
}

.error-msg {
    color: #000000;
    font-size: 12px;
    display: none;
    margin-top: 4px;
}

.form-control.phone-input.is-invalid {
    border-color: #000000 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.phone-field {
    display: flex;
    align-items: stretch;
    width: 100%;
    border: 1px solid rgba(34, 133, 200, 0.22);
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.phone-field:focus-within {
    border-color: #2285C8;
    box-shadow: 0 0 0 3px rgba(34, 133, 200, 0.12);
}

.phone-field__prefix {
    display: inline-flex;
    align-items: center;
    flex-shrink: 0;
    padding: 0 12px;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    background: #FFFFFF;
    border-right: 1px solid rgba(34, 133, 200, 0.16);
    user-select: none;
}

.phone-field__input,
.phone-field .phone-input {
    flex: 1;
    min-width: 0;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    padding-left: 12px !important;
}

.phone-field .phone-input.is-invalid,
.phone-field:has(.phone-input.is-invalid) {
    border-color: #000000 !important;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.12);
}

.phone-field:has(.phone-input.is-invalid) .phone-field__prefix {
    border-right-color: rgba(0, 0, 0, 0.25);
}

.phone-field--light {
    border-color: rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
}

.phone-field--light:focus-within {
    border-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12);
}

.phone-field--light .phone-field__prefix {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    border-right-color: rgba(255, 255, 255, 0.22);
}

.phone-field--light .phone-field__input,
.phone-field--light .phone-input {
    color: #ffffff !important;
}

.phone-field--light .phone-field__input::placeholder,
.phone-field--light .phone-input::placeholder {
    color: rgba(255, 255, 255, 0.72) !important;
}

#exampleModal1 .modal-v6__phone-row {
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid rgba(34, 133, 200, 0.18);
    transition: border-color 0.25s ease;
}

#exampleModal1 .modal-v6__phone-row:focus-within {
    border-bottom-color: #2285C8;
}

#exampleModal1 .modal-v6__phone-row:has(.phone-input.is-invalid) {
    border-bottom-color: #000000;
}

#exampleModal1 .modal-v6__phone-code {
    flex-shrink: 0;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #000000;
    padding: 12px 0 12px 4px;
    user-select: none;
}

#exampleModal1 .modal-v6__phone-input {
    flex: 1;
    min-width: 0;
    border: none !important;
    border-bottom: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 12px 4px 12px 0 !important;
    background: transparent !important;
}

#exampleModal1 .modal-v6__phone-input:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

img.imgwhatsapp {
    width: 3%;
    max-width: 100%;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 11;
}

/* WhatsApp Floating Icon Styling - Fixed */
.floating-whatsapp img.imgwhatsapp {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    /* Desktop ke liye bottom space */
    left: 40px;
    /* Desktop ke liye left space */
    z-index: 9999;
    /* Ensure karein ki ye sabse upar dikhe */
    cursor: pointer;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.3));
    /* Thoda shadow better look ke liye */
}

/* Header z-index increase for proper layering */
header {
    z-index: 1000 !important;
}

header.fixed-header {
    z-index: 1000 !important;
}

.banner_btn .download-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border: none;
    background-color: #2285C8 !important;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(25px);
    text-decoration: none;
}

.location_section .get-direction-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 24px;
    border-radius: 10px;
    background-color: #2285C8 !important;
    color: #fff;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    margin-top: 20px;
}

.viweBtn {
    background-color: var(--primary-color);
    color: #fff;
    text-align: center;
    margin-top: 20px;
    padding: 8px 12px;
    margin-bottom: 0;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 0;
    text-decoration: none;
}


@media (max-width:767px) {
    .d-view {
        display: none;
    }

    .m-view {
        display: block;
    }
}

.banner {
    background: #000000;
    /* Dark magenta */
    color: #fff;
    text-align: center;
    padding: 25px 15px;
}

.banner h2 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
}

.banner p {
    margin: 8px 0 0;
    font-size: 15px;
    font-weight: 500;
}

/* Bottom Section */
.dates-section {
    display: flex;
    justify-content: space-between;
    background: #000000;
    /* Orange shade */
    color: #fff;
    text-align: center;
}

.date-box-2 {
    flex: 1;
    padding: 20px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
}

.date-box-2:first-child {
    border-left: none;
}

.date-box-2 h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.date-box-2 p {
    margin: 8px 0 0;
    font-size: 15px;
}

.video-wrapper {
    position: relative;
    margin: 0 auto;
}

/* Responsive */
@media (max-width: 768px) {
    .dates-section {
        flex-direction: column;
    }

    .floating-whatsapp img.imgwhatsapp {
        display: none;
    }

    .date-box-2 {
        border-left: none;
        border-top: 1px solid rgba(255, 255, 255, 0.5);
    }

    .date-box-2:first-child {
        border-top: none;
    }
}

/* Footer Section */
.footer {
    background: #2285C8;
    /* Dark Blue */
    color: #000;
    text-align: center;
    padding: 25px 15px;
}

.footer p {
    margin: 8px 0;
    font-size: 15px;
    line-height: 1.6;
}

.footer strong {
    font-weight: bold;
}

.footer img {
    margin: 15px 0;
    max-width: 330px;
    height: auto;
}

.footer a {
    color: #000;
}


.important-dates {
    text-align: center;
    padding: 30px 20px;
}

.important-dates p {
    color: #600;
    /* Dark red text */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* Gradient Button */
.btn-gradient {
    display: inline-block;
    background: linear-gradient(90deg, #2285C8, #000000);
    color: #fff;
    padding: 10px 25px;
    font-weight: bold;
    font-size: 16px;
    border: none;
    border-radius: 4px;
    margin-bottom: 25px;
    cursor: pointer;
    text-decoration: none;
}

/* Dates Container */
.dates-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

.date-box {
    background: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px 40px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.date-box h3 {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.date-box p {
    margin: 8px 0 0;
    font-size: 15px;
    color: #000000;
}

/* Responsive */
@media (max-width: 768px) {
    .dates-container {
        flex-direction: column;
        align-items: center;
    }

    .date-box {
        width: 80%;
    }
}

/* Base styles */
.table-contet {
    width: 100%;
}

.table-cotent {
    padding-bottom: 10px;
}

.table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.table th,
.table td {
    padding: 20px;
    text-align: center;
    border: 1px solid #ddd;
}

.table thead th {
    background: #222;
    color: #fff;
    font-weight: 600;
}

.table tr:nth-child(even) {
    background-color: #FFFFFF;
}

.testprice {
    font-size: 32px;
    text-decoration: none;
    color: #000000;
}

@keyframes colorChange {
    0% {
        color: #000000;
    }

    50% {
        color: #000;
    }

    100% {
        color: #000000;
    }
}

/* Apply animation to the h3 */

#map {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    display: block;
}

.typohdh {
    width: fit-content;
    padding: 5px 7px;
    box-shadow: 0 2px 5px -2px;
    background: linear-gradient(-45deg, #2285C8, #FFFFFF, #2285C8, #FFFFFF);
    background-size: auto;
    background-size: 400% 400%;
    animation: Gradient 3s ease infinite;
    font-size: 18px;
    letter-spacing: 1px;
    width: 100%;
}

@keyframes Gradient {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

/* Mobile responsive styles */

/* =========================================================
   BRAND PALETTE — #2285C8 | #000000 | #FFFFFF only
   ========================================================= */
:root {
    --brand-blue: #2285C8;
    --brand-green: #000000;
    --brand-black: #000000;
    --brand-white: #FFFFFF;
}

/* Attractive subtle pattern without layout changes */
body {
    color: var(--brand-black) !important;
    background-color: var(--brand-white) !important;
    background-image:
        radial-gradient(circle at 15% 12%, rgba(34, 133, 200, 0.08) 0%, transparent 22%),
        radial-gradient(circle at 85% 85%, rgba(34, 133, 200, 0.08) 0%, transparent 24%);
}


a:hover { color: var(--brand-green) !important; }
h1, h2, h3, h4, h5, h6, p, li, label, span, small, strong, b { color: inherit; }

/* Dark sections text visibility */
.banner_section,
.highlight_section,
footer,
.footer {
    color: var(--brand-white) !important;
}

.banner_section h1, .banner_section h2, .banner_section h3, .banner_section h4, .banner_section h5,
.banner_section p, .banner_section li, .banner_section span, .banner_section a,
.highlight_section h1, .highlight_section h2, .highlight_section h3, .highlight_section h4, .highlight_section h5,
.highlight_section p, .highlight_section li, .highlight_section span, .highlight_section a,
footer *, .footer * {
    color: var(--brand-white) !important;
}

/* Buttons / CTA */
button,
.btn,
.main_button,
.download-brochure-btn,
.overview-brochure-btn,
.banner-submit-btn,
.nav-cta-btn,
.price-badge,
.btn-gradient {
    background: var(--brand-blue) !important;
    color: var(--brand-white) !important;
    border-color: var(--brand-blue) !important;
}

button:hover,
.btn:hover,
.main_button:hover,
.download-brochure-btn:hover,
.overview-brochure-btn:hover,
.banner-submit-btn:hover,
.nav-cta-btn:hover,
.price-badge:hover,
.btn-gradient:hover {
    background: var(--brand-green) !important;
    color: var(--brand-white) !important;
    border-color: var(--brand-green) !important;
}

/* Accent chips, counters, badges */
.highlight_section span.number,
.overview-stat .stat-value,
.key-check,
.banner-badge,
.overview-gallery__badge,
.highlight-group__label .label-icon {
    background: var(--brand-green) !important;
    color: var(--brand-white) !important;
    border-color: var(--brand-green) !important;
}

/* Cards, forms, tables colors only */
.card,
.item_wrap,
.form_sec,
.overview-stat,
.highlight-list li,
.highlight_section ul li,
.modal-content,
.table,
.table th,
.table td,
.date-box,
.date-box-2 {
    color: var(--brand-black) !important;
    border-color: var(--brand-blue) !important;
}

/* Keep existing dark-section cards visually dark but in allowed palette */
.banner_section .form_sec,
.highlight_section .highlight-list li,
.highlight_section ul li,
.dates-section {
    background-color: rgba(0, 0, 0, 0.65) !important;
    border-color: rgba(255, 255, 255, 0.25) !important;
}

/* Inputs */
input, textarea, select, .form-control {
    color: var(--brand-black) !important;
    border-color: var(--brand-blue) !important;
}
input::placeholder,
textarea::placeholder,
.form-control::placeholder {
    color: var(--brand-black) !important;
    opacity: 0.7;
}

/* Legacy color neutralization */
.testprice { color: var(--brand-blue) !important; }
.important-dates p { color: var(--brand-blue) !important; }
.typohdh {
    background: linear-gradient(135deg, var(--brand-blue), var(--brand-green)) !important;
    color: var(--brand-white) !important;
    box-shadow: none !important;
}

/* Overlays with allowed colors only */
.banner_section .banner_overlay,
.highlight-visual__overlay,
.banner_section .carousel-inner::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.75) 100%) !important;
}

/* ===== Highlight V3 (fresh design) ===== */
.highlight-v3 {
    background: linear-gradient(145deg, #2285C8 0%, #000000 100%) !important;
    color: #ffffff;
}

.highlight-v3::after {
    color: rgba(255, 255, 255, 0.07);
}

.highlight-v3__head {
    max-width: 900px;
    margin: 0 auto 28px;
    text-align: center;
}

.highlight-v3__head .pro_title {
    color: #ffffff !important;
    opacity: 0.92;
    font-weight: 600;
    letter-spacing: 2px;
}

.highlight-v3__head .title {
    color: #ffffff !important;
    margin-bottom: 10px;
}

.highlight-v3__head .highlight-subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
    margin-bottom: 0;
}

.highlight-v3__row {
    align-items: stretch;
    row-gap: 18px;
}

.highlight-v3__row > .highlight-v3__col {
    display: flex;
    flex-direction: column;
}

.highlight-v3__media {
    position: relative;
    flex: 1 1 auto;
    height: 100%;
    min-height: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 16px 45px rgba(0, 0, 0, 0.22);
}

.highlight-v3__media img {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.highlight-v3__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 0%), rgb(0 0 0 / 26%));
}

.highlight-v3__media-copy {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    padding: 20px;
}

.highlight-v3__media-copy .copy-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.highlight-v3__media-copy .copy-sub {
    display: block;
    margin-top: 4px;
    color: #ffffff;
    opacity: 0.85;
    font-size: 13px;
}

.highlight-v3__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    height: 100%;
    flex: 1 1 auto;
    align-content: stretch;
    grid-auto-rows: 1fr;
}

.highlight-v3__card {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 10px;
    align-items: start;
    padding: 12px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 12px;
    margin: 0;
    height: 100%;
    min-height: 0;
}

.highlight-v3 .highlight-v3__card .number,
.highlight-v3 .highlight-v3__card span.number {
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: #ffffff !important;
    color: #2285C8 !important;
    border-color: #ffffff !important;
    font-size: 12px;
    font-weight: 700;
}

.highlight-v3 .highlight-v3__card:nth-child(even) .number,
.highlight-v3 .highlight-v3__card:nth-child(even) span.number {
    color: #2285C8 !important;
}

.highlight-v3__card .highlight_point {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff !important;
    text-transform: none;
}

@media (max-width: 991px) {
    .highlight-v3__row > .highlight-v3__col {
        display: block;
    }

    .highlight-v3__grid {
        grid-template-columns: 1fr;
        height: auto;
        grid-auto-rows: auto;
    }

    .highlight-v3__card {
        height: auto;
    }

    .highlight-v3__media,
    .highlight-v3__media img {
        min-height: 320px;
        height: 320px;
    }
}

/* Highlight visibility fix */
.highlight_section.highlight-v3,
.highlight_section.highlight-v3 {
    background: linear-gradient(145deg, #2285C8 0%, #000000 100%) !important;
}

.highlight_section.highlight-v3 .title_section h4.pro_title,
.highlight_section.highlight-v3 .title_section h3.title,
.highlight_section.highlight-v3 .highlight-subtitle,
.highlight_section.highlight-v3 .highlight_point {
    color: #ffffff !important;
}

.highlight_section.highlight-v3 .highlight-subtitle {
    color: rgba(255, 255, 255, 0.88) !important;
}

.highlight_section .highlight-group {
    background: rgba(255, 255, 255, 0.05) !important;
    border-color: rgba(255, 255, 255, 0.22) !important;
}

.highlight_section .highlight-list li {
    background: rgba(255, 255, 255, 0.08) !important;
    border-color: rgba(255, 255, 255, 0.24) !important;
}

/* ===== Highlight 3-column balance (2 content + 1 image) ===== */
.highlight_section .highlight-row {
    align-items: stretch !important;
}

.highlight-content {
    height: 100% !important;
    min-height: 720px;
    display: flex;
    flex-direction: column;
}

.highlight-groups {
    display: grid !important;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px !important;
    flex: 1;
    min-height: 0;
    max-height: none !important;
    overflow: visible !important;
}

.highlight-group {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.highlight-list {
    overflow: visible !important;
    max-height: none !important;
}

.highlight-visual {
    height: 100%;
    padding: 0 0 0 12px !important;
    display: flex;
    flex-direction: column;
}

.highlight-visual__frame {
    flex: 1;
    min-height: 720px;
}

.highlight-visual__frame img {
    height: 100% !important;
    min-height: 720px !important;
}

@media (max-width: 1199px) {
    .highlight-content {
        min-height: auto;
    }

    .highlight-groups {
        grid-template-columns: 1fr !important;
    }

    .highlight-visual,
    .highlight-visual__frame,
    .highlight-visual__frame img {
        min-height: 420px !important;
        height: auto !important;
        padding-left: 0 !important;
    }
}

@media (max-width: 991px) {
    .highlight-content {
        min-height: auto;
    }

    .highlight-visual__frame,
    .highlight-visual__frame img {
        min-height: 320px !important;
    }
}

/* ===== Amenities V5: creative premium carousel ===== */
.amenities-v5.amenities_section {
    display: block !important;
    flex-direction: unset !important;
    align-items: unset !important;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(34, 133, 200, 0.06) 45%, #FFFFFF 100%) !important;
    overflow: hidden;
    position: relative;
    isolation: isolate;
}

.amenities-v5.amenities_section::after {
    display: none !important;
}

.amenities-v5 {
    background: transparent !important;
    overflow: hidden;
}

.amenities-v5::after {
    display: none !important;
}

.amenities-v5__bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
    overflow: hidden;
}

.amenities-v5__blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(60px);
    opacity: 0.55;
    animation: amenitiesBlobFloat 12s ease-in-out infinite alternate;
}

.amenities-v5__blob--1 {
    width: 420px;
    height: 420px;
    top: -120px;
    left: -80px;
    background: rgba(34, 133, 200, 0.18);
}

.amenities-v5__blob--2 {
    width: 360px;
    height: 360px;
    bottom: -100px;
    right: -60px;
    background: rgba(0, 0, 0, 0.06);
    animation-delay: -4s;
}

.amenities-v5__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(680px, 90vw);
    height: min(680px, 90vw);
    transform: translate(-50%, -50%);
    border: 1px solid rgba(34, 133, 200, 0.12);
    border-radius: 50%;
    opacity: 0.7;
}

@keyframes amenitiesBlobFloat {
    0% { transform: translate(0, 0) scale(1); }
    100% { transform: translate(18px, 24px) scale(1.06); }
}

.amenities-v5 .container {
    position: relative;
    z-index: 1;
    max-width: 1240px;
    width: 100%;
}

.amenities-v5__head {
    max-width: 920px;
    margin: 0 auto 48px;
    padding: 0 12px;
    animation: amenitiesFadeUp 0.8s ease both;
}

.amenities-v5__eyebrow-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-bottom: 16px;
}

.amenities-v5__eyebrow-line {
    width: 48px;
    height: 1px;
    background: linear-gradient(90deg, transparent, #2285C8);
}

.amenities-v5__eyebrow-line:last-child {
    background: linear-gradient(90deg, #2285C8, transparent);
}

.amenities-v5__eyebrow,
.amenities-v5__head .pro_title {
    color: #2285C8 !important;
    font-weight: 600;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-size: clamp(12px, 1.1vw, 14px);
    margin: 0;
    font-family: "Jost", sans-serif;
}

.amenities-v5__head .pro_title::before {
    display: none;
}

.amenities-v5__title {
    margin: 0 0 16px;
    font-family: "Jost", sans-serif;
    font-size: clamp(28px, 3.6vw, 36px);
    line-height: 1.22;
    font-weight: 700;
    color: #000000 !important;
    letter-spacing: -0.3px;
}

.amenities-v5__title-accent {
    color: #2285C8;
    position: relative;
    white-space: nowrap;
}

.amenities-v5__sub {
    margin: 0 auto;
    max-width: 640px;
    font-size: clamp(14px, 1.4vw, 16px);
    line-height: 1.7;
    color: rgba(0, 0, 0, 0.68);
}

.amenities-v5__stage {
    position: relative;
    width: 100%;
    animation: amenitiesFadeUp 0.8s ease 0.15s both;
}

.amenities-v5__slider-wrap {
    position: relative;
    width: 100%;
    overflow: visible;
    padding: 12px 60px 8px;
}

.amenities-v5__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 12;
    width: 52px;
    height: 52px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.25);
    transition: background 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.amenities-v5__arrow svg {
    width: 20px;
    height: 20px;
    transition: transform 0.3s ease;
}

.amenities-v5__arrow:hover {
    background: #2285C8;
    border-color: rgba(255, 255, 255, 0.5);
    transform: translateY(-50%) scale(1.06);
    box-shadow: 0 16px 36px rgba(34, 133, 200, 0.35);
}

.amenities-v5__arrow--prev:hover svg {
    transform: translateX(-2px);
}

.amenities-v5__arrow--next:hover svg {
    transform: translateX(2px);
}

.amenities-v5__arrow--prev {
    left: 0;
}

.amenities-v5__arrow--next {
    right: 0;
}

.amenities-v5__footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 28px;
    padding: 0 12px;
    animation: amenitiesFadeUp 0.8s ease 0.3s both;
}

.amenities-v5__progress {
    flex: 1;
    max-width: 280px;
    height: 3px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 999px;
    overflow: hidden;
}

.amenities-v5__progress-bar {
    display: block;
    height: 100%;
    width: 14.28%;
    background: linear-gradient(90deg, #2285C8, #000000);
    border-radius: inherit;
    transition: width 0.55s cubic-bezier(0.4, 0, 0.2, 1);
}

.amenities-v5__count {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    color: rgba(0, 0, 0, 0.55);
    white-space: nowrap;
}

.amenities-v5__count-current {
    color: #2285C8;
    font-weight: 700;
    font-size: 18px;
}

.amenities-v5__count-sep {
    opacity: 0.4;
    margin: 0 2px;
}

@keyframes amenitiesFadeUp {
    from {
        opacity: 0;
        transform: translateY(24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.amenities-v5__slider,
.amenities-v5__slider.slick-initialized {
    display: block !important;
    width: 100% !important;
    left: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    margin: 0;
}

.amenities-v5__slider .slick-list {
    overflow: hidden;
    margin: 0;
    padding: 16px 0 24px !important;
    background: transparent;
}

.amenities-v5__slider .slick-slide {
    padding: 0 10px;
    height: auto;
    box-sizing: border-box;
    opacity: 0.55;
    transform: scale(0.94);
    transition: opacity 0.45s ease, transform 0.45s ease;
}

.amenities-v5__slider .slick-slide.slick-center {
    opacity: 1;
    transform: scale(1);
}

.amenities-v5__slider .slick-track {
    display: flex !important;
    align-items: stretch;
}

.amenities-v5__slider .slick-slide > div {
    height: 100%;
}

.amenities-v5__slider ul.slick-dots {
    display: none !important;
}

.amenities-v5 .amenity-card {
    position: relative;
    width: 100%;
    height: 440px;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: #000000;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.14);
    transition: transform 0.45s ease, box-shadow 0.45s ease;
    cursor: pointer;
}

.amenities-v5 .slick-center .amenity-card {
    height: 440px;
    box-shadow: 0 24px 50px rgba(34, 133, 200, 0.22);
    border-color: rgba(34, 133, 200, 0.35);
}

.amenities-v5 .amenity-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 56px rgba(34, 133, 200, 0.28);
}

.amenities-v5 .amenity-card__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
}

.amenities-v5 .amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1);
}

.amenities-v5 .amenity-card:hover img {
    transform: scale(1.08);
}

.amenities-v5 .amenity-card__num {
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 4;
    min-width: 44px;
    padding: 8px 12px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #FFFFFF;
    line-height: 1;
    text-align: center;
    background: rgba(0, 0, 0, 0.45);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 999px;
}

.amenities-v5 .slick-center .amenity-card__num {
    background: rgba(34, 133, 200, 0.75);
    border-color: rgba(255, 255, 255, 0.4);
}

.amenities-v5 .amenity-card__overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    padding: 36px 26px 26px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.78) 100%);
    pointer-events: none;
    border-radius: 16px;
}

.amenities-v5 .amenity-card__line {
    display: block;
    width: 40px;
    height: 3px;
    margin-bottom: 12px;
    background: #2285C8;
    border-radius: 999px;
    transform: scaleX(0.6);
    transform-origin: left center;
    transition: transform 0.4s ease, width 0.4s ease;
}

.amenities-v5 .amenity-card:hover .amenity-card__line,
.amenities-v5 .slick-center .amenity-card__line {
    transform: scaleX(1);
    width: 56px;
}

.amenities-v5 .amenity-card__overlay h2 {
    margin: 0;
    font-family: "Jost", sans-serif;
    font-size: clamp(18px, 1.7vw, 24px);
    line-height: 1.28;
    font-weight: 700;
    color: #FFFFFF !important;
    max-width: 92%;
    transform: translateY(4px);
    transition: transform 0.4s ease;
}

.amenities-v5 .amenity-card:hover .amenity-card__overlay h2,
.amenities-v5 .slick-center .amenity-card__overlay h2 {
    transform: translateY(0);
}

@media (max-width: 991px) {
    .amenities-v5__head {
        margin-bottom: 36px;
    }

    .amenities-v5__slider-wrap {
        padding: 8px 52px 4px;
    }

    .amenities-v5 .amenity-card,
    .amenities-v5 .slick-center .amenity-card {
        height: 360px;
    }

    .amenities-v5__arrow {
        width: 44px;
        height: 44px;
    }

    .amenities-v5__ring {
        display: none;
    }
}

@media (max-width: 575px) {
    .amenities-v5__head {
        margin-bottom: 28px;
    }

    .amenities-v5__title {
        font-size: 24px;
    }

    .amenities-v5__title-accent {
        white-space: normal;
    }

    .amenities-v5__eyebrow-wrap {
        gap: 10px;
    }

    .amenities-v5__eyebrow-line {
        width: 32px;
    }

    .amenities-v5__eyebrow,
    .amenities-v5__head .pro_title {
        font-size: 12px;
        letter-spacing: 2px;
    }

    .amenities-v5__sub {
        font-size: 14px;
    }

    .amenities-v5__slider-wrap {
        padding: 4px 44px 0;
    }

    .amenities-v5 .amenity-card,
    .amenities-v5 .slick-center .amenity-card {
        height: 320px;
    }

    .amenities-v5__arrow {
        width: 40px;
        height: 40px;
    }

    .amenities-v5__arrow svg {
        width: 16px;
        height: 16px;
    }

    .amenities-v5__footer {
        margin-top: 20px;
        flex-direction: column;
        gap: 12px;
    }

    .amenities-v5__progress {
        max-width: 100%;
        width: 100%;
    }
}

/* ===== Price V4: creative premium cards ===== */
.price-v4 {
    background: linear-gradient(145deg, #2285C8 0%, #000000 100%) !important;
    text-align: center;
}

.price-v4::after {
    color: #2285C8 !important;
    opacity: 0.06 !important;
}

.price-v4 .container {
    max-width: 1320px;
}

.price-v4 .title_section {
    max-width: 920px;
    margin: 0 auto;
}

.price-v4 .title_section .pro_title,
.price-v4 .title_section .title {
    color: #ffffff !important;
}

.price-v4 .price_inner {
    margin-top: 28px;
    row-gap: 12px;
}

.price-v4 .price_inner .col-lg-4 {
    margin-bottom: 20px;
    display: flex;
}

.price-v4 .price-card-v4 {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 18px;
    border: 1px solid rgba(34, 133, 200, 0.24);
    background: #ffffff !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    padding: 12px 14px 18px;
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.price-v4 .price-card-v4:hover {
    transform: translateY(-6px);
    border-color: rgba(34, 133, 200, 0.52);
    box-shadow: 0 18px 42px rgba(34, 133, 200, 0.16);
}

.price-v4 .price-card-v4__title {
    border: none !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
}

.price-v4 .price-card-v4__title h3 {
    background: linear-gradient(135deg, #2285C8, #000000) !important;
    color: #ffffff !important;
    border-radius: 12px;
    padding: 12px 10px !important;
    margin: 0 !important;
    font-size: 22px !important;
    letter-spacing: 0.4px;
}

.price-v4 .price-card-v4__price {
    border-bottom: 1px dashed rgba(34, 133, 200, 0.35) !important;
    margin-bottom: 14px !important;
    padding-bottom: 14px !important;
}

.price-v4 .price-card-v4__price p {
    margin: 0 0 10px;
    font-size: 16px;
    font-weight: 600;
    color: #2285C8 !important;
}

.price-v4 .price-card-v4__price h2 {
    margin: 0;
    font-size: 24px;
    line-height: 1.3;
    color: #000000 !important;
    font-weight: 700;
}

.price-v4 .price-card-v4__price h2 span {
    display: block;
    font-size: 15px;
    color: #2285C8 !important;
    margin-top: 4px;
    font-weight: 600;
}

.price-v4 .price-card-v4__size p {
    margin-bottom: 16px;
    font-size: 17px;
    font-weight: 600;
    color: #000000 !important;
}

.price-v4 .price-card-v4__size {
    flex: 1;
}

.price-v4 .price_btn {
    margin-top: auto;
    width: 100%;
}

.price-v4 .price_btn button {
    width: 100%;
    border-radius: 10px !important;
    border: 1px solid #2285C8 !important;
    background: #2285C8 !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    padding: 11px 14px !important;
}

.price-v4 .price_btn button:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

@media (max-width: 991px) {
    .price-v4 .price-card-v4__title h3 {
        font-size: 20px !important;
    }

    .price-v4 .price-card-v4__price h2 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .price-v4 .price_inner {
        margin-top: 20px;
    }

    .price-v4 .price-card-v4 {
        padding: 10px 12px 14px;
        border-radius: 14px;
    }

    .price-v4 .price-card-v4__title h3 {
        font-size: 19px !important;
        padding: 10px 8px !important;
    }

    .price-v4 .price-card-v4__price p {
        font-size: 15px;
    }

    .price-v4 .price-card-v4__price h2 {
        font-size: 20px;
    }

    .price-v4 .price-card-v4__size p {
        font-size: 15px;
    }
}

/* ===== Floor Plan V4: creative premium layout ===== */
.floor-v4 {
    background: linear-gradient(180deg, #3188c326 0%, #FFFFFF 50%, #3188c32e 100%) !important;
    text-align: center;
}

.floor-v4 .container {
    max-width: 1320px;
}

.floor-v4 .title_section {
    max-width: 860px;
    margin: 0 auto 8px;
}

.floor-v4 .floor_plan_row {
    margin-top: 28px;
    row-gap: 12px;
}

.floor-v4 .floor_plan_card {
    border-radius: 18px !important;
    border: 1px solid rgba(34, 133, 200, 0.24) !important;
    background: #ffffff !important;
    padding: 10px !important;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease !important;
}

.floor-v4 .floor_plan_card:hover {
    transform: translateY(-8px);
    border-color: rgba(34, 133, 200, 0.55) !important;
    box-shadow: 0 18px 40px rgba(34, 133, 200, 0.16) !important;
    background: #ffffff !important;
}

.floor-v4 .floor_plan_card .img_sec {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 14px !important;
    aspect-ratio: 4 / 3;
}

.floor-v4 .floor_plan_card .img_sec::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
    z-index: 1;
}

.floor-v4 .floor_plan_card .img_sec img {
    filter: blur(9px) !important;
    transform: scale(1);
    transition: transform 0.35s ease;
}

.floor-v4 .floor_plan_card:hover .img_sec img {
    transform: scale(1.06);
}

.floor-v4 .viweBtn {
    z-index: 2;
    border: 1px solid #ffffff !important;
    background: rgba(34, 133, 200, 0.88) !important;
    color: #ffffff !important;
    border-radius: 999px !important;
    padding: 10px 18px !important;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.floor-v4 .viweBtn:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

.floor-v4 .floor_plan_card .title {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #2285C8, #000000) !important;
    color: #ffffff !important;
    padding: 12px 10px !important;
    font-size: 12px !important;
    line-height: 1.45;
}

.floor-v4 .banner_btn.mt-5 {
    margin-top: 30px !important;
}

.floor-v4 .banner_btn button {
    border-radius: 999px !important;
    border: 1px solid #2285C8 !important;
    background: #2285C8 !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    font-weight: 600;
}

.floor-v4 .banner_btn button:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

@media (max-width: 767px) {
    .floor-v4 .floor_plan_row {
        margin-top: 20px;
    }

    .floor-v4 .floor_plan_card {
        border-radius: 14px !important;
        padding: 8px !important;
    }

    .floor-v4 .floor_plan_card .title {
        font-size: 15px !important;
        padding: 10px 8px !important;
    }

    .floor-v4 .viweBtn {
        font-size: 13px !important;
        padding: 9px 15px !important;
    }
}

/* ===== Virtual Site Visit V5 ===== */
.virtual-v5 {
    background: linear-gradient(130deg, #2285C8 0%, #000000 62%, #2285C8 100%) !important;
    padding: 64px 0 10px !important;
}

.virtual-v5 .container {
    max-width: 1280px;
}

.virtual-v5__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
    gap: 24px;
    align-items: stretch;
}

.virtual-v5__content {
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 20px;
    padding: 26px 22px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.virtual-v5__content .pro_title,
.virtual-v5__content .title {
    color: #ffffff !important;
}

.virtual-v5__content .pro_title {
    padding-bottom: 0 !important;
}

.virtual-v5__text {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.6;
}

.virtual-v5__tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.virtual-v5__tags span {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 12px;
}

.virtual-v5__media .video-wrapper {
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.28);
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
    background: #000000;
}

.virtual-v5__media .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

@media (max-width: 991px) {
    .virtual-v5__layout {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 767px) {
    .virtual-v5 {
        padding-top: 46px !important;
    }

    .virtual-v5__content {
        padding: 18px 14px;
        border-radius: 14px;
    }

    .virtual-v5__media .video-wrapper {
        border-radius: 14px;
    }
}

/* ===== Virtual Site Visit V6 ===== */
.virtual-v6 {
    background: radial-gradient(circle at 0% 0%, #2285C8 0%, #2285C8 46%, #000000 100%) !important;
    padding: 68px 0 12px !important;
}

.virtual-v6 .container {
    max-width: 1280px;
}

.virtual-v6__layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.35fr);
    gap: 26px;
    align-items: stretch;
}

.virtual-v6__content {
    border-radius: 22px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(0, 0, 0, 0.35);
    padding: 28px 24px;
}

.virtual-v6__content .pro_title,
.virtual-v6__content .title {
    color: #ffffff !important;
}

.virtual-v6__content .pro_title {
    padding-bottom: 0 !important;
}

.virtual-v6__text {
    margin: 12px 0 0;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.65;
}

.virtual-v6__tags {
    margin-top: 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.virtual-v6__tags span {
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    border-radius: 999px;
    padding: 6px 11px;
    font-size: 12px;
}

.virtual-v6__cta {
    margin-top: 18px;
}

.virtual-v6__cta button {
    border-radius: 999px !important;
    background: #2285C8 !important;
    border: 1px solid #2285C8 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    font-weight: 600;
}

.virtual-v6__cta button:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

.virtual-v6__media .video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.38);
    background: #000000;
}

.virtual-v6__media .video-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(34, 133, 200, 0.12), rgba(0, 0, 0, 0.3));
}

.virtual-v6__media .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.virtual-v6__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #2285C8;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 11px;
    letter-spacing: 0.4px;
}

@media (max-width: 991px) {
    .virtual-v6__layout {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .virtual-v6 {
        padding-top: 48px !important;
    }

    .virtual-v6__layout {
        gap: 16px;
    }

    .virtual-v6__content {
        padding: 20px 14px;
        border-radius: 14px;
    }

    .virtual-v6__media .video-wrapper {
        border-radius: 14px;
    }
}

/* ===== Virtual Site Visit V7 ===== */
.virtual-v7 {
    background: linear-gradient(160deg, #000000 0%, #2285C8 55%, #2285C8 100%) !important;
    padding: 70px 0 26px !important;
}

.virtual-v7 .container {
    max-width: 1280px;
}

.virtual-v7__stage {
    position: relative;
}

.virtual-v7__media {
    display: flex;
    justify-content: center;
}

.virtual-v7__media .video-wrapper {
    position: relative;
    width: 900px;
    max-width: 100%;
    height: 506px;
    border-radius: 22px;
    overflow: hidden;
    border: 2px solid rgba(255, 255, 255, 0.26);
    box-shadow: 0 22px 48px rgba(0, 0, 0, 0.42);
    background: #000000;
    flex-shrink: 0;
}

.virtual-v7__media .video-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.34));
    z-index: 1;
}

.virtual-v7__video-wrapper--locked .virtual-v7__thumb {
    filter: blur(9px);
    transform: scale(1.05);
}

.virtual-v7__video-wrapper--locked .virtual-v7__video {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.virtual-v7__video-wrapper:not(.virtual-v7__video-wrapper--locked) .virtual-v7__thumb {
    display: none;
}

.virtual-v7__video-wrapper--locked::after {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
    z-index: 2;
}

.virtual-v7__video-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    pointer-events: none;
}

.virtual-v7__video-overlay .virtual-v7__unlock-btn {
    pointer-events: auto;
}

.virtual-v7__video-wrapper:not(.virtual-v7__video-wrapper--locked) .virtual-v7__video-overlay {
    display: none;
}

.virtual-v7__unlock-btn {
    border: 1px solid #ffffff;
    background: rgba(34, 133, 200, 0.88);
    color: #ffffff;
    border-radius: 999px;
    padding: 12px 28px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.22);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.virtual-v7__unlock-btn:hover {
    transform: translateY(-2px);
    background: #2285C8;
    border-color: #2285C8;
}

.virtual-v7__media .video-wrapper iframe,
.virtual-v7__media .video-wrapper video,
.virtual-v7__media .video-wrapper .virtual-v7__video,
.virtual-v7__media .video-wrapper .virtual-v7__thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: none;
    display: block;
    object-fit: cover;
    background: #000000;
}

.virtual-v7__media .video-wrapper .virtual-v7__video {
    object-fit: contain;
}

.virtual-v7__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #2285C8;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 11px;
    letter-spacing: 0.35px;
}

.virtual-v7__content {
    padding: 20px 22px;
    position: relative;
    z-index: 3;
    text-align: center;
}

.virtual-v7__content .pro_title,
.virtual-v7__content .title {
    color: #ffffff !important;
}

.virtual-v7__content .pro_title {
    padding-bottom: 0 !important;
}

.virtual-v7__content .title {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .virtual-v7 {
        padding: 40px 0 24px !important;
        overflow: visible;
    }

    .virtual-v7__stage {
        overflow: visible;
    }

    .virtual-v7__media .video-wrapper {
        width: 100%;
        height: 220px;
        border-radius: 14px;
    }

    .virtual-v7__media .video-wrapper iframe,
    .virtual-v7__media .video-wrapper video,
    .virtual-v7__media .video-wrapper .virtual-v7__video,
    .virtual-v7__media .video-wrapper .virtual-v7__thumb {
        width: 100%;
        height: 100%;
    }

    .virtual-v7__content {
        width: 100%;
        margin: 0 0 16px;
        border-radius: 0;
        padding: 0 12px 12px;
        position: relative;
        z-index: 3;
        overflow: visible;
    }

    .virtual-v7__content .pro_title {
        font-size: 12px !important;
        margin-bottom: 8px;
        display: block;
    }

    .virtual-v7__content .title {
        font-size: 17px !important;
        line-height: 1.45;
        word-break: break-word;
    }
}

/* ===== Location V4 ===== */
.location-v4 {
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 100%) !important;
}

.location-v4 .container-fluid {
    max-width: 1360px;
}

.location-v4 .row {
    row-gap: 20px;
}

.location-v4 .image_section {
    height: 100%;
    border-radius: 18px;
    overflow: hidden;
    border: 2px solid rgba(34, 133, 200, 0.2);
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.location-v4 #map {
    height: 100%;
    min-height: 620px;
    object-fit: cover;
}

.location-v4 .content_wrap {
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(34, 133, 200, 0.18);
    padding: 22px 20px;
    box-shadow: 0 12px 34px rgba(0, 0, 0, 0.08);
}

.location-v4 .title_section {
    margin-bottom: 18px;
}

.location-v4 .title_section .title {
    font-size: clamp(24px, 2.3vw, 34px);
    line-height: 1.3;
}

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

.location-v4__item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(34, 133, 200, 0.2);
    border-radius: 12px;
    padding: 12px 10px;
    background: #ffffff;
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.location-v4__item:hover {
    transform: translateY(-3px);
    border-color: rgba(34, 133, 200, 0.45);
    box-shadow: 0 10px 20px rgba(34, 133, 200, 0.12);
}

.location-v4__item .time {
    min-width: 72px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #2285C8, #000000);
    border-radius: 999px;
    padding: 6px 8px;
}

.location-v4__item h5 {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    color: #000000;
}

@media (max-width: 1199px) {
    .location-v4 #map {
        min-height: 520px;
    }

    .location-v4__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .location-v4 .content_wrap {
        padding: 16px 12px;
        border-radius: 14px;
    }

    .location-v4 #map {
        min-height: 300px;
    }

    .location-v4__item {
        padding: 10px 8px;
    }

    .location-v4__item h5 {
        font-size: 13px;
    }
}

/* ===== Location V5 — Overlap Card + Image Slider ===== */
.location_section.location-v5,
.location-v5 {
    background: #ffffff !important;
}

.location-v5 .container {
    max-width: 1140px;
}

.location-v5__head {
    margin-bottom: 48px;
}

.location-v5__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    color: #2285C8;
    line-height: 1.25;
    margin-bottom: 10px;
}

.location-v5__subtitle {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
    line-height: 1.5;
}

.location-v5__stage {
    position: relative;
    display: flex;
    align-items: stretch;
    min-height: 480px;
}

.location-v5__card {
    position: relative;
    z-index: 3;
    flex: 0 0 52%;
    max-width: 52%;
    align-self: center;
    margin-right: -72px;
    padding: 0;
    background: #ffffff !important;
    border-radius: 0;
    box-shadow: none;
    border: 1px solid rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.location-v5__accordion {
    width: 100%;
}

.location-v5__acc-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.12)eee;
}

.location-v5__acc-item:last-child {
    border-bottom: none;
}

.location-v5__acc-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 18px 20px;
    background: #ffffff !important;
    color: #2285C8 !important;
    border: none !important;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease, color 0.2s ease;
}

.location-v5__acc-trigger:hover,
.location-v5__acc-trigger:focus,
.location-v5__acc-trigger:active {
    background: #ffffff !important;
    color: #2285C8 !important;
    border: none !important;
    outline: none;
    box-shadow: none;
}

.location-v5__acc-item.is-open .location-v5__acc-trigger {
    background: #ffffff !important;
    color: #2285C8 !important;
}

.location-v5__acc-trigger .location-v5__acc-title,
.location-v5__acc-trigger .location-v5__icon,
.location-v5__acc-trigger:hover .location-v5__acc-title,
.location-v5__acc-trigger:hover .location-v5__icon,
.location-v5__acc-trigger:focus .location-v5__acc-title,
.location-v5__acc-trigger:focus .location-v5__icon {
    color: #2285C8 !important;
}

.location-v5__acc-trigger .location-v5__acc-chevron,
.location-v5__acc-trigger:hover .location-v5__acc-chevron,
.location-v5__acc-trigger:focus .location-v5__acc-chevron {
    color: #2285C8 !important;
}

.location-v5__acc-trigger-inner {
    display: flex;
    align-items: center;
    gap: 14px;
    min-width: 0;
}

.location-v5__acc-title {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 500;
    color: #2285C8 !important;
    line-height: 1.3;
}

.location-v5__acc-chevron {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    color: #2285C8 !important;
    transition: transform 0.25s ease;
}

.location-v5__acc-chevron svg {
    width: 14px;
    height: 14px;
}

.location-v5__acc-item.is-open .location-v5__acc-chevron {
    transform: rotate(180deg);
}

.location-v5__acc-panel {
    display: none;
    padding: 0 20px 18px 54px;
    background: #ffffff;
}

.location-v5__acc-item.is-open .location-v5__acc-panel {
    display: block;
}

.location-v5__acc-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location-v5__acc-list li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 0;
    position: relative;
    padding-left: 14px;
}

.location-v5__acc-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #000000;
}

.location-v5__acc-place {
    font-family: "Outfit", sans-serif;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 400;
    color: #000000;
    line-height: 1.4;
}

.location-v5__acc-time {
    font-family: "Jost", sans-serif;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 700;
    color: #000000;
    text-align: right;
    white-space: nowrap;
    flex-shrink: 0;
}

.location-v5__list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.location-v5__item {
    display: grid;
    grid-template-columns: 28px 1fr auto;
    align-items: center;
    gap: 14px;
    padding: 18px 0;
    border-bottom: 1px solid rgba(34, 133, 200, 0.12);
}

.location-v5__item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.location-v5__item:first-child {
    padding-top: 0;
}

.location-v5__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #2285C8 !important;
    flex-shrink: 0;
}

.location-v5__icon svg {
    width: 22px;
    height: 22px;
}

.location-v5__label {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.5vw, 17px);
    font-weight: 500;
    color: #000000;
    line-height: 1.3;
}

.location-v5__value {
    font-family: "Jost", sans-serif;
    font-size: clamp(14px, 1.4vw, 16px);
    font-weight: 700;
    color: #000000;
    text-align: right;
    white-space: nowrap;
}

.location-v5__slider-col {
    position: relative;
    z-index: 1;
    flex: 1;
    min-width: 0;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
}

.location-v5__slider,
.location-v5__slider .slick-list,
.location-v5__slider .slick-track {
    height: 100%;
    min-height: 480px;
}

.location-v5__slide {
    height: 480px;
    outline: none;
}

.location-v5__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.location-v5__slider .slick-dots {
    position: absolute;
    bottom: 22px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 8px;
    list-style: none;
    z-index: 5;
}

.location-v5__slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.location-v5__slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.85);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

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

.location-v5__slider .slick-dots li.slick-active button {
    background: #2285C8;
    transform: scale(1.15);
}

@media (max-width: 991px) {
    .location-v5__stage {
        flex-direction: column;
        min-height: auto;
        gap: 24px;
    }

    .location-v5__card {
        flex: none;
        max-width: 100%;
        width: 100%;
        margin-right: 0;
    }

    .location-v5__slider-col {
        width: 100%;
    }

    .location-v5__slider,
    .location-v5__slider .slick-list,
    .location-v5__slider .slick-track {
        min-height: 320px;
    }

    .location-v5__slide {
        height: 320px;
    }
}

@media (max-width: 575px) {
    .location-v5__head {
        margin-bottom: 32px;
    }

    .location-v5__acc-trigger {
        padding: 16px 16px;
    }

    .location-v5__acc-panel {
        padding: 0 16px 16px 48px;
    }

    .location-v5__acc-list li {
        flex-direction: column;
        gap: 4px;
    }

    .location-v5__acc-time {
        text-align: left;
        white-space: normal;
    }

    .location-v5__slider,
    .location-v5__slider .slick-list,
    .location-v5__slider .slick-track {
        min-height: 260px;
    }

    .location-v5__slide {
        height: 260px;
    }
}

/* ===== Location Premium — Connectivity Grid + Single Map ===== */
.location_section.location-premium,
.location-premium {
    position: relative;
    overflow: hidden;
    background: #FFFFFF !important;
}

.location-premium::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -60px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(34, 133, 200, 0.08);
    filter: blur(60px);
    pointer-events: none;
}

.location-premium .container {
    position: relative;
    z-index: 1;
    max-width: 1140px;
}

.location-premium__head {
    margin-bottom: 40px;
}

.location-premium__eyebrow {
    display: inline-block;
    margin-bottom: 12px;
    padding: 6px 16px;
    border-radius: 50px;
    background: linear-gradient(135deg, #2285C8, #000000);
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.location-premium__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 700;
    color: #2285C8;
    line-height: 1.25;
    margin-bottom: 10px;
}

.location-premium__subtitle {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    margin: 0 auto;
    max-width: 720px;
    line-height: 1.55;
}

.location-premium__body {
    display: flex;
    align-items: stretch;
    gap: 28px;
}

.location-premium__connect-col {
    flex: 0 0 42%;
    max-width: 42%;
}

.location-premium__map-col {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.location-premium__connect-grid {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 0;
    height: 100%;
}

.location-premium__connect-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
}

.location-premium__connect-card:hover {
    transform: translateX(4px);
    border-color: rgba(34, 133, 200, 0.45);
    box-shadow: 0 10px 24px rgba(34, 133, 200, 0.1);
}

.location-premium__connect-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(135deg, rgba(34, 133, 200, 0.14), rgba(0, 0, 0, 0.06));
    border: 1px solid rgba(34, 133, 200, 0.22);
    color: #2285C8;
}

.location-premium__connect-icon svg {
    width: 20px;
    height: 20px;
}

.location-premium__connect-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex: 1;
    min-width: 0;
}

.location-premium__connect-text strong {
    font-family: "Jost", sans-serif;
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    line-height: 1.3;
    flex: 1;
    min-width: 0;
}

.location-premium__connect-text span {
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #2285C8;
    letter-spacing: 0.3px;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 4px 10px;
    border-radius: 50px;
    background: rgba(34, 133, 200, 0.1);
    border: 1px solid rgba(34, 133, 200, 0.2);
}

.location-premium__map-stage {
    position: relative;
    padding: 0;
    flex: 1;
    display: flex;
}

.location-premium__map-wrap {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow:
        0 24px 60px rgba(0, 0, 0, 0.1),
        0 0 0 1px rgba(34, 133, 200, 0.08);
    width: 100%;
    display: flex;
    flex-direction: column;
}

.location-premium__map-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2285C8, #000000, #2285C8);
    z-index: 2;
}

.location-premium__map-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(0, 0, 0, 0.82);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.3px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.location-premium__map-badge img {
    width: 16px;
    height: 16px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.location-premium__map-img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    object-position: center;
}

.location-premium__cta {
    margin-top: 20px;
    text-align: center;
}

.location-premium__directions-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 14px 32px;
    border-radius: 50px;
    background: linear-gradient(135deg, #2285C8, #000000);
    color: #FFFFFF !important;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-decoration: none !important;
    box-shadow: 0 10px 28px rgba(34, 133, 200, 0.35);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.location-premium__directions-btn svg {
    width: 18px;
    height: 18px;
}

.location-premium__directions-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 14px 36px rgba(34, 133, 200, 0.45);
    color: #FFFFFF !important;
}

@media (max-width: 991px) {
    .location-premium__body {
        flex-direction: column;
        gap: 24px;
    }

    .location-premium__connect-col,
    .location-premium__map-col {
        flex: none;
        max-width: 100%;
        width: 100%;
    }

    .location-premium__connect-card {
        padding: 14px 12px;
    }

    .location-premium__connect-icon {
        width: 42px;
        height: 42px;
    }

    .location-premium__map-badge {
        top: 14px;
        left: 14px;
        font-size: 12px;
        padding: 8px 14px;
    }

    .location-premium__map-img {
        min-height: 280px;
    }
}

@media (max-width: 575px) {
    .location-premium__head {
        margin-bottom: 28px;
    }

    .location-premium__connect-text {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .location-premium__connect-text strong {
        font-size: 13px;
    }

    .location-premium__map-wrap {
        border-radius: 16px;
    }

    .location-premium__map-badge {
        position: static;
        margin: 12px 12px 0;
        width: calc(100% - 24px);
        justify-content: center;
    }

    .location-premium__directions-btn {
        width: 100%;
        max-width: 320px;
    }

    .location-premium__map-img {
        min-height: 220px;
    }
}

/* ===== Location V6 — Slider + Bento Grid ===== */
.location-v6 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 50%, #FFFFFF 100%) !important;
}

.location-v6__bg-glow {
    position: absolute;
    top: -120px;
    right: -80px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.35);
    filter: blur(80px);
    pointer-events: none;
}

.location-v6 .container {
    position: relative;
    z-index: 2;
    max-width: 1180px;
}

.location-v6__head {
    max-width: 720px;
    margin-bottom: 40px;
}

.location-v6__eyebrow {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2285C8;
    background: rgba(34, 133, 200, 0.1);
    border: 1px solid rgba(34, 133, 200, 0.2);
    border-radius: 999px;
    padding: 6px 14px;
    margin-bottom: 14px;
}

.location-v6__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    color: #000000;
    line-height: 1.25;
    margin-bottom: 10px;
}

.location-v6__subtitle {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
    line-height: 1.55;
}

.location-v6__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 28px;
    align-items: stretch;
}

.location-v6__media {
    position: relative;
    border-radius: 22px;
    overflow: hidden;
    min-height: 520px;
    box-shadow: 0 22px 56px rgba(26, 26, 26, 0.14);
    border: 1px solid rgba(34, 133, 200, 0.12);
}

.location-v6__slider,
.location-v6__slider .slick-list,
.location-v6__slider .slick-track {
    height: 100%;
    min-height: 520px;
}

.location-v6__slide {
    height: 520px;
    outline: none;
}

.location-v6__slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.location-v6__media-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.05) 0%, rgba(26, 26, 26, 0.55) 100%);
    pointer-events: none;
    z-index: 2;
}

.location-v6__media-badge {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 3;
    padding: 12px 16px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.8);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.15);
}

.location-v6__media-badge span {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #2285C8;
}

.location-v6__media-badge strong {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #000000;
    line-height: 1.2;
    margin-top: 2px;
}

.location-v6__slider .slick-dots {
    position: absolute;
    bottom: 24px;
    right: 20px;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
    display: flex !important;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    list-style: none;
    z-index: 4;
}

.location-v6__slider .slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.location-v6__slider .slick-dots li button {
    width: 10px;
    height: 10px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.75);
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    transition: transform 0.3s ease, background 0.3s ease;
}

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

.location-v6__slider .slick-dots li.slick-active button {
    background: #2285C8;
    transform: scale(1.2);
}

.location-v6__connect {
    display: flex;
    flex-direction: column;
    min-height: 520px;
}

.location-v6__connect-head {
    margin-bottom: 18px;
}

.location-v6__connect-head h4 {
    font-family: "Jost", sans-serif;
    font-size: clamp(22px, 2.2vw, 28px);
    font-weight: 700;
    color: #000000;
    margin: 0 0 6px;
}

.location-v6__connect-head p {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.65);
    margin: 0;
}

.location-v6__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    flex: 1;
}

.location-v6__card {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 8px;
    padding: 18px 16px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid rgba(34, 133, 200, 0.12);
    box-shadow: 0 8px 24px rgba(26, 26, 26, 0.06);
    transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
    position: relative;
    overflow: hidden;
}

.location-v6__card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #FFFFFF, #2285C8);
    opacity: 0;
    transition: opacity 0.25s ease;
}

.location-v6__card:hover {
    transform: translateY(-4px);
    border-color: rgba(34, 133, 200, 0.28);
    box-shadow: 0 14px 32px rgba(34, 133, 200, 0.14);
}

.location-v6__card:hover::before {
    opacity: 1;
}

.location-v6__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(34, 133, 200, 0.12));
    color: #2285C8;
}

.location-v6__icon svg {
    width: 20px;
    height: 20px;
}

.location-v6__label {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #000000;
    margin: 0;
    line-height: 1.3;
}

.location-v6__value {
    font-family: "Jost", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #2285C8;
    margin: 0;
    line-height: 1.2;
}

@media (max-width: 991px) {
    .location-v6__layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .location-v6__media,
    .location-v6__connect {
        min-height: auto;
    }

    .location-v6__slider,
    .location-v6__slider .slick-list,
    .location-v6__slider .slick-track {
        min-height: 340px;
    }

    .location-v6__slide {
        height: 340px;
    }
}

@media (max-width: 575px) {
    .location-v6__head {
        margin-bottom: 28px;
    }

    .location-v6__grid {
        grid-template-columns: 1fr;
    }

    .location-v6__slider,
    .location-v6__slider .slick-list,
    .location-v6__slider .slick-track {
        min-height: 280px;
    }

    .location-v6__slide {
        height: 280px;
    }

    .location-v6__media-badge {
        left: 14px;
        bottom: 14px;
        padding: 10px 12px;
    }

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

/* ===== Map V5 — Road Advantages + Leaflet ===== */
.map-v5 {
    background: #ffffff !important;
}

.map-v5 .container {
    max-width: 1140px;
}

.map-v5__frame-wrap {
    max-width: 100%;
    padding-left: 24px;
    padding-right: 24px;
}

.map-v5__head {
    max-width: 820px;
    margin: 0 auto 40px;
}

.map-v5__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    color: #2285C8;
    line-height: 1.25;
    margin-bottom: 14px;
}

.map-v5__subtitle {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    line-height: 1.65;
    margin: 0;
}

.map-v5__frame {
    width: 100%;
    min-height: 480px;
    border-radius: 16px;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.06);
    box-shadow: 0 14px 40px rgba(26, 26, 26, 0.08);
}

.map-v5__map-col {
    position: relative;
    width: 100%;
    min-height: 480px;
    background: rgba(0, 0, 0, 0.12);
}

.map-v5__map-wrapper--locked .map-v5__embed {
    filter: blur(9px);
    transform: scale(1.05);
    pointer-events: none;
}

.map-v5__map-wrapper--locked::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.42) 100%);
    z-index: 2;
    pointer-events: none;
}

.map-v5__map-overlay {
    position: absolute;
    inset: 0;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    pointer-events: none;
}

.map-v5__map-overlay .virtual-v7__unlock-btn {
    pointer-events: auto;
}

.map-v5__map-wrapper:not(.map-v5__map-wrapper--locked) .map-v5__map-overlay {
    display: none;
}

.map-v5__map-wrapper:not(.map-v5__map-wrapper--locked)::before {
    display: none;
}

.map-v5__canvas {
    width: 100%;
    height: 480px;
    min-height: 480px;
    z-index: 1;
}

.map-v5__embed {
    display: block;
    border: 0;
}

@media (max-width: 991px) {
    .map-v5__frame-wrap {
        padding-left: 16px;
        padding-right: 16px;
    }

    .map-v5__frame,
    .map-v5__map-col {
        min-height: 380px;
    }

    .map-v5__canvas {
        height: 380px;
        min-height: 380px;
    }
}

@media (max-width: 575px) {
    .map-v5__head {
        margin-bottom: 28px;
    }

    .map-v5__frame,
    .map-v5__map-col {
        min-height: 320px;
    }

    .map-v5__canvas {
        height: 320px;
        min-height: 320px;
    }
}

/* ===== Contact V5 — Overlap Developer + Form ===== */
.contact-v5 {
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #FFFFFF 0%, #ffffff 55%, #FFFFFF 100%) !important;
    background-image: none !important;
}

.contact-v5 .container {
    max-width: 1140px;
    position: relative;
    z-index: 2;
}

.contact-v5__bg-glow {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(80px);
    opacity: 0.35;
}

.contact-v5__bg-glow--1 {
    width: 420px;
    height: 420px;
    top: -80px;
    left: -120px;
    background: rgba(255, 255, 255, 0.45);
}

.contact-v5__bg-glow--2 {
    width: 360px;
    height: 360px;
    bottom: -60px;
    right: -80px;
    background: rgba(34, 133, 200, 0.25);
}

.contact-v5__head {
    margin-bottom: 48px;
}

.contact-v5__eyebrow {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2285C8;
    background: rgba(34, 133, 200, 0.1);
    border: 1px solid rgba(34, 133, 200, 0.2);
    border-radius: 999px;
    padding: 6px 16px;
    margin-bottom: 14px;
}

.contact-v5__title {
    font-family: "Jost", sans-serif;
    font-size: clamp(28px, 3.2vw, 40px);
    font-weight: 600;
    color: #000000;
    line-height: 1.25;
    margin-bottom: 10px;
}

.contact-v5__subtitle {
    font-family: "Outfit", sans-serif;
    font-size: clamp(15px, 1.6vw, 18px);
    color: rgba(0, 0, 0, 0.65);
    margin: 0 auto;
    max-width: 640px;
    line-height: 1.55;
}

.contact-v5__stage {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0;
    align-items: center;
    min-height: auto;
}

.contact-v5__developer {
    position: relative;
    z-index: 2;
    grid-column: 1;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    width: 100%;
    max-width: none;
    flex: none;
    margin-right: -56px;
    padding: 40px 80px 40px 36px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid rgba(34, 133, 200, 0.1);
    box-shadow: 0 20px 56px rgba(26, 26, 26, 0.08);
    overflow: visible;
}

.contact-v5__badge {
    display: inline-block;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #2285C8;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.35), rgba(34, 133, 200, 0.12));
    border-radius: 999px;
    padding: 5px 12px;
    margin-bottom: 18px;
}

.contact-v5__logo-wrap {
    margin-bottom: 20px;
}

.contact-v5__logo {
    max-height: 52px;
    max-width: 200px;
    width: auto;
    object-fit: contain;
    filter: none;
}

.contact-v5__pro-title {
    color: #2285C8 !important;
    font-size: 14px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 4px !important;
    padding-bottom: 0 !important;
}

.contact-v5__pro-title::before {
    display: none !important;
}

.contact-v5__dev-name {
    font-family: "Jost", sans-serif !important;
    font-size: clamp(24px, 2.5vw, 32px) !important;
    font-weight: 700 !important;
    color: #000000 !important;
    margin-bottom: 14px !important;
}

.contact-v5__desc {
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    line-height: 1.75;
    color: rgba(0, 0, 0, 0.65);
    margin-bottom: 0;
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

.contact-v5__stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 24px;
}

.contact-v5__stat {
    text-align: center;
    padding: 14px 10px;
    background: #FFFFFF;
    border: 1px solid rgba(34, 133, 200, 0.12);
    border-radius: 12px;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-v5__stat:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(34, 133, 200, 0.12);
}

.contact-v5__stat strong {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #2285C8;
    line-height: 1.2;
}

.contact-v5__stat span {
    display: block;
    font-family: "Outfit", sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: rgba(0, 0, 0, 0.65);
    margin-top: 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-v5__quick {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.contact-v5__quick-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #2285C8;
    text-decoration: none;
    padding: 10px 18px;
    border-radius: 999px;
    border: 1.5px solid rgba(34, 133, 200, 0.35);
    background: #ffffff;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease;
}

.contact-v5__quick-link:hover {
    background: #2285C8;
    color: #ffffff;
    border-color: #2285C8;
    transform: translateY(-2px);
    text-decoration: none;
}

.contact-v5__quick-link--wa:hover {
    background: #2285C8;
    border-color: #2285C8;
    color: #ffffff;
}

.contact-v5__form-wrap {
    position: relative;
    z-index: 4;
    grid-column: 2;
    grid-row: 1;
    align-self: center;
    min-width: 0;
    width: 100% !important;
    max-width: none !important;
    flex: none;
    margin-left: 0;
}

.contact-v5__form-card {
    height: 100%;
    background: linear-gradient(145deg, #2285C8 0%, #2285C8 48%, #000000 100%) !important;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: 0 24px 60px rgba(92, 63, 36, 0.35);
    padding: 36px 32px !important;
    position: relative;
    overflow: hidden;
    opacity: 1;
}

.contact-v5__form-card::before {
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 280px;
    height: 280px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    pointer-events: none;
}

.contact-v5__form-head {
    position: relative;
    margin-bottom: 18px;
}

.contact-v5 .footer_form h2.form_title {
    text-align: left;
    color: #ffffff !important;
    font-size: clamp(26px, 2.6vw, 34px) !important;
    margin-bottom: 6px !important;
    padding-bottom: 0;
}

.contact-v5__form-sub {
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
    line-height: 1.5;
}

.contact-v5__eoi-strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 12px 16px;
    margin-bottom: 20px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 12px;
    position: relative;
}

.contact-v5__eoi-strip span {
    font-family: "Outfit", sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
}

.contact-v5__eoi-strip strong {
    font-family: "Jost", sans-serif;
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
}

.contact-v5__field {
    position: relative;
}

.contact-v5__field-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255, 255, 255, 0.65);
    z-index: 2;
    pointer-events: none;
    display: flex;
    align-items: center;
}

.contact-v5__field--phone .contact-v5__phone-code {
    position: absolute;
    left: 44px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    pointer-events: none;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1;
}

.contact-v5__field--phone .form-control {
    padding-left: 78px !important;
}

.contact-v5__form-wrap .form-control {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.35) !important;
    color: #ffffff !important;
    border-radius: 12px !important;
    padding: 12px 14px 12px 44px !important;
    font-family: "Outfit", sans-serif;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease;
}

.contact-v5__form-wrap .form-control:focus {
    background: rgba(255, 255, 255, 0.16) !important;
    border-color: rgba(255, 255, 255, 0.7) !important;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.12) !important;
    outline: none;
}

.contact-v5__form-wrap .form-control::placeholder {
    color: rgba(255, 255, 255, 0.7) !important;
}

.contact-v5__submit {
    width: 100%;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: #ffffff !important;
    color: #2285C8 !important;
    border: none !important;
    border-radius: 12px !important;
    font-family: "Jost", sans-serif;
    font-weight: 700 !important;
    font-size: 16px !important;
    letter-spacing: 0.5px;
    padding: 14px 20px !important;
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.contact-v5__submit:hover {
    background: #000000 !important;
    color: #ffffff !important;
    transform: translateY(-2px);
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.28);
}

.contact-v5 .contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 8px;
    position: relative;
}

.contact-v5 .contact-consent input[type="checkbox"] {
    margin-top: 3px;
    accent-color: #FFFFFF;
}

.contact-v5 .contact-consent .inp-txt {
    margin: 0;
    font-size: 11px !important;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.88) !important;
}

@media (max-width: 991px) {
    .contact-v5__stage {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .contact-v5__developer {
        grid-column: 1;
        grid-row: auto;
        margin-right: 0;
        padding: 28px 22px;
    }

    .contact-v5__form-wrap {
        grid-column: 1;
        grid-row: auto;
        max-width: 100% !important;
    }

    .contact-v5__form-card {
        padding: 28px 22px;
    }
}

@media (max-width: 575px) {
    .contact-v5__head {
        margin-bottom: 32px;
    }

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

    .contact-v5__quick {
        flex-direction: column;
    }

    .contact-v5__quick-link {
        justify-content: center;
    }

    .contact-v5__developer {
        padding: 22px 18px;
        border-radius: 16px;
    }

    .contact-v5__form-card {
        padding: 22px 18px;
        border-radius: 16px;
    }
}

/* ===== Contact V4 (legacy) ===== */
.contact-v4 {
    background: linear-gradient(180deg, #ffffff 0%, #FFFFFF 100%) !important;
}

.contact-v4 .container {
    max-width: 1280px;
}

.contact-v4 .row {
    row-gap: 18px;
}

.contact-v4 .left_sec,
.contact-v4 .footer_form {
    max-width: 50% !important;
    flex: 0 0 50%;
}

.contact-v4 .developer-card-v4 {
    height: 100%;
    background: #ffffff;
    border-radius: 18px;
    border: 1px solid rgba(34, 133, 200, 0.2);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
    padding: 26px 22px;
}

.contact-v4 .developer-card-v4 p {
    margin-bottom: 0;
    color: #000000 !important;
    line-height: 1.75;
}

.contact-v4 .form-card-v4 {
    height: 100%;
    background: linear-gradient(135deg, #2285C8 0%, #000000 100%) !important;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
    padding: 26px 22px;
}

.contact-v4 .form-card-v4 .form_title {
    color: #ffffff !important;
    text-align: left;
    font-size: clamp(28px, 2.8vw, 36px);
    margin-bottom: 14px;
}

.contact-v4 .right_form .form-control {
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    color: #ffffff !important;
    border-radius: 10px;
}

.contact-v4 .right_form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.88) !important;
}

.contact-v4 .main_button {
    background: #ffffff !important;
    color: #2285C8 !important;
    border: 1px solid #ffffff !important;
    border-radius: 10px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 12px 18px;
}

.contact-v4 .main_button:hover {
    background: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.contact-v4 .contact-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 6px;
}

.contact-v4 .contact-consent input[type="checkbox"] {
    margin-top: 2px;
}

.contact-v4 .contact-consent .inp-txt {
    margin: 0;
    font-size: 11px !important;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92) !important;
}

@media (max-width: 991px) {
    .contact-v4 .left_sec,
    .contact-v4 .footer_form {
        max-width: 100% !important;
        flex: 0 0 100%;
    }
}

@media (max-width: 767px) {
    .contact-v4 .developer-card-v4,
    .contact-v4 .form-card-v4 {
        border-radius: 14px;
        padding: 18px 14px;
    }

    .contact-v4 .form-card-v4 .form_title {
        font-size: 26px;
    }
}

/* ===== Footer V4 ===== */
.footer-v4 {
    background: linear-gradient(165deg, #000000 0%, #2285C8 58%, #2285C8 100%) !important;
    padding: 34px 16px 26px !important;
    color: #ffffff !important;
}

.footer-v4__rera {
    width: fit-content;
    margin: 0 auto 20px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 13px;
    letter-spacing: 0.3px;
}

.footer-v4 .inner-footer-bottom {
    max-width: 1100px;
    margin: 0 auto;
}

.footer-v4 .footer-v4__card {
    border: 1px solid rgba(255, 255, 255, 0.24);
    background: rgba(0, 0, 0, 0.42);
    border-radius: 16px;
    padding: 18px 18px 14px;
    box-shadow: 0 14px 32px rgba(0, 0, 0, 0.24);
}

.footer-v4 .btm-foot {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 14px;
    line-height: 1.7;
}

.footer-v4 .moretext {
    display: none;
    margin-top: 8px;
}

.footer-v4 .moretext .btm-foot {
    margin-bottom: 0;
}

.footer-v4 .moreless-button {
    display: block;
    margin: 12px auto 10px;
    width: fit-content;
    border: 1px solid rgba(255, 255, 255, 0.45);
    border-radius: 999px;
    padding: 6px 16px;
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08);
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.4px;
    text-transform: none;
}

.footer-v4__copyright {
    text-align: center;
    margin-top: 10px;
    padding-top: 10px;
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer-v4 a {
    color: #ffffff !important;
    text-decoration: underline;
    text-underline-offset: 2px;
}

@media (max-width: 767px) {
    .footer-v4 {
        padding: 24px 10px 14px !important;
    }

    .footer-v4__rera {
        font-size: 11px;
        padding: 7px 10px;
    }

    .footer-v4 .footer-v4__card {
        border-radius: 12px;
        padding: 14px 12px 10px;
    }

    .footer-v4 .btm-foot {
        font-size: 13px;
        line-height: 1.6;
    }
}

/* ===== Gallery V4 ===== */
.gallery-v4 {
    background: linear-gradient(145deg, #ffffff 0%, #FFFFFF 100%) !important;
}

.gallery-v4 .container {
    max-width: 1300px;
}

.gallery-v4__head {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 18px;
}

.gallery-v4__frame {
    border-radius: 22px;
    border: 1px solid rgba(34, 133, 200, 0.2);
    background: #ffffff;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.1);
    padding: 18px;
}

.gallery-v4 #galleryCarousel {
    border-radius: 16px;
    overflow: hidden;
}

.gallery-v5__layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
    gap: 16px;
    grid-template-areas:
        "featured stack"
        "strip strip";
}

.gallery-v5__featured {
    grid-area: featured;
}

.gallery-v5__featured img {
    height: 100%;
    min-height: 420px;
}

.gallery-v5__stack {
    grid-area: stack;
    display: grid;
    gap: 16px;
}

.gallery-v5__stack img {
    min-height: 203px;
    height: 203px;
}

.gallery-v5__strip {
    grid-area: strip;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.gallery-v5__strip img {
    height: 190px;
}

.gallery-v4 .galler_item {
    margin: 0 !important;
    padding-bottom: 0 !important;
}

.gallery-v4 .galler_item img {
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 14px !important;
    border: 2px solid rgba(34, 133, 200, 0.24) !important;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14) !important;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}

.gallery-v4 .galler_item:hover img {
    transform: translateY(-4px);
    border-color: rgba(34, 133, 200, 0.5) !important;
    box-shadow: 0 16px 32px rgba(34, 133, 200, 0.16) !important;
}

@media (max-width: 991px) {
    .gallery-v5__layout {
        grid-template-columns: 1fr;
        grid-template-areas:
            "featured"
            "stack"
            "strip";
    }

    .gallery-v5__featured img,
    .gallery-v5__stack img {
        min-height: 260px;
        height: 260px;
    }

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

@media (max-width: 767px) {
    .gallery-v4__frame {
        border-radius: 14px;
        padding: 14px 10px;
    }

    .gallery-v5__featured img,
    .gallery-v5__stack img,
    .gallery-v5__strip img {
        min-height: 200px;
        height: 200px;
    }

    .gallery-v5__strip {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .gallery-v4 .galler_item img {
        border-radius: 10px !important;
    }
}

/* ===== Modal V6 (Enquiry Popup — #exampleModal1) ===== */
#exampleModal1 .modal-v6__dialog {
    max-width: 440px;
}

#exampleModal1 .modal-v6__content {
    position: relative;
    border: 1px solid rgba(34, 133, 200, 0.14);
    border-radius: 20px;
    overflow: visible;
    background: #ffffff;
    box-shadow: 0 24px 70px rgba(26, 26, 26, 0.2);
}

#exampleModal1 .modal-v6__close {
    position: absolute;
    top: -14px;
    right: -14px;
    z-index: 5;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #ffffff;
    background: #000000;
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: background 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

#exampleModal1 .modal-v6__close:hover {
    background: #2285C8;
    color: #ffffff;
    opacity: 1;
    transform: scale(1.05);
}

#exampleModal1 .modal-v6__header {
    display: block;
    border: none;
    background: transparent;
    padding: 36px 32px 0;
    text-align: center;
}

#exampleModal1 .modal-v6__header .modal-title {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

#exampleModal1 .redBrochure {
    display: block;
    color: #2285C8 !important;
    font-family: "Outfit", sans-serif;
    font-size: 11px !important;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin: 0;
}

#exampleModal1 .modal-v6__brand {
    display: block;
    font-family: "Jost", sans-serif;
    font-size: clamp(32px, 5vw, 40px);
    font-weight: 700;
    color: #000000;
    letter-spacing: 6px;
    line-height: 1.1;
    position: relative;
    padding-bottom: 16px;
}

#exampleModal1 .modal-v6__brand::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 48px;
    height: 3px;
    border-radius: 999px;
    background: linear-gradient(90deg, #FFFFFF, #2285C8);
}

#exampleModal1 .modal-v6__body {
    padding: 24px 32px 28px;
}

#exampleModal1 .modal-v6__body .form-group {
    margin-bottom: 12px;
}

#exampleModal1 .modal-v6__body .form-control {
    height: auto;
    border: none;
    border-bottom: 2px solid rgba(34, 133, 200, 0.18);
    border-radius: 0;
    background: transparent;
    color: #000000 !important;
    padding: 12px 4px;
    font-family: "Outfit", sans-serif;
    font-size: 15px;
    box-shadow: none;
    transition: border-color 0.25s ease;
}

#exampleModal1 .modal-v6__body .form-control:focus {
    border-bottom-color: #2285C8;
    box-shadow: none;
    outline: none;
    background: transparent;
}

#exampleModal1 .modal-v6__body .form-control::placeholder {
    color: rgba(128, 128, 128, 0.75) !important;
}

#exampleModal1 .modal-v6__submit {
    width: 100%;
    margin-top: 8px;
    border-radius: 999px !important;
    border: 2px solid #000000 !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-family: "Jost", sans-serif;
    font-weight: 600 !important;
    font-size: 15px !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 14px 24px !important;
    box-shadow: none;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

#exampleModal1 .modal-v6__submit:hover {
    background: transparent !important;
    color: #000000 !important;
    border-color: #000000 !important;
    transform: none;
    box-shadow: none;
}

#exampleModal1 .modal-v6__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
}

#exampleModal1 .modal-v6__consent input[type="checkbox"] {
    margin-top: 2px;
    accent-color: #2285C8;
    flex-shrink: 0;
}

#exampleModal1 .modal-v6__consent .inp-txt {
    margin: 0;
    color: rgba(0, 0, 0, 0.55) !important;
    font-family: "Outfit", sans-serif;
    font-size: 10px !important;
    line-height: 1.5;
}

@media (max-width: 575px) {
    #exampleModal1 .modal-v6__dialog {
        max-width: calc(100% - 32px);
        margin: 20px auto;
    }

    #exampleModal1 .modal-v6__close {
        top: -10px;
        right: -6px;
        width: 36px;
        height: 36px;
    }

    #exampleModal1 .modal-v6__header {
        padding: 28px 24px 0;
    }

    #exampleModal1 .modal-v6__body {
        padding: 20px 24px 24px;
    }

    #exampleModal1 .modal-v6__brand {
        letter-spacing: 4px;
    }
}

/* ===== Modal V4 (Brochure Popup) ===== */
#exampleModal2 .modal-dialog {
    max-width: 560px;
}

#exampleModal2 .modal-v4__content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(155deg, #ffffff 0%, #FFFFFF 100%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

#exampleModal2 .modal-v4__header {
    justify-content: center !important;
    border-bottom: 1px solid rgba(34, 133, 200, 0.18);
    background: linear-gradient(135deg, #2285C8, #000000);
    padding: 22px 20px 18px;
    position: relative;
}

#exampleModal2 .modal-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(24px, 2.6vw, 30px);
    line-height: 1.25;
}

#exampleModal2 .redBrochure {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal2 .modal-header .close {
    right: 12px;
    top: 8px;
    color: #ffffff;
    text-shadow: none;
    opacity: 0.95;
}

#exampleModal2 .modal-body {
    padding: 20px 20px 18px;
}

#exampleModal2 .form-control {
    border-radius: 10px;
    border: 1px solid rgba(34, 133, 200, 0.28);
    background: #ffffff;
    color: #000000 !important;
    padding: 12px 14px;
}

#exampleModal2 .form-control::placeholder {
    color: rgba(0, 0, 0, 0.68) !important;
}

#exampleModal2 .submit_btn.main_button {
    border-radius: 10px !important;
    border: 1px solid #2285C8 !important;
    background: #2285C8 !important;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal2 .submit_btn.main_button:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

#exampleModal2 .modal-v4__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
}

#exampleModal2 .modal-v4__consent input[type="checkbox"] {
    margin-top: 3px;
}

#exampleModal2 .modal-v4__consent .inp-txt {
    margin: 0;
    color: #000000 !important;
    font-size: 11px !important;
    line-height: 1.45;
}

/* ===== Modal Registration V4 ===== */
#exampleModal9 .modal-dialog {
    max-width: 560px;
}

#exampleModal9 .modal-reg-v4__content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(155deg, #ffffff 0%, #f6fff9 100%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

#exampleModal9 .modal-reg-v4__header {
    justify-content: center !important;
    border-bottom: 1px solid rgba(34, 133, 200, 0.25);
    background: linear-gradient(135deg, #2285C8, #000000);
    padding: 22px 20px 18px;
    position: relative;
}

#exampleModal9 .modal-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(24px, 2.6vw, 30px);
    line-height: 1.25;
}

#exampleModal9 .redBrochure {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal9 .modal-header .close {
    right: 12px;
    top: 8px;
    color: #ffffff;
    text-shadow: none;
    opacity: 0.95;
}

#exampleModal9 .modal-body {
    padding: 20px 20px 18px;
}

#exampleModal9 .form-control {
    border-radius: 10px;
    border: 1px solid rgba(34, 133, 200, 0.28);
    background: #ffffff;
    color: #000000 !important;
    padding: 12px 14px;
}

#exampleModal9 .form-control::placeholder {
    color: rgba(0, 0, 0, 0.68) !important;
}

#exampleModal9 .submit_btn.main_button {
    border-radius: 10px !important;
    border: 1px solid #2285C8 !important;
    background: #2285C8 !important;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal9 .submit_btn.main_button:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

#exampleModal9 .modal-reg-v4__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
}

#exampleModal9 .modal-reg-v4__consent input[type="checkbox"] {
    margin-top: 3px;
}

#exampleModal9 .modal-reg-v4__consent .inp-txt {
    margin: 0;
    color: #000000 !important;
    font-size: 11px !important;
    line-height: 1.45;
}

/* ===== Onload Modal V4 ===== */
#onload1.modal {
    overflow-x: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#onload1 .modal-dialog,
#onload1 .onload-v5__dialog {
    max-width: 920px;
    width: auto;
    margin: 0.75rem auto;
    padding: 0;
}

#onload1 .onload-v5__content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

#onload1 .onload-v4__content {
    border: none;
    border-radius: 20px;
    overflow: hidden;
    background: linear-gradient(150deg, #ffffff 0%, #f4fbff 100%);
    box-shadow: 0 24px 52px rgba(0, 0, 0, 0.3);
}

#onload1 .onload-v4__row {
    margin: 0;
}

#onload1 .img_div,
#onload1 .right_col {
    padding: 0;
}

#onload1 .imgPop {
    min-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
}

#onload1 .right_col {
    background: #ffffff;
    padding: 16px 16px 14px;
}

#onload1 .onload-v4__header {
    justify-content: center !important;
    border-bottom: 1px solid rgba(34, 133, 200, 0.2);
    margin: -16px -16px 14px;
    padding: 18px 16px 14px;
    background: linear-gradient(135deg, #2285C8, #000000);
    position: relative;
}

#onload1 .onload-v4__header .modal-title {
    color: #ffffff;
    text-align: center;
    margin: 0;
    font-size: clamp(22px, 2.4vw, 30px);
    line-height: 1.2;
}

#onload1 .onload-v4__header .close {
    color: #ffffff;
    text-shadow: none;
    opacity: 0.95;
    position: absolute;
    top: 8px;
    right: 12px;
}

#onload1 .form-control {
    border-radius: 10px;
    border: 1px solid rgba(34, 133, 200, 0.25);
    background: #ffffff;
    color: #000000 !important;
}

#onload1 .form-control::placeholder {
    color: rgba(0, 0, 0, 0.68) !important;
}

#onload1 .submit_btn.main_button {
    background: #2285C8 !important;
    border: 1px solid #2285C8 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 600;
}

#onload1 .submit_btn.main_button:hover {
    background: #2285C8 !important;
    border-color: #2285C8 !important;
}

#onload1 .onload-v4__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

#onload1 .onload-v4__consent .inp-txt {
    margin: 0;
    font-size: 11px !important;
    line-height: 1.45;
    color: #000000 !important;
}

@media (max-width: 767px) {
    #onload1 .img_div.col-md-6 {
        display: block;
    }

    #onload1 .imgPop {
        min-height: 200px;
        max-height: 200px;
    }

    #onload1 .right_col {
        padding: 12px;
    }

    #onload1 .onload-v4__header {
        margin: -12px -12px 12px;
        padding: 14px 12px 12px;
    }
}

/* ===== Onload Modal V5 (different layout) ===== */
#onload1.onload-v5 .modal-dialog,
#onload1 .onload-v5__dialog {
    max-width: 820px;
}

#onload1 .onload-v5__content {
    position: relative;
    border: none;
    border-radius: 22px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 26px 56px rgba(0, 0, 0, 0.34);
}

#onload1 .onload-v5__content .modal-body {
    padding: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
}

#onload1 .onload-v5__media {
    display: none;
    position: relative;
    min-height: 0;
}

#onload1 .onload-v5__form-wrap {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    padding: 24px 22px 16px;
    background: #ffffff;
    overflow-x: hidden;
}

#onload1 .onload-v5__form-wrap .form-group {
    width: 100%;
    max-width: 100%;
    margin-bottom: 12px;
}

#onload1 .onload-v5__form-wrap .form-control,
#onload1 .onload-v5__form-wrap .submit_btn.main_button {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (min-width: 992px) {
    #onload1 .onload-v5__content .modal-body {
        display: grid;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    }

    #onload1 .onload-v5__media {
        display: block;
        position: relative;
        min-height: 450px;
    }
}

#onload1 .onload-v5__media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(34, 133, 200, 0.12), rgba(0, 0, 0, 0.52));
}

#onload1 .onload-v5__media .imgPop {
    width: 100%;
    height: 100%;
    min-height: 100%;
    object-fit: cover;
}

#onload1 .onload-v5__media-caption {
    position: absolute;
    left: 16px;
    bottom: 14px;
    z-index: 3;
}

#onload1 .onload-v5__chip {
    display: inline-block;
    background: #d5a214;
    color: #000000;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 6px 12px;
}

#onload1 .onload-v5__media-caption h4 {
    margin: 8px 0 0;
    color: #ffffff;
    font-size: 28px;
    line-height: 1.1;
    font-weight: 700;
}

#onload1 .onload-v5__close {
    position: absolute;
    top: 12px;
    right: 14px;
    z-index: 3;
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: none;
    background: #d5a214;
    color: #000000;
    text-shadow: none;
    opacity: 1;
    font-size: 24px;
    line-height: 1;
}

#onload1 .onload-v5__header {
    justify-content: center !important;
    border: none;
    padding: 0 0 14px;
    width: 100%;
    max-width: 100%;
    margin: 0;
}

#onload1 .onload-v5__header.modal-header {
    display: block;
}

#onload1 .onload-v5__header .modal-title {
    margin: 0;
    text-align: left;
    color: #000000;
    font-size: clamp(24px, 2.2vw, 36px);
    font-weight: 700;
    line-height: 1.2;
}

#onload1 .onload-v5__kicker {
    display: block;
    margin-bottom: 8px;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #b27c0a;
    font-weight: 700;
}

#onload1 .onload-v5__label {
    display: block;
    margin: 0 0 6px;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #0f582e;
}

#onload1 .onload-v5__form-wrap .form-control {
    border-radius: 12px;
    border: 1px solid rgba(34, 133, 200, 0.16);
    color: #000000 !important;
    background: #eef2f0;
    min-height: 48px;
}

#onload1 .onload-v5__form-wrap .form-control::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}

#onload1 .onload-v5__form-wrap .submit_btn.main_button {
    background: #2285C8 !important;
    border: 1px solid #2285C8 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-weight: 600;
    min-height: 50px;
    text-transform: none;
}

#onload1 .onload-v5__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

#onload1 .onload-v5__consent .inp-txt {
    margin: 0;
    font-size: 11px !important;
    line-height: 1.45;
    color: #000000 !important;
    flex: 1;
    min-width: 0;
    word-break: break-word;
}

@media (max-width: 991px) {
    .amenities_section .amenities_wrapper {
        left: 0 !important;
    }

    .amenities_section .image_wrapper img {
        min-width: 0 !important;
        max-width: 100% !important;
    }

    .title_section .pro_title::before {
        display: none;
    }

    .overview-gallery {
        overflow: visible;
    }

    .amenities-v5__slider-wrap {
        overflow: hidden;
    }

    .amenities-v5__slider-col,
    .amenities-v5 .container,
    .amenities-v5__row,
    .amenities-v5__stage {
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .container,
    .container-fluid {
        max-width: 100%;
        overflow-x: hidden;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .row > [class*="col-"] {
        padding-left: 12px;
        padding-right: 12px;
    }

    .banner_section,
    .mobBanner,
    .overview,
    .highlight_section,
    .amenities_section,
    .amenities-v5,
    .price_section,
    .floor_plan,
    .gallery_section,
    .location_section,
    .contact_section,
    footer {
        max-width: 100%;
        overflow-x: hidden;
    }

    .banner_section .banner_btn--row {
        flex-wrap: wrap;
    }

    .banner_section .price-badge--inline,
    .banner_section .banner-brochure-btn {
        white-space: normal;
    }
}

@media (max-width: 991px) {
    #onload1 .modal-dialog,
    #onload1 .onload-v5__dialog {
        width: calc(100% - 20px) !important;
        max-width: calc(100% - 20px) !important;
        margin: 10px auto !important;
    }

    #onload1 .onload-v5__content {
        border-radius: 14px;
    }

    #onload1 .onload-v5__form-wrap {
        padding: 16px 14px 14px;
    }

    #onload1 .onload-v5__header .modal-title {
        font-size: 20px;
        line-height: 1.2;
        text-align: center;
        word-break: break-word;
    }

    #onload1 .onload-v5__kicker {
        margin-bottom: 6px;
        font-size: 10px;
        letter-spacing: 1.2px;
    }

    #onload1 .onload-v5__label {
        font-size: 11px;
        margin-bottom: 5px;
    }

    #onload1 .onload-v5__form-wrap .form-control {
        min-height: 44px;
        padding: 10px 12px;
        font-size: 14px;
    }

    #onload1 .onload-v5__form-wrap .submit_btn.main_button {
        min-height: 46px;
        font-size: 14px;
        padding: 10px 12px;
    }

    #onload1 .onload-v5__consent .inp-txt {
        font-size: 10px !important;
        line-height: 1.4;
    }

    #onload1 .onload-v5__close {
        width: 34px;
        height: 34px;
        top: 10px;
        right: 10px;
        font-size: 22px;
    }

    #onload1 .imgPop {
        min-height: 0 !important;
        height: auto !important;
    }
}

@media (max-width: 575px) {
    #onload1 .modal-dialog,
    #onload1 .onload-v5__dialog {
        width: calc(100% - 16px) !important;
        max-width: calc(100% - 16px) !important;
        margin: 8px auto !important;
    }

    #onload1 .onload-v5__form-wrap {
        padding: 14px 12px 12px;
    }

    #onload1 .onload-v5__header .modal-title {
        font-size: 18px;
    }

    #onload1 .onload-v5__form-wrap .form-control {
        min-height: 42px;
        font-size: 13px;
    }

    #onload1 .onload-v5__form-wrap .submit_btn.main_button {
        min-height: 42px;
        font-size: 13px;
    }

    #onload1 .onload-v5__consent .inp-txt {
        font-size: 9px !important;
    }
}

/* Mobile header: always white + fixed (final override) */
@media (max-width: 767px) {
    header.site-header,
    header.site-header.fixed-header {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        width: 100% !important;
        background: #ffffff !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
        overflow: visible !important;
    }

    header.site-header.fixed-header .navbar-brand img {
        filter: none !important;
    }
}

/* ===== Mobile section fixes: amenities, overview, banner ===== */
@media (max-width: 767px) {
    /* Amenities slider */
    .amenities-v5,
    .amenities-v5.amenities_section {
        overflow: visible !important;
    }

    .amenities-v5__head {
        margin-bottom: 20px !important;
        padding: 0 8px;
    }

    .amenities-v5__title {
        margin-bottom: 10px;
    }

    .amenities-v5__sub {
        font-size: 13px;
    }

    .amenities-v5__stage {
        width: 100%;
        overflow: visible;
        padding: 0;
        margin-top: 0;
    }

    .amenities-v5__slider-wrap {
        min-height: 0;
        margin-top: 0;
        padding-top: 0;
        overflow: hidden;
        width: 100%;
    }

    .amenities-v5__slider,
    .amenities-v5__slider.slick-initialized {
        display: block !important;
        width: 100% !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .amenities-v5__slider .slick-list {
        overflow: hidden;
        padding: 0 0 12px !important;
        margin: 0;
    }

    .amenities-v5__slider .slick-track {
        max-width: none !important;
        display: flex !important;
        align-items: stretch !important;
    }

    .amenities-v5__slider .slick-slide {
        opacity: 1;
        transform: scale(1);
        padding: 0 10px;
        height: auto;
    }

    .amenities-v5 .amenity-card,
    .amenities-v5 .slick-center .amenity-card {
        height: 300px;
        transform: none;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    }

    .amenities-v5 .amenity-card__media {
        position: absolute;
        inset: 0;
    }

    .amenities-v5 .amenity-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .amenities-v5 .amenity-card__overlay {
        padding: 22px 16px 16px;
    }

    .amenities-v5 .amenity-card__overlay h2 {
        font-size: 15px;
        line-height: 1.25;
        word-break: break-word;
    }

    .amenities-v5 .amenity-card__num {
        top: 14px;
        right: 14px;
        font-size: 13px;
    }

    .amenities-v5__arrow {
        width: 36px;
        height: 36px;
    }

    /* Virtual site visit */
    .virtual-v7 {
        padding: 40px 0 24px !important;
        overflow: visible;
    }

    .virtual-v7__stage {
        overflow: visible;
    }

    .virtual-v7__content {
        width: 100%;
        margin: 0 0 16px;
        padding: 0 12px 12px;
        overflow: visible;
    }

    .virtual-v7__content .pro_title {
        margin-bottom: 8px;
        display: block;
    }

    .virtual-v7__content .title {
        font-size: 17px !important;
        line-height: 1.45;
        word-break: break-word;
    }

    /* Overview gallery */
    .overview .overview-gallery {
        padding: 0 8px 36px;
        margin-bottom: 8px;
        overflow: visible;
    }

    .overview-gallery__main-wrap {
        border-radius: 16px;
        overflow: hidden;
    }

    .overview-gallery__main {
        width: 100%;
        height: 240px;
        object-fit: cover;
        object-position: center;
    }

    .overview-gallery:hover .overview-gallery__main {
        transform: none;
    }

    .overview-gallery__accent {
        left: 12px;
        bottom: -18px;
        width: 40%;
        max-width: 130px;
        padding: 5px;
        border: 2px solid #2285C8;
        border-radius: 10px;
    }

    .overview-gallery__accent img {
        height: 90px;
        width: 100%;
        object-fit: cover;
        border-radius: 6px;
    }

    /* Banner location strip */
    .banner_section .side_content.banner_location_strip {
        padding: 0;
        margin: 0;
        background: #2285C8;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .banner_section .banner_location_strip__inner {
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
        background: transparent;
        border: none;
        border-radius: 0;
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0.2px;
    }

    .banner_section .banner_location_strip__inner .icon_img {
        width: 16px;
        height: 16px;
        filter: brightness(0) invert(1);
    }

    /* Banner form */
    .banner_section .right_form {
        background: #ffffff;
        padding: 20px 16px 24px;
    }

    .banner_section .form_sec.banner-form-card {
        background: #ffffff;
        border: 1px solid rgba(34, 133, 200, 0.14);
        border-radius: 16px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
        padding: 20px 16px;
    }

    .banner_section .form-badge {
        background: #2285C8;
        color: #ffffff;
        font-size: 10px;
        padding: 5px 12px;
        margin-bottom: 12px;
    }

    .banner_section h2.form_title {
        color: #000000;
        font-size: 22px;
        margin-bottom: 6px;
    }

    .banner_section .form_subtitle {
        color: #000000;
        opacity: 0.65;
        font-size: 13px;
        margin-bottom: 16px;
    }

    .banner_section .right_form .form-control {
        background: #FFFFFF;
        border: 1px solid rgba(34, 133, 200, 0.18);
        color: #000000;
        min-height: 46px;
        font-size: 14px;
    }

    .banner_section .right_form .form-control::placeholder {
        color: rgba(0, 0, 0, 0.45);
    }

    .banner_section .right_form .phone-field__prefix {
        color: #000000 !important;
        background: #FFFFFF;
        font-weight: 700;
    }

    .banner_section .right_form .phone-field__input,
    .banner_section .right_form .phone-field .phone-input {
        color: #000000 !important;
    }

    .banner_section .banner-submit-btn,
    .banner_section .right_form button.btn.main_button {
        background: #2285C8 !important;
        border: 1px solid #2285C8 !important;
        color: #ffffff !important;
        min-height: 46px;
        font-size: 15px;
        border-radius: 10px;
    }

    .banner_section .banner-consent .inp-txt {
        color: #000000;
        font-size: 10px;
        line-height: 1.45;
        opacity: 0.75;
    }

    /* Banner hero card — mobile light blue bg + black text */
    .banner_section .banner_content {
        background: rgba(34, 133, 200, 0.12);
        color: #000000;
    }

    .banner-hero-card {
        background: rgba(34, 133, 200, 0.1);
        border: 1px solid rgba(34, 133, 200, 0.22);
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
        box-shadow: none;
        padding: 18px 16px;
        border-radius: 16px;
    }

    .banner-premium__title-line {
        color: #000000 !important;
        text-shadow: none;
    }

    .banner-premium__title-accent {
        background: none !important;
        -webkit-background-clip: unset !important;
        background-clip: unset !important;
        color: #000000 !important;
    }

    .banner-tagline,
    .banner_section h2.typo {
        color: rgba(0, 0, 0, 0.78) !important;
    }

    .banner-premium__builder {
        color: #000000 !important;
        border-color: rgba(34, 133, 200, 0.35);
        background: rgba(255, 255, 255, 0.7);
    }

    .banner_section ul.key_high li {
        background: rgba(255, 255, 255, 0.85);
        border: 1px solid rgba(34, 133, 200, 0.2);
    }

    .banner_section ul.key_high li span:not(.key-check) {
        color: #000000 !important;
    }

    .banner_section .banner_content,
    .banner_section .banner-hero-card {
        color: #000000 !important;
    }

    .banner_section h1.title,
    .banner_section h1.title .banner-premium__title-line,
    .banner_section h1.title .banner-premium__title-accent,
    .banner_section .banner-premium__title-line,
    .banner_section .banner-premium__title-accent,
    .banner_section .banner-premium__builder,
    .banner_section .banner-tagline,
    .banner_section ul.key_high li,
    .banner_section ul.key_high li span:not(.key-check) {
        color: #000000 !important;
    }

    .banner_section .banner-tagline {
        color: rgba(0, 0, 0, 0.78) !important;
    }

    /* Keep badges & CTA buttons white on dark/colored fills */
    .banner_section .banner-badge,
    .banner_section .banner-badge span,
    .banner_section .price-badge,
    .banner_section .price-badge .price-label,
    .banner_section .price-badge .price-value,
    .banner_section .banner-brochure-btn {
        color: #FFFFFF !important;
    }
}