@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.html);
    src: url(../fonts/eicons-2.html) format("embedded-opentype"), url(../fonts/eicons.woff2) format("woff2"), url(../fonts/eicons.html) format("woff"), url(../fonts/eicons-3.html) 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
}

[data-toggle="modal"] {
    cursor: pointer;
}

body {
    font-family: "Outfit", sans-serif;
}

img {
    max-width: 100%
}

.ptb {
    padding: 70px 70px
}

.ptb-40 {
    padding: 40px 0;
}

/* header section start here */

header {
    position: absolute;
    top: 0;
    z-index: 999;
    background-color: transparent;
    width: 100%
}

header .container {
    max-width: 90%
}

header .navbar-brand img {
    width: 100%;
    max-width: 140px;
    filter: invert(1) brightness(100);
}

header .header-wrapper {
    display: flex;
    width: 100%;
    position: relative;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

header .navbar-nav {
    flex-direction: row
}

header ul li {
    padding: 0 14px
}

header ul li a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

header .header_button {
    padding: 12px 30px;
    border: none;
    background: var(--primary-color);
    color: #fbe486;
    border-radius: 10px;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header_button.register-online-btn {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.4px;
    white-space: nowrap;
    cursor: pointer;
    background: #0d5725;
    color: #fde68a;
    transition: background 0.2s, color 0.2s;
}

.header_button.register-online-btn:hover {
    background: #dfa317;
    color: #1a1200;
}

.header_button.register-online-btn .blink-text {
    animation: registerOnlineBlink 1.2s ease-in-out infinite;
}

@keyframes registerOnlineBlink {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.35; }
}

header .navbar-nav .nav-link:hover {
    color: var(--primary-color)
}

header.fixed-header {
    position: fixed;
    background: linear-gradient(180deg, #f7f5f0 0%, #fff 100%)
}

header.fixed-header .navbar-brand img {
    filter: unset;
}

header.fixed-header .navbar-nav .nav-link {
    color: var(--primary-color)
}

/* header section ends here */

/* banner section start here */

.banner_section .banner_content {
    position: absolute;
    top: 20%;
    left: 7%;
    color: #fff;
    z-index: 9;
}

.banner_section .carousel-inner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 1%;
    transition: background .3s ease 0s, border-radius .3s ease 0s, opacity .3s ease 0;
    content: "";
    z-index: 1
}

.banner_section .side_content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #00000054;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    writing-mode: vertical-rl;
    z-index: 9
}

.banner_section .my-box {
    height: 100%;
    width: 100%
}

.banner_section .my-box ul {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    list-style: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 18px
}

.banner_section .my-box ul li {
    transform: rotate(180deg);
    display: flex;
    align-items: center
}

.banner_section .location {
    transform: rotate(268deg)
}

.banner_section h1.title {
    font-size: 55px;
    /* font-family:var(--secondory-font); */
    padding: 5px 0;
    margin-bottom: 0;
    font-weight: 400;
}

.banner_section .icon_img {
    transform: rotate(90deg);
    width: 100%
}

.banner_section .call_img {
    filter: invert(1)
}

.banner_section .my-box ul li a {
    color: #fff
}

.banner_section .my-box ul li span {
    padding-top: 10px
}

.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;
    /* font-family:var(--secondory-font); */
    letter-spacing: 1px;
    margin-bottom: 0;
    font-weight: 600
}

.banner_section .right_form {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 22%;
    height: auto;
    z-index: 9;
    border-radius: 10px;
    border: 0;
}

.banner_section .form_sec {
    padding: 15px 15px;
    background: #ffffff8a;
    /* opacity:.95; */
    backdrop-filter: blur(25px);
}

.banner_section h2.typo {
    /* letter-spacing:2px; */
    font-weight: 500;
    font-size: 30px;
}

.banner_section ul.key_high {
    margin: 15px 0 0;
    padding: 10px 0 0
}

.banner_section ul.key_high li {
    list-style: none;
    padding: 5px 0;
    /* letter-spacing:1.1px; */
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 14px
}

.banner_section ul.key_high li img {
    padding-right: 8px;
    left: 12px;
    /* position:absolute; */
    filter: brightness(5.5);
}

.banner_section.banner_btn {
    margin-top: 30px
}

.banner_btn button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border: none;
    background-color: #ffffffa8;
    color: #fff;
    /* text-transform:uppercase; */
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(25px);
    background-color: #2D6A4F;
}

.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 ul.key_high li span {
    background: #000000a6;
    /* padding:8px 15px 8px 45px; */
    /* border-radius:10px; */
    color: #ffffff;
    /* backdrop-filter: blur(25px); */
    padding: 1px 7px;
}

.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 h2.form_title {
    font-size: 36px;
    color: #000000;
    margin-bottom: 15px;
    text-align: center;
}

.banner_section .right_form .form-control {
    border-radius: 0;
    background-color: rgba(255, 255, 255, 0.85);
    padding: 12px 15px;
    border: none;
    background: transparent;
    border: 1px solid #000000;
    color: #000000;
    border-radius: 8px;
}

.banner_section button.btn.main_button {
    color: #fff;
    background: #000;
}

.banner_section .right_form .form-control::placeholder {
    color: #000000;
}

button.btn.main_button {
    background: transparent;
    border-radius: 9px;
    border: 1px solid #fff;
    color: #fff;
    display: inline-block;
    width: 100%
}

.form-control::placeholder {
    color: var(--primary-color)
}

.banner_section .carousel_btns {
    position: relative;
    height: 100%;
    z-index: 9
}

.banner_section .carousel_btns button {
    width: 80px;
    height: 80px;
    background: #000000c7;
    opacity: 1;
    border-radius: 10px;
}

.banner_section .carousel_btns img {
    max-width: 35px;
}

.banner_section .carousel-control-prev {
    left: 66%;
    top: unset
}

.banner_section .carousel-control-next {
    left: unset;
    top: unset;
    right: 25%
}

/* .carousel-item img {height: 100vh;} */

.banner-img {
    height: 100vh;
    width: 100vw;
    object-fit: cover;
}

.banner_section .bottom_content .item .inner p {
    display: flex;
    flex-direction: column;
}

/* banner section end here */

.item_wrap {
    padding: 20px;
    background-color: #fff;
}

.item_wrap:hover {
    background-color: #55A630;
    transition: 0.50s;
}

.price_section .banner_btn button {
    background-color: #2D6A4F;
    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-image: url(../images/download.png);
    background-position: center center;
    background-size: 100%
}

.overview::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;
}

.overview .row {
    align-items: center
}

.overview .img_section {
    position: relative;
    overflow: unset;
    padding-top: 60px;
    padding-bottom: 60px
}

.overview .first_img {
    padding: 5px;
    margin-right: 0;
    z-index: 1;
    position: absolute;
    top: 0;
    left: -49px;
    width: 60%;
    height: 180px;
    object-fit: cover;
    background-color: #fff
}

.overview .second_img {
    margin-left: 150px;
    margin-top: 20px;
    position: relative
}

.overview .second_img::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 60px;
    top: 60px;
    border: 5px solid #f8f8f8;
    z-index: -1
}

.overview .content_section p {
    line-height: 1.6;
    color: #777
}

.overview .title_section h3.title {
    font-weight: 600
}
.overview .title_section h3.title span{
    font-size: 18px;
}
.title_section h4.pro_title {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
    color: #ddae58;
}

.title_section .pro_title::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -70px;
    height: 1px;
    width: 60px;
    background-color: #55A630;
}

.overview .banner_btn button {
    font-size: 18px;
    font-family: 'Outfit';
    text-transform: capitalize;
    letter-spacing: 1px;
}

.overview .image_section img {
    width: 100%;
    max-width: 100%;
    width: 100%;
    max-width: 100%
}

/* overview section ends here */

/* heighlight section start here */

.highlight_section {
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #f8f8f8;
    z-index: 1
}

.highlight_section ul {
    padding: 0;
    list-style: none;
    margin: 0
}

.highlight_section ul li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.highlight_section span.number {
    box-shadow: #e2e2e3 0 0 0 5px inset;
    font-size: 20px;
    font-weight: 700;
    color: #212529;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    /* width:70px; */
    /* height:70px; */
    /* line-height:70px; */
    padding: 10px 16px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
}

.highlight_section .highlight_point {
    padding-left: 8px;
    text-transform: uppercase;
}

.highlight_section .content_section ul {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: 30px
}

.highlight_section .row {
    align-items: center
}

.highlight_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;
}

/* 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: #55A630;
    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;
    width: 100%;
    height: 100%;
    top: -10px;
    left: 10px;
    position: absolute
}

.amenities_section .amenities_wrapper .title h2 {
    font-weight: 600;
    letter-spacing: 1px
}

.amenities_section .row {
    align-items: center;
    height: 100%
}

.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: #55A630;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 10px
}

.floor_plan .img_sec {
    border: 1px solid var(--primary-color);
    padding: 8px;
    border-radius: 14px
}

.floor_plan .img_sec img {
    cursor: pointer;
    filter:blur(4px);
}

.floor_plan.ptb .title_section {
    margin-bottom: 40px
}

.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: 15px
}

/* ===== Floor Plan v2 ===== */
.floor_plan.floor-plan-v2 {
    background: linear-gradient(180deg, #f7f5f0 0%, #fff 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
}

.floor_plan.floor-plan-v2::after {
    display: none;
}

.floor_plan.floor-plan-v2 .fp-v2-header {
    max-width: 640px;
    margin: 0 auto 40px;
}

.floor_plan.floor-plan-v2 .fp-v2-header .pro_title {
    display: inline-block;
    color: #0d5725;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.floor_plan.floor-plan-v2 .fp-v2-header .pro_title::before {
    display: none;
}

.floor_plan.floor-plan-v2 .fp-v2-header .title {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0;
}

.fp-v2-visual {
    position: relative;
    max-width: 820px;
    margin: 0 auto 36px;
    padding: 16px 16px 16px 0;
}

.fp-v2-frame {
    position: absolute;
    top: 0;
    right: 0;
    width: 92%;
    height: 90%;
    border: 3px solid #dfa317;
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}

.fp-v2-img-wrap {
    position: relative;
    z-index: 2;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(13, 87, 37, 0.15);
    background: #0d5725;
    border: 3px solid #0d5725;
}

.fp-v2-img-wrap img {
    width: 100%;
    height: auto;
    min-height: 280px;
    object-fit: cover;
    display: block;
    filter: blur(6px);
    -webkit-filter: blur(6px);
    transform: scale(1.06);
    cursor: pointer;
    transition: filter 0.35s ease;
}

.fp-v2-overlay {
    position: absolute;
    inset: 0;
    background: rgba(13, 87, 37, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.fp-v2-view-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0d5725;
    color: #dfa317;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 12px;
    border: 2px solid #dfa317;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.3);
    transition: background 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.fp-v2-view-btn:hover {
    background: #dfa317;
    color: #1a1200;
    transform: translateY(-2px);
    text-decoration: none;
}

.fp-v2-img-wrap:hover img {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.fp-v2-cta.banner_btn button {
    background: #0d5725 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 700;
    transition: all 0.25s ease;
}

.fp-v2-cta.banner_btn button:hover {
    background: #dfa317 !important;
    color: #1a1200 !important;
}

@media (max-width: 767px) {
    .floor_plan.floor-plan-v2 .fp-v2-header {
        margin-bottom: 28px;
    }

    .fp-v2-visual {
        padding: 0;
        margin-bottom: 28px;
    }

    .fp-v2-frame {
        width: 95%;
        height: 88%;
        right: 8px;
    }

    .fp-v2-img-wrap {
        border-radius: 14px;
    }

    .fp-v2-img-wrap img {
        min-height: 220px;
    }

    .fp-v2-overlay {
        padding: 16px;
    }

    .fp-v2-view-btn {
        font-size: 13px;
        padding: 10px 22px;
    }

    .fp-v2-cta.banner_btn button {
        width: 100%;
        max-width: 320px;
    }
}

.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;
}

.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;
}

/* 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: 1px solid #F0F8FF;
    padding: 5px;
    border-radius: 15px;
    box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px, rgba(17, 17, 26, 0.05) 0 8px 32px;
    height: 200px;
    width: 100%;
    object-fit: cover;
}

/* ===== Gallery v6 — Creative Mosaic ===== */
#gallery.gallery-v6,
.gallery_section.gallery-v6 {
    position: relative;
    display: block;
    background: #faf8f4;
    overflow: hidden;
}

.gallery_section.gallery-v6 .gal-v6-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 8% 18%, rgba(223, 163, 23, 0.14) 0%, transparent 42%),
        radial-gradient(circle at 92% 78%, rgba(13, 87, 37, 0.1) 0%, transparent 45%),
        repeating-linear-gradient(
            -12deg,
            transparent,
            transparent 48px,
            rgba(13, 87, 37, 0.03) 48px,
            rgba(13, 87, 37, 0.03) 49px
        );
}

.gallery_section.gallery-v6 .container {
    position: relative;
    z-index: 1;
}

.gallery_section.gallery-v6 .gal-v6-head {
    display: grid;
    grid-template-columns: minmax(180px, 260px) 1fr;
    gap: 28px 40px;
    align-items: end;
    padding-bottom: 44px;
    text-align: left;
}

.gallery_section.gallery-v6 .gal-v6-head .pro_title::before {
    display: none;
}

.gallery_section.gallery-v6 .gal-v6-eyebrow {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 8px;
}

.gallery_section.gallery-v6 .gal-v6-head .pro_title {
    font-size: clamp(2rem, 4vw, 2.75rem);
    font-weight: 800;
    color: #0d5725;
    margin: 0;
    line-height: 1;
    letter-spacing: -0.02em;
}

.gallery_section.gallery-v6 .gal-v6-title {
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    font-weight: 600;
    color: #2a2a2a;
    line-height: 1.45;
    margin: 0;
    padding-left: 24px;
    border-left: 4px solid #dfa317;
}

.gal-v6-mosaic {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 220px 220px;
    gap: 14px;
}

.gal-v6-cell {
    position: relative;
    margin: 0;
    height: 100%;
    min-height: 0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 32px rgba(13, 87, 37, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.gal-v6-cell-hero {
    grid-column: 1 / span 5;
    grid-row: 1 / span 2;
}

.gal-v6-cell:nth-child(2) {
    grid-column: 6 / span 3;
    grid-row: 1;
}

.gal-v6-cell:nth-child(3) {
    grid-column: 9 / span 4;
    grid-row: 1;
}

.gal-v6-cell-wide:nth-child(4) {
    grid-column: 6 / span 4;
    grid-row: 2;
}

.gal-v6-cell-wide:nth-child(5) {
    grid-column: 10 / span 3;
    grid-row: 2;
}

.gal-v6-cell::before,
.gal-v6-cell::after {
    content: "";
    position: absolute;
    width: 28px;
    height: 28px;
    z-index: 2;
    pointer-events: none;
    opacity: 0.85;
    transition: opacity 0.35s ease;
}

.gal-v6-cell::before {
    top: 14px;
    left: 14px;
    border-top: 3px solid #dfa317;
    border-left: 3px solid #dfa317;
}

.gal-v6-cell::after {
    bottom: 14px;
    right: 14px;
    border-bottom: 3px solid #dfa317;
    border-right: 3px solid #dfa317;
}

.gal-v6-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.gal-v6-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1), filter 0.4s ease;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    filter: saturate(0.95);
}

.gal-v6-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(145deg, rgba(13, 87, 37, 0.15) 0%, rgba(6, 42, 20, 0.72) 100%);
    opacity: 0.35;
    transition: opacity 0.35s ease;
}

