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

/* Premium modal styling */
#exampleModal1 .modal-content,
#exampleModal2 .modal-content,
#exampleModal9 .modal-content,
#onload1 .modal-content {
    border: 0;
    border-radius: 18px;
    overflow: hidden;
    background: linear-gradient(155deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 248, 0.93));
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.28);
}

#exampleModal1 .modal-header,
#exampleModal2 .modal-header,
#exampleModal9 .modal-header,
#onload1 .modal-header {
    border-bottom: 0;
    padding: 18px 20px 10px;
    align-items: flex-start;
}

#exampleModal1 .modal-title,
#exampleModal2 .modal-title,
#exampleModal9 .modal-title,
#onload1 .modal-title {
    color: #13261e;
    font-weight: 700;
    line-height: 1.25;
    margin: 0;
}



#exampleModal1 .modal-header .close,
#exampleModal2 .modal-header .close,
#exampleModal9 .modal-header .close,
#onload1 .modal-header .close {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.06);
    color: #1f2d26;
    opacity: 1;
    margin: 0;
    padding: 0;
    font-size: 24px;
    line-height: 34px;
    text-align: center;
}

#exampleModal1 .form_section .form-control,
#exampleModal2 .form_section .form-control,
#exampleModal9 .form_section .form-control,
#onload1 .form_section .form-control {
    border-radius: 10px;
    border: 1px solid rgba(0, 96, 58, 0.2);
    background: #fff;
    color: #1d2a23;
    padding: 12px 14px;
}

#exampleModal1 .form_section .form-control::placeholder,
#exampleModal2 .form_section .form-control::placeholder,
#exampleModal9 .form_section .form-control::placeholder,
#onload1 .form_section .form-control::placeholder {
    color: #6f7f76;
}

#exampleModal1 .form_section .form-control:focus,
#exampleModal2 .form_section .form-control:focus,
#exampleModal9 .form_section .form-control:focus,
#onload1 .form_section .form-control:focus {
    border-color: #00603a;
    box-shadow: 0 0 0 3px rgba(0, 96, 58, 0.16);
}

#exampleModal1 .form_section .main_button,
#exampleModal2 .form_section .main_button,
#exampleModal9 .form_section .main_button,
#onload1 .form_section .main_button {
    border: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, #0a7d4f 0%, #00603a 65%, #065334 100%);
    color: #fff;
    font-weight: 600;
    letter-spacing: .03em;
    box-shadow: 0 10px 24px rgba(0, 96, 58, 0.28);
}

#exampleModal1 .form_section .inp-box .inp-txt,
#exampleModal2 .form_section .inp-box .inp-txt,
#exampleModal9 .form_section .inp-box .inp-txt,
#onload1 .form_section .inp-box .inp-txt {
    color: #49574f !important;
    font-size: 11px !important;
    line-height: 1.4;
}

#onload1 .imgPop {
    border-radius: 14px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
    object-fit: cover;
}


/* Onload modal specific premium upgrade */
#onload1 .onload-modal-content {
    border-radius: 20px;
    overflow: hidden;
}

#onload1 .img_div {
    position: relative;
    padding-right: 0;
    display: flex;
}

#onload1 .img_div::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    pointer-events: none;
}

#onload1 .onload-form-side {
    padding: 8px 14px 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#onload1 .modal-body .row {
    align-items: stretch;
}

#onload1 .img_div .imgPop {
    width: 100%;
    height: 100%;
    min-height: 100%;
}

#onload1 .onload-modal-header {
    padding: 4px 0 10px;
}

#onload1 .onload-modal-header .modal-title {
    font-size: 30px;
    line-height: 1.15;
    color: #123124;
}

#onload1 .onload-modal-subtitle {
    margin: 0 0 12px;
    color: #586961;
    font-size: 13px;
    line-height: 1.45;
}

#onload1 .onload-form .form-group {
    margin-bottom: 11px;
}

#onload1 .onload-form .main_button {
    min-height: 46px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .04em;
}

