@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: #000;
    --secondory-color: #7e9e8f, serif;
}

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

body {
    font-family: "Outfit", sans-serif;
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
}

[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(240, 248, 255, 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(188, 140, 44, 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: filter 0.35s ease, max-width 0.3s ease;
}

header.site-header:not(.fixed-header) .navbar-brand img {
    filter: brightness(0) invert(1);
}

header.site-header.fixed-header .navbar-brand img {
    filter: brightness(0);
}

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, #bc8c2c, #fbe486);
    border-radius: 2px;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

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

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

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

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

header .nav-cta-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 16px !important;
    border-radius: 50px;
    background: linear-gradient(135deg, #bc8c2c 0%, #d4a84b 100%);
    color: #fff !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    letter-spacing: 0.5px;
    box-shadow: 0 4px 15px rgba(188, 140, 44, 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(188, 140, 44, 0.45);
}

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

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

header .nav-cta-outline:hover {
    background: #bc8c2c !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, #1a1a1a 0%, #333 100%);
    color: #fbe486;
    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, #004687 0%, #10532a 100% 100%);
    border-radius: 50%;
    flex-shrink: 0;
    box-shadow: 0 2px 10px rgba(188, 140, 44, 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(188, 140, 44, 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: #1a1a1a;
    border-color: rgba(188, 140, 44, 0.3);
}

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

header .header_button span {
    color: #fff;
}

header .header_button:hover {
    color: #fbe486;
    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;
}

.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(105deg,
            rgba(0, 0, 0, 0.72) 0%,
            rgba(0, 0, 0, 0.45) 42%,
            rgba(0, 0, 0, 0.15) 68%,
            rgba(0, 0, 0, 0.35) 100%);
    pointer-events: none;
}

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

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

.banner-hero-card {
    animation: bannerFadeUp 0.8s ease forwards;
}

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

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

.banner-badge {
    display: inline-block;
    padding: 6px 16px;
    background: linear-gradient(135deg, #bc8c2c, #d4a84b);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    border-radius: 50px;
    margin-bottom: 16px;
    box-shadow: 0 4px 16px rgba(188, 140, 44, 0.35);
}

.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_section h1.title::after {
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background: linear-gradient(90deg, #bc8c2c, #fbe486);
    border-radius: 2px;
    margin-top: 14px;
}

.banner-tagline,
.banner_section h2.typo {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 400;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.92);
    margin-bottom: 0;
}


.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: 24px 0 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: 560px;
}

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

.banner_section ul.key_high li:hover {
    background: rgba(188, 140, 44, 0.2);
    border-color: rgba(188, 140, 44, 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, #bc8c2c, #d4a84b);
    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: linear-gradient(135deg, rgba(26, 26, 26, 0.85), rgba(50, 50, 50, 0.75)) !important;
    padding: 14px 24px;
    border-radius: 14px;
    margin: 0;
    border: 1px solid rgba(188, 140, 44, 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: #bc8c2c;
    box-shadow: 0 12px 40px rgba(188, 140, 44, 0.25);
}

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

.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: #105329;
}

.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: 8px;
    padding: 14px 22px;
    border-radius: 50px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(0, 0, 0, 0.75) !important;
}

.banner_section .price-badge--inline .price-label {
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: none;
    color: #ffffff;
    font-weight: 500;
}

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

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

.banner_section .banner-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 14px 24px;
    border: none;
    border-radius: 50px;
    background: #105329 !important;
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.3px;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.banner_section .banner-brochure-btn:hover {
    transform: translateY(-3px);
    background: #004687 !important;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.28);
}

.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 {
    padding: 28px 24px;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: bannerFadeUp 0.8s ease 0.15s both;
}

.banner_section .form-badge {
    display: inline-block;
    padding: 4px 12px;
    background: rgba(188, 140, 44, 0.15);
    color: #bc8c2c;
    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: #1a1a1a;
    margin-bottom: 4px;
    text-align: left;
    font-weight: 700;
}

.banner_section .form_subtitle {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
    text-align: left;
}

.banner_section .right_form .form-control {
    border-radius: 10px;
    background: #f8f9fa;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    color: #1a1a1a;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.banner_section .right_form .form-control:focus {
    border-color: #bc8c2c;
    box-shadow: 0 0 0 3px rgba(188, 140, 44, 0.15);
    outline: none;
    background: #fff;
}

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

.banner_section .banner-submit-btn,
.banner_section button.btn.main_button {
    color: #fff;
    background: linear-gradient(135deg, #1a1a1a 0%, #333 100%);
    border: none;
    border-radius: 10px;
    padding: 13px 20px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.banner_section .banner-submit-btn:hover,
.banner_section button.btn.main_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    color: #fbe486;
}

.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: #777;
    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(188, 140, 44, 0.35);
    border-color: #bc8c2c;
    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: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 5px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.banner_section .banner-indicators li.active {
    background: #bc8c2c;
    transform: scale(1.3);
}

.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 #55A630;
    color: #55A630;
}

.banner_section .bottom_content .item {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #55A630;
    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: #506356;
    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: #bc8c2c;
    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 #55A630;
}

.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: #105fc7;
    transition: 0.50s;
}

.price_section .banner_btn button {
    background-color: #506356;
    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, #f8fafb 0%, #fff 50%, #f8fafb 100%);
    overflow: hidden;
}


.overview::after {
    content: attr(data-name);
    font-size: clamp(60px, 8vw, 100px);
    position: absolute;
    line-height: 1;
    color: #1a1a1a;
    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, #bc8c2c, #d4a84b);
    color: #fff;
    padding: 16px 20px;
    border-radius: 14px;
    text-align: center;
    box-shadow: 0 8px 30px rgba(188, 140, 44, 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(188, 140, 44, 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: #1a1a1a;
    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(188, 140, 44, 0.1);
    border: 1px solid rgba(188, 140, 44, 0.25);
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #506356;
    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 #eee;
    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(188, 140, 44, 0.4);
    box-shadow: 0 8px 28px rgba(188, 140, 44, 0.12);
}

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

.overview-stat .stat-label {
    font-size: 11px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-top: 4px;
}

.overview-text p {
    line-height: 1.75;
    color: #555;
    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: #555;
    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(188, 140, 44, 0.25);
    color: #fbe486 !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, #f7f9fb 0%, #ffffff 55%, #f7f9fb 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(188, 140, 44, 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: #111;
    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: #1a1a1a;
    margin-bottom: 10px;
}

.highlight-subtitle {
    font-size: 15px;
    color: #666;
    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(188, 140, 44, 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: #506356;
    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: #004687;
    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 #ececec;
    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(188, 140, 44, 0.35);
    box-shadow: 0 10px 28px rgba(188, 140, 44, 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, #bc8c2c, #d4a84b);
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(188, 140, 44, 0.3);
    flex-shrink: 0;
}

.highlight_section .highlight_point {
    padding: 0;
    text-transform: none;
    font-size: 14px;
    line-height: 1.55;
    color: #444;
    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: #fff0c6;
    letter-spacing: 0.5px;
}

.highlight-visual__deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100px;
    border: 3px solid rgba(188, 140, 44, 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: #6d6d6d;
    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: #F0F8FF;
    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: #bc8c2c;
    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: #F0F8FF
}

.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: #6d6d6d;
    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: #506356;
    background-color: #506356;
    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 #1a1a1a;
    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: #1a1a1a;
    color: #fff;
    z-index: 2;
}

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

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

/* .floor_plan::after {
    content: attr(data-name);
    font-size: 80px;
    position: absolute;
    line-height: 100px;
    color: #6d6d6d;
    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 #c8b4b4;
    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: #F0F8FF
}

.location_section .card-body p {
    display: flex;
    justify-content: space-between;
    background-color: #F0F8FF;
    color: #020202;
    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: #fbe486;
    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: #bc8c2c;
    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: #F0F8FF;
    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 #4d4b43;
    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: #bc8c2c;
}

/* 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: #1a1a1a;
}

.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: #333;
    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: #333;
    font-weight: 500;
    position: relative;
    text-align: left;
    border: none;
    box-shadow: 0 0 0 0 #435f54;
    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 {
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    gap: 8px;
    background: rgba(0, 0, 0, 0.9) !important;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
}

.mobile-cta-v4 .cta-btn {
    flex: 1;
    margin: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    border-radius: 10px !important;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid transparent;
    box-shadow: none !important;
}

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

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

.mobile-cta-v4 .whatsapp-btn {
    background: #ffffff !important;
    border-color: #ffffff !important;
    color: #000000 !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: brightness(0) !important;
        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: #105329 !important;
        border-radius: 0 0 0 14px;
        z-index: 1003;
    }

    header.fixed-header .mobile-trigger,
    header.site-header:not(.fixed-header) .mobile-trigger {
        background: #105329 !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: #105329 !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, #1a1a1a 0%, #2d2d2d 50%, #1a1a1a 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, #1a1a1a 0%, #2d2d2d 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: #105329;
        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: #bc8c2c;
        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: #fbe486;
        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(188, 140, 44, 0.15);
        border: 1px solid rgba(188, 140, 44, 0.4);
        border-radius: 12px;
        color: #fbe486 !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: #fff;
        padding: 20px 16px 10px;
        max-width: 100%;
        background: linear-gradient(180deg, #1a1a1a 0%, #2a2a2a 100%);
    }

    .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: #1a1a1a;
        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.1);
        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: #fff;
        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;
    }

    .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: #1a1a1a;
    }

    .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: #F0F8FF;
    }

    .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;
}

.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: #bc8c2c;
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

.redBrochure {
    color: red;
}

.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: red;
    font-size: 12px;
    display: none;
    margin-top: 4px;
}

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: #bc8c2c !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: #bc8c2c !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: #0d5725;
    /* 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: #2D3A3A;
    /* 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: #0b3a82;
    /* 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, #f97316, #ec4899);
    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: #f7f7f7;
    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: #333;
}

/* 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: #f9f9f9;
}

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

@keyframes colorChange {
    0% {
        color: red;
    }

    50% {
        color: #000;
    }

    100% {
        color: red;
    }
}

/* 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, #294554, #f7e0b3, #294554, #f7e0b3);
    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 */

/* =========================================================
   4-COLOR PALETTE OVERRIDE (DESIGN/LAYOUT UNCHANGED)
   Only: #004687, #105329, #000000, #FFFFFF
   ========================================================= */
:root {
    --brand-blue: #004687;
    --brand-green: #105329;
    --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(0, 70, 135, 0.08) 0%, transparent 22%),
        radial-gradient(circle at 85% 85%, rgba(16, 83, 41, 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, #004687 0%, #105329 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: #004687 !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: #105329 !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, #004687 0%, #105329 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: split layout + center slider ===== */
.amenities-v5.amenities_section {
    display: block !important;
    flex-direction: unset !important;
    align-items: unset !important;
    background: linear-gradient(105deg, #ffffff 0%, #f3f7fb 52%, #e9eef3 100%) !important;
    overflow: hidden;
    position: relative;
}

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

.amenities-v5 {
    background: linear-gradient(105deg, #ffffff 0%, #f3f7fb 52%, #e9eef3 100%) !important;
    overflow: hidden;
}

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

.amenities-v5 .container {
    max-width: 1320px;
    width: 100%;
}

.amenities-v5__row {
    row-gap: 28px;
    align-items: center !important;
    height: auto !important;
}

.amenities-v5__content {
    padding-right: 24px;
}

.amenities-v5__content .pro_title {
    color: #004687 !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
    margin-bottom: 14px;
}

.amenities-v5__title {
    margin: 0 0 18px;
    font-size: clamp(38px, 4.8vw, 58px);
    line-height: 1.08;
    font-weight: 700;
    color: #000000 !important;
    letter-spacing: -0.5px;
}

.amenities-v5__sub {
    margin: 0 0 28px;
    max-width: 420px;
    color: #000000 !important;
    opacity: 0.72;
    font-size: 15px;
    line-height: 1.7;
}

.amenities-v5__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 34px;
    border-radius: 999px;
    background: linear-gradient(135deg, #004687 0%, #105329 100%) !important;
    color: #ffffff !important;
    border: none !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(0, 70, 135, 0.22);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.amenities-v5__btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 30px rgba(16, 83, 41, 0.28);
    color: #ffffff !important;
}

.amenities-v5__slider-col {
    min-width: 0;
}

.amenities-v5__slider-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.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: 18px 6px 24px !important;
    background: transparent;
}

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

.amenities-v5__slider .slick-slide {
    padding: 0 14px;
    height: auto;
    box-sizing: border-box;
    opacity: 0.82;
    transition: opacity 0.35s ease;
}

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

.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: 290px;
    border-radius: 6px;
    overflow: hidden;
    border: none;
    background: transparent;
    box-shadow: 0 8px 20px rgba(0, 70, 135, 0.1);
    transition: height 0.45s ease, transform 0.45s ease, box-shadow 0.45s ease;
}

.amenities-v5 .slick-center .amenity-card {
    height: 380px;
    transform: translateY(-8px);
    box-shadow: 0 12px 28px rgba(0, 70, 135, 0.14);
}

.amenities-v5 .amenity-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 6px;
}

.amenities-v5 .amenity-card__overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
    padding: 0 12px 18px 20px;
    background: none;
    pointer-events: none;
    border-radius: 6px;
}

.amenities-v5 .amenity-card__text {
    width: 100%;
    max-width: 100%;
    background: #00000085;
    padding: 12px 14px;
    border-radius: 6px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
    margin-left: -4px;
}

.amenities-v5 .amenity-card__overlay h2 {
    margin: 0 0 6px;
    font-size: clamp(16px, 1.5vw, 20px);
    line-height: 1.3;
    font-weight: 700;
    color: #ffffff !important;
    text-shadow: none;
}

.amenities-v5 .amenity-card__tag {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin: 0;
    font-size: 10px;
    font-weight: 600;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #ffffff !important;
    text-shadow: none;
}

.amenities-v5 .amenity-card__tag span {
    color: #ffffff !important;
}

.amenities-v5 .amenity-card__tag img {
    width: 11px;
    height: 11px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

@media (max-width: 991px) {
    .amenities-v5__content {
        padding-right: 0;
        text-align: center;
        margin-bottom: 8px;
    }

    .amenities-v5__sub {
        margin-left: auto;
        margin-right: auto;
    }

    .amenities-v5 .slick-center .amenity-card {
        height: 340px;
    }

    .amenities-v5 .amenity-card {
        height: 270px;
    }
}

@media (max-width: 575px) {
    .amenities-v5__title {
        font-size: 34px;
    }

    .amenities-v5__sub {
        font-size: 14px;
    }

    .amenities-v5 .slick-center .amenity-card {
        height: 310px;
    }

    .amenities-v5 .amenity-card {
        height: 250px;
    }
}

/* ===== Price V4: creative premium cards ===== */
.price-v4 {
    background: linear-gradient(145deg, #004687 0%, #105329 100%) !important;
    text-align: center;
}

.price-v4::after {
    color: #004687 !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;
}

.price-v4 .price-card-v4 {
    height: 100%;
    border-radius: 18px;
    border: 1px solid rgba(0, 70, 135, 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(16, 83, 41, 0.52);
    box-shadow: 0 18px 42px rgba(0, 70, 135, 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, #004687, #105329) !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(0, 70, 135, 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: #105329 !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: #004687 !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_btn button {
    width: 100%;
    border-radius: 10px !important;
    border: 1px solid #004687 !important;
    background: #004687 !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: #105329 !important;
    border-color: #105329 !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, #ffffff 0%, #f7fbff 50%, #ffffff 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(0, 70, 135, 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(16, 83, 41, 0.55) !important;
    box-shadow: 0 18px 40px rgba(0, 70, 135, 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(0, 70, 135, 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: #105329 !important;
    border-color: #105329 !important;
}

.floor-v4 .floor_plan_card .title {
    margin-top: 12px !important;
    margin-bottom: 0 !important;
    border-radius: 12px !important;
    background: linear-gradient(135deg, #004687, #105329) !important;
    color: #ffffff !important;
    padding: 12px 10px !important;
    font-size: 16px !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 #004687 !important;
    background: #004687 !important;
    color: #ffffff !important;
    padding: 12px 30px !important;
    font-weight: 600;
}

.floor-v4 .banner_btn button:hover {
    background: #105329 !important;
    border-color: #105329 !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, #004687 0%, #000000 62%, #105329 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%, #105329 0%, #004687 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: #105329 !important;
    border: 1px solid #105329 !important;
    color: #ffffff !important;
    padding: 12px 24px !important;
    font-weight: 600;
}

.virtual-v6__cta button:hover {
    background: #004687 !important;
    border-color: #004687 !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(0, 70, 135, 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: #004687;
    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%, #004687 55%, #105329 100%) !important;
    padding: 70px 0 26px !important;
}

.virtual-v7 .container {
    max-width: 1280px;
}

.virtual-v7__stage {
    position: relative;
}

.virtual-v7__media .video-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 16/9;
    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;
}

.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));
}

.virtual-v7__media .video-wrapper iframe {
    width: 100%;
    height: 100%;
    border: none;
    display: block;
}

.virtual-v7__badge {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    background: #105329;
    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 {
        border-radius: 14px;
    }

    .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, #f7fbff 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(0, 70, 135, 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(0, 70, 135, 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(0, 70, 135, 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(16, 83, 41, 0.45);
    box-shadow: 0 10px 20px rgba(0, 70, 135, 0.12);
}

.location-v4__item .time {
    min-width: 72px;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #004687, #105329);
    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;
    }
}

/* ===== Contact V4 ===== */
.contact-v4 {
    background: linear-gradient(180deg, #ffffff 0%, #f7fbff 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(0, 70, 135, 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, #004687 0%, #105329 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: #004687 !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%, #004687 58%, #105329 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;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    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%, #f1f8ff 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(0, 70, 135, 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(0, 70, 135, 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(16, 83, 41, 0.5) !important;
    box-shadow: 0 16px 32px rgba(0, 70, 135, 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 V4 (Enquiry Popup) ===== */
#exampleModal1 .modal-dialog {
    max-width: 560px;
}

#exampleModal1 .modal-v4__content {
    border: none;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(155deg, #ffffff 0%, #f3f9ff 100%);
    box-shadow: 0 24px 48px rgba(0, 0, 0, 0.28);
}

#exampleModal1 .modal-v4__header {
    justify-content: center !important;
    border-bottom: 1px solid rgba(0, 70, 135, 0.18);
    background: linear-gradient(135deg, #004687, #105329);
    padding: 22px 20px 18px;
    position: relative;
}

#exampleModal1 .modal-title {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: clamp(24px, 2.6vw, 30px);
    line-height: 1.25;
}

#exampleModal1 .redBrochure {
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal1 .modal-header .close {
    right: 12px;
    top: 8px;
    color: #ffffff;
    text-shadow: none;
    opacity: 0.95;
}

#exampleModal1 .modal-body {
    padding: 20px 20px 18px;
}

#exampleModal1 .form-control {
    border-radius: 10px;
    border: 1px solid rgba(0, 70, 135, 0.28);
    background: #ffffff;
    color: #000000 !important;
    padding: 12px 14px;
}

#exampleModal1 .form-control::placeholder {
    color: rgba(0, 0, 0, 0.68) !important;
}

#exampleModal1 .submit_btn.main_button {
    border-radius: 10px !important;
    border: 1px solid #004687 !important;
    background: #004687 !important;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal1 .submit_btn.main_button:hover {
    background: #105329 !important;
    border-color: #105329 !important;
}

#exampleModal1 .modal-v4__consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 4px;
}

#exampleModal1 .modal-v4__consent input[type="checkbox"] {
    margin-top: 3px;
}

#exampleModal1 .modal-v4__consent .inp-txt {
    margin: 0;
    color: #000000 !important;
    font-size: 11px !important;
    line-height: 1.45;
}

/* ===== 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%, #f3f9ff 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(0, 70, 135, 0.18);
    background: linear-gradient(135deg, #004687, #105329);
    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(0, 70, 135, 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 #004687 !important;
    background: #004687 !important;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal2 .submit_btn.main_button:hover {
    background: #105329 !important;
    border-color: #105329 !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(16, 83, 41, 0.25);
    background: linear-gradient(135deg, #105329, #004687);
    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(16, 83, 41, 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 #105329 !important;
    background: #105329 !important;
    color: #ffffff !important;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#exampleModal9 .submit_btn.main_button:hover {
    background: #004687 !important;
    border-color: #004687 !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(0, 70, 135, 0.2);
    margin: -16px -16px 14px;
    padding: 18px 16px 14px;
    background: linear-gradient(135deg, #004687, #105329);
    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(0, 70, 135, 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: #004687 !important;
    border: 1px solid #004687 !important;
    color: #ffffff !important;
    border-radius: 10px !important;
    font-weight: 600;
}

#onload1 .submit_btn.main_button:hover {
    background: #105329 !important;
    border-color: #105329 !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(0, 70, 135, 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(0, 70, 135, 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: #105329 !important;
    border: 1px solid #105329 !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 {
        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:not(.fixed-header) .navbar-brand img,
    header.site-header.fixed-header .navbar-brand img {
        filter: brightness(0) !important;
    }
}

/* ===== Mobile section fixes: amenities, overview, banner ===== */
@media (max-width: 767px) {
    /* Amenities slider */
    .amenities-v5,
    .amenities-v5.amenities_section {
        overflow: visible !important;
    }

    .amenities-v5__row {
        row-gap: 0 !important;
    }

    .amenities-v5__content {
        margin-bottom: 0 !important;
        padding-bottom: 4px;
    }

    .amenities-v5__title {
        margin-bottom: 10px;
    }

    .amenities-v5__sub {
        margin-bottom: 0;
    }

    .amenities-v5__slider-col {
        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;
        padding: 0 12px;
        height: auto;
    }

    .amenities-v5 .amenity-card,
    .amenities-v5 .slick-center .amenity-card {
        height: 240px;
        transform: none;
        box-shadow: 0 6px 16px rgba(0, 70, 135, 0.12);
    }

    .amenities-v5 .amenity-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .amenities-v5 .amenity-card__overlay {
        padding: 0 10px 12px 10px;
    }

    .amenities-v5 .amenity-card__text {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 12px;
    }

    .amenities-v5 .amenity-card__overlay h2 {
        font-size: 15px;
        line-height: 1.25;
        word-break: break-word;
    }

    .amenities-v5 .amenity-card__tag {
        font-size: 9px;
    }

    /* 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 #004687;
        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: #105329;
        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(0, 70, 135, 0.14);
        border-radius: 16px;
        box-shadow: 0 10px 28px rgba(0, 0, 0, 0.08);
        padding: 20px 16px;
    }

    .banner_section .form-badge {
        background: #105329;
        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: #f5f7f6;
        border: 1px solid rgba(0, 70, 135, 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 .banner-submit-btn,
    .banner_section .right_form button.btn.main_button {
        background: #004687 !important;
        border: 1px solid #004687 !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_section .banner_content {
        background: linear-gradient(180deg, #004687 0%, #105329 100%);
    }
}