.gal-v6-meta {
    position: absolute;
    left: 18px;
    right: 18px;
    bottom: 16px;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.gal-v6-index {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    color: #fff;
    background: rgba(13, 87, 37, 0.88);
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid rgba(223, 163, 23, 0.45);
}

.gal-v6-action {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1200;
    background: #dfa317;
    padding: 8px 14px;
    border-radius: 999px;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.gal-v6-action i {
    font-style: normal;
    margin-left: 2px;
}

.gal-v6-cell:hover {
    transform: translateY(-6px) scale(1.01);
    box-shadow: 0 20px 44px rgba(13, 87, 37, 0.22);
    z-index: 4;
}

.gal-v6-cell:hover::before,
.gal-v6-cell:hover::after {
    opacity: 1;
}

.gal-v6-cell:hover img {
    transform: scale(1.08);
    filter: saturate(1.05);
}

.gal-v6-cell:hover .gal-v6-shade {
    opacity: 0.65;
}

.gal-v6-cell:hover .gal-v6-action {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 991px) {
    .gallery_section.gallery-v6 .gal-v6-head {
        grid-template-columns: 1fr;
        gap: 16px;
        padding-bottom: 32px;
    }

    .gallery_section.gallery-v6 .gal-v6-title {
        padding-left: 16px;
    }

    .gal-v6-mosaic {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto;
    }

    .gal-v6-cell-hero,
    .gal-v6-cell:nth-child(2),
    .gal-v6-cell:nth-child(3),
    .gal-v6-cell-wide:nth-child(4),
    .gal-v6-cell-wide:nth-child(5) {
        grid-column: auto;
        grid-row: auto;
    }

    .gal-v6-cell-hero {
        grid-column: 1 / -1;
    }

    .gal-v6-link {
        height: 220px;
    }

    .gal-v6-cell-hero .gal-v6-link {
        height: 280px;
    }

    .gal-v6-action {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .gal-v6-mosaic {
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .gal-v6-link,
    .gal-v6-cell-hero .gal-v6-link {
        height: 210px;
    }

    .gal-v6-cell:hover {
        transform: none;
    }
}

/* ===== Location v2 — Connectivity Timeline ===== */
#location.location-v2,
.location_section.location-v2 {
    position: relative;
    background: #f4f9f6;
    overflow: hidden;
}

.location_section.location-v2 .loc-v2-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 85% 20%, rgba(223, 163, 23, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(13, 87, 37, 0.08) 0%, transparent 45%);
}

.location_section.location-v2 .container {
    position: relative;
    z-index: 1;
}

.loc-v2-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.loc-v2-map-card {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 20px 50px rgba(13, 87, 37, 0.15);
    border: 3px solid rgba(13, 87, 37, 0.12);
    transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.loc-v2-map-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 28px 60px rgba(13, 87, 37, 0.22);
}

.loc-v2-map-tag {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 3;
    background: #0d5725;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 16px;
    border-radius: 999px;
    border: 2px solid #dfa317;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}

.loc-v2-map-link {
    display: block;
    position: relative;
}

.loc-v2-map-link img {
    width: 100%;
    height: auto;
    display: block;
    min-height: 340px;
    object-fit: cover;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.loc-v2-map-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 50%, rgba(6, 42, 20, 0.75) 100%);
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 28px;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.loc-v2-map-btn {
    background: #dfa317;
    color: #1a1200;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 999px;
    transform: translateY(12px);
    transition: transform 0.35s ease;
}

.loc-v2-map-btn i {
    font-style: normal;
    margin-left: 4px;
}

.loc-v2-map-card:hover .loc-v2-map-overlay {
    opacity: 1;
}

.loc-v2-map-card:hover .loc-v2-map-btn {
    transform: translateY(0);
}

.loc-v2-head {
    text-align: left;
    padding-bottom: 28px;
}

.location_section.location-v2 .loc-v2-head .pro_title::before {
    display: none;
}

.loc-v2-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 10px;
}

.location_section.location-v2 .loc-v2-head .pro_title {
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 800;
    color: #0d5725;
    margin-bottom: 10px;
}

.location_section.location-v2 .loc-v2-head .title {
    font-size: clamp(1.05rem, 1.8vw, 1.35rem);
    font-weight: 600;
    color: #333;
    line-height: 1.45;
    margin: 0;
}

.loc-v2-timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-left: 28px;
}

.loc-v2-timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 18px;
    bottom: 18px;
    width: 3px;
    background: linear-gradient(180deg, #dfa317 0%, #0d5725 100%);
    border-radius: 999px;
}

.loc-v2-item {
    position: relative;
    display: flex;
    align-items: center;
}

.loc-v2-dot {
    position: absolute;
    left: -28px;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 3px solid #dfa317;
    border-radius: 50%;
    box-shadow: 0 0 0 4px rgba(223, 163, 23, 0.2);
    z-index: 2;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-v2-card {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 16px;
    background: #fff;
    border-radius: 16px;
    padding: 14px 18px;
    border: 1px solid rgba(13, 87, 37, 0.1);
    box-shadow: 0 6px 20px rgba(13, 87, 37, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.loc-v2-time {
    flex-shrink: 0;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #0d5725 0%, #147a35 100%);
    color: #fff;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    line-height: 1;
    font-size: 18px;
    font-weight: 800;
}

.loc-v2-time span {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    opacity: 0.85;
    margin-top: 2px;
}

.loc-v2-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.loc-v2-info img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.loc-v2-info strong {
    font-size: 15px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
}

.loc-v2-item:hover .loc-v2-dot {
    transform: scale(1.2);
    box-shadow: 0 0 0 6px rgba(223, 163, 23, 0.3);
}

.loc-v2-item:hover .loc-v2-card {
    transform: translateX(8px);
    border-color: #dfa317;
    box-shadow: 0 12px 28px rgba(13, 87, 37, 0.12);
}

@media (max-width: 991px) {
    .loc-v2-grid {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .loc-v2-map-link img {
        min-height: 260px;
    }

    .loc-v2-map-overlay {
        opacity: 1;
    }

    .loc-v2-map-btn {
        transform: translateY(0);
    }
}

@media (max-width: 575px) {
    .loc-v2-timeline {
        padding-left: 24px;
        gap: 10px;
    }

    .loc-v2-dot {
        left: -24px;
        width: 14px;
        height: 14px;
    }

    .loc-v2-card {
        padding: 12px 14px;
        gap: 12px;
    }

    .loc-v2-time {
        width: 46px;
        height: 46px;
        font-size: 16px;
        border-radius: 12px;
    }

    .loc-v2-info strong {
        font-size: 14px;
    }

    .loc-v2-item:hover .loc-v2-card {
        transform: none;
    }
}

/* ===== Location v3 — Dark Hub Grid ===== */
#location.location-v3,
.location_section.location-v3 {
    position: relative;
    background: #062a14;
    overflow: hidden;
}

.location_section.location-v3 .loc-v3-accent {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 15% 50%, rgba(223, 163, 23, 0.18) 0%, transparent 45%),
        radial-gradient(circle at 88% 15%, rgba(255, 255, 255, 0.06) 0%, transparent 35%);
}

.location_section.location-v3 .container {
    position: relative;
    z-index: 1;
}

.loc-v3-layout {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 36px;
    align-items: stretch;
}

.loc-v3-panel {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(223, 163, 23, 0.25);
    border-radius: 28px;
    padding: 36px 32px 32px;
    backdrop-filter: blur(6px);
}

.loc-v3-head {
    text-align: left;
    padding-bottom: 28px;
}

.location_section.location-v3 .loc-v3-head .pro_title::before {
    display: none;
}

.loc-v3-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 10px;
}

.location_section.location-v3 .loc-v3-head .pro_title {
    font-size: clamp(1.9rem, 3.2vw, 2.5rem);
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.location_section.location-v3 .loc-v3-head .title {
    font-size: clamp(1rem, 1.7vw, 1.25rem);
    font-weight: 500;
    color: rgba(255, 255, 255, 0.78);
    line-height: 1.5;
    margin: 0;
}

.loc-v3-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.loc-v3-chip {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    padding: 16px 16px 14px;
    border-radius: 16px;
    background: rgba(13, 87, 37, 0.55);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    overflow: hidden;
}

.loc-v3-chip::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #dfa317, transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.loc-v3-mins {
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1200;
    background: #dfa317;
    padding: 4px 10px;
    border-radius: 999px;
}

.loc-v3-chip img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    opacity: 0.9;
}

.loc-v3-chip strong {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    line-height: 1.35;
}

.loc-v3-chip:hover {
    transform: translateY(-4px);
    border-color: rgba(223, 163, 23, 0.55);
    background: rgba(13, 87, 37, 0.85);
}

.loc-v3-chip:hover::before {
    opacity: 1;
}

.loc-v3-map-wrap {
    display: flex;
    align-items: center;
}

.loc-v3-map-frame {
    position: relative;
    width: 100%;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
    border: 3px solid #dfa317;
    transform: rotate(1.5deg);
    transition: transform 0.4s ease;
}

.loc-v3-map-wrap:hover .loc-v3-map-frame {
    transform: rotate(0deg) scale(1.02);
}

.loc-v3-pin {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    background: #0d5725;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 2px solid rgba(255, 255, 255, 0.3);
}

.loc-v3-map-link {
    display: block;
    position: relative;
}

.loc-v3-map-link img {
    width: 100%;
    height: 100%;
    min-height: 420px;
    object-fit: cover;
    display: block;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.loc-v3-map-shade {
    position: absolute;
    inset: 0;
    background: rgba(6, 42, 20, 0.35);
    transition: background 0.35s ease;
}

.loc-v3-map-cta {
    position: absolute;
    left: 50%;
    bottom: 28px;
    transform: translateX(-50%) translateY(10px);
    z-index: 2;
    background: #dfa317;
    color: #1a1200;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 24px;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.loc-v3-map-cta i {
    font-style: normal;
    margin-left: 4px;
}

.loc-v3-map-frame:hover .loc-v3-map-shade {
    background: rgba(6, 42, 20, 0.55);
}

.loc-v3-map-frame:hover .loc-v3-map-cta {
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}

@media (max-width: 991px) {
    .loc-v3-layout {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .loc-v3-map-link img {
        min-height: 280px;
    }

    .loc-v3-map-frame {
        transform: none;
    }

    .loc-v3-map-cta {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 575px) {
    .loc-v3-panel {
        padding: 24px 18px 20px;
        border-radius: 20px;
    }

    .loc-v3-grid {
        grid-template-columns: 1fr;
    }

    .loc-v3-map-frame {
        border-radius: 20px;
    }

    .loc-v3-chip:hover {
        transform: none;
    }
}

/* ===== Location v4 — Distance Progress Layout ===== */
#location.location-v4,
.location_section.location-v4 {
    background: linear-gradient(180deg, #fff 0%, #f0f7f2 100%);
    position: relative;
    overflow: hidden;
}

.location_section.location-v4::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -80px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: rgba(223, 163, 23, 0.12);
    pointer-events: none;
}

.location_section.location-v4 .loc-v4-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    padding-bottom: 0;
}

.location_section.location-v4 .loc-v4-header .pro_title::before {
    display: none;
}

.loc-v4-label {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0d5725;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.location_section.location-v4 .loc-v4-header .pro_title {
    font-size: clamp(1.9rem, 3.5vw, 2.6rem);
    font-weight: 800;
    color: #0d5725;
    margin-bottom: 12px;
}

.location_section.location-v4 .loc-v4-header .title {
    font-size: clamp(1.05rem, 2vw, 1.4rem);
    font-weight: 600;
    color: #444;
    line-height: 1.45;
    margin: 0;
}

.loc-v4-body {
    display: grid;
    grid-template-columns: 1fr 420px;
    gap: 40px;
    align-items: stretch;
}

.loc-v4-distances {
    background: #fff;
    border-radius: 24px;
    padding: 28px 32px 32px;
    box-shadow: 0 16px 48px rgba(13, 87, 37, 0.1);
    border: 1px solid rgba(13, 87, 37, 0.08);
}

.loc-v4-intro {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 22px;
}

.loc-v4-row {
    margin-bottom: 18px;
}

.loc-v4-row:last-child {
    margin-bottom: 0;
}

.loc-v4-row-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 8px;
}

.loc-v4-name {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    min-width: 0;
}

.loc-v4-name img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    object-fit: contain;
}

.loc-v4-time {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 800;
    color: #0d5725;
    background: rgba(13, 87, 37, 0.08);
    padding: 4px 12px;
    border-radius: 999px;
}

.loc-v4-track {
    height: 10px;
    background: #e8f0eb;
    border-radius: 999px;
    overflow: hidden;
    position: relative;
}

.loc-v4-fill {
    display: block;
    height: 100%;
    width: var(--pct, 50%);
    border-radius: 999px;
    background: linear-gradient(90deg, #0d5725 0%, #1a9a45 70%, #dfa317 100%);
    position: relative;
    transition: width 0.6s ease;
}

.loc-v4-fill::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(50%, -50%);
    width: 16px;
    height: 16px;
    background: #dfa317;
    border: 3px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.loc-v4-row:hover .loc-v4-fill {
    filter: brightness(1.08);
}

.loc-v4-row:hover .loc-v4-name {
    color: #0d5725;
}

.loc-v4-map-side {
    display: flex;
    align-items: stretch;
}

.loc-v4-map-card {
    position: relative;
    flex: 1;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(13, 87, 37, 0.18);
    border: 2px solid #0d5725;
    min-height: 100%;
}

.loc-v4-you {
    position: absolute;
    top: 16px;
    left: 16px;
    z-index: 3;
    background: #dfa317;
    color: #1a1200;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 6px 12px;
    border-radius: 6px;
}

.loc-v4-address {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 3;
    background: rgba(13, 87, 37, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(223, 163, 23, 0.4);
}

.loc-v4-map-link {
    display: block;
    height: 100%;
    min-height: 480px;
    position: relative;
}

.loc-v4-map-link img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: transform 0.5s ease;
}

.loc-v4-map-hover {
    position: absolute;
    inset: 0;
    background: rgba(6, 42, 20, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.35s ease;
}

.loc-v4-map-hover i {
    font-style: normal;
    margin-left: 6px;
    font-size: 16px;
}

.loc-v4-map-card:hover .loc-v4-map-hover {
    opacity: 1;
}

.loc-v4-map-card:hover .loc-v4-map-link img {
    transform: scale(1.05);
}

@media (max-width: 991px) {
    .loc-v4-body {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .loc-v4-map-link,
    .loc-v4-map-link img {
        min-height: 300px;
    }

    .loc-v4-map-hover {
        opacity: 1;
        background: linear-gradient(180deg, transparent 55%, rgba(6, 42, 20, 0.6) 100%);
        align-items: flex-end;
        padding-bottom: 70px;
    }
}

@media (max-width: 575px) {
    .loc-v4-distances {
        padding: 20px 18px 22px;
        border-radius: 18px;
    }

    .loc-v4-name {
        font-size: 13px;
    }

    .loc-v4-map-link,
    .loc-v4-map-link img {
        min-height: 240px;
    }
}

/* ===== Location v5 — Map Hero + Floating Sheet ===== */
#location.location-v5,
.location_section.location-v5 {
    background: #eef3ef;
    padding: 0 0 70px;
    position: relative;
    overflow: hidden;
}

.loc-v5-hero {
    position: relative;
    height: clamp(260px, 42vw, 420px);
    overflow: hidden;
}

.loc-v5-hero-link {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.loc-v5-hero-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    transition: transform 0.6s ease;
}

.loc-v5-hero-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 42, 20, 0.15) 0%, rgba(6, 42, 20, 0.55) 100%);
    pointer-events: none;
}

.loc-v5-hero-cap {
    position: absolute;
    left: 50%;
    bottom: 36px;
    transform: translateX(-50%);
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    width: calc(100% - 40px);
    max-width: 520px;
}

.loc-v5-place {
    color: #fff;
    font-size: clamp(14px, 2vw, 18px);
    font-weight: 700;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

.loc-v5-view {
    background: #dfa317;
    color: #1a1200;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 26px;
    border-radius: 999px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    transition: transform 0.3s ease, background 0.3s ease;
}

.loc-v5-view i {
    font-style: normal;
    margin-left: 4px;
}

.loc-v5-hero-link:hover img {
    transform: scale(1.04);
}

.loc-v5-hero-link:hover .loc-v5-view {
    transform: translateY(-2px);
    background: #f0b429;
}

.loc-v5-container {
    position: relative;
    z-index: 2;
    margin-top: -72px;
}

.loc-v5-sheet {
    background: #fff;
    border-radius: 28px;
    padding: 36px 40px 40px;
    box-shadow: 0 24px 60px rgba(13, 87, 37, 0.14);
    border: 1px solid rgba(13, 87, 37, 0.08);
    max-width: 920px;
    margin: 0 auto;
}

.loc-v5-head {
    text-align: center;
    padding-bottom: 28px;
    border-bottom: 2px solid #eef3ef;
    margin-bottom: 24px;
}

.location_section.location-v5 .loc-v5-head .pro_title::before {
    display: none;
}

.location_section.location-v5 .loc-v5-head .pro_title {
    font-size: clamp(1.6rem, 3vw, 2.2rem);
    font-weight: 800;
    color: #0d5725;
    margin-bottom: 10px;
}

.location_section.location-v5 .loc-v5-head .title {
    font-size: clamp(1rem, 1.8vw, 1.25rem);
    font-weight: 600;
    color: #555;
    line-height: 1.45;
    margin: 0;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.loc-v5-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.loc-v5-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    background: #f8fbf9;
    border-radius: 14px;
    border: 1px solid transparent;
    border-left: 4px solid #0d5725;
    transition: background 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.loc-v5-item img {
    width: 22px;
    height: 22px;
    object-fit: contain;
    flex-shrink: 0;
}

.loc-v5-name {
    flex: 1;
    font-size: 14px;
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    min-width: 0;
}

.loc-v5-mins {
    flex-shrink: 0;
    font-size: 12px;
    font-weight: 800;
    color: #1a1200;
    background: #dfa317;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
}

.loc-v5-item:hover {
    background: #fff;
    border-color: rgba(223, 163, 23, 0.35);
    border-left-color: #dfa317;
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(13, 87, 37, 0.1);
}

@media (max-width: 767px) {
    .location_section.location-v5 {
        padding-bottom: 50px;
    }

    .loc-v5-container {
        margin-top: -48px;
    }

    .loc-v5-sheet {
        padding: 28px 20px 24px;
        border-radius: 20px;
    }

    .loc-v5-list {
        grid-template-columns: 1fr;
    }

    .loc-v5-hero-cap {
        bottom: 24px;
    }
}

@media (max-width: 575px) {
    .loc-v5-item {
        padding: 14px 14px;
    }

    .loc-v5-name {
        font-size: 13px;
    }

    .loc-v5-item:hover {
        transform: none;
    }
}

/* ===== Location v6 — Bento Map + Tiles ===== */
#location.location-v6,
.location_section.location-v6 {
    background: linear-gradient(180deg, #f7f5f0 0%, #fff 100%);
    position: relative;
    overflow: hidden;
}

.location_section.location-v6 .loc-v6-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
    padding-bottom: 0;
}

.location_section.location-v6 .loc-v6-header .pro_title {
    display: inline-block;
    color: #0d5725;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.location_section.location-v6 .loc-v6-header .pro_title::before {
    display: none;
}

.location_section.location-v6 .loc-v6-header .title {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0;
}

.loc-v6-bento {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: repeat(3, minmax(120px, 1fr));
    gap: 14px;
    max-width: 1000px;
    margin: 0 auto;
}

.loc-v6-map {
    grid-column: 1;
    grid-row: 1 / span 3;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 14px 40px rgba(13, 87, 37, 0.14);
    min-height: 380px;
}

.loc-v6-map a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.loc-v6-map img {
    width: 100%;
    height: 100%;
    min-height: 380px;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.loc-v6-map-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #dfa317;
    color: #1a1200;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 12px 22px;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.35s ease, transform 0.35s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
    pointer-events: none;
}

.loc-v6-map-btn i {
    font-style: normal;
    margin-left: 4px;
}

.loc-v6-map::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(13, 87, 37, 0.35);
    opacity: 0;
    transition: opacity 0.35s ease;
    pointer-events: none;
}

.loc-v6-map:hover::after {
    opacity: 1;
}

.loc-v6-map:hover img {
    transform: scale(1.05);
}

.loc-v6-map:hover .loc-v6-map-btn {
    opacity: 1;
}

.loc-v6-badge {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    z-index: 2;
    background: rgba(13, 87, 37, 0.92);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid rgba(223, 163, 23, 0.45);
    pointer-events: none;
}

.loc-v6-tile {
    background: #fff;
    border-radius: 16px;
    padding: 18px 18px 16px;
    box-shadow: 0 6px 20px rgba(13, 87, 37, 0.07);
    border: 1px solid rgba(13, 87, 37, 0.06);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loc-v6-tile::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #0d5725;
}

.loc-v6-tile:nth-child(even)::before {
    background: #dfa317;
}

.loc-v6-time {
    font-size: 11px;
    font-weight: 800;
    color: #dfa317;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.loc-v6-tile p {
    margin: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
    display: flex;
    align-items: center;
    gap: 8px;
}

.loc-v6-tile p img {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}

.loc-v6-tile:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(13, 87, 37, 0.12);
}

.loc-v6-tile:nth-child(2) { grid-column: 2; grid-row: 1; }
.loc-v6-tile:nth-child(3) { grid-column: 3; grid-row: 1; }
.loc-v6-tile:nth-child(4) { grid-column: 2; grid-row: 2; }
.loc-v6-tile:nth-child(5) { grid-column: 3; grid-row: 2; }
.loc-v6-tile:nth-child(6) { grid-column: 2; grid-row: 3; }
.loc-v6-tile:nth-child(7) { grid-column: 3; grid-row: 3; }

@media (max-width: 991px) {
    .loc-v6-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .loc-v6-map {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 280px;
    }

    .loc-v6-map img {
        min-height: 280px;
    }

    .loc-v6-tile:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }

    .loc-v6-map-btn {
        opacity: 1;
    }
}

@media (max-width: 575px) {
    .loc-v6-bento {
        grid-template-columns: 1fr;
    }

    .loc-v6-map {
        grid-column: 1;
        min-height: 240px;
    }

    .loc-v6-map img {
        min-height: 240px;
    }

    .loc-v6-tile {
        padding: 16px;
    }

    .loc-v6-tile p {
        font-size: 13px;
    }

    .loc-v6-tile:hover {
        transform: none;
    }
}

/* ===== Contact v2 — Split Premium Card ===== */
#contact-us.contact-v2,
.contact_section.contact-v2 {
    position: relative;
    background: linear-gradient(135deg, #062a14 0%, #0d5725 50%, #0a4520 100%);
    overflow: hidden;
}

.contact_section.contact-v2 .ct-v2-bg {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 20% 80%, rgba(223, 163, 23, 0.15) 0%, transparent 45%),
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.05) 0%, transparent 40%);
}

.contact_section.contact-v2 .container {
    position: relative;
    z-index: 1;
}

.ct-v2-card {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 1040px;
    margin: 0 auto;
    border-radius: 28px;
    overflow: hidden;
    box-shadow: 0 28px 70px rgba(0, 0, 0, 0.35);
    border: 1px solid rgba(223, 163, 23, 0.25);
}

.ct-v2-about {
    background: linear-gradient(160deg, #0d5725 0%, #084020 100%);
    padding: 44px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.ct-v2-about::before {
    content: "";
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: rgba(223, 163, 23, 0.12);
    pointer-events: none;
}

.ct-v2-badge {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 14px;
}

.ct-v2-heading {
    font-size: clamp(1.6rem, 3vw, 2.1rem);
    font-weight: 800;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 18px;
}

.ct-v2-text {
    font-size: 15px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
    margin: 0 0 24px;
}

.ct-v2-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ct-v2-tags span {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(223, 163, 23, 0.4);
    padding: 6px 14px;
    border-radius: 999px;
}

.contact_section.contact-v2 .ct-v2-form-wrap.footer_form {
    position: relative;
    border: none;
    width: 100%;
    max-width: none;
    bottom: auto;
    right: auto;
    height: auto;
}

.contact_section.contact-v2 .ct-v2-form-wrap .form_sec {
    background: #fff;
    padding: 44px 40px;
    border-radius: 0;
    height: 100%;
}

.contact_section.contact-v2 .ct-v2-form-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #dfa317;
    text-align: center;
    margin-bottom: 6px;
}

.contact_section.contact-v2 .ct-v2-form-wrap h2.form_title {
    color: #0d5725;
    font-size: clamp(1.5rem, 2.5vw, 1.85rem);
    font-weight: 800;
    text-align: center;
    margin-bottom: 28px;
    padding-bottom: 0;
}

.contact_section.contact-v2 .ct-v2-form-wrap .form-control {
    background: #f4f9f6;
    border: 1px solid #dce8e0;
    border-radius: 12px;
    color: #1a1a1a;
    padding: 14px 16px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact_section.contact-v2 .ct-v2-form-wrap .form-control::placeholder {
    color: #8a9a90;
}

.contact_section.contact-v2 .ct-v2-form-wrap .form-control:focus {
    background: #fff;
    border-color: #0d5725;
    box-shadow: 0 0 0 3px rgba(13, 87, 37, 0.12);
    outline: none;
}

.contact_section.contact-v2 .ct-v2-form-wrap .form-group {
    margin-bottom: 16px;
}

.contact_section.contact-v2 .ct-v2-form-wrap button.btn.main_button {
    background: linear-gradient(135deg, #0d5725 0%, #147a35 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
    margin-top: 4px;
}

.contact_section.contact-v2 .ct-v2-form-wrap button.btn.main_button:hover {
    background: linear-gradient(135deg, #147a35 0%, #0d5725 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(13, 87, 37, 0.3);
}

.contact_section.contact-v2 .ct-v2-form-wrap button.btn.main_button .icon-next {
    margin-left: 6px;
}

.contact_section.contact-v2 .ct-v2-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
}

.contact_section.contact-v2 .ct-v2-consent input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #0d5725;
}

.contact_section.contact-v2 .ct-v2-consent .inp-txt {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
    color: #666;
}

.contact_section.contact-v2 .error-msg {
    color: #c0392b;
    font-size: 12px;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .ct-v2-card {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }

    .ct-v2-about {
        padding: 32px 28px;
    }

    .contact_section.contact-v2 .ct-v2-form-wrap .form_sec {
        padding: 32px 28px;
    }
}

@media (max-width: 575px) {
    .ct-v2-about,
    .contact_section.contact-v2 .ct-v2-form-wrap .form_sec {
        padding: 24px 20px;
    }

    .ct-v2-text {
        font-size: 14px;
    }

    .contact_section.contact-v2 .ct-v2-form-wrap button.btn.main_button:hover {
        transform: none;
    }
}

/* ===== Contact v3 — Light Split + Elevated Form ===== */
#contact-us.contact-v3,
.contact_section.contact-v3 {
    position: relative;
    background: linear-gradient(180deg, #f7f5f0 0%, #fff 100%);
    overflow: hidden;
}

.contact_section.contact-v3 .ct-v3-deco {
    position: absolute;
    bottom: -100px;
    left: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: rgba(13, 87, 37, 0.06);
    pointer-events: none;
}

.contact_section.contact-v3 .container {
    position: relative;
    z-index: 1;
}

.ct-v3-wrap {
    display: grid;
    grid-template-columns: 1fr 440px;
    gap: 48px;
    align-items: center;
    max-width: 1060px;
    margin: 0 auto;
}

.ct-v3-info {
    padding-right: 20px;
}

.contact_section.contact-v3 .ct-v3-head {
    text-align: left;
    padding-bottom: 20px;
}

.contact_section.contact-v3 .ct-v3-head .pro_title {
    display: inline-block;
    color: #0d5725;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.contact_section.contact-v3 .ct-v3-head .pro_title::before {
    display: none;
}

.contact_section.contact-v3 .ct-v3-head .title {
    font-size: clamp(1.7rem, 3.2vw, 2.4rem);
    font-weight: 800;
    color: #0d5725;
    line-height: 1.2;
    margin: 0;
}

.ct-v3-desc {
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    margin: 0 0 28px;
    padding-left: 20px;
    border-left: 4px solid #dfa317;
}

.ct-v3-features {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ct-v3-features li {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0 6px 20px rgba(13, 87, 37, 0.07);
    border: 1px solid rgba(13, 87, 37, 0.06);
    font-size: 14px;
    font-weight: 600;
    color: #333;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ct-v3-features li:hover {
    transform: translateX(6px);
    box-shadow: 0 10px 28px rgba(13, 87, 37, 0.1);
}

.ct-v3-fnum {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background: linear-gradient(135deg, #0d5725, #147a35);
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact_section.contact-v3 .ct-v3-form.footer_form {
    position: relative;
    border: none;
    width: 100%;
    max-width: none;
    bottom: auto;
    right: auto;
    height: auto;
}

.contact_section.contact-v3 .ct-v3-form .form_sec {
    background: #0d5725;
    padding: 36px 32px 32px;
    border-radius: 24px;
    box-shadow: 0 20px 50px rgba(13, 87, 37, 0.25);
    position: relative;
    overflow: hidden;
}

.contact_section.contact-v3 .ct-v3-form .form_sec::before {
    content: "";
    position: absolute;
    top: -40px;
    right: -40px;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: rgba(223, 163, 23, 0.15);
    pointer-events: none;
}

.contact_section.contact-v3 .ct-v3-form h2.form_title {
    color: #fff;
    font-size: clamp(1.4rem, 2.5vw, 1.75rem);
    font-weight: 800;
    text-align: left;
    margin-bottom: 6px;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
}

.ct-v3-form-sub {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    margin: 0 0 24px;
    position: relative;
    z-index: 1;
}

.contact_section.contact-v3 .ct-v3-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 6px;
}

.contact_section.contact-v3 .ct-v3-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 12px;
    color: #fff;
    padding: 13px 16px;
    font-size: 14px;
    transition: border-color 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
}

.contact_section.contact-v3 .ct-v3-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.contact_section.contact-v3 .ct-v3-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: #dfa317;
    box-shadow: 0 0 0 3px rgba(223, 163, 23, 0.2);
    outline: none;
}

.contact_section.contact-v3 .ct-v3-form .form-group {
    margin-bottom: 16px;
    position: relative;
    z-index: 1;
}

.contact_section.contact-v3 .ct-v3-form button.btn.main_button {
    background: #dfa317;
    color: #1a1200;
    border: none;
    border-radius: 12px;
    padding: 14px 20px;
    font-size: 15px;
    font-weight: 800;
    width: 100%;
    transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.contact_section.contact-v3 .ct-v3-form button.btn.main_button:hover {
    background: #f0b429;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.2);
}

.contact_section.contact-v3 .ct-v3-form button.btn.main_button .icon-next {
    margin-left: 6px;
}

.contact_section.contact-v3 .ct-v3-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 14px;
    position: relative;
    z-index: 1;
}

.contact_section.contact-v3 .ct-v3-consent input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #dfa317;
}

.contact_section.contact-v3 .ct-v3-consent .inp-txt {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.65);
}

/* Contact form — same field style as banner / modal enquire forms */
.contact_section.contact-v3 .ct-v3-form .modal-enquire-form {
    --banner-field-h: 44px;
    --banner-field-radius: 8px;
    position: relative;
    z-index: 1;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .form-group {
    margin-bottom: 8px;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .modal-form-submit {
    margin-bottom: 8px;
    margin-top: 0;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .form-control {
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--banner-field-radius);
    background: #fff;
    font-size: 14px;
    line-height: var(--banner-field-h);
    color: #1e293b;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .form-control::placeholder {
    color: #94a3b8;
    font-size: 13px;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form textarea.form-control {
    height: auto;
    min-height: 90px;
    line-height: 1.5;
    padding: 12px 14px;
    resize: vertical;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .form-control:focus {
    border-color: #dfa317;
    box-shadow: 0 0 0 3px rgba(223, 163, 23, 0.25);
    outline: none;
    background: #fff;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .phone-input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: var(--banner-field-radius);
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .phone-input-group:focus-within {
    border-color: #dfa317;
    outline: 3px solid rgba(223, 163, 23, 0.25);
    outline-offset: 0;
    box-shadow: none;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .phone-input-group .phone-prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 52px;
    align-self: stretch;
    padding: 0 10px;
    background: #ecfdf3;
    border: none;
    border-right: 1px solid #e2e8f0;
    color: #0d5725;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .phone-input-group .form-control {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
    margin: 0;
    border: none !important;
    border-radius: 0;
    line-height: 1.35;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .phone-input-group .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form button.btn.main_button {
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border-radius: var(--banner-field-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    box-sizing: border-box;
    background: #dfa317;
    color: #1a1200;
    border: none;
    font-weight: 800;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form button.btn.main_button:hover {
    background: #f0b429;
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .modal-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 6px 8px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .modal-form-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #dfa317;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .modal-form-consent .inp-txt {
    margin: 0;
    font-size: 9px;
    line-height: 1.4;
    color: rgba(255, 255, 255, 0.72);
    font-weight: 400;
    cursor: pointer;
}

.contact_section.contact-v3 .ct-v3-form .modal-enquire-form .error-msg {
    margin-top: 3px;
    font-size: 11px;
}

.contact_section.contact-v3 .error-msg {
    color: #ffb4b4;
    font-size: 12px;
    margin-top: 4px;
}

@media (max-width: 991px) {
    .ct-v3-wrap {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .ct-v3-info {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .contact_section.contact-v3 .ct-v3-form .form_sec {
        padding: 28px 22px 24px;
        border-radius: 20px;
    }

    .ct-v3-desc {
        font-size: 14px;
        padding-left: 14px;
    }

    .ct-v3-features li:hover {
        transform: none;
    }

    .contact_section.contact-v3 .ct-v3-form button.btn.main_button:hover {
        transform: none;
    }
}

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: #55A630;
}

/* mobile-trigger */

.mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    padding: 0;
    position: relative;
    right: 15px;
    width: auto;
    z-index: 99999
}

.mobile-trigger i,
.mobile-trigger i:after,
.mobile-trigger i:before {
    background-color: #283b5c;
    border-radius: 1px;
    display: inline-block;
    height: 3px;
    width: 24px;
    position: relative;
    top: 0;
    background-color: #000;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    display: inline-block;
    height: 3px;
    width: 24px
}

.mobile-trigger i:after,
.mobile-trigger i:before {
    content: "";
    position: absolute
}

.mobile-trigger i:before {
    top: -6px
}

.mobile-trigger i:after {
    top: 6px
}

.mobile-open .mobile-trigger i:before {
    background-color: #fff;
    bottom: 0;
    top: 0;
    transform: rotate(-45deg);
    transition: bottom .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-open .mobile-trigger i:after {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: top .3s cubic-bezier(.23, 1, .32, 1), transform .3s cubic-bezier(.23, 1, .32, 1) .3s
}

.mobile-open .mobile-trigger i {
    background-color: transparent
}

.mobile-open .mobile_overlay {
    background-color: #000000a1;
    opacity: 1;
    pointer-events: all
}

.mobile-open .navbar-collapse {
    left: 0;
}

.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
}

.light-logo {
    display: block;
}

.dark-logo {
    display: none;
}

.fixed-header .light-logo {
    display: none;
}

.fixed-header .dark-logo {
    display: block;
}

@-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;
}

footer .inner-footer-bottom p a {

    font-weight: 500;
}

@media (min-width:768px) {
    .mobile-trigger {
        display: none;
    }
    header ul li.nav-item.call_btn {
        display: none;
    }
}

@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 {
        padding: 0px 0;
        font-size: 20px;
        margin-bottom: 13px;
    }
    .banner_section ul.key_high li img {
        max-width: 24px;
    }
    header ul li {
        padding: 0 6px;
    }
    header .header_button {
        padding: 12px 18px
    }
    .banner_section h1.title {
        font-size: 37px
    }
    .banner_section h2.typo {
        font-size: 23px
    }
    .banner_section .bottom_content .item .inner {
        padding: 10px 5px;
        border: none
    }
    .banner_section .carousel_btns button {
        width: 70px;
        height: 70px
    }
    .banner_section .carousel-control-prev {
        left: 64%
    }
    .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 {
        padding: 6px 12px;
    }
    .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: 50px;
    }
    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;
    }
    .light-logo {
        display: none;
    }
    .dark-logo {
        display: block;
    }
    .mobile-section {
        display: flex;
        justify-content: space-between;
    }
    .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
    }
    .highlight_section span.number {
        font-size: 20px;
        /* width:68px; */
        /* height:50px; */
        /* line-height:50px; */
    }
    .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
    }
    .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;
        color: #000;
        padding: 14px 15px
    }
    .banner_section .bottom_content {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto
    }
    .banner_section .right_form {
        position: relative;
        width: 100%;
        border-radius: 0;
    }
    .banner_section h1.title {
        font-size: 32px;
        padding: 0 0 10px
    }
    .banner_section h2.typo {
        font-size: 22px
    }
    .banner_section ul.key_high li {
        font-size: 16px;
        letter-spacing: normal;
        color: #fff;
        display: flex;
        background: #0000004d;
        backdrop-filter: blur(25px);
        padding: 5px 8px;
        border-radius: 10px;
        justify-content: start;
        gap: 15px;
    }
    .banner_section ul.key_high li img {
        padding-right: 0;
        left: 4px;
        filter: brightness(0.1);
        width: 24px;
        height: 24px;
    }
    .banner_section ul.key_high li span {
        /* padding-left: 4px; */
        color: #000;
        display: block;
        background: url();
        padding: 0;
    }
    .banner_section .carousel_btns button {
        bottom: auto;
        top: 16%;
        width: 40px;
        height: 40px
    }
    .banner_section .carousel_btns {
        position: static
    }
    .banner-img {
        min-height: 250px;
        object-fit: cover;
        height: auto
    }
    .banner_section .carousel-control-prev {
        left: auto;
        right: 18%
    }
    .banner_section .carousel-control-next {
        right: 4%
    }
    .banner_section .carousel_btns img {
        max-width: 25px
    }
    header .navbar-brand img {
        max-width: 150px;
        filter: unset;
        padding: 10px 0 5px;
        margin: 0;
    }
    .header-right {
        display: none
    }
    header .navbar-nav {
        flex-direction: column;
        width: 100%;
        height: 100%;
        margin-top: 60px;
        align-items: center
    }
    .menu-wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        left: -100%;
        right: 0;
        z-index: 9;
        background: var(--primary-color);
        transition: .3s ease-in-out;
        height: 100%
    }
    .mobile-open .menu-wrapper {
        left: 0
    }
    header ul li a {
        color: #fff
    }
    .banner_section {
        position: relative
    }
    header .container {
        max-width: 100%
    }
    header {
        position: relative;
        background-color: #F0F8FF
    }
    .overview .first_img {
        left: -10px;
        padding: 10px
    }
    .overview .row {
        flex-direction: column-reverse
    }
    .overview .row .col-lg-6,
    .highlight_section .row .col-lg-6 {
        padding-bottom: 20px
    }
    .amenities_section::after {
        content: none
    }
    .amenities_section .image_section {
        display: none
    }
    .gallery_section .row {
        justify-content: center
    }
    .banner_section .my-box ul li {
        transform: none;
        padding: 10px 0
    }
    .banner_section .icon_img {
        transform: none;
        width: 20px
    }
    .banner_section .my-box ul li:nth-child(2) {
        display: none
    }
    .banner_section .my-box ul li span {
        padding: 0;
        padding-left: 6px;
    }
    .banner_section .side_content {
        position: relative;
        writing-mode: unset;
        background-color: #000000cf;
        margin-bottom: 10px
    }
    .highlight_section ul li {
        display: flex
    }
    .overview .title_section h3.title {
        font-size: 24px
    }
    .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;
    }
    .overview .img_section {
        padding-bottom: 0
    }
    /* .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
    }
    header.fixed-header .navbar-nav .nav-link {
        color: #fff
    }
    .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: 0px 0;
        justify-content: space-between;
    }
    .banner_section .carousel-inner {
       display: none;
    }
    div.mobBanner{
        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: #2D6A4F;
    color: #fff;
}
#highlight .icon-next{
    filter: brightness(100%);
}

#amenities .banner_btn{
    margin: 10px 0;
}
#amenities .banner_btn button{
    background-color: #2D6A4F;
    color: #fff;
}
#amenities .icon-next{
    filter: brightness(100%);
}

#floor-plan .banner_btn{
    margin: 10px 0;
}
#floor-plan .banner_btn button{
    background-color: #2D6A4F;
    color: #fff;
}
#floor-plan .icon-next{
    filter: brightness(100%);
}

#gallery .banner_btn{
    margin: 10px 0;
}
#gallery .banner_btn button{
    background-color: #2D6A4F;
    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{
      min-width: 100%;
      object-fit: contain;
      background-size: contain;
    }
  }



  /* css for index page */
  .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;
}

label.error {
    color: red;
    font-size: 12px;
    margin-top: 4px;
    display: block;
}

input.error,
select.error,
textarea.error {
    border-color: red !important;
}

 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 */
}