@media (max-width: 767px) {
    #onload1 .img_div::after {
        border-radius: 10px;
    }

    #onload1 .img_div {
        display: block;
    }

    #onload1 .img_div .imgPop {
        height: auto;
        min-height: 0;
    }

    #onload1 .onload-form-side {
        padding: 8px 4px 2px;
    }

    #onload1 .onload-modal-header .modal-title {
        font-size: 24px;
    }
}

[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;
    --accent-color: #00603a;
    --be-black: #1a1a1a;
    --be-purple: #6f584d;
}

html {
    scroll-behavior: smooth
}

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

body {
    font-family: "Outfit", sans-serif;
}

img {
    max-width: 100%
}

.ptb {
    padding: 70px 0
}

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

/* header section start here */

header {
    position: absolute;
    top: 0;
    z-index: 99;
    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 .navbar-nav .nav-link:hover {
    color: var(--primary-color)
}

header.fixed-header {
    position: fixed;
    background-color: #f0f5ee
}

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;
    right: 0;
    bottom: 0;
    opacity: 0.7;
    transition: background .3s ease 0s, border-radius .3s ease 0s, opacity .3s ease 0;
    content: "";
    z-index: 2;
    pointer-events: none;
}

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

.banner_section .carousel-inner .carousel-item {
    position: relative;
    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);
}

/* Force specific words inside key_high list to stay lowercase (e.g. 'to') */
.banner_section ul.key_high li .lowercase-text {
    text-transform: none;
}

/* Make the '12 to 45 Feet Road in Society' text sit in a single flex row */
.banner_section ul.key_high li .key-flex-row {
    display: inline-flex;
    align-items: center;
    gap: 0;
    /* default: no extra gap on desktop */
}

@media (max-width: 767px) {
    .banner_section ul.key_high li .key-flex-row {
        gap: 4px;
        /* small gap only on mobile */
    }
}

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

.banner_btn {
    text-align: center;
}

/* Left-align banner button when used inside side_content (Get Detailed Pricing) */
.side_content .banner_btn {
    text-align: left;
}

/* Left-align banner button in overview section (Download Brochure under text) */
.overview .banner_btn {
    text-align: left;
}

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

/* Anchor version of banner button (e.g. Download Brochure link) */
.banner_btn .download-brochure-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 13px 30px;
    border: none;
    background-color: #00603a;
    color: #fff;
    letter-spacing: 1px;
    font-size: 18px;
    position: relative;
    border-radius: 10px;
    backdrop-filter: blur(25px);
    text-decoration: none;
}

/* Align arrow icon nicely within the download brochure button */
.banner_btn .download-brochure-btn .icon-next {
    top: 0;
}

/* Align arrow icon for regular banner buttons (e.g. Get Detailed Pricing) */
.banner_btn button .icon-next {
    top: 0;
}

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

.banner_section 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: #00603a;
    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: #00603a;
}

.title_section .pro_title::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -70px;
    height: 1px;
    width: 60px;
    background-color: #00603a;
}

.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 {
    background-image: url(../images/highlight-bg.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-color: #f8f8f8;
    padding-top: 20px;
    padding-bottom: 20px;
    
    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: stretch
}

.highlight_section .image_section {
    height: auto;
    display: flex;
    align-items: flex-start;
}

.highlight_section .image_section video.no-shadow {
    width: 100%;
    height: auto;
    max-height: 720px;
    object-fit: cover;
    border-radius: 12px;
}

.highlight_section.ptb {
    padding-top: 40px;
    padding-bottom: 40px;
}

.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: #f0f5ee;
    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: #00603a;
    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 {
    position: relative;
    padding: 20px 16px 18px;
    color: #1f2a24;
    box-shadow: 0 16px 34px rgba(0, 0, 0, 0.12);
    text-align: center;
    border-radius: 18px;
    background: linear-gradient(170deg, #ffffff 0%, #f7fbf9 55%, #eef6f2 100%);
    border: 1px solid rgba(0, 96, 58, 0.12);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    overflow: hidden;
}

.price_section .item_wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #0b5b38, #2a8a5f);
}

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

.price_section .item_wrap .price {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.22);
    margin-bottom: 14px;
    padding-bottom: 10px;
    padding-top: 2px;
}