/* Call Now Floating Icon Styling - Fixed */
.floating-callnow {
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0d5725;
    color: #fde68a;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.floating-callnow svg {
    width: 24px;
    height: 24px;
}

/* Enquiry Now Side Tab */
.enquiry-now-tab {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #0d5725;
    color: #fde68a;
    font-weight: 700;
    font-size: 0.95rem;
    letter-spacing: 2px;
    padding: 18px 10px;
    border-radius: 10px 0 0 10px;
    text-decoration: none;
    text-align: center;
    z-index: 9999;
    box-shadow: -2px 0 10px rgba(0,0,0,0.2);
    transition: background 0.2s, color 0.2s;
}
.enquiry-now-tab:hover {
    background: #dfa317;
    color: #1a1200;
}




.viweBtn {
    background-color: var(--primary-color);
    color: #dfa317;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
    margin-bottom: 0;
    border-radius: 10px;
    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;
    }
}

.announce-marquee {
    background: linear-gradient(90deg, #dfa317, #f0b429, #dfa317);
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    position: relative;
}

.announce-marquee-track {
    display: inline-flex;
    width: max-content;
    animation: announceMarquee 15s linear infinite;
}

.announce-marquee-track span {
    display: inline-block;
    padding: 0 40px;
    font-size: 0.92rem;
    font-weight: 700;
    color: #1a1200;
    letter-spacing: 0.3px;
}

.announce-marquee:hover .announce-marquee-track {
    animation-play-state: paused;
}

@keyframes announceMarquee {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

@media (prefers-reduced-motion: reduce) {
    .announce-marquee-track {
        animation: none;
    }
}

@media (max-width: 767px) {
    .announce-marquee-track {
        animation-duration: 20s;
    }

    .announce-marquee-track span {
        font-size: 0.8rem;
        padding: 0 24px;
    }
}

.invite-banner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: linear-gradient(160deg, #0d5725 0%, #0a4520 50%, #062812 100%);
    padding: 50px 24px;
    position: relative;
    overflow: hidden;
}

.invite-banner .announce-marquee {
    width: calc(100% + 48px);
    margin: 0 -24px 20px;
    border-radius: 0;
}

.invite-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(223, 163, 23, 0.14) 0%, transparent 50%),
        radial-gradient(circle at 80% 50%, rgba(223, 163, 23, 0.12) 0%, transparent 50%);
    pointer-events: none;
}

.invite-banner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, transparent 8%, #dfa317 50%, transparent 92%);
}

.invite-banner .banner {
    max-width: 920px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    padding: 32px 36px;
    border: 1px solid rgba(223, 163, 23, 0.4);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.06);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.18);
}

.invite-banner .banner h2 {
    margin: 0 0 18px;
    font-size: clamp(1.1rem, 2.6vw, 1.6rem);
    font-weight: 700;
    line-height: 1.55;
    color: #ffffff;
    text-align: center;
}

.invite-banner .banner h2::after {
    content: "";
    display: block;
    width: 70px;
    height: 3px;
    margin: 18px auto 0;
    background: linear-gradient(90deg, #dfa317, #fde68a, #dfa317);
    border-radius: 3px;
}

.invite-banner .banner p {
    margin: 0;
    font-size: clamp(0.88rem, 1.6vw, 1.05rem);
    font-weight: 500;
    color: #fde68a;
    text-align: center;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.invite-inner {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: 28px 24px;
}

.invite-banner .invite-badge {
    display: inline-block;
    background: #0d5725;
    color: #fde68a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 5px 14px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.invite-banner h2 span {
    color: #0d5725;
}

.invite-right {
    text-align: right;
    flex-shrink: 0;
}

.invite-tag {
    display: inline-block;
    background: #dfa317;
    color: #1a1200;
    font-size: 11px;
    font-weight: 700;
    padding: 6px 16px;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

/* Dates Section - Timeline */
.dates-wrap {
    background: #0d5725;
    padding: 40px 20px 48px;
    position: relative;
    overflow: hidden;
}

.dates-wrap::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #dfa317, #fde68a, #dfa317);
}

.dates-title {
    text-align: center;
    font-size: clamp(1.25rem, 3vw, 1.75rem);
    font-weight: 800;
    color: #fff;
    margin: 0 0 36px;
}

.dates-title span {
    color: #fde68a;
}

.dates-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1060px;
    margin: 0 auto;
    position: relative;
    gap: 12px;
}

.dates-section::before {
    content: '';
    position: absolute;
    top: 28px;
    left: 8%;
    right: 8%;
    height: 3px;
    background: rgba(223, 163, 23, 0.45);
    z-index: 0;
}

.date-box-2 {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 1;
    background: none;
    border: none;
    box-shadow: none;
    padding: 0 6px;
}

.date-box-2:hover {
    transform: none;
    box-shadow: none;
}

.date-step-dot {
    width: 56px;
    height: 56px;
    background: #dfa317;
    border: 4px solid #0d5725;
    outline: 3px solid #dfa317;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 16px;
    font-size: 1.1rem;
    font-weight: 800;
    color: #1a1200;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
}

.date-box-2 .date-text {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 12px;
    padding: 16px 12px;
    backdrop-filter: blur(6px);
    transition: background 0.25s ease, transform 0.25s ease;
}

.date-box-2:hover .date-text {
    background: rgba(255, 255, 255, 0.14);
    transform: translateY(-3px);
}

.date-box-2 h3 {
    margin: 0;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fde68a;
    line-height: 1.35;
}

.date-box-2 .date-val {
    margin: 8px 0 0;
    font-size: clamp(0.85rem, 1.5vw, 1rem);
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
}

.date-box-2 .date-day {
    display: inline-block;
    margin-top: 6px;
    font-size: 0.72rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.65);
    background: rgba(0, 0, 0, 0.2);
    padding: 3px 10px;
    border-radius: 50px;
}

.date-box-2 .date-note {
    margin: 10px 0 0;
    padding: 8px;
    background: rgba(223, 163, 23, 0.2);
    border-radius: 8px;
    font-size: 0.68rem !important;
    font-weight: 500 !important;
    color: #fde68a !important;
    line-height: 1.45;
}

.date-box-2.highlight-box .date-step-dot {
    background: #fff;
    outline-color: #fff;
    color: #0d5725;
    animation: pulse-dot 2s infinite;
}

@keyframes pulse-dot {
    0%, 100% { box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4); }
    50%      { box-shadow: 0 0 0 10px rgba(255, 255, 255, 0); }
}

.date-box-2.highlight-box .date-text {
    border-color: #dfa317;
    background: rgba(223, 163, 23, 0.15);
}

.date-box-2 .date-icon,
.date-cal {
    display: none;
}

/* Legacy .banner fallback */
.banner {
    background: #0d5725;
    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;
}

/* Responsive - dates & invite */
@media (max-width: 992px) {
    .dates-section {
        flex-wrap: wrap;
        gap: 20px;
    }

    .dates-section::before {
        display: none;
    }

    .date-box-2 {
        flex: 1 1 calc(50% - 12px);
        min-width: calc(50% - 12px);
    }

    .invite-banner {
        padding: 16px 16px 36px 16px;
    }

    .invite-banner .announce-marquee {
        width: calc(100% + 32px);
        margin: 0 -16px 16px;
    }

    .invite-banner .banner {
        padding: 26px 20px;
    }

    .invite-inner {
        flex-direction: column;
        text-align: center;
        padding: 24px 18px;
    }

    .invite-right {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .dates-section {
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        padding-left: 20px;
    }

    .dates-section::before {
        display: block;
        top: 0;
        bottom: 0;
        left: 27px;
        right: auto;
        width: 3px;
        height: auto;
    }

    .floating-whatsapp img.imgwhatsapp {
        display: none;
    }

    .floating-callnow {
        display: none;
    }

    .enquiry-now-tab {
        display: none;
    }

    .dates-wrap {
        padding: 32px 16px 36px;
    }

    .dates-title {
        margin-bottom: 24px;
        font-size: 1.2rem;
    }

    .date-box-2 {
        flex: none;
        min-width: 100%;
        display: flex;
        align-items: flex-start;
        gap: 16px;
        text-align: left;
        padding: 0 0 20px;
    }

    .date-step-dot {
        margin: 0;
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        font-size: 0.95rem;
    }

    .date-box-2 .date-text {
        flex: 1;
        text-align: left;
        padding: 14px 16px;
    }

    .date-box-2 h3 {
        font-size: 0.68rem;
    }

    .date-box-2 .date-val {
        font-size: 0.9rem;
    }
}

@media (max-width: 380px) {
    .invite-banner .banner h2 {
        font-size: 1rem;
    }

    .invite-banner .banner {
        padding: 22px 16px;
    }

    .date-step-dot {
        width: 42px;
        height: 42px;
        font-size: 0.85rem;
    }

    .dates-section {
        padding-left: 14px;
    }

    .dates-section::before {
        left: 20px;
    }
}

/* ===== Overview Section v3 ===== */
.overview.overview-v3 {
    background: #fff;
    position: relative;
    overflow: hidden;
}

.overview.overview-v3::after {
    display: none;
}

.overview.overview-v3::before {
    content: 'OVERVIEW';
    position: absolute;
    font-size: clamp(4rem, 10vw, 7rem);
    font-weight: 800;
    color: rgba(13, 87, 37, 0.04);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    pointer-events: none;
    letter-spacing: 8px;
}

.overview-v3-row {
    align-items: center;
}

/* Image frame */
.ov-image-wrap {
    position: relative;
    padding: 16px 16px 16px 0;
}

.ov-image-main {
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 2;
    box-shadow: 0 24px 60px rgba(13, 87, 37, 0.12);
}

.ov-image-main img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.ov-image-secondary {
    position: absolute;
    bottom: 0;
    left: -16px;
    width: 45%;
    border-radius: 14px;
    overflow: hidden;
    border: 4px solid #fff;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
    z-index: 3;
}

.ov-image-secondary img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.ov-frame-deco {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 85%;
    border: 3px solid #dfa317;
    border-radius: 20px;
    z-index: 1;
    pointer-events: none;
}

.ov-rera-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #0d5725;
    color: #fde68a;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 8px 14px;
    border-radius: 8px;
    z-index: 4;
}

/* Content */
.ov-content-box {
    padding: 20px 0 20px 10px;
}

.overview.overview-v3 .title_section h4.pro_title {
    display: inline-block;
    color: #dfa317;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    padding-bottom: 0;
    margin-bottom: 12px;
}

.overview.overview-v3 .title_section .pro_title::before {
    display: none;
}

.overview.overview-v3 .title_section h3.title {
    font-size: clamp(1.3rem, 2.5vw, 1.8rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin-bottom: 6px;
}

.overview.overview-v3 .title_section h3.title span {
    display: block;
    font-size: 0.78em;
    color: #0d5725;
    font-weight: 600;
    margin-top: 8px;
}

.overview.overview-v3 .content_section p {
    color: #666;
    line-height: 1.8;
    font-size: 0.93rem;
    margin-bottom: 16px;
}

.ov-checklist {
    list-style: none;
    margin: 0 0 24px;
    padding: 0;
}

.ov-checklist li {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.ov-checklist li:last-child {
    border-bottom: none;
}

.ov-checklist li::before {
    content: '✓';
    width: 26px;
    height: 26px;
    background: #0d5725;
    color: #fde68a;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    flex-shrink: 0;
}

.ov-stats-bar {
    display: flex;
    gap: 0;
    margin-bottom: 24px;
    border: 1px solid #e8ece8;
    border-radius: 12px;
    overflow: hidden;
}

.ov-stats-bar div {
    flex: 1;
    text-align: center;
    padding: 14px 8px;
    border-right: 1px solid #e8ece8;
}

.ov-stats-bar div:last-child {
    border-right: none;
}

.ov-stats-bar strong {
    display: block;
    font-size: 1.3rem;
    font-weight: 800;
    color: #0d5725;
    line-height: 1.2;
}

.ov-stats-bar span {
    font-size: 10px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.overview.overview-v3 .banner_btn button {
    background: #0d5725 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px;
    padding: 15px 36px;
    font-size: 15px;
    font-weight: 600;
    transition: all 0.25s ease;
    cursor: pointer;
}

.overview.overview-v3 .banner_btn button:hover {
    background: #dfa317 !important;
    color: #1a1200 !important;
    box-shadow: 0 8px 24px rgba(223, 163, 23, 0.35);
}

@media (max-width: 991px) {
    .ov-content-box {
        padding: 30px 0 0;
    }

    .ov-image-main img {
        height: 320px;
    }
}

@media (max-width: 767px) {
    .ov-image-wrap {
        padding: 0 0 30px;
    }

    .ov-image-main img {
        height: 260px;
    }

    .ov-image-secondary {
        width: 50%;
        left: 10px;
    }

    .ov-image-secondary img {
        height: 120px;
    }

    .ov-frame-deco {
        display: none;
    }

    .ov-content-box {
        padding: 10px 0 0;
    }

    .overview.overview-v3 .title_section h3.title {
        font-size: 1.25rem;
    }

    .ov-stats-bar {
        flex-wrap: wrap;
    }

    .ov-stats-bar div {
        flex: 1 1 33%;
        border-bottom: 1px solid #e8ece8;
    }

    .overview.overview-v3 .banner_btn button {
        width: 100%;
    }
}

/* ===== Highlight Section v4 — Bento Grid ===== */
.highlight_section.highlight-v4 {
    background: #f7f5f0;
    position: relative;
    overflow: hidden;
}

.highlight_section.highlight-v4::after {
    display: none;
}

.hl-v4-header {
    text-align: center;
    max-width: 680px;
    margin: 0 auto 40px;
}

.highlight_section.highlight-v4 .hl-v4-header .pro_title {
    display: inline-block;
    color: #0d5725;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.highlight_section.highlight-v4 .hl-v4-header .pro_title::before {
    display: none;
}

.highlight_section.highlight-v4 .hl-v4-header .title {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0;
}

.hl-bento {
    display: grid;
    grid-template-columns: 1.15fr 1fr 1fr;
    grid-template-rows: repeat(4, minmax(100px, auto));
    gap: 14px;
}

.hl-bento-image {
    grid-column: 1;
    grid-row: 1 / 5;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 420px;
}

.hl-bento-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hl-bento-image::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(13, 87, 37, 0.55) 0%, transparent 60%);
}

.hl-bento-caption {
    position: absolute;
    bottom: 24px;
    left: 24px;
    right: 24px;
    z-index: 2;
    color: #fff;
}

.hl-bento-caption strong {
    display: block;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fde68a;
    margin-bottom: 4px;
}

.hl-bento-caption span {
    font-size: 13px;
    opacity: 0.9;
}

.hl-bento-item {
    background: #fff;
    border-radius: 16px;
    padding: 18px 16px;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(13, 87, 37, 0.07);
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.hl-bento-item::before {
    content: attr(data-num);
    position: absolute;
    top: -8px;
    right: 10px;
    font-size: 3.5rem;
    font-weight: 800;
    color: rgba(13, 87, 37, 0.06);
    line-height: 1;
    pointer-events: none;
}

.hl-bento-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #0d5725;
    border-radius: 16px 16px 0 0;
}

.hl-bento-item:nth-child(even)::after {
    background: #dfa317;
}

.hl-bento-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 28px rgba(13, 87, 37, 0.1);
}

.hl-bento-item .hl-num {
    font-size: 11px;
    font-weight: 800;
    color: #dfa317;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.hl-bento-item p {
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.45;
    position: relative;
    z-index: 1;
}

.hl-bento-item:nth-child(2)  { grid-column: 2; grid-row: 1; }
.hl-bento-item:nth-child(3)  { grid-column: 3; grid-row: 1; }
.hl-bento-item:nth-child(4)  { grid-column: 2; grid-row: 2; }
.hl-bento-item:nth-child(5)  { grid-column: 3; grid-row: 2; }
.hl-bento-item:nth-child(6)  { grid-column: 2; grid-row: 3; }
.hl-bento-item:nth-child(7)  { grid-column: 3; grid-row: 3; }
.hl-bento-item:nth-child(8)  { grid-column: 2; grid-row: 4; }
.hl-bento-item:nth-child(9)  { grid-column: 3; grid-row: 4; }

@media (max-width: 991px) {
    .hl-bento {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }

    .hl-bento-image {
        grid-column: 1 / 3;
        grid-row: auto;
        min-height: 280px;
    }

    .hl-bento-item:nth-child(n) {
        grid-column: auto;
        grid-row: auto;
    }
}

@media (max-width: 767px) {
    .hl-v4-header {
        margin-bottom: 28px;
    }

    .hl-bento {
        grid-template-columns: 1fr;
    }

    .hl-bento-image {
        grid-column: 1;
        min-height: 240px;
    }

    .hl-bento-item {
        padding: 16px;
    }

    .hl-bento-item p {
        font-size: 12.5px;
    }
}

/* ===== Amenities Section v2 ===== */
.amenities_section.amenities-v2 {
    background: linear-gradient(180deg, #fff 0%, #f4f9f5 100%);
    position: relative;
    overflow: hidden;
    display: block;
}

.amenities_section.amenities-v2::after {
    display: none;
}

.am-v2-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 40px;
}

.amenities_section.amenities-v2 .am-v2-header .pro_title {
    display: inline-block;
    color: #0d5725;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.amenities_section.amenities-v2 .am-v2-header .pro_title::before {
    display: none;
}

.amenities_section.amenities-v2 .am-v2-header .title {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0;
}

.am-v2-layout {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: 24px;
    align-items: stretch;
    min-height: 480px;
}

.am-v2-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-height: 520px;
    overflow-y: auto;
    padding-right: 6px;
    scrollbar-width: thin;
    scrollbar-color: #dfa317 transparent;
}

.am-v2-nav::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.am-v2-nav::-webkit-scrollbar-thumb {
    background: #dfa317;
    border-radius: 4px;
}

.am-v2-tab {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 1px solid rgba(13, 87, 37, 0.1);
    border-radius: 12px;
    padding: 12px 14px;
    cursor: pointer;
    transition: all 0.25s ease;
    font-family: inherit;
}

.am-v2-tab-icon {
    width: 36px;
    height: 36px;
    background: rgba(13, 87, 37, 0.08);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    flex-shrink: 0;
}

.am-v2-tab-label {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.am-v2-tab:hover {
    border-color: rgba(223, 163, 23, 0.4);
    box-shadow: 0 4px 16px rgba(13, 87, 37, 0.08);
}

.am-v2-tab.active {
    background: #0d5725;
    border-color: #0d5725;
    box-shadow: 0 8px 24px rgba(13, 87, 37, 0.25);
}

.am-v2-tab.active .am-v2-tab-icon {
    background: rgba(255, 255, 255, 0.15);
}

.am-v2-tab.active .am-v2-tab-label {
    color: #fff;
}

.am-v2-panels {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    background: #0d5725;
    box-shadow: 0 24px 60px rgba(13, 87, 37, 0.18);
    min-height: 480px;
}

.am-v2-panel {
    display: none;
    grid-template-columns: 1.1fr 0.9fr;
    height: 100%;
    min-height: 480px;
}

.am-v2-panel.active {
    display: grid;
    animation: amFadeIn 0.4s ease;
}

@keyframes amFadeIn {
    from { opacity: 0; transform: translateY(8px); }
    to { opacity: 1; transform: translateY(0); }
}

.am-v2-panel-img {
    position: relative;
    overflow: hidden;
}

.am-v2-panel-img img {
    width: 100%;
    height: 100%;
    min-height: 480px;
    object-fit: cover;
    display: block;
}

.am-v2-panel-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, transparent 60%, rgba(13, 87, 37, 0.85) 100%);
}

.am-v2-panel-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 36px;
    color: #fff;
    background: #0d5725;
}

.am-v2-panel-tag {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 14px;
}

.am-v2-panel-info h3 {
    font-size: clamp(1.4rem, 2.5vw, 1.85rem);
    font-weight: 700;
    color: #fff;
    margin: 0 0 16px;
    line-height: 1.3;
}

.am-v2-panel-info p {
    font-size: 0.95rem;
    line-height: 1.75;
    color: rgba(255, 255, 255, 0.82);
    margin: 0;
}