.price_section .item_wrap .size p {
    font-size: 22px;
    font-weight: 700;
    color: #1f2a24;
    margin-bottom: 10px;
    background: rgba(11, 91, 56, 0.08);
    border: 1px solid rgba(11, 91, 56, 0.14);
    border-radius: 10px;
    padding: 8px 10px;
}

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

.price_section .item_wrap .title h3 {
    background: linear-gradient(135deg, #0b5b38 0%, #0f7248 100%);
    color: #fff;
    width: 100%;
    border-radius: 10px;
    line-height: 1.25;
}

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

.price_btn button {
    font-size: 14px;
    letter-spacing: .02em;
    padding: 11px 18px;
    border-radius: 10px;
    background: #21acb1 !important;
    color: #fff;
    border: 0;
    box-shadow: 0 8px 20px rgba(229, 91, 60, 0.28);
}

.price_section .item_wrap .title {
    border: 0;
    padding: 0;
    margin-bottom: 20px;
}

.price_section .item_wrap .price h2 {
    font-size: 28px;
    line-height: 1.15;
    color: #0d3b28;
    margin-bottom: 0;
    font-weight: 800;
}

.price_section .item_wrap .price h2::before {
    content: "Price";
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #5a6d63;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.price_section .item_wrap .size p::before {
    content: "Area";
    display: block;
    font-size: 11px;
    font-weight: 600;
    color: #5a6d63;
    letter-spacing: .08em;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.price_section .item_wrap:hover {
    transform: translateY(-4px);
    box-shadow: 0 24px 44px rgba(0, 0, 0, 0.18);
    border-color: rgba(0, 96, 58, 0.25);
}

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

.price-carousel {
    border-radius: 14px;
    padding: 0 52px;
}

.price-slide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.price-slide-grid .item_wrap {
    margin-bottom: 0;
}

#priceListCarousel .carousel-control-prev,
#priceListCarousel .carousel-control-next {
    width: 44px;
    height: 44px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
}

#priceListCarousel .carousel-control-prev {
    left: 0;
}

#priceListCarousel .carousel-control-next {
    right: 0;
}

#priceListCarousel .carousel-control-prev span,
#priceListCarousel .carousel-control-next span {
    color: #fff;
    font-size: 24px;
    line-height: 1;
}

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

@media (max-width: 767px) {
    .price-carousel {
        padding: 0 8px 34px;
    }

    .price-slide-grid {
        display: flex !important;
        grid-template-columns: none !important;
        flex-wrap: nowrap !important;
        gap: 12px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        padding: 0 4px 8px;
    }

    .price-slide-grid .item_wrap {
        flex: 0 0 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        scroll-snap-align: start;
    }

    .price-slide-grid::-webkit-scrollbar {
        height: 5px;
    }

    .price-slide-grid::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.25);
        border-radius: 999px;
    }

    #priceListCarousel .carousel-control-prev,
    #priceListCarousel .carousel-control-next {
        top: auto;
        bottom: -10px;
        transform: none;
        width: 36px;
        height: 36px;
    }

    #priceListCarousel .carousel-control-prev {
        left: calc(50% - 44px);
    }

    #priceListCarousel .carousel-control-next {
        right: calc(50% - 44px);
    }
}