@media (max-width: 991px) {
    .amenities_section.amenities-v2 {
        overflow: visible;
    }

    .am-v2-header {
        margin-bottom: 24px;
        padding: 0 4px;
    }

    .am-v2-layout {
        grid-template-columns: 1fr;
        gap: 16px;
        min-height: auto;
    }

    .am-v2-nav {
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        max-height: none;
        padding: 4px 4px 12px;
        gap: 8px;
        -webkit-overflow-scrolling: touch;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 4px;
        scroll-padding-right: 4px;
    }

    .am-v2-tab {
        flex: 0 0 auto;
        min-width: 128px;
        max-width: 148px;
        padding: 10px 12px;
        scroll-snap-align: start;
    }

    .am-v2-tab-icon {
        width: 32px;
        height: 32px;
        font-size: 16px;
    }

    .am-v2-tab-label {
        font-size: 11.5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .am-v2-panels {
        min-height: auto;
        border-radius: 16px;
    }

    .am-v2-panel {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
    }

    .am-v2-panel.active {
        display: grid;
    }

    .am-v2-panel-img {
        order: 1;
    }

    .am-v2-panel-info {
        order: 2;
        padding: 24px 20px 28px;
    }

    .am-v2-panel-img img {
        min-height: 220px;
        height: 220px;
        max-height: 220px;
    }

    .am-v2-panel-img::after {
        background: linear-gradient(to top, rgba(13, 87, 37, 0.55) 0%, transparent 45%);
    }

    .am-v2-panel-info p {
        font-size: 0.88rem;
        line-height: 1.65;
    }
}

@media (max-width: 767px) {
    .amenities_section.amenities-v2.ptb {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .am-v2-header {
        margin-bottom: 20px;
    }

    .amenities_section.amenities-v2 .am-v2-header .title {
        font-size: 1.2rem;
    }

    .am-v2-nav {
        gap: 6px;
        margin: 0 -4px;
        padding-bottom: 10px;
    }

    .am-v2-tab {
        min-width: 108px;
        max-width: 120px;
        padding: 8px 10px;
        gap: 8px;
        border-radius: 10px;
    }

    .am-v2-tab-icon {
        width: 28px;
        height: 28px;
        font-size: 14px;
        border-radius: 8px;
    }

    .am-v2-tab-label {
        font-size: 10.5px;
    }

    .am-v2-panels {
        border-radius: 14px;
        box-shadow: 0 12px 32px rgba(13, 87, 37, 0.12);
    }

    .am-v2-panel-img img {
        min-height: 190px;
        height: 190px;
        max-height: 190px;
    }

    .am-v2-panel-info {
        padding: 20px 16px 24px;
    }

    .am-v2-panel-tag {
        font-size: 10px;
        margin-bottom: 10px;
    }

    .am-v2-panel-info h3 {
        font-size: 1.15rem;
        margin-bottom: 10px;
    }

    .am-v2-panel-info p {
        font-size: 0.84rem;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .am-v2-tab {
        min-width: 96px;
        max-width: 106px;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 6px;
        gap: 6px;
    }

    .am-v2-tab-label {
        font-size: 9.5px;
        white-space: normal;
        line-height: 1.2;
        max-height: 2.4em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .am-v2-panel-img img {
        min-height: 170px;
        height: 170px;
        max-height: 170px;
    }
}

/* ===== Price Section v2 ===== */
.price_section.price-v2 {
    background: linear-gradient(180deg, #f7f5f0 0%, #fff 50%, #f4f9f5 100%);
    position: relative;
    overflow: hidden;
}

.price_section.price-v2::after {
    display: none;
}

.price-v2-header {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
}

.price_section.price-v2 .price-v2-header .pro_title {
    display: inline-block;
    color: #0d5725;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-bottom: 10px;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
}

.price_section.price-v2 .price-v2-header .pro_title::before {
    display: none;
}

.price_section.price-v2 .price-v2-header .title {
    font-size: clamp(1.3rem, 2.8vw, 2rem);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.35;
    margin: 0;
}

.price-v2-block {
    margin-bottom: 48px;
}

.price-v2-block:last-of-type {
    margin-bottom: 0;
}

.price-v2-cat-banner {
    background: linear-gradient(135deg, #0d5725, #1a7a38);
    color: #fff;
    text-align: center;
    padding: 20px 24px;
    border-radius: 16px 16px 0 0;
    position: relative;
}

.price-v2-cat-banner h2 {
    font-size: clamp(1.1rem, 2.5vw, 1.5rem);
    font-weight: 700;
    margin: 0 0 6px;
    color: #fde68a;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.price-v2-cat-banner p,
.price-v2-bba-note {
    margin: 0;
    font-size: 13px;
    opacity: 0.9;
    color: rgba(255, 255, 255, 0.9);
}

.price-v2-cat-banner.reserved p {
    font-size: 12px;
    line-height: 1.5;
}

.price-v2-scroll-hint {
    display: none;
    text-align: center;
    font-size: 12px;
    color: #0d5725;
    background: rgba(13, 87, 37, 0.08);
    padding: 8px 12px;
    border-radius: 8px;
    margin: 0 0 10px;
    font-weight: 600;
}

@media (max-width: 991px) {
    .price-v2-scroll-hint {
        display: block;
    }
}

.price-v2-table-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border-radius: 0 0 16px 16px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.08);
    background: #fff;
}

.price-v2-table {
    width: 100%;
    min-width: 1100px;
    border-collapse: collapse;
    font-size: 13px;
}

.price-v2-table thead th {
    background: #2a2a2a;
    color: #fff;
    font-weight: 600;
    padding: 14px 10px;
    text-align: center;
    border: 1px solid #444;
    vertical-align: middle;
    line-height: 1.35;
    font-size: 11px;
}

.price-v2-table tbody td {
    padding: 12px 10px;
    text-align: center;
    border: 1px solid #e5e5e5;
    color: #333;
    font-size: 12px;
}

.price-v2-table tbody tr:nth-child(even) {
    background: #f8faf8;
}

.price-v2-table tbody tr:hover {
    background: rgba(223, 163, 23, 0.08);
}

.price-v2-table tbody td:first-child {
    font-weight: 700;
    color: #0d5725;
    background: rgba(13, 87, 37, 0.05);
    position: sticky;
    left: 0;
    z-index: 1;
}

.price-v2-table .col-total {
    background: rgba(223, 163, 23, 0.12) !important;
    color: #0d5725;
    font-weight: 700;
}

.price-v2-table thead th.col-total {
    background: #dfa317;
    color: #1a1200;
}

.price-v2-table .col-status {
    min-width: 130px;
    white-space: nowrap;
}

.price-v2-table .col-status .banner_btn {
    margin: 0;
}

.price-v2-table .col-status .banner_btn button {
    background: #0d5725 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
}

.price-v2-table .col-status .banner_btn button:hover {
    background: #dfa317 !important;
    color: #1a1200 !important;
}

.payment-note {
    color: #d32f2f;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    margin: 0 0 16px;
    text-align: left;
}

.price-v2-table td.num {
    text-align: right;
    font-weight: 600;
    white-space: nowrap;
}

.payment-apply-btn {
    display: inline-block;
    background: #0d5725;
    color: #fff !important;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 8px;
    text-decoration: none;
    white-space: nowrap;
    transition: background 0.3s ease;
}

.payment-apply-btn:hover {
    background: #dfa317;
    color: #1a1200 !important;
}

.price-v2-mobile-only {
    display: none;
}

.price-v2-mobile {
    position: relative;
    min-height: 420px;
}

.price-v2-slide {
    display: none;
    animation: priceFadeIn 0.4s ease;
}

@keyframes priceFadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

.price-v2-slide.active {
    display: block;
}

.price-v2-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 12px 36px rgba(13, 87, 37, 0.12);
    border: 1px solid rgba(13, 87, 37, 0.08);
}

.price-v2-card-top {
    background: linear-gradient(135deg, #0d5725, #1a7a38);
    color: #fff;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price-v2-card-top span {
    font-size: 15px;
    font-weight: 600;
    color: #fde68a;
}

.price-v2-card-top strong {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
}

.price-v2-rows {
    list-style: none;
    margin: 0;
    padding: 0;
}

.price-v2-rows li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    padding: 11px 16px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 12px;
}

.price-v2-rows li:nth-child(even) {
    background: #fafafa;
}

.price-v2-rows li span {
    color: #666;
    flex: 1;
    line-height: 1.4;
}

.price-v2-rows li b {
    color: #1a1a1a;
    font-weight: 700;
    text-align: right;
    flex-shrink: 0;
}

.price-v2-rows li.total-row {
    background: rgba(223, 163, 23, 0.12);
    border-bottom: none;
}

.price-v2-rows li.total-row span {
    color: #0d5725;
    font-weight: 700;
}

.price-v2-rows li.total-row b {
    color: #0d5725;
    font-size: 14px;
}

.price-v2-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 16px;
}

.price-v2-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(13, 87, 37, 0.25);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.25s ease;
}

.price-v2-dot.active {
    background: #0d5725;
    width: 24px;
    border-radius: 4px;
}

.price-v2-cta {
    margin-top: 32px;
}

.price-v2-cta .banner_btn button {
    background: #0d5725 !important;
    border-radius: 50px;
    padding: 14px 36px;
    font-weight: 700;
}

.price-v2-cta .banner_btn button:hover {
    background: #dfa317 !important;
    color: #1a1200 !important;
}

@media (max-width: 991px) {
    .price-v2-table {
        min-width: 1000px;
        font-size: 11px;
    }

    .price-v2-table thead th,
    .price-v2-table tbody td {
        padding: 10px 8px;
    }
}

@media (max-width: 767px) {
    .price-v2-table-desktop {
        display: none;
    }

    .price-v2-mobile-only {
        display: block;
    }

    .price-v2-cat-banner {
        border-radius: 14px 14px 0 0;
        padding: 16px;
    }

    .price-v2-block {
        margin-bottom: 36px;
    }

    .price-v2-header {
        margin-bottom: 24px;
    }
}

/* Footer Section */
.footer {
    background: #0b3a82;
    /* Dark Blue */
    color: #fff;
    text-align: center;
    padding: 25px 15px;
}

/* ===== Footer v2 — Creative Layout ===== */
footer.footer.footer-v2 {
    position: relative;
    background: linear-gradient(180deg, #062a14 0%, #0d5725 55%, #084020 100%);
    text-align: left;
    padding: 0;
    overflow: hidden;
}

footer.footer.footer-v2 .ft-v2-accent {
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        radial-gradient(circle at 90% 10%, rgba(223, 163, 23, 0.12) 0%, transparent 40%),
        radial-gradient(circle at 5% 90%, rgba(255, 255, 255, 0.04) 0%, transparent 35%);
}

footer.footer.footer-v2 .container {
    position: relative;
    z-index: 1;
}

footer.footer.footer-v2 .ft-v2-top {
    padding: 48px 15px 40px;
}

.ft-v2-grid {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
    align-items: start;
}

.ft-v2-badge,
.ft-v2-bank-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 12px;
}

.ft-v2-company {
    font-size: 15px;
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.55;
    margin: 0 0 24px;
}

footer.footer.footer-v2 .ft-v2-company strong {
    color: #fff;
    font-weight: 700;
}

.ft-v2-details {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.ft-v2-detail {
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(223, 163, 23, 0.2);
    border-left: 4px solid #dfa317;
    border-radius: 14px;
    padding: 14px 18px;
}

.ft-v2-detail-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 6px;
}

.ft-v2-detail p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.85);
}

.ft-v2-bank {
    text-align: center;
}

.ft-v2-bank-card {
    background: #fff;
    border-radius: 18px;
    padding: 20px 24px;
    box-shadow: 0 14px 40px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
}

footer.footer.footer-v2 .ft-v2-bank-card img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0;
    display: block;
}

.ft-v2-bank-note {
    margin: 0;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.5;
}

footer.footer.footer-v2 .ft-v2-bank-note strong {
    color: #fff;
}

.ft-v2-divider {
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(223, 163, 23, 0.45), transparent);
    margin: 0 15px;
}

footer.footer.footer-v2 .ft-v2-bottom {
    padding: 32px 15px 40px;
}

footer.footer.footer-v2 .inner-footer-bottom {
    max-width: 920px;
    margin: 0 auto;
}

footer.footer.footer-v2 .btm-foot {
    font-size: 11px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.62);
    text-align: center;
    margin: 0 0 12px;
}

footer.footer.footer-v2 .moretext .btm-foot {
    margin-top: 0;
}

footer.footer.footer-v2 h6.moreless-button {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1200;
    background: #dfa317;
    padding: 8px 20px;
    border-radius: 999px;
    margin: 8px auto 20px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
}

footer.footer.footer-v2 .box {
    text-align: center;
}

footer.footer.footer-v2 h6.moreless-button:hover {
    background: #f0b429;
    transform: translateY(-2px);
}

.ft-v2-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.ft-v2-links a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    padding: 8px 18px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    transition: background 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.ft-v2-links a:hover {
    background: rgba(223, 163, 23, 0.2);
    border-color: #dfa317;
    color: #dfa317;
}

.ft-v2-sep {
    width: 4px;
    height: 4px;
    background: #dfa317;
    border-radius: 50%;
}

footer.footer.footer-v2 .inner-footer-bottom p b {
    color: #dfa317;
}

@media (max-width: 991px) {
    .ft-v2-grid {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .ft-v2-bank {
        max-width: 420px;
        margin: 0 auto;
    }
}

@media (max-width: 575px) {
    footer.footer.footer-v2 .ft-v2-top {
        padding: 36px 15px 28px;
    }

    footer.footer.footer-v2 .ft-v2-bottom {
        padding: 24px 15px 32px;
    }

    .ft-v2-detail p {
        font-size: 12px;
    }

    footer.footer.footer-v2 h6.moreless-button:hover {
        transform: none;
    }
}

/* ===== Footer v3 — Light Centered Cards ===== */
footer.footer.footer-v3 {
    background: linear-gradient(180deg, #f7f5f0 0%, #eef3ef 100%);
    text-align: center;
    padding: 48px 15px 36px;
    color: #333;
}

.ft-v3-head {
    max-width: 680px;
    margin: 0 auto 32px;
}

.ft-v3-eyebrow {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #0d5725;
    background: rgba(13, 87, 37, 0.08);
    padding: 6px 16px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.ft-v3-company {
    font-size: 15px;
    color: #555;
    line-height: 1.6;
    margin: 0;
}

footer.footer.footer-v3 .ft-v3-company strong {
    color: #0d5725;
    font-weight: 700;
}

.ft-v3-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 820px;
    margin: 0 auto 24px;
}

.ft-v3-card {
    background: #fff;
    border-radius: 18px;
    padding: 22px 20px;
    text-align: left;
    box-shadow: 0 8px 28px rgba(13, 87, 37, 0.08);
    border: 1px solid rgba(13, 87, 37, 0.08);
    position: relative;
    overflow: hidden;
}

.ft-v3-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, #0d5725, #dfa317);
}

.ft-v3-card-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    background: #0d5725;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    border-radius: 8px;
    margin-bottom: 10px;
}

.ft-v3-card-label {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 6px;
}

.ft-v3-card p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #444;
}

.ft-v3-bank {
    max-width: 560px;
    margin: 0 auto 32px;
    background: #fff;
    border-radius: 20px;
    padding: 24px 28px 20px;
    box-shadow: 0 10px 32px rgba(13, 87, 37, 0.1);
    border: 2px solid #0d5725;
}

footer.footer.footer-v3 .ft-v3-bank img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 14px;
    display: block;
}

.ft-v3-bank p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

footer.footer.footer-v3 .ft-v3-bank strong {
    color: #0d5725;
}

footer.footer.footer-v3 .ft-v3-legal {
    max-width: 880px;
    margin: 0 auto;
    background: #fff;
    border-radius: 20px;
    padding: 28px 28px 24px;
    box-shadow: 0 6px 24px rgba(13, 87, 37, 0.06);
    border: 1px solid rgba(13, 87, 37, 0.08);
}

footer.footer.footer-v3 .btm-foot {
    font-size: 11px;
    line-height: 1.65;
    color: #777;
    text-align: center;
    margin: 0 0 10px;
}

footer.footer.footer-v3 h6.moreless-button {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #0d5725;
    background: transparent;
    border: 2px solid #0d5725;
    padding: 7px 22px;
    border-radius: 999px;
    margin: 6px auto 18px;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

footer.footer.footer-v3 h6.moreless-button:hover {
    background: #0d5725;
    color: #fff;
}

.ft-v3-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.ft-v3-links a {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #0d5725;
    text-decoration: none;
    padding: 9px 20px;
    border-radius: 999px;
    transition: background 0.3s ease, transform 0.3s ease;
}

.ft-v3-links a:hover {
    background: #dfa317;
    color: #1a1200;
    transform: translateY(-2px);
}

footer.footer.footer-v3 .inner-footer-bottom p b {
    color: #0d5725;
}

@media (max-width: 767px) {
    footer.footer.footer-v3 {
        padding: 36px 15px 28px;
    }

    .ft-v3-cards {
        grid-template-columns: 1fr;
    }

    footer.footer.footer-v3 .ft-v3-legal {
        padding: 22px 18px 20px;
    }

    .ft-v3-links a:hover {
        transform: none;
    }
}

/* ===== Footer v4 — Dark 3-Column Professional ===== */
footer.footer.footer-v4 {
    background: #062a14;
    text-align: left;
    padding: 0 0 36px;
    color: rgba(255, 255, 255, 0.85);
    position: relative;
    overflow: hidden;
}

footer.footer.footer-v4 .ft-v4-topbar {
    height: 4px;
    background: linear-gradient(90deg, #0d5725, #dfa317, #0d5725);
}

footer.footer.footer-v4 .container {
    padding-top: 44px;
}

.ft-v4-main {
    display: grid;
    grid-template-columns: 1.1fr 1fr 0.95fr;
    gap: 32px;
    padding-bottom: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 28px;
}

.ft-v4-title {
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #dfa317;
    margin: 0 0 14px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(223, 163, 23, 0.35);
}

.ft-v4-note {
    font-size: 14px;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.75);
    margin: 0 0 14px;
}

footer.footer.footer-v4 .ft-v4-note strong {
    color: #fff;
}

.ft-v4-row {
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
    color: rgba(255, 255, 255, 0.88);
}

.ft-v4-row span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #dfa317;
    margin-bottom: 4px;
}

.ft-v4-rera-text {
    font-size: 13px;
    line-height: 1.65;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
}

.ft-v4-bank {
    text-align: center;
}

footer.footer.footer-v4 .ft-v4-bank img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 0 0 12px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 12px;
    display: block;
}

.ft-v4-bank p {
    margin: 0;
    font-size: 12px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

footer.footer.footer-v4 .ft-v4-bank strong {
    color: #fff;
    font-weight: 600;
}

footer.footer.footer-v4 .ft-v4-bottom .btm-foot {
    font-size: 11px;
    line-height: 1.65;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 0 0 16px;
}

.ft-v4-actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

footer.footer.footer-v4 h6.moreless-button {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #1a1200;
    background: #dfa317;
    border: none;
    padding: 8px 18px;
    border-radius: 6px;
    margin: 0;
    cursor: pointer;
    transition: background 0.3s ease;
}

footer.footer.footer-v4 h6.moreless-button:hover {
    background: #f0b429;
}

.ft-v4-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.ft-v4-links a {
    font-size: 13px;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.75);
    text-decoration: none;
    transition: color 0.3s ease;
    position: relative;
}

.ft-v4-links a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 0;
    height: 2px;
    background: #dfa317;
    transition: width 0.3s ease;
}

.ft-v4-links a:hover {
    color: #dfa317;
}

.ft-v4-links a:hover::after {
    width: 100%;
}

.ft-v4-sep {
    color: rgba(255, 255, 255, 0.3);
    font-size: 13px;
    line-height: 1;
}

footer.footer.footer-v4 .inner-footer-bottom p b {
    color: #dfa317;
}

@media (max-width: 991px) {
    .ft-v4-main {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    .ft-v4-bank {
        max-width: 360px;
    }
}

@media (max-width: 575px) {
    footer.footer.footer-v4 .container {
        padding-top: 32px;
    }

    .ft-v4-actions {
        flex-direction: column;
        gap: 14px;
    }
}

.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: white;
}


/* ===== Important Dates Section v2 (2 dates only) ===== */
.important-dates.id-section-v2 {
    background: linear-gradient(135deg, #0d5725 0%, #134d2a 50%, #0a3d1c 100%);
    text-align: center;
    padding: 56px 20px;
    position: relative;
    overflow: hidden;
}

.important-dates.id-section-v2::before {
    content: '';
    position: absolute;
    width: 320px;
    height: 320px;
    background: radial-gradient(circle, rgba(223, 163, 23, 0.15) 0%, transparent 70%);
    top: -80px;
    left: -60px;
    pointer-events: none;
}

.important-dates.id-section-v2::after {
    content: '';
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06) 0%, transparent 70%);
    bottom: -60px;
    right: -40px;
    pointer-events: none;
}

.id-refund-note {
    color: #fde68a;
    font-size: 15px;
    font-weight: 600;
    margin: 0 auto 36px;
    max-width: 520px;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    background: rgba(0, 0, 0, 0.2);
    display: inline-block;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid rgba(253, 230, 138, 0.35);
}

.id-v2-layout {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    max-width: 900px;
    margin: 0 auto 32px;
    position: relative;
    z-index: 1;
}

.id-v2-date-card {
    flex: 1;
    max-width: 340px;
    background: #fff;
    border-radius: 20px;
    padding: 28px 24px;
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.2);
    text-align: center;
    transition: transform 0.25s ease;
}

.id-v2-date-card:hover {
    transform: translateY(-4px);
}

.id-v2-label {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0d5725;
    background: rgba(13, 87, 37, 0.1);
    padding: 5px 14px;
    border-radius: 50px;
    margin-bottom: 12px;
}

.id-v2-date-card-end .id-v2-label {
    background: rgba(223, 163, 23, 0.2);
    color: #92680a;
}

.id-v2-date-card h3 {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 12px;
    line-height: 1.35;
}

.id-v2-date-card p {
    font-size: clamp(1rem, 2.5vw, 1.2rem);
    font-weight: 800;
    color: #0d5725;
    margin: 0;
    line-height: 1.35;
}

.id-v2-date-card-end {
    border: 2px solid #dfa317;
}

.id-v2-date-card-end p {
    color: #0d5725;
}

.id-v2-connector {
    display: flex;
    align-items: center;
    padding: 0 8px;
    flex-shrink: 0;
}

.id-v2-line {
    width: 40px;
    height: 2px;
    background: rgba(253, 230, 138, 0.5);
    display: block;
}

.id-v2-arrow {
    color: #dfa317;
    font-size: 22px;
    font-weight: 700;
    margin-left: 4px;
}

.id-v2-btn.banner_btn {
    position: relative;
    z-index: 1;
}

.id-v2-btn.banner_btn button {
    background: #dfa317 !important;
    color: #1a1200 !important;
    border: none !important;
    border-radius: 50px;
    padding: 14px 36px;
    font-size: 15px;
    font-weight: 700;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.id-v2-btn.banner_btn button:hover {
    background: #fff !important;
    color: #0d5725 !important;
}

@media (max-width: 991px) {
    .id-v2-layout {
        max-width: 100%;
        padding: 0 4px;
    }

    .id-v2-date-card {
        max-width: 300px;
    }
}

@media (max-width: 767px) {
    .important-dates.id-section-v2 {
        padding: 36px 14px;
    }

    .important-dates.id-section-v2 .container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .id-refund-note {
        display: block;
        width: 100%;
        max-width: 100%;
        font-size: 13px;
        margin-bottom: 24px;
        padding: 10px 14px;
        border-radius: 12px;
        box-sizing: border-box;
    }

    .id-v2-layout {
        flex-direction: column;
        gap: 0;
        margin-bottom: 24px;
        width: 100%;
    }

    .id-v2-date-card {
        max-width: 100%;
        width: 100%;
        padding: 20px 16px;
        border-radius: 16px;
        box-sizing: border-box;
    }

    .id-v2-date-card:hover {
        transform: none;
    }

    .id-v2-date-card h3 {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .id-v2-date-card p {
        font-size: 1rem;
        word-break: break-word;
    }

    .id-v2-connector {
        flex-direction: column;
        padding: 8px 0;
    }

    .id-v2-line {
        width: 2px;
        height: 20px;
    }

    .id-v2-arrow {
        transform: rotate(90deg);
        margin: 2px 0 0;
        font-size: 20px;
    }

    .id-v2-btn.banner_btn {
        width: 100%;
    }

    .id-v2-btn.banner_btn button {
        width: 100%;
        max-width: 100%;
        padding: 14px 20px;
        font-size: 14px;
        box-sizing: border-box;
    }
}

@media (max-width: 480px) {
    .important-dates.id-section-v2 {
        padding: 32px 10px;
    }

    .id-refund-note {
        font-size: 12px;
        line-height: 1.55;
        padding: 9px 12px;
    }

    .id-v2-date-card {
        padding: 18px 14px;
    }

    .id-v2-label {
        font-size: 9px;
        padding: 4px 12px;
        margin-bottom: 10px;
    }

    .id-v2-date-card h3 {
        font-size: 13px;
    }

    .id-v2-date-card p {
        font-size: 0.95rem;
    }
}

.important-dates {
    text-align: center;
    padding: 30px 20px;
}

.important-dates.id-section-v2 .id-refund-note {
    color: #fde68a !important;
    margin-bottom: 36px;
}

.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;
}

header .navbar-brand img {
    filter: none !important;
    max-width: 130px;
}

.testprice {
    font-size: 32px;
    text-decoration: none;
    color: red;
}

.banner_section .carousel-inner::before {
    opacity: 0.4 !important;
}

/* ===== Modern Banner Redesign ===== */
.banner_section.banner-modern {
    position: relative;
    overflow: hidden;
    overflow-x: clip;
    --banner-side-w: 52px;
    --banner-gap: 32px;
    --banner-pad-r: 2%;
    --header-h: 88px;
    --banner-form-w: 420px;
    --banner-content-pad-l: 2.5%;
}

.banner_section.banner-modern .banner-img {
    transform: scale(1.02);
    transition: transform 8s ease;
    width: 100% !important;
    height: 100vh;
    min-height: 100vh;
    object-fit: cover;
    object-position: center center;
}

.banner_section.banner-modern .carousel-item.active .banner-img {
    transform: scale(1.08);
}

/* .banner_section.banner-modern .carousel-inner::before {
    background: linear-gradient(105deg,
            rgba(13, 87, 37, 0.82) 0%,
            rgba(0, 0, 0, 0.45) 45%,
            rgba(0, 0, 0, 0.25) 100%);
    opacity: 1 !important;
} */

/* Desktop — vertically centered, width = fit-content */
@media (min-width: 768px) {
    .banner_section.banner-modern {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        min-height: 100vh;
        padding: var(--header-h) var(--banner-pad-r) var(--header-h) var(--banner-side-w);
        gap: var(--banner-gap);
        box-sizing: border-box;
    }

    .banner_section.banner-modern .carousel-inner {
        position: absolute !important;
        inset: 0;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        overflow: hidden;
        z-index: 0;
    }

    .banner_section.banner-modern .carousel-item {
        height: 100%;
        min-height: 100vh;
    }

    .banner_section.banner-modern .carousel-item .banner-img,
    .banner_section.banner-modern .banner-img {
        display: block;
        width: 100% !important;
        height: 100% !important;
        min-height: 100vh;
        max-width: none;
        object-fit: cover;
        object-position: center center;
    }

    .banner_section.banner-modern .side_content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        order: 1;
        z-index: 2;
        width: var(--banner-side-w) !important;
        height: 100% !important;
        min-height: 100vh !important;
        align-self: stretch;
    }

    .banner_section.banner-modern .side_content .my-box,
    .banner_section.banner-modern .side_content .my-box ul {
        height: 100%;
        min-height: 100vh;
    }

    .banner_section.banner-modern .banner_content {
        position: relative !important;
        order: 2;
        flex: 0 1 auto;
        z-index: 2;
        top: auto !important;
        left: auto !important;
        transform: none !important;
        width: fit-content !important;
        max-width: calc(100vw - var(--banner-side-w) - var(--banner-form-w) - var(--banner-gap) * 2 - var(--banner-pad-r) - 40px) !important;
        min-width: 0 !important;
        padding: 0 0 0 var(--banner-content-pad-l);
        align-self: center;
        animation: bannerFadeInGrid 0.9s ease both;
    }

    .banner_section.banner-modern .banner_content .content_section,
    .banner_section.banner-modern .banner_content .inner-text {
        width: fit-content;
        max-width: 100%;
        min-width: 0;
    }

    .banner_section.banner-modern .right_form {
        position: relative !important;
        order: 3;
        flex: 0 0 var(--banner-form-w);
        z-index: 2;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        width: var(--banner-form-w) !important;
        min-width: var(--banner-form-w) !important;
        max-width: var(--banner-form-w) !important;
        margin-left: auto;
        align-self: center;
        animation: formSlideInGrid 0.8s ease 0.3s both;
    }

    .banner_section.banner-modern .carousel-indicators {
        position: absolute;
        bottom: 28px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 10;
        margin: 0;
    }

    .banner_section.banner-modern .carousel_btns {
        position: absolute;
        bottom: 28px;
        right: calc(var(--banner-pad-r) + var(--banner-form-w) + 24px);
        z-index: 10;
        height: auto;
        width: auto;
        display: flex;
        gap: 10px;
    }

    .banner_section.banner-modern .carousel-control-prev,
    .banner_section.banner-modern .carousel-control-next {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    /* Compact header on small desktop */
    header.header-v2 ul li {
        padding: 0 8px;
    }

    header.header-v2 ul li a.nav-link {
        font-size: 13px;
        letter-spacing: 0.3px;
    }

    header.header-v2 .navbar-brand img {
        max-width: 115px;
    }

    header.header-v2 .header_button {
        padding: 10px 14px;
        font-size: 13px;
    }

    header.header-v2 .header-wrapper {
        padding: 8px 0;
    }
}

@keyframes bannerFadeInGrid {
    from { opacity: 0; }
    to   { opacity: 1; }
}

@keyframes formSlideInGrid {
    from { opacity: 0; transform: translateX(12px); }
    to   { opacity: 1; transform: translateX(0); }
}

.banner_section.banner-modern .banner_content {
    color: #fff;
    z-index: 9;
    box-sizing: border-box;
}

.banner_section.banner-modern .banner_content .content_section,
.banner_section.banner-modern .banner_content .inner-text {
    width: fit-content;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
}

.banner_section.banner-modern ul.key_high li {
    margin-bottom: 0;
    padding: 0;
    font-size: inherit;
    text-transform: none;
    position: static;
}

.banner_section.banner-modern .banner-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(223, 163, 23, 0.18);
    border: 1px solid rgba(223, 163, 23, 0.55);
    color: #fbe486;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 7px 16px;
    border-radius: 50px;
    margin-bottom: 18px;
    backdrop-filter: blur(8px);
}

.banner_section.banner-modern .banner-badge::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #dfa317;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

@keyframes pulse {

    0%,
    100% {
        opacity: 1;
        transform: scale(1);
    }

    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

.banner_section.banner-modern h1.title {
    font-size: clamp(1.5rem, 3vw, 2.4rem);
    font-weight: 700;
    line-height: 1.15;
    margin-bottom: 10px;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.banner_section.banner-modern h1.title span {
    color: #a7f3d0;
}

.banner_section.banner-modern h2.typo {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    width: fit-content;
    max-width: 100%;
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 500;
    color: #e2e8f0;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 18px;
    border-radius: 50px;
    backdrop-filter: blur(10px);
    margin-bottom: 22px;
}

.banner_section.banner-modern .highlights-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: minmax(50px, 50px);
    gap: 10px;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
    padding: 0 10px;
    list-style: none;
    align-items: stretch;
}

.banner_section.banner-modern .highlights-grid li {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    min-width: 0;
    min-height: 50px;
    padding: 6px 8px !important;
    height: 100%;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12px);
    border-radius: 12px;
    padding: 10px 14px;
    margin: 0;
    font-size: 14px;
    transition: transform 0.25s ease, background 0.25s ease;
}

.banner_section.banner-modern .highlights-grid li:hover {
    transform: translateX(4px);
    background: rgba(255, 255, 255, 0.14);
}

.banner_section.banner-modern .highlights-grid li img {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    filter: brightness(5.5);
    padding: 0;
    position: static;
}

.banner_section.banner-modern .highlights-grid li span {
    background: none;
    padding: 0;
    color: #f1f5f9;
    font-size: 13px;
    line-height: 1.35;
    white-space: normal;
    flex: 1;
    min-width: 0;
}