/* 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;
    object-fit: contain;
}

.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-carousel {
    border-radius: 0;
    overflow: visible;
    box-shadow: none;
    background: transparent;
}

.floor-plan-card {
    position: relative;
    border-radius: 0;
    overflow: visible;
    padding-bottom: 68px;
    background: #f3f3f3;
    border: 1px solid #e7e7e7;
    box-shadow: none;
}
.hero-list-content {
    margin-bottom: 40px;
}

.floor-plan-slide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 0;
}

.floor-plan-card img {
    width: calc(100% - 26px);
    max-width: 100%;
    display: block;
    filter: blur(4.4px) brightness(0.86) saturate(0.9) !important;
    object-fit: cover;
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    border: 1px solid #707070;
    border-radius: 10px;
    margin: 14px auto 12px;
}

.floor-plan-overlay {
    position: absolute;
    inset: 14px 13px 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.45) 100%);
}

.floor-plan-overlay::before {
    content: "Enquire Now";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 106px;
    height: 34px;
    padding: 0 14px;
    border-radius: 9px;
    background: #000;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}

.floor-plan-overlay h4 {
    margin: 0;
    position: absolute;
    left: 13px;
    right: 13px;
    bottom: -62px;
    color: #fff;
    background: #000;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 8px 10px;
    font-size: clamp(10px, 0.82vw, 12px);
    line-height: 1.25;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);
    min-height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#floorPlanCarousel .carousel-control-prev,
#floorPlanCarousel .carousel-control-next {
    width: 52px;
    height: 52px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.35);
    opacity: 1;
}

#floorPlanCarousel .carousel-control-prev {
    left: 16px;
}

#floorPlanCarousel .carousel-control-next {
    right: 16px;
}

#floorPlanCarousel .carousel-control-prev span,
#floorPlanCarousel .carousel-control-next span {
    color: #fff;
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 767px) {
    .highlight_section .image_section video.no-shadow {
        height: auto;
        max-height: 420px;
        object-fit: contain;
    }
    .floor_plan::after{
        display: none !important;
    }

    .floor-plan-slide-grid {
        display: flex;
        grid-template-columns: none;
        gap: 12px;
        padding: 0 6px 6px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .floor-plan-slide-grid::-webkit-scrollbar {
        height: 6px;
    }

    .floor-plan-slide-grid::-webkit-scrollbar-thumb {
        background: rgba(0, 0, 0, 0.25);
        border-radius: 999px;
    }

    .floor-plan-slide-grid .floor-plan-card {
        flex: 0 0 100%;
        max-width: 100%;
        scroll-snap-align: start;
    }

    #floorPlanCarousel .carousel-control-prev,
    #floorPlanCarousel .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    #floorPlanCarousel .carousel-control-prev {
        left: 8px;
    }

    #floorPlanCarousel .carousel-control-next {
        right: 8px;
    }

    .floor-plan-overlay {
        inset: 10px 10px 68px;
        padding: 8px;
    }

    .floor-plan-overlay h4 {
        left: 10px;
        right: 10px;
        bottom: -58px;
        font-size: clamp(11px, 3.4vw, 13px);
        line-height: 1.25;
        padding: 7px 8px;
        min-height: 42px;
    }

    .floor-plan-overlay::before {
        min-width: 98px;
        height: 32px;
        font-size: 12px;
    }

    .floor-plan-card img {
        width: calc(100% - 20px);
        margin: 10px auto 10px;
    }

    .floor-plan-card {
        padding-bottom: 62px;
    }
}

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

.location_section .card-body p {
    display: flex;
    justify-content: space-between;
    background-color: #f0f5ee;
    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;
}

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

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

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

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

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

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

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

.gallery_section .galler_item img {
    border: 1px solid #f0f5ee;
    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;
}

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

.footer-layout {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    margin-top: 16px;
}

.footer-qr {
    width: 180px;
    flex: 0 0 180px;
}

.footer-qr img {
    width: 60%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.footer-content-right,
.footer-layout .box {
    flex: 1;
    text-align: left;
}

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

/* 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
    }

    .amenities_section .amenities_wrapper {
        padding-top: 34px;
    }

    .amenities_section .amenities_wrapper .amenity-arrow {
        position: absolute;
        top: 50%;
        z-index: 3;
        width: 34px;
        height: 34px;
        border: 0;
        border-radius: 50%;
        background: #00603a;
        color: #fff;
        font-size: 20px;
        line-height: 1;
        display: flex !important;
        align-items: center;
        justify-content: center;
        box-shadow: 0 6px 18px rgba(0, 0, 0, .2);
        transform: translateY(-50%);
    }

    .amenities_section .amenities_wrapper .amenity-prev {
        left: 8px;
    }

    .amenities_section .amenities_wrapper .amenity-next {
        right: 8px;
        left: auto;
    }

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

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

    .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_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: #00603a;
    color: #fff;
}

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

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

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

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

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

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

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

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

#gallery .banner_btn button {
    background-color: #00603a;
    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);
}

.image_section img.no-shadow {
    box-shadow: none !important;
}

.image_section video.no-shadow {
    width: 100%;
    max-width: 100%;
    display: block;
    box-shadow: none !important;
}

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

/* Hero (Swiper) — banner replacement */
.hero {
    height: 100vh;
    background-color: var(--primary-color);
    position: relative;
    z-index: 1;
}