.banner_section.banner-modern .banner_btn {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    gap: 14px;
    margin-top: 8px;
    width: 100%;
    max-width: 100%;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 {
    gap: 10px;
    max-width: 420px;
}

.banner_section.banner-modern .banner_btn button {
    border-radius: 50px;
    font-weight: 600;
    font-size: 15px;
    padding: 14px 28px;
    border: 2px solid transparent;
    transition: transform 0.25s ease, box-shadow 0.25s ease, background-position 0.35s ease, border-color 0.25s ease;
    cursor: pointer;
    width: 100%;
    max-width: 100%;
    white-space: nowrap;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 button {
    display: flex;
    align-items: center;
    text-align: left;
    white-space: normal;
    border-radius: 14px;
    padding: 0;
    overflow: hidden;
}

.banner_section.banner-modern .banner_btn button:hover {
    transform: translateY(-3px);
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-price {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background: rgba(255, 255, 255, 0.97) !important;
    border: none !important;
    color: #0d5725 !important;
    box-shadow: 0 14px 36px rgba(0, 0, 0, 0.28);
    animation: none;
    transform-origin: center center;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-price::before {
    display: none;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-price:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(0, 0, 0, 0.32);
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-head {
    display: block;
    width: 100%;
    padding: 8px 14px 6px;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: #1a9a45;
    text-align: center;
    border-bottom: 1px solid rgba(13, 87, 37, 0.12);
    line-height: 1.2;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-prices {
    display: flex;
    align-items: stretch;
    width: 100%;
    padding: 10px 10px;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-price-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2px;
    text-align: center;
    min-width: 0;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-price-item small {
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: rgba(13, 87, 37, 0.65);
    line-height: 1.1;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-price-item strong {
    font-size: clamp(0.95rem, 2vw, 1.15rem);
    font-weight: 800;
    color: #0d5725;
    line-height: 1.1;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-divider {
    width: 1px;
    align-self: stretch;
    background: linear-gradient(180deg, transparent, rgba(13, 87, 37, 0.25), transparent);
    flex-shrink: 0;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-action {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 100%;
    padding: 8px 14px;
    background: linear-gradient(90deg, #0d5725, #1a9a45);
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2px;
    line-height: 1.2;
    animation: ctaV2ActionPulse 2.4s ease-in-out infinite;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-action .icon-next {
    filter: brightness(0) invert(1);
    margin-left: 0;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-register {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    background: #0d5725 !important;
    border: 2px solid rgba(255, 255, 255, 0.35) !important;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    box-shadow: 0 8px 22px rgba(13, 87, 37, 0.45);
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-reg-amount {
    flex-shrink: 0;
    font-size: clamp(1.15rem, 2.5vw, 1.4rem);
    font-weight: 800;
    color: #fff;
    line-height: 1;
    padding-right: 12px;
    border-right: 1px solid rgba(255, 255, 255, 0.35);
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-reg-label {
    flex: 1;
    font-size: clamp(0.82rem, 1.6vw, 0.95rem);
    font-weight: 600;
    color: rgba(255, 255, 255, 0.95);
    line-height: 1.35;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-register .icon-next {
    filter: brightness(0) invert(1);
    margin-left: 0;
    flex-shrink: 0;
}

.banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-register:hover {
    background: #1a9a45 !important;
    border-color: #fff !important;
}

@keyframes ctaV2ActionPulse {
    0%,
    100% {
        filter: brightness(1);
    }

    50% {
        filter: brightness(1.12);
    }
}

@media (prefers-reduced-motion: reduce) {
    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-action {
        animation: none;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-price:hover,
    .banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-register:hover {
        transform: none;
    }
}

.banner_section.banner-modern .stats-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 20px;
    width: fit-content;
    max-width: 100%;
}

.banner_section.banner-modern .stat-box {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 14px;
    padding: 12px 20px;
    backdrop-filter: blur(10px);
    text-align: center;
    width: fit-content;
    flex-shrink: 0;
}

.banner_section.banner-modern .stat-box strong {
    display: block;
    font-size: 1.5rem;
    color: #dfa317;
    font-weight: 700;
    line-height: 1.2;
}

.banner_section.banner-modern .stat-box span {
    font-size: 11px;
    color: #cbd5e1;
    text-transform: uppercase;
    letter-spacing: 0.8px;
}

.banner_section.banner-modern .side_content {
    background: linear-gradient(180deg, rgba(13, 87, 37, 0.85), rgba(0, 0, 0, 0.7));
    width: 52px;
    border-right: 2px solid #dfa317;
    display: flex;
    align-items: center;
    writing-mode: vertical-rl;
}

.banner_section.banner-modern .right_form {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
    flex-shrink: 0;
    z-index: 9;
}

.banner_section.banner-modern .form_sec {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(20px);
    padding: 24px 22px;
    border-top: 4px solid #0d5725;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
}

.banner_section.banner-modern .form_section {
    width: 100%;
}

.banner_section.banner-modern .banner-enquire-form {
    --banner-field-h: 44px;
    --banner-field-radius: 8px;
}

.banner_section.banner-modern .banner-enquire-form .banner-form-field {
    margin-bottom: 8px;
}

.banner_section.banner-modern .banner-form-submit {
    margin-bottom: 8px;
    margin-top: 0;
}

.banner_section.banner-modern .banner-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 6px 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.banner_section.banner-modern .banner-form-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

.banner_section.banner-modern .banner-form-consent .inp-txt {
    margin: 0;
    font-size: 9px;
    line-height: 1.4;
    color: #64748b;
    font-weight: 400;
    cursor: pointer;
}

.banner_section.banner-modern h2.form_title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #0d5725;
    margin-bottom: 4px;
    text-align: center;
}

.banner_section.banner-modern .form_subtitle {
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin-bottom: 14px;
}

.banner_section.banner-modern .banner-enquire-form .form-control {
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--banner-field-radius);
    background: #fff;
    font-size: 14px;
    line-height: var(--banner-field-h);
    color: #1e293b;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.banner_section.banner-modern .banner-enquire-form .form-control::placeholder {
    color: #94a3b8;
    font-size: 13px;
}

.banner_section.banner-modern .banner-enquire-form textarea.form-control {
    height: auto;
    min-height: 90px;
    line-height: 1.5;
    padding: 12px 14px;
    resize: vertical;
}

.banner_section.banner-modern .banner-enquire-form .error-msg {
    margin-top: 3px;
    font-size: 11px;
}

.banner_section.banner-modern .banner-enquire-form .phone-input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    border: 1.5px solid #e2e8f0;
    border-radius: var(--banner-field-radius);
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

.banner_section.banner-modern .banner-enquire-form .phone-input-group:focus-within {
    border-color: #0d5725;
    outline: 3px solid rgba(13, 87, 37, 0.12);
    outline-offset: 0;
    box-shadow: none;
}

.banner_section.banner-modern .banner-enquire-form .phone-input-group .phone-prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 52px;
    align-self: stretch;
    padding: 0 10px;
    background: #ecfdf3;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    color: #0d5725;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.2px;
    box-sizing: border-box;
}

.banner_section.banner-modern .banner-enquire-form .phone-input-group .form-control {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
    margin: 0;
    border: none !important;
    border-radius: 0;
    line-height: 1.35;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.banner_section.banner-modern .banner-enquire-form .phone-input-group .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.banner_section.banner-modern .banner-enquire-form .form-control:focus {
    border-color: #0d5725;
    box-shadow: 0 0 0 3px rgba(13, 87, 37, 0.12);
    outline: none;
}

.banner_section.banner-modern .banner-enquire-form button.btn.main_button {
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border-radius: var(--banner-field-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    line-height: 1;
    box-sizing: border-box;
}

.banner_section.banner-modern button.btn.main_button {
    background: linear-gradient(135deg, #0d5725, #1a7a38);
    border: none;
    border-radius: 8px;
    padding: 14px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.5px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.banner_section.banner-modern button.btn.main_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 87, 37, 0.35);
}

.banner_section.banner-modern .carousel-indicators {
    bottom: 28px;
    z-index: 10;
}

.banner_section.banner-modern .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: none;
    margin: 0 5px;
    transition: all 0.3s ease;
}

.banner_section.banner-modern .carousel-indicators li.active {
    background: #dfa317;
    width: 28px;
    border-radius: 10px;
}

.banner_section.banner-modern .carousel_btns button {
    width: 52px;
    height: 52px;
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    backdrop-filter: blur(8px);
    transition: background 0.25s ease, transform 0.25s ease;
}

.banner_section.banner-modern .carousel_btns button:hover {
    background: rgba(223, 163, 23, 0.5);
    transform: scale(1.08);
}

@media (max-width: 1480px) {
    .banner_section.banner-modern {
        --banner-form-w: 380px;
        --banner-gap: 28px;
    }

    .banner_section.banner-modern .form_sec {
        padding: 18px 16px;
    }

    .banner_section.banner-modern .highlights-grid li {
        padding: 8px 10px;
        font-size: 12px;
    }

    .banner_section.banner-modern .highlights-grid li span {
        font-size: 12px;
    }

    .banner_section.banner-modern .stat-box {
        padding: 10px 14px;
    }

    .banner_section.banner-modern .stat-box strong {
        font-size: 1.25rem;
    }
}

@media (max-width: 1366px) {
    .banner_section.banner-modern {
        --banner-form-w: 350px;
        --banner-gap: 24px;
        --header-h: 82px;
        --banner-content-pad-l: 2%;
    }

    .banner_section.banner-modern h1.title {
        font-size: clamp(1.35rem, 2.2vw, 1.75rem);
    }

    header.header-v2 ul li {
        padding: 0 6px;
    }

    header.header-v2 ul li a.nav-link {
        font-size: 12px;
    }

    header.header-v2 .navbar-brand img {
        max-width: 100px;
    }

    header.header-v2 .header_button {
        padding: 8px 12px;
        font-size: 12px;
    }

    .banner_section.banner-modern h2.form_title {
        font-size: 1.35rem;
    }

    .banner_section.banner-modern .highlights-grid {
        gap: 8px;
        margin-bottom: 16px;
    }

    .banner_section.banner-modern .banner_btn button {
        font-size: 13px;
        padding: 11px 16px;
    }

    .banner_section.banner-modern .stats-row {
        gap: 10px;
        margin-top: 14px;
    }

    .banner_section.banner-modern .stat-box span {
        font-size: 10px;
    }
}

@media (max-width: 1280px) {
    .banner_section.banner-modern {
        --banner-form-w: 340px;
        --banner-gap: 20px;
    }

    .banner_section.banner-modern .highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: minmax(48px, 48px);
    }

    .banner_section.banner-modern .highlights-grid li {
        min-height: 48px;
    }

    .banner_section.banner-modern .highlights-grid li span,
    .banner_section.banner-modern .banner_btn button {
        white-space: normal;
    }

    .banner_section.banner-modern .banner_btn {
        flex-direction: column;
        align-items: stretch;
    }

    .banner_section.banner-modern .banner_btn button {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 1199px) {
    .banner_section.banner-modern {
        --banner-form-w: 320px;
        --banner-gap: 16px;
        --header-h: 78px;
        --banner-content-pad-l: 1.5%;
    }

    .banner_section.banner-modern .form_sec {
        padding: 14px 12px;
    }

    .banner_section.banner-modern h1.title {
        font-size: clamp(1.5rem, 2.8vw, 2rem);
    }

    .banner_section.banner-modern h2.typo {
        font-size: clamp(0.85rem, 1.6vw, 1.1rem);
        padding: 6px 14px;
        margin-bottom: 14px;
    }

    .banner_section.banner-modern h2.form_title {
        font-size: 1.2rem;
    }

    .banner_section.banner-modern .form_subtitle {
        font-size: 11px;
        margin-bottom: 12px;
    }

    .banner_section.banner-modern .right_form .form-control {
        padding: 10px 12px;
        font-size: 13px;
    }

    .banner_section.banner-modern button.btn.main_button {
        padding: 12px;
        font-size: 13px;
    }
}

@media (max-width: 991px) {
    .banner_section.banner-modern {
        --banner-form-w: 300px;
        --banner-gap: 14px;
        --header-h: 76px;
    }

    .banner_section.banner-modern h1.title {
        font-size: clamp(1.25rem, 2.2vw, 1.6rem);
    }

    .banner_section.banner-modern .banner_btn button {
        font-size: 12px;
        padding: 10px 14px;
    }

    .banner_section.banner-modern .stat-box strong {
        font-size: 1.1rem;
    }

    header.header-v2 ul li a.nav-link {
        font-size: 11px;
    }
}

@media (max-height: 780px) and (min-width: 768px) {
    .banner_section.banner-modern {
        --header-h: 72px;
        padding-top: var(--header-h) !important;
        padding-bottom: var(--header-h) !important;
        align-items: center !important;
    }

    .banner_section.banner-modern h1.title {
        font-size: clamp(1.2rem, 2vw, 1.5rem);
        margin-bottom: 6px;
    }

    .banner_section.banner-modern .highlights-grid {
        grid-template-columns: 1fr;
        gap: 6px;
        margin-bottom: 12px;
    }

    .banner_section.banner-modern .highlights-grid li {
        padding: 6px 10px;
    }

    .banner_section.banner-modern h2.typo {
        margin-bottom: 12px;
        padding: 6px 12px;
    }

    .banner_section.banner-modern .stats-row {
        margin-top: 10px;
        gap: 8px;
    }

    .banner_section.banner-modern .stat-box {
        padding: 8px 10px;
    }

    .banner_section.banner-modern .stat-box strong {
        font-size: 1.1rem;
    }

    .banner_section.banner-modern .banner_btn {
        gap: 8px;
    }

    .banner_section.banner-modern .banner_btn button {
        padding: 10px 14px;
        font-size: 12px;
    }
}

@media (max-width: 767px) {

    /* Mobile banner: same slider as desktop, sized for small screens */
    div.mobBanner {
        display: none;
    }

    .banner_section.banner-modern {
        background: #0a2e16;
        display: block !important;
        flex-wrap: wrap !important;
        padding: 0 !important;
        gap: 0 !important;
        min-height: auto !important;
    }

    .banner_section.banner-modern .carousel-inner {
        display: block !important;
        position: relative !important;
        inset: auto !important;
        width: 100%;
        height: 260px;
        min-height: 0 !important;
        overflow: hidden;
    }

    .banner_section.banner-modern .carousel-item,
    .banner_section.banner-modern .carousel-item.active {
        height: 260px !important;
        min-height: 0 !important;
    }

    .banner_section.banner-modern .carousel-item .banner-img,
    .banner_section.banner-modern .banner-img {
        display: block !important;
        width: 100% !important;
        height: 260px !important;
        min-height: 0 !important;
        max-width: none;
        object-fit: cover;
        object-position: center center;
    }

    .banner_section.banner-modern .carousel-indicators {
        display: flex !important;
        position: absolute;
        bottom: 10px;
        margin: 0;
        z-index: 3;
    }

    .banner_section.banner-modern .carousel_btns {
        display: flex !important;
        align-items: center;
        gap: 8px;
        position: absolute !important;
        height: auto !important;
        bottom: 10px !important;
        right: 12px !important;
        top: auto !important;
        left: auto !important;
        z-index: 3;
    }

    .banner_section.banner-modern .carousel_btns button {
        width: 34px !important;
        height: 34px !important;
        top: auto !important;
        bottom: auto !important;
    }

    .banner_section.banner-modern .carousel-control-prev,
    .banner_section.banner-modern .carousel-control-next {
        position: relative !important;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
    }

    /* Content block */
    .banner_section.banner-modern .banner_content {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        transform: none !important;
        max-width: 100% !important;
        width: 100% !important;
        color: #fff !important;
        padding: 16px 14px !important;
        animation: none !important;
        z-index: 5;
    }

    .banner_section.banner-modern .banner_content .content_section,
    .banner_section.banner-modern .banner_content .inner-text {
        width: 100% !important;
    }

    .banner_section.banner-modern .banner_content .inner-text {
        background: rgba(0, 0, 0, 0.88);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 18px 16px;
    }

    .banner_section.banner-modern .banner-badge {
        font-size: 10px;
        padding: 6px 12px;
        letter-spacing: 1px;
        margin-bottom: 12px;
    }

    .banner_section.banner-modern h1.title {
        font-size: 1.55rem !important;
        color: #fff !important;
        padding: 0 0 8px !important;
        line-height: 1.2;
    }

    .banner_section.banner-modern h1.title span {
        color: #fde68a !important;
    }

    .banner_section.banner-modern h2.typo {
        font-size: 0.82rem !important;
        flex-wrap: wrap;
        color: #fff !important;
        background: rgba(13, 87, 37, 0.95);
        border-color: rgba(223, 163, 23, 0.5);
        padding: 8px 14px;
        margin-bottom: 14px;
        line-height: 1.4;
    }

    /* Highlights list */
    .banner_section.banner-modern .highlights-grid {
        grid-template-columns: 1fr !important;
        grid-auto-rows: minmax(44px, auto) !important;
        gap: 7px;
        margin-bottom: 16px;
    }

    .banner_section.banner-modern .highlights-grid li {
        background: rgba(0, 0, 0, 0.55) !important;
        padding: 8px 12px !important;
        margin-bottom: 0 !important;
        border-radius: 8px;
        gap: 10px;
        font-size: 13px;
        min-height: 44px;
        height: auto;
    }

    .banner_section.banner-modern .highlights-grid li img {
        width: 18px !important;
        height: 18px !important;
        filter: brightness(5.5) !important;
        padding-right: 0 !important;
        left: auto !important;
    }

    .banner_section.banner-modern .highlights-grid li span,
    .banner_section.banner-modern ul.key_high li span {
        color: #fff !important;
        font-size: 12px !important;
        background: none !important;
        padding: 0 !important;
        display: block;
    }

    /* CTA buttons */
    .banner_section.banner-modern .banner_btn {
        flex-direction: column !important;
        gap: 10px;
        margin-top: 4px;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 {
        max-width: 100%;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-head {
        padding: 7px 12px 5px;
        font-size: 9px;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-prices {
        padding: 8px 8px;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-price-item strong {
        font-size: 0.9rem !important;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-reg-amount {
        font-size: 1.05rem !important;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-reg-label {
        font-size: 0.78rem !important;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-action {
        font-size: 11px;
        padding: 7px 12px;
    }

    /* Register button: stack instead of squeezing into one row */
    .banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-register {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 4px 10px;
        padding: 12px 14px;
        width: 100%;
        box-sizing: border-box;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-reg-amount {
        flex: 1 1 100%;
        border-right: none !important;
        padding-right: 0 !important;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .cta-v2-reg-label {
        flex: 1 1 auto;
    }

    .banner_section.banner-modern .banner_btn.banner-cta-v2 .btn-register .icon-next {
        margin-left: auto;
    }

    /* Stats row */
    .banner_section.banner-modern .stats-row {
        flex-wrap: wrap;
        gap: 8px;
        margin-top: 14px;
    }

    .banner_section.banner-modern .stat-box {
        flex: 1 1 calc(33.33% - 6px);
        min-width: 80px;
        padding: 10px 6px;
        background: rgba(0, 0, 0, 0.55);
    }

    .banner_section.banner-modern .stat-box strong {
        font-size: 1.15rem;
        color: #fde68a;
    }

    .banner_section.banner-modern .stat-box span {
        font-size: 9px;
        color: #fff;
    }

    /* Location bar */
    .banner_section.banner-modern .side_content {
        position: relative !important;
        writing-mode: horizontal-tb !important;
        width: 100% !important;
        height: auto !important;
        background: #dfa317 !important;
        display: block !important;
        margin-bottom: 0;
        z-index: 5;
    }

    .banner_section.banner-modern .side_content .my-box ul {
        flex-direction: row;
        justify-content: center;
        padding: 0;
    }

    .banner_section.banner-modern .side_content .my-box ul li {
        transform: none !important;
        padding: 10px 16px !important;
        justify-content: center;
    }

    .banner_section.banner-modern .side_content .my-box ul li span {
        color: #1a1200 !important;
        font-weight: 700;
        font-size: 12px;
        padding: 0 !important;
        padding-left: 6px !important;
    }

    .banner_section.banner-modern .side_content .icon_img {
        transform: none !important;
        width: 16px !important;
    }

    /* Enquiry form */
    .banner_section.banner-modern .right_form {
        position: relative !important;
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        flex: none !important;
        order: unset !important;
        margin-left: 0 !important;
        top: auto !important;
        right: auto !important;
        bottom: auto !important;
        transform: none !important;
        animation: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        z-index: 5;
    }

    .banner_section.banner-modern .form_sec {
        background: #fff !important;
        padding: 20px 16px 18px !important;
        border-top: 4px solid #0d5725;
    }

    .banner_section.banner-modern h2.form_title {
        font-size: 1.3rem !important;
        text-align: center;
    }

    .banner_section.banner-modern .form_subtitle {
        font-size: 11px;
        margin-bottom: 14px;
    }

    .banner_section.banner-modern .banner-enquire-form {
        --banner-field-h: 42px;
    }

    .banner_section.banner-modern .banner-enquire-form .form-control,
    .banner_section.banner-modern .banner-enquire-form button.btn.main_button {
        font-size: 13px;
    }

    .banner_section.banner-modern .banner-enquire-form .phone-input-group .phone-prefix {
        min-width: 48px;
        font-size: 13px;
    }

    .banner_section.banner-modern .banner-form-consent .inp-txt {
        font-size: 9px !important;
        line-height: 1.4;
    }
}

@media (max-width: 380px) {
    .banner_section.banner-modern .carousel-inner,
    .banner_section.banner-modern .carousel-item,
    .banner_section.banner-modern .carousel-item.active,
    .banner_section.banner-modern .banner-img {
        height: 200px !important;
    }

    .banner_section.banner-modern h1.title {
        font-size: 1.35rem !important;
    }

    .banner_section.banner-modern .stat-box {
        flex: 1 1 100%;
    }

    .banner_section.banner-modern .banner_btn button {
        font-size: 12px !important;
    }
}

/* ===== Onload Modal v2 ===== */
#onload1.onload-v2 .onload-v2-dialog {
    max-width: 880px;
    width: calc(100% - 24px);
    margin: 1rem auto;
}

#onload1.onload-v2 .onload-v2-content {
    border: none;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
    position: relative;
    background: #fff;
}

#onload1.onload-v2 .onload-v2-close {
    position: absolute;
    top: 14px;
    right: 14px;
    z-index: 10;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 50%;
    background: #dfa317;
    color: #1a1200;
    font-size: 24px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, background 0.3s ease;
    padding: 0;
    opacity: 1;
}

#onload1.onload-v2 .onload-v2-close:hover {
    background: #f0b429;
    transform: rotate(90deg);
}

#onload1.onload-v2 .onload-v2-close span {
    line-height: 1;
    margin-top: -2px;
}

#onload1.onload-v2 .onload-v2-body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 0;
}

#onload1.onload-v2 .onload-v2-visual {
    position: relative;
    min-height: 440px;
    overflow: hidden;
}

#onload1.onload-v2 .imgPop {
    width: 100%;
    height: 100%;
    min-height: 440px;
    object-fit: cover;
    display: block;
}

#onload1.onload-v2 .onload-v2-visual-shade {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(6, 42, 20, 0.1) 0%, rgba(6, 42, 20, 0.75) 100%);
    pointer-events: none;
}

#onload1.onload-v2 .onload-v2-visual-cap {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 28px;
    z-index: 2;
}

#onload1.onload-v2 .onload-v2-tag {
    display: inline-block;
    background: #dfa317;
    color: #1a1200;
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 999px;
    margin-bottom: 10px;
}

#onload1.onload-v2 .onload-v2-visual-cap p {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
    text-shadow: 0 2px 12px rgba(0, 0, 0, 0.35);
}

#onload1.onload-v2 .onload-v2-panel {
    padding: 24px 28px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
}

#onload1.onload-v2 .onload-v2-eyebrow {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a9a45;
    margin-bottom: 6px;
}

#onload1.onload-v2 .onload-v2-title {
    font-size: clamp(1.25rem, 2.5vw, 1.55rem);
    font-weight: 800;
    color: #0d5725;
    line-height: 1.25;
    margin: 0 0 14px;
    text-align: left;
    padding-right: 36px;
}

#onload1.onload-v2 .onload-v2-title span {
    color: #1a1a1a;
}

#onload1.onload-v2 .modal-enquire-form {
    --banner-field-h: 44px;
    --banner-field-radius: 8px;
}

#onload1.onload-v2 .modal-enquire-form .form-group {
    margin-bottom: 8px;
}

#onload1.onload-v2 .modal-enquire-form .modal-form-submit {
    margin-bottom: 8px;
    margin-top: 0;
}

#onload1.onload-v2 .modal-enquire-form .form-control {
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--banner-field-radius);
    background: #fff;
    font-size: 14px;
    line-height: var(--banner-field-h);
    color: #1e293b;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

#onload1.onload-v2 .modal-enquire-form .form-control::placeholder {
    color: #94a3b8;
    font-size: 13px;
}

#onload1.onload-v2 .modal-enquire-form textarea.form-control {
    height: auto;
    min-height: 90px;
    line-height: 1.5;
    padding: 12px 14px;
    resize: vertical;
}

#onload1.onload-v2 .modal-enquire-form .form-control:focus {
    border-color: #0d5725;
    box-shadow: 0 0 0 3px rgba(13, 87, 37, 0.12);
    outline: none;
    background: #fff;
}

#onload1.onload-v2 .modal-enquire-form .phone-input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    border: 1.5px solid #e2e8f0;
    border-radius: var(--banner-field-radius);
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

#onload1.onload-v2 .modal-enquire-form .phone-input-group:focus-within {
    border-color: #0d5725;
    outline: 3px solid rgba(13, 87, 37, 0.12);
    outline-offset: 0;
    box-shadow: none;
}

#onload1.onload-v2 .modal-enquire-form .phone-input-group .phone-prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 52px;
    align-self: stretch;
    padding: 0 10px;
    background: #ecfdf3;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    color: #0d5725;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
}

#onload1.onload-v2 .modal-enquire-form .phone-input-group .form-control {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
    margin: 0;
    border: none !important;
    border-radius: 0;
    line-height: 1.35;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

#onload1.onload-v2 .modal-enquire-form .phone-input-group .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

#onload1.onload-v2 .modal-enquire-form .onload-v2-submit.main_button {
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border-radius: var(--banner-field-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    background: linear-gradient(135deg, #0d5725, #1a7a38);
    border: none;
    color: #fff;
    letter-spacing: 0.3px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

#onload1.onload-v2 .modal-enquire-form .onload-v2-submit.main_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 87, 37, 0.35);
    color: #fff;
}

#onload1.onload-v2 .modal-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 6px 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

#onload1.onload-v2 .modal-form-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
    accent-color: #0d5725;
}

#onload1.onload-v2 .modal-form-consent .inp-txt {
    margin: 0;
    font-size: 9px;
    line-height: 1.35;
    color: #64748b;
    font-weight: 400;
    cursor: pointer;
}

#onload1.onload-v2 .modal-enquire-form .error-msg {
    margin-top: 3px;
    font-size: 11px;
}

#onload1.onload-v2 .error-msg {
    color: #c0392b;
}