.hero-slider,
.hero-slider .swiper-wrapper,
.hero-slider .swiper-slide {
    height: 100%;
}

.hero-slide {
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Light vignette only — keeps photos bright & sharp (no double dark layer) */
.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.15) 34%, rgba(0, 0, 0, 0.15) 66%, rgba(0, 0, 0, 0.65) 100%),
        linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.12) 34%, rgba(0, 0, 0, 0.12) 66%, rgba(0, 0, 0, 0.65) 100%);
    z-index: 1;
    pointer-events: none;
}

.hero-slide-img {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transform-origin: center center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
    /* Smooth Ken Burns zoom */
    animation: heroZoomIn 14s ease-in-out infinite alternate;
}

@keyframes heroZoomIn {
    0% {
        transform: scale(1.18);
    }

    100% {
        transform: scale(1.04);
    }
}

@keyframes heroZoomOut {
    0% {
        transform: scale(1.04);
    }

    100% {
        transform: scale(1.18);
    }
}

.hero-slide:nth-child(even) .hero-slide-img {
    animation-name: heroZoomOut;
}

/* Removed duplicate .hero::before — it was stacking two dark layers over the same image */

.hero-list {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 1.5rem;
    z-index: 2;
}

.hero-list ul {
    gap: 1rem;
    flex-direction: column;
    font-size: 1.25rem;
}

.hero-list li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.hero-list li i {
    flex-shrink: 0;
    line-height: 0;
}

.hero-list .fw-medium {
    font-weight: 500;
}

.hero-list .hero-list-title {
    margin: 0 0 6px;
    font-size: 32px;
    line-height: 1.1;
    color: #fff;
}

.hero-list .hero-list-subtitle {
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.92);
    max-width: 520px;
}

.hero .button.accent {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    background-color: var(--accent-color);
    color: #fff;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.hero .button.accent .icon-next {
    filter: brightness(0) invert(1);
}

.rera-info {
    display: inline-flex;
    position: absolute;
    top: 25%;
    right: -250px;
    z-index: 2;
    transition: .4s;
    -webkit-transition: .4s;
    -moz-transition: .4s;
}

.rera-info.open {
    right: 0;
}

.rera-info .row {
    flex-wrap: nowrap;
}

.rera-info .btn-rera-info {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    writing-mode: sideways-lr;
    background-color: var(--accent-color);
    font-weight: 600;
    padding: 10px 5px;
    font-size: 12px;
    cursor: pointer;
    color: #fff;
}

.rera-info .rera-content {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    background-color: rgba(255, 255, 255, .8);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px 15px;
    width: 250px;
    height: 100%;
    min-height: 96px;
    text-align: right;
    word-break: break-word;
}

.rera-info .rera-content .rera-text {
    font-size: 12px;
    color: var(--be-black);
}

.rera-info .rera-content .rera-text a {
    color: var(--be-purple);
    text-decoration: underline;
}

.rera-info .rera-qr {
    margin-left: 10px;
}

.rera-info .rera-qr img {
    width: 60px;
    max-height: 60px;
}

.amenities_section .amenities_wrapper .title h2{
    color: #e55b3c !important;
}

.hero .hero-caption {
    position: absolute;
    bottom: 3rem;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    max-width: 1024px;
    width: 100%;
    padding: 0 15px;
    z-index: 9;
}

@media (min-width: 768px) {
    .hero .hero-caption {
        padding-right: calc(22% + 24px);
    }
}

/* Banner-style enquire form on hero (right side, same as old carousel) */
.hero .right_form.hero-banner-form {
    position: absolute;
    bottom: 12px;
    right: 12px;
    width: 22%;
    min-width: 270px;
    max-width: 100%;
    height: auto;
    z-index: 10;
    border-radius: 0;
    border: 0;
    animation: heroFormIn 0.55s ease-out both;
}

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

.hero .right_form.hero-banner-form .form_sec.hero-form-card {
    position: relative;
    padding: 22px 20px 18px;
    border-radius: 16px;
    background: linear-gradient(165deg, rgba(255, 255, 255, 0.97) 0%, rgba(248, 250, 249, 0.94) 100%);
    border: 1px solid rgba(255, 255, 255, 0.85);
    box-shadow:
        0 20px 50px rgba(0, 0, 0, 0.18),
        0 8px 20px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(22px);
    -webkit-backdrop-filter: blur(22px);
    overflow: hidden;
}

.hero .right_form.hero-banner-form .form_sec.hero-form-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--accent-color) 0%, #0d7a4d 50%, #0a5c3a 100%);
}

.hero .right_form.hero-banner-form h2.form_title {
    font-size: 1.35rem;
    font-weight: 700;
    color: #14221a;
    margin-bottom: 6px;
    text-align: center;
    letter-spacing: 0.02em;
}

.hero .right_form.hero-banner-form .hero-form-lead {
    font-size: 11px;
    line-height: 1.45;
    color: #5c6b62;
    text-align: center;
    margin: 0 0 16px;
    padding: 0 4px;
}

.hero .right_form.hero-banner-form .form_section .form-group {
    margin-bottom: 12px;
}

.hero .right_form.hero-banner-form .form_section .form-group:last-of-type {
    margin-bottom: 0;
}

.hero .right_form.hero-banner-form .form-control {
    border-radius: 10px;
    background-color: #fff;
    padding: 12px 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #1a1f1c;
    font-size: 14px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.hero .right_form.hero-banner-form .form-control:hover {
    border-color: rgba(0, 96, 58, 0.35);
}

.hero .right_form.hero-banner-form .form-control:focus {
    outline: none;
    border-color: var(--accent-color);
    box-shadow: 0 0 0 3px rgba(0, 96, 58, 0.2);
}

.hero .right_form.hero-banner-form .form-control::placeholder {
    color: #7a8880;
}

.hero .right_form.hero-banner-form button.btn.main_button {
    color: #fff;
    background: linear-gradient(180deg, #007a4a 0%, var(--accent-color) 45%, #005c36 100%);
    border: none;
    border-radius: 10px;
    padding: 12px 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    font-size: 13px;
    box-shadow: 0 4px 14px rgba(0, 96, 58, 0.35);
    transition: transform 0.15s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.hero .right_form.hero-banner-form button.btn.main_button:hover {
    filter: brightness(1.06);
    box-shadow: 0 6px 20px rgba(0, 96, 58, 0.45);
    transform: translateY(-1px);
}

.hero .right_form.hero-banner-form button.btn.main_button:active {
    transform: translateY(0);
}

.hero .right_form.hero-banner-form .inp-box {
    margin-top: 12px;
    padding-top: 4px;
}

.hero .right_form.hero-banner-form .inp-box .inp-txt {
    color: #4a5750 !important;
    line-height: 1.35;
    font-size: 9px !important;
}

.hero-caption-row i {
    flex-shrink: 0;
}

.small-icon i {
    padding: 5px;
    border: 1px solid rgb(255 255 255 / 15%);
}

.content-item h3 {
    font-size: 1.5rem;
}

.hero .hero-caption .small-icon b {
    word-break: break-word;
}

.hero .hero-caption .small-icon .hero-caption-row {
    position: relative;
    gap: 10px;
    min-height: 78px;
    padding: 13px 15px;
    border-radius: 14px;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.08));
    border: 1px solid rgba(255, 255, 255, 0.34);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    overflow: hidden;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.hero .hero-caption .small-icon .hero-caption-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(0, 96, 58, 0.14), rgba(0, 96, 58, 0));
    pointer-events: none;
}