@media (max-width: 767px) {
    #onload1.onload-v2 .onload-v2-body {
        grid-template-columns: 1fr;
    }

    #onload1.onload-v2 .onload-v2-visual {
        display: none;
    }

    #onload1.onload-v2 .onload-v2-panel {
        padding: 28px 20px 18px;
    }

    #onload1.onload-v2 .onload-v2-title {
        padding-right: 28px;
        font-size: 1.25rem;
        margin-bottom: 12px;
    }

    #onload1.onload-v2 .modal-enquire-form {
        --banner-field-h: 42px;
    }

    #onload1.onload-v2 .modal-enquire-form .onload-v2-submit.main_button:hover {
        transform: none;
    }
}

.site-modal-brochure .site-modal-v2-header {
    padding: 14px 20px 12px;
}

.site-modal-brochure .site-modal-v2-badge {
    margin-bottom: 6px;
    padding: 4px 12px;
    font-size: 9px;
}

.site-modal-brochure .site-modal-v2-title {
    font-size: 1.15rem;
    padding: 0 20px;
}

.site-modal-brochure .site-modal-v2-header::after {
    left: 20px;
    right: 20px;
}

.site-modal-brochure .site-modal-v2-body {
    padding: 12px 20px 14px;
}

.site-modal-brochure .site-modal-v2-sub {
    font-size: 12px;
    margin: 0 0 8px;
    line-height: 1.35;
}

.site-modal-brochure .modal-enquire-form {
    --banner-field-h: 44px;
    --banner-field-radius: 8px;
}

.site-modal-brochure .modal-enquire-form .form-group {
    margin-bottom: 8px;
}

.site-modal-brochure .modal-enquire-form .modal-form-submit {
    margin-bottom: 8px;
    margin-top: 0;
}

.site-modal-brochure .modal-enquire-form .form-control {
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: var(--banner-field-radius);
    background: #fff;
    font-size: 14px;
    line-height: var(--banner-field-h);
    color: #1e293b;
    box-sizing: border-box;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-modal-brochure .modal-enquire-form .form-control::placeholder {
    color: #94a3b8;
    font-size: 13px;
}

.site-modal-brochure .modal-enquire-form .form-control:focus {
    border-color: #0d5725;
    box-shadow: 0 0 0 3px rgba(13, 87, 37, 0.12);
    outline: none;
    background: #fff;
}

.site-modal-brochure .modal-enquire-form .phone-input-group {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    border: 1.5px solid #e2e8f0;
    border-radius: var(--banner-field-radius);
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

.site-modal-brochure .modal-enquire-form .phone-input-group:focus-within {
    border-color: #0d5725;
    outline: 3px solid rgba(13, 87, 37, 0.12);
    outline-offset: 0;
    box-shadow: none;
}

.site-modal-brochure .modal-enquire-form .phone-input-group .phone-prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 52px;
    align-self: stretch;
    padding: 0 10px;
    background: #ecfdf3;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    color: #0d5725;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
}

.site-modal-brochure .modal-enquire-form .phone-input-group .form-control {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
    margin: 0;
    border: none !important;
    border-radius: 0;
    line-height: 1.35;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.site-modal-brochure .modal-enquire-form .phone-input-group .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.site-modal-brochure .modal-enquire-form .site-modal-v2-submit.main_button {
    width: 100%;
    height: var(--banner-field-h);
    min-height: var(--banner-field-h);
    padding: 0 14px;
    border-radius: var(--banner-field-radius);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 700;
    line-height: 1;
    box-sizing: border-box;
    background: linear-gradient(135deg, #0d5725, #1a7a38);
    border: none;
    color: #fff;
}

.site-modal-brochure .modal-enquire-form .site-modal-v2-submit.main_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 87, 37, 0.35);
    color: #fff;
}

.site-modal-brochure .modal-form-consent {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
    padding: 6px 8px;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
}

.site-modal-brochure .modal-form-consent input[type="checkbox"] {
    margin-top: 2px;
    flex-shrink: 0;
}

.site-modal-brochure .modal-form-consent .inp-txt {
    margin: 0;
    font-size: 9px;
    line-height: 1.35;
    color: #64748b;
    font-weight: 400;
    cursor: pointer;
}

.site-modal-brochure .modal-enquire-form .error-msg {
    margin-top: 3px;
    font-size: 11px;
}

/* ===== Site Modals v2 (Brochure / Register / Enquire) ===== */
.site-modal-v2 .site-modal-v2-dialog {
    max-width: 460px;
    width: calc(100% - 24px);
}

.site-modal-v2 .site-modal-v2-content {
    border: none;
    border-radius: 22px;
    overflow: hidden;
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.3);
}

.site-modal-v2 .site-modal-v2-header {
    position: relative;
    background: linear-gradient(135deg, #0d5725 0%, #084020 100%);
    padding: 28px 28px 24px;
    text-align: center;
    border: none;
}

.site-modal-v2 .site-modal-v2-header::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 28px;
    right: 28px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #dfa317, transparent);
}

.site-modal-v2 .site-modal-v2-badge {
    display: inline-block;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #1a1200;
    background: #dfa317;
    padding: 5px 14px;
    border-radius: 999px;
    margin-bottom: 12px;
}

.site-modal-v2 .site-modal-v2-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: #fff;
    line-height: 1.35;
    margin: 0;
    padding: 0 28px;
}

.site-modal-v2 .site-modal-v2-accent {
    display: block;
    font-size: 1.05rem;
    color: rgba(255, 255, 255, 0.85);
    font-weight: 600;
    margin-bottom: 4px;
}

.site-modal-v2 .site-modal-v2-close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 36px;
    height: 36px;
    border: none;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
    font-size: 22px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.3s ease;
    padding: 0;
    opacity: 1;
}

.site-modal-v2 .site-modal-v2-close:hover {
    background: #dfa317;
    color: #1a1200;
    transform: rotate(90deg);
}

.site-modal-v2 .site-modal-v2-body {
    padding: 24px 28px 28px;
    background: #fff;
}

.site-modal-v2 .site-modal-v2-sub {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 20px;
}

.site-modal-v2 .site-modal-v2-label {
    display: block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #0d5725;
    margin-bottom: 6px;
}

.site-modal-v2 .site-modal-v2-form .form-control {
    background: #f4f9f6;
    border: 1px solid #dce8e0;
    border-radius: 12px;
    color: #1a1a1a;
    padding: 12px 14px;
    font-size: 14px;
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.site-modal-v2 .site-modal-v2-form .form-control::placeholder {
    color: #8a9a90;
}

.site-modal-v2 .site-modal-v2-form .form-control:focus {
    background: #fff;
    border-color: #0d5725;
    box-shadow: 0 0 0 3px rgba(13, 87, 37, 0.12);
    outline: none;
}

.site-modal-v2 .site-modal-v2-form .form-group {
    margin-bottom: 14px;
}

.site-modal-v2 .site-modal-v2-submit.main_button {
    width: 100%;
    background: linear-gradient(135deg, #0d5725 0%, #147a35 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    padding: 13px 20px;
    font-size: 14px;
    font-weight: 700;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.site-modal-v2 .site-modal-v2-submit.main_button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(13, 87, 37, 0.3);
    color: #fff;
}

.site-modal-v2 .site-modal-v2-submit .icon-next {
    margin-left: 6px;
    filter: brightness(10);
}

.site-modal-v2 .site-modal-v2-consent {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 12px;
}

.site-modal-v2 .site-modal-v2-consent input[type="checkbox"] {
    flex-shrink: 0;
    margin-top: 2px;
    accent-color: #0d5725;
}

.site-modal-v2 .site-modal-v2-consent .inp-txt {
    margin: 0;
    font-size: 10px;
    line-height: 1.45;
    color: #777;
}

.site-modal-v2 .error-msg {
    color: #c0392b;
    font-size: 12px;
    margin-top: 4px;
}

/* Brochure modal — enforce banner-matched 8px radius & spacing (beats generic site-modal-v2 rules) */
.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .form-control {
    height: 44px;
    min-height: 44px;
    padding: 0 14px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    font-size: 14px;
    line-height: 44px;
    color: #1e293b;
    box-sizing: border-box;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .form-control::placeholder {
    color: #94a3b8;
    font-size: 13px;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form textarea.form-control {
    height: auto;
    min-height: 90px;
    line-height: 1.5;
    padding: 12px 14px;
    resize: vertical;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .form-control:focus {
    border-color: #0d5725;
    box-shadow: 0 0 0 3px rgba(13, 87, 37, 0.12);
    outline: none;
    background: #fff;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .phone-input-group {
    display: flex;
    align-items: stretch;
    height: 44px;
    min-height: 44px;
    border: 1.5px solid #e2e8f0;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    overflow: hidden;
    transition: border-color 0.2s ease, outline 0.2s ease;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .phone-input-group:focus-within {
    border-color: #0d5725;
    outline: 3px solid rgba(13, 87, 37, 0.12);
    outline-offset: 0;
    box-shadow: none;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .phone-input-group .phone-prefix {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-width: 52px;
    align-self: stretch;
    padding: 0 10px;
    border: none;
    border-right: 1px solid #e2e8f0;
    border-radius: 0;
    background: #ecfdf3;
    color: #0d5725;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    box-sizing: border-box;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .phone-input-group .form-control {
    height: 100% !important;
    min-height: 0 !important;
    max-height: 100%;
    flex: 1;
    min-width: 0;
    padding: 0 12px;
    margin: 0;
    line-height: 1.35;
    border: none !important;
    border-radius: 0;
    background: #fff;
    box-shadow: none !important;
    outline: none !important;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .phone-input-group .form-control:focus {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    background: #fff;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-form.modal-enquire-form .site-modal-v2-submit.main_button {
    height: 44px;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 8px;
    font-size: 15px;
}

.site-modal-v2.site-modal-brochure .site-modal-v2-consent {
    margin-top: 0;
}

.site-modal-register .site-modal-v2-header {
    background: linear-gradient(135deg, #084020 0%, #0d5725 100%);
}

.site-modal-enquire .site-modal-v2-submit.main_button {
    background: linear-gradient(135deg, #dfa317 0%, #c89210 100%);
    color: #1a1200;
}

.site-modal-enquire .site-modal-v2-submit.main_button:hover {
    box-shadow: 0 10px 28px rgba(223, 163, 23, 0.35);
    color: #1a1200;
}

.site-modal-enquire .site-modal-v2-submit .icon-next {
    filter: none;
}

@media (max-width: 575px) {
    .site-modal-v2 .site-modal-v2-body {
        padding: 20px 20px 24px;
    }

    .site-modal-v2 .site-modal-v2-header {
        padding: 24px 20px 20px;
    }

    .site-modal-v2 .site-modal-v2-submit.main_button:hover {
        transform: none;
    }
}

/* ===== Mobile Bottom Bar v2 ===== */
.mobile-section.mobile-bar-v2 {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    border-top: 3px solid #dfa317;
    box-shadow: 0 -8px 32px rgba(13, 87, 37, 0.15);
    padding: 0;
    padding-bottom: env(safe-area-inset-bottom, 0);
    gap: 0;
    align-items: stretch;
}

.mobile-bar-v2 .mob-bar-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 10px 6px 12px;
    text-decoration: none;
    color: #333;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    border: none;
    border-right: 1px solid rgba(13, 87, 37, 0.08);
    background: #fff;
    transition: background 0.25s ease, color 0.25s ease;
    box-shadow: none !important;
    min-height: 62px;
}

.mobile-bar-v2 .mob-bar-btn:last-child {
    border-right: none;
}

.mobile-bar-v2 .mob-bar-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-bar-v2 .mob-bar-icon svg {
    width: 20px;
    height: 20px;
}

.mobile-bar-v2 .mob-bar-text {
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
}

.mobile-bar-v2 .mob-bar-enquire {
    background: linear-gradient(180deg, #0d5725 0%, #084020 100%);
    color: #fff;
    border-right-color: rgba(255, 255, 255, 0.15);
}

.mobile-bar-v2 .mob-bar-enquire .mob-bar-icon svg {
    stroke: #dfa317;
}

.mobile-bar-v2 .mob-bar-enquire:active {
    background: #084020;
}

.mobile-bar-v2 .mob-bar-call .mob-bar-icon svg {
    stroke: #0d5725;
}

.mobile-bar-v2 .mob-bar-call:active {
    background: #f0f7f2;
}

.mobile-bar-v2 .mob-bar-wa {
    background: #f0faf4;
    color: #128C7E;
}

.mobile-bar-v2 .mob-bar-wa .mob-bar-icon svg {
    fill: #25D366;
}

.mobile-bar-v2 .mob-bar-wa:active {
    background: #dcf5e8;
}

@media (max-width: 767px) {
    .mobile-section.mobile-bar-v2 {
        display: flex;
    }

    body {
        padding-bottom: calc(68px + env(safe-area-inset-bottom, 0));
    }
}

@media (max-width: 360px) {
    .mobile-bar-v2 .mob-bar-text {
        font-size: 10px;
    }

    .mobile-bar-v2 .mob-bar-btn {
        padding: 9px 4px 11px;
        min-height: 58px;
    }
}

/* ===== Header v2 — Mobile Responsive ===== */
header.header-v2 .header-mobile-actions,
header.header-v2 .mob-menu-head,
header.header-v2 .nav-item-mob-call {
    display: none;
}

header.header-v2 .mobile_overlay {
    display: none;
}

@media (max-width: 767px) {
    header.header-v2 {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #fff;
        box-shadow: 0 4px 20px rgba(13, 87, 37, 0.1);
        width: 100%;
    }

    header.header-v2.fixed-header {
        background: #fff;
        box-shadow: 0 4px 24px rgba(13, 87, 37, 0.14);
    }

    header.header-v2 .container {
        max-width: 100%;
        padding-left: 16px;
        padding-right: 16px;
    }

    header.header-v2 .header-wrapper {
        padding: 10px 0;
        justify-content: space-between;
        align-items: center;
        gap: 12px;
        min-height: 56px;
    }

    header.header-v2 .header-left {
        display: flex;
        align-items: center;
        flex: 1;
        min-width: 0;
    }

    header.header-v2 .header-logo,
    header.header-v2 .header-logo .navbar-brand {
        display: flex;
        align-items: center;
    }

    header.header-v2 .navbar-brand img {
        max-width: 120px;
        filter: none !important;
        padding: 0;
        margin: 0;
    }

    header.header-v2 .light-logo {
        display: none !important;
    }

    header.header-v2 .dark-logo {
        display: block !important;
    }

    header.header-v2 .header-right {
        display: none;
    }

    header.header-v2 .header-mobile-actions {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        flex-shrink: 0;
        height: 42px;
    }

    header.header-v2 .header-mob-apply {
        height: 42px;
        flex-shrink: 0;
        border-radius: 10px;
        background: #0d5725;
        color: #fde68a;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0 16px;
        font-size: 13px;
        font-weight: 600;
        letter-spacing: 0.4px;
        white-space: nowrap;
        text-decoration: none;
        transition: background 0.2s, color 0.2s;
    }

    header.header-v2 .header-mob-apply:hover {
        background: #dfa317;
        color: #1a1200;
    }

    header.header-v2 .header-hamburger {
        width: 42px;
        height: 42px;
        flex-shrink: 0;
        border: 2px solid #0d5725;
        border-radius: 12px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0;
        cursor: pointer;
        position: relative;
        right: auto;
        line-height: 0;
        z-index: 100001;
    }

    header.header-v2 .header-hamburger .ham-icon {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        width: 20px;
        height: 16px;
    }

    header.header-v2 .header-hamburger .ham-line {
        display: block;
        width: 20px;
        height: 2px;
        background: #0d5725;
        border-radius: 2px;
        transition: transform 0.3s ease, opacity 0.3s ease, background 0.3s ease;
    }

    .mobile-open header.header-v2 .header-hamburger {
        border-color: #dfa317;
        background: #0d5725;
    }

    .mobile-open header.header-v2 .header-hamburger .ham-line {
        background: #fff;
    }

    .mobile-open header.header-v2 .header-hamburger .ham-line:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .mobile-open header.header-v2 .header-hamburger .ham-line:nth-child(2) {
        opacity: 0;
        transform: scaleX(0);
    }

    .mobile-open header.header-v2 .header-hamburger .ham-line:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    header.header-v2 .header-hamburger i,
    header.header-v2 .header-hamburger i::before,
    header.header-v2 .header-hamburger i::after {
        display: none;
    }

    header.header-v2 .mobile_overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(6, 42, 20, 0.55);
        z-index: 9998;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .mobile-open header.header-v2 .mobile_overlay {
        opacity: 1;
        pointer-events: all;
    }

    header.header-v2 .menu-wrapper {
        position: fixed;
        top: 0;
        right: -100%;
        left: auto !important;
        bottom: 0;
        width: min(320px, 88vw);
        height: 100%;
        z-index: 9999;
        background: linear-gradient(180deg, #062a14 0%, #0d5725 100%);
        transition: right 0.35s cubic-bezier(0.22, 1, 0.36, 1);
        overflow-y: auto;
        box-shadow: -8px 0 40px rgba(0, 0, 0, 0.25);
        display: flex;
        flex-direction: column;
    }

    .mobile-open header.header-v2 .menu-wrapper {
        right: 0;
        left: auto !important;
    }

    header.header-v2 .mob-menu-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 18px 20px 14px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        flex-shrink: 0;
    }

    header.header-v2 .mob-menu-title {
        font-size: 13px;
        font-weight: 800;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #dfa317;
    }

    header.header-v2 .mob-menu-close {
        width: 38px;
        height: 38px;
        min-width: 38px;
        min-height: 38px;
        border: 2px solid rgba(255, 255, 255, 0.35);
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        font-size: 0;
        line-height: 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        padding: 0;
        margin: 0;
        position: relative;
        right: auto;
        flex-shrink: 0;
    }

    header.header-v2 .mob-menu-close span {
        font-size: 28px;
        font-weight: 300;
        line-height: 1;
        display: block;
        margin: 0;
        padding: 0;
        transform: translateY(-1px);
    }

    header.header-v2 .navbar-nav {
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        margin: 0;
        padding: 12px 16px 24px;
        height: auto;
        flex: 1;
    }

    header.header-v2 ul li {
        padding: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    }

    header.header-v2 ul li:last-child {
        border-bottom: none;
    }

    header.header-v2 ul li a.nav-link {
        display: block;
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 0.3px;
        padding: 14px 12px;
        transition: background 0.25s ease, color 0.25s ease, padding-left 0.25s ease;
    }

    header.header-v2 ul li a.nav-link:hover,
    header.header-v2 ul li a.nav-link:active {
        color: #dfa317 !important;
        background: rgba(255, 255, 255, 0.06);
        padding-left: 18px;
    }

    header.header-v2 .nav-item-mob-call {
        display: block;
        margin-top: 12px;
        border-bottom: none !important;
    }

    header.header-v2 .mob-call-link {
        display: flex !important;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #dfa317 !important;
        color: #1a1200 !important;
        border-radius: 12px;
        padding: 14px 16px !important;
        font-weight: 700 !important;
        margin-top: 8px;
    }

    header.header-v2 .mob-call-link img {
        width: 20px;
        height: 20px;
        filter: none;
    }

    header.header-v2 .mob-call-link:hover {
        background: #f0b429 !important;
        color: #1a1200 !important;
        padding-left: 16px !important;
    }

    header.header-v2.fixed-header .navbar-nav .nav-link {
        color: #fff !important;
    }
}

@media (max-width: 767px) {
    body.mobile-open {
        overflow: hidden;
    }
}

@media (min-width: 768px) {
    header.header-v2 .mob-menu-close {
        display: none;
    }
}