.hero .hero-caption .small-icon .hero-caption-row::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 2px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.05));
    pointer-events: none;
}

.hero .hero-caption .small-icon .hero-caption-row:hover {
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 16px 36px rgba(0, 0, 0, 0.3);
}

.hero .hero-caption .small-icon i {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 96, 58, 0.42), rgba(0, 96, 58, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.35);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
}

.hero .hero-caption .small-icon i svg {
    width: 21px;
    height: 21px;
}

.hero .hero-caption .small-icon small {
    margin: 0;
    line-height: 1.25;
}

.hero .hero-caption .small-icon small span {
    color: rgba(255, 255, 255, 0.82);
    font-size: 11px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    font-weight: 500;
}

.hero .hero-caption .small-icon small b {
    display: block;
    margin-top: 4px;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    text-shadow: 0 1px 6px rgba(0, 0, 0, 0.28);
}

@media (max-width: 767px) {
    .footer-layout {
        flex-direction: column;
        align-items: center;
        gap: 14px;
    }

    .footer-qr {
        width: 150px;
        flex: 0 0 auto;
    }

    .footer-content-right,
    .footer-layout .box {
        width: 100%;
        text-align: left;
    }

    .footer .inner-footer-bottom {
        padding: 0 4px;
    }

    .footer .btm-foot {
        font-size: 13px;
        line-height: 1.6;
        text-align: left;
    }

    .footer h6.moreless-button {
        text-align: left;
        margin-top: 6px;
    }

    .footer .inner-footer-bottom p[style*="text-align:center"] {
        text-align: left !important;
        font-size: 13px;
        line-height: 1.6;
        word-break: break-word;
    }

    .hero {
        height: auto;
        min-height: 0;
        overflow: visible;
    }

    .hero .hero-slider {
        height: 62vh;
        min-height: 300px;
        max-height: 520px;
    }

    .hero-list {
        display: block !important;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin: 0;
        padding: 14px 14px 8px;
        background: linear-gradient(180deg, #111 0%, #1a1a1a 100%);
        z-index: 5;
    }

    .hero-list ul {
        margin-bottom: 8px;
        gap: 10px;
        font-size: 14px;
    }

    .hero-list li {
        align-items: center;
        padding: 8px 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.08);
    }

    .hero-list .cta {
        margin-top: 8px !important;
    }

    .hero .button.accent {
        width: 100%;
        justify-content: center;
        padding: 11px 16px;
        font-size: 14px;
    }

    .rera-info {
        top: 16px;
        right: -230px;
        z-index: 11;
    }

    .rera-info .rera-content {
        width: 230px;
        min-height: 84px;
        padding: 8px 10px;
    }

    .hero-caption .small-icon small {
        font-size: 11px;
    }

    .hero .hero-caption {
        display: none;
    }

    .hero .hero-caption .row {
        margin: 0;
        gap: 10px;
    }

    .hero .hero-caption .small-icon {
        padding: 0;
    }

    .hero .hero-caption .small-icon .hero-caption-row {
        justify-content: flex-start !important;
        padding: 10px;
        border-radius: 10px;
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
    }

    .hero .hero-caption .small-icon i {
        padding: 4px;
    }

    .hero .right_form.hero-banner-form {
        position: relative;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        min-width: 0;
        border-radius: 0;
        animation: none;
        margin-top: 30px;
    }

    .hero .right_form.hero-banner-form .form_sec.hero-form-card {
        border-radius: 14px 14px 0 0;
        padding: 18px 16px 16px;
    }
}

@media (max-width: 767px) {
    #onload1 .img_div {
        display: none !important;
    }
}