@font-face {
    font-family: eicons;
    src: url(../fonts/eicons.woff);
    src: url(../fonts/eicons.eot) format("embedded-opentype"), url(../fonts/eicons.woff2) format("woff2"), url(../fonts/eicons.woff) format("woff"), url(../fonts/eicons.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

:root {
    --primary-color: #000;
    --secondory-color: #7e9e8f, serif;
}

html {
    scroll-behavior: smooth
}

[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: 240px;
    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: #F0F8FF
}

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;
    left: 7%;
    right: 7%;
    bottom: 4%;
    top: auto;
    color: #fff;
    z-index: 9;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    gap: 24px;
    max-width: 900px;
}

.banner_section .carousel-inner::before {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0 !important;
    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: 60px;
    /* font-family:var(--secondory-font); */
    padding: 10px 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: 0;
    padding: 0
}

.banner_section .bottom_content .item .inner {
    background: #000000ba;
    padding: 15px 40px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.banner_section .bottom_content .item {
    padding: 5px;
    border-radius: 20px;
    border: 1px solid #ffffff;
    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 {
    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: #ffffff;
}

.icon-next {
    position: relative;
    top: -.1em;
    margin-left: .6em;
    vertical-align: middle;
    display: inline-block;
    width: .94em;
    height: .75em;
    background: url(../images/icon/next.webp) 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: 24px;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: inline-block;
    border-bottom: 2px dotted #ffffff;
}

.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%
}

.banner_section .banner-img {
    height: 100vh;
    min-height: 100vh;
    width: 100%;
    object-fit: cover;
    display: block;
}

.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: #ffffff;
    transition: 0.50s;
}

.price_section .banner_btn button {
    background-color: #c9a961;
    color: #ffffff;
}

.price_section .icon-next {
    filter: unset;
}

.modal-header .close {
    position: absolute;
    right: 18px;
    top: 14px;
}

.modal-header .modal-title {
    font-size: 1.75rem;
}

/* Tablet: show same popup as desktop (Interested In The Omaxe State) */
@media (min-width: 768px) and (max-width: 991px) {
    #onload1 .modal-dialog {
        max-width: 865px;
        width: 90%;
        margin: 1.75rem auto;
    }

    #onload1 .modal-body .row {
        display: flex;
        flex-wrap: nowrap;
    }

    #onload1 .modal-body .img_div,
    #onload1 .modal-body .right_col {
        flex: 0 0 50%;
        max-width: 50%;
    }

    #onload1 .img_div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

/* 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;
    padding-left: 10px;
    padding-right: 10px
}

.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 {
    padding: 10px
}

.overview .content_section p {
    line-height: 1.6;
    color: #777;
    text-align: justify
}

.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: #ffffff;
}

.title_section .pro_title::before {
    content: "";
    position: absolute;
    top: 15px;
    right: -70px;
    height: 1px;
    width: 60px;
    background-color: #ffffff;
}

.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 */

/* overview redesign */
.overview--lux {
    position: relative;
    background: #0a0e12;
    color: #e5d5c0;
    min-height: auto;
    padding: 56px 0;
    overflow: hidden;
}

.overview--lux::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 50%, rgba(139, 69, 19, 0.08) 0%, transparent 52%),
        radial-gradient(circle at 80% 50%, rgba(184, 134, 11, 0.06) 0%, transparent 52%);
    pointer-events: none;
}

.overview--lux::after {
    content: none;
}

.overview--lux .container {
    position: relative;
    z-index: 1;
}

.overview--lux .overview_title {
    text-align: center;
}

.overview--lux .overview_heading {
    font-family: "Playfair Display", serif;
    font-size: 5rem;
    font-weight: 600;
    letter-spacing: 8px;
    margin-bottom: 20px;
    color: #d4af76;
    position: relative;
    text-transform: uppercase;
}

.overview--lux .overview_heading::after {
    content: "";
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: #d4af76;
}

.overview--lux .overview_grid {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 40px;
    max-width: 1400px;
    margin: 48px auto 0;
    align-items: stretch;
}

.overview--lux .overview_media {
    position: relative;
    min-height: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(212, 175, 118, 0.15);
}

.overview--lux .overview_image {
    width: 100%;
    height: 500px;
    object-fit: cover;
    display: block;
    border-radius: 16px;
    border: 1px solid rgba(212, 175, 118, 0.2);
    transition: transform 0.5s ease;
}

.overview--lux .overview_image:hover {
    transform: scale(1.02);
}

.overview--lux .overview_card {
    padding: 32px 36px;
    background: rgba(20, 25, 30, 0.7);
    border: 1px solid rgba(212, 175, 118, 0.18);
    border-radius: 16px;
    backdrop-filter: blur(12px);
    font-family: "Inter", sans-serif;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.overview--lux .overview_subtitle {
    font-family: "Playfair Display", serif;
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 32px;
    color: #f0e5d8;
}

.overview--lux .overview_list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 0;
    margin: 0;
}

.overview--lux .overview_item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    opacity: 0;
    transform: translateY(20px);
    animation: overviewFadeUp 0.6s ease forwards;
}

.overview--lux .overview_item:nth-child(1) {
    animation-delay: 0.1s;
}

.overview--lux .overview_item:nth-child(2) {
    animation-delay: 0.2s;
}

.overview--lux .overview_item:nth-child(3) {
    animation-delay: 0.3s;
}

.overview--lux .overview_item:nth-child(4) {
    animation-delay: 0.4s;
}

.overview--lux .overview_check {
    width: 28px;
    height: 28px;
    min-width: 28px;
    background: linear-gradient(135deg, #d4af76 0%, #c19a6b 100%);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    box-shadow: 0 4px 12px rgba(212, 175, 118, 0.3);
    position: relative;
}

.overview--lux .overview_check::after {
    content: "✓";
    color: #0a0e12;
    font-size: 16px;
    font-weight: 700;
}

.overview--lux .overview_item span:last-child {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #d4c5b0;
    font-weight: 300;
}

@keyframes overviewFadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 1200px) {
    .overview--lux .overview_grid {
        gap: 60px;
    }

    .overview--lux .overview_heading {
        font-size: 4rem;
    }

    .overview--lux .overview_subtitle {
        font-size: 2.3rem;
    }
}

@media (max-width: 991px) {
    .overview--lux {
        padding: 48px 0;
        min-height: auto;
    }

    .overview--lux .overview_grid {
        grid-template-columns: 1fr;
        gap: 36px;
        margin-top: 44px;
    }

    .overview--lux .overview_media {
        aspect-ratio: unset;
        height: auto;
        max-height: 450px;
    }

    .overview--lux .overview_image {
        width: 100%;
        height: auto;
        max-height: 450px;
        object-fit: cover;
    }

    .overview--lux .overview_heading {
        font-size: 3.5rem;
        letter-spacing: 6px;
    }

    .overview--lux .overview_subtitle {
        font-size: 2rem;
    }

    .overview--lux .overview_card {
        padding: 35px;
    }

    .overview--lux .overview_item span:last-child {
        font-size: 1rem;
    }
}

@media (max-width: 640px) {
    .overview--lux {
        padding: 50px 0;
    }

    .overview--lux .overview_media {
        max-height: 260px;
    }

    .overview--lux .overview_image {
        height: 260px;
        max-height: 260px;
        object-fit: cover;
    }

    .overview--lux .overview_heading {
        font-size: 2.5rem;
        letter-spacing: 4px;
    }

    .overview--lux .overview_subtitle {
        font-size: 1.6rem;
        margin-bottom: 24px;
    }

    .overview--lux .overview_card {
        padding: 25px;
    }

    .overview--lux .overview_list {
        gap: 22px;
    }

    .overview--lux .overview_item span:last-child {
        font-size: 0.95rem;
    }

    .overview--lux .overview_check {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .overview--lux .overview_check::after {
        font-size: 14px;
    }
}

/* 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;
    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 */

/* highlight redesign */
.highlight--spec {
    background: #0a0a0a;
    color: #ffffff;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
    background-image: none;
}

.highlight--spec::after {
    content: none;
}

.highlight--spec .highlight_header {
    margin-bottom: 64px;
    text-align: center;
}

.highlight--spec .highlight_title {
    font-family: "Playfair Display", serif;
    font-size: 3.25rem;
    font-weight: 600;
    letter-spacing: 5px;
    color: #c9a961;
    line-height: 1.2;
    margin: 0 0 24px;
    text-transform: uppercase;
}

.highlight--spec .highlight_subtitle {
    font-family: "Inter", sans-serif;
    font-size: 1.1rem;
    font-weight: 400;
    color: #e5e5e5;
    max-width: 520px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
    letter-spacing: 0.5px;
    margin: 0 auto;
}

.highlight--spec .highlight_grid {
    display: grid;
    grid-template-columns: 1fr 50px 1fr;
    gap: 30px;
    max-width: 1600px;
    align-items: stretch;
}

/* Centered layout: left 60%, right 40% */
.highlight--spec .highlight_grid--centered {
    grid-template-columns: 3fr 50px 2fr;
    margin-left: auto;
    margin-right: auto;
}

.highlight--spec .highlight_media {
    position: relative;
    flex: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    min-height: 300px;
    min-width: 0;
}

/* Highlight carousel: show 3 images, scroll one by one */
.highlight--spec .highlight_media.highlight_carousel {
    overflow: hidden;
    gap: 0;
}

.highlight--spec .highlight_carousel_track {
    display: flex;
    flex-direction: row;
    min-height: 300px;
    transition: transform 0.5s ease-in-out;
}

.highlight--spec .highlight_carousel_slide {
    flex: 0 0 33.333%;
    min-width: 33.333%;
    padding: 0 5px;
    box-sizing: border-box;
}

.highlight--spec .highlight_carousel_slide:first-child {
    padding-left: 0;
}

.highlight--spec .highlight_carousel_slide .highlight_image {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.highlight--spec .highlight_image {
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
    object-fit: cover;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.highlight--spec .highlight_timeline {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 300px;
}

.highlight--spec .highlight_line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom,
            rgba(201, 169, 97, 0.3) 0%,
            rgba(201, 169, 97, 0.6) 50%,
            rgba(201, 169, 97, 0.3) 100%);
}

.highlight--spec .highlight_dot {
    position: relative;
    width: 14px;
    height: 14px;
    background: #c9a961;
    border-radius: 50%;
    margin: 0 auto;
    box-shadow: 0 0 0 4px rgba(201, 169, 97, 0.2);
    z-index: 1;
}

.highlight--spec .highlight_dot::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 6px;
    background: #0a0a0a;
    border-radius: 50%;
}

.highlight--spec .highlight_features {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.highlight--spec .highlight_item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    opacity: 0;
    transform: translateX(30px);
    animation: highlightFadeRight 0.6s ease forwards;
}

.highlight--spec .highlight_item:nth-child(1) {
    animation-delay: 0.1s;
}

.highlight--spec .highlight_item:nth-child(2) {
    animation-delay: 0.2s;
}

.highlight--spec .highlight_item:nth-child(3) {
    animation-delay: 0.3s;
}

.highlight--spec .highlight_item:nth-child(4) {
    animation-delay: 0.4s;
}

.highlight--spec .highlight_item:nth-child(5) {
    animation-delay: 0.5s;
}

.highlight--spec .highlight_item:nth-child(6) {
    animation-delay: 0.6s;
}

.highlight--spec .highlight_item:nth-child(7) {
    animation-delay: 0.7s;
}

.highlight--spec .highlight_icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    background: rgba(201, 169, 97, 0.1);
    border: 1px solid rgba(201, 169, 97, 0.3);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.highlight--spec .highlight_item:hover .highlight_icon {
    background: rgba(201, 169, 97, 0.2);
    border-color: rgba(201, 169, 97, 0.5);
    transform: scale(1.05);
}

.highlight--spec .highlight_icon svg {
    width: 26px;
    height: 26px;
    stroke: #c9a961;
    fill: none;
    stroke-width: 1.5;
}

.highlight--spec .highlight_item p {
    margin: 0;
    flex: 1;
    font-size: 1rem;
    line-height: 1.6;
    color: #d4d4d4;
    font-weight: 400;
}

@keyframes highlightFadeRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1200px) {
    .highlight--spec .highlight_title {
        font-size: 2.9rem;
    }

    .highlight--spec .highlight_grid {
        gap: 20px;
    }
}

@media (max-width: 968px) {
    .highlight--spec {
        padding: 60px 0;
    }

    .highlight--spec .highlight_title {
        font-size: 2.4rem;
        letter-spacing: 4px;
    }

    .highlight--spec .highlight_subtitle {
        font-size: 1rem;
    }

    .highlight--spec .highlight_grid {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .highlight--spec .highlight_timeline {
        display: none;
    }

    .highlight--spec .highlight_features {
        gap: 35px;
    }
}

@media (max-width: 640px) {
    .highlight--spec {
        padding: 50px 0;
    }

    .highlight--spec .highlight_header {
        margin-bottom: 44px;
    }

    .highlight--spec .highlight_title {
        font-size: 1.9rem;
        letter-spacing: 3px;
    }

    .highlight--spec .highlight_subtitle {
        font-size: 0.95rem;
    }

    .highlight--spec .highlight_features {
        gap: 28px;
    }

    .highlight--spec .highlight_icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }

    .highlight--spec .highlight_icon svg {
        width: 22px;
        height: 22px;
    }

    .highlight--spec .highlight_item p {
        font-size: 0.95rem;
    }
}

/* 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: #090909;
    color: #c9a963;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenities_section .amenities_wrapper {
    display: flex;
    align-items: normal;
    justify-content: center;
    padding-top: 30px;
    position: relative;
    left: -11%
}

.amenities_section .wrap {
    display: flex
}

.amenities_section .title_section h4.pro_title {
    font-size: 1.35rem;
}

.amenities_section .title_section h3.title {
    font-size: 1.5rem;
}

.amenities_section .amenities_wrapper .title {
    background: #c9a963;
    padding: 50px;
    color: #090909;
    position: relative;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.amenities_section .amenities_wrapper .title P {
    color: #090909;
}

.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
}

/* hero refresh */
.banner_section {
    position: relative;
    min-height: 100vh;
}

.banner_section .carousel-inner,
.banner_section .carousel-item {
    min-height: 100vh;
    height: 100%;
}

.banner_section .carousel-item.active {
    display: block;
}

.banner_section .carousel-inner::before {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0.55) 38%, rgba(0, 0, 0, 0.18) 70%, rgba(0, 0, 0, 0) 100%);
    opacity: 1 !important;
}

.banner_section .hero_block {
    max-width: 680px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-top: 0;
    text-shadow: 0 18px 45px rgba(0, 0, 0, 0.45);
}

.banner_section .hero_kicker {
    font-size: 12px;
    letter-spacing: 0.45em;
    font-weight: 600;
    color: #f3d2a6;
    text-transform: uppercase;
}

.banner_section .hero_title {
    font-size: 64px;
    line-height: 1.05;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    margin: 0;
}

.banner_section .hero_title span {
    color: #f1c08c;
}

.banner_section .hero_pill {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 18px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(0, 0, 0, 0.55);
    color: #f6d7b1;
    font-size: 18px;
    font-weight: 600;
    text-transform: none;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.35);
}

.banner_section .hero_pill_icon {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 9px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    background: rgba(255, 255, 255, 0.12);
}

.banner_section .hero_pill_icon svg {
    width: 16px;
    height: 16px;
    fill: #f6d7b1;
}

.banner_section .hero_actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.banner_section .hero_btn {
    padding: 12px 18px;
    border-radius: 10px;
    border: 1px solid #d6b489;
    background: rgba(0, 0, 0, 0.35);
    color: #f4d7b1;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-size: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.banner_section .hero_btn.primary {
    background: #d6b489;
    color: #1b1b1b;
    border-color: #d6b489;
    box-shadow: 0 12px 24px rgba(214, 180, 137, 0.35);
}

.banner_section .hero_btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.25);
}

.banner_section .hero_meta {
    font-size: 12px;
    letter-spacing: 0.4em;
    color: rgba(255, 255, 255, 0.78);
    text-transform: uppercase;
}

.banner_section .hero_pricing {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    max-width: 720px;
    width: 100%;
}

.banner_section .hero_price_card {
    border: 2px solid #c9a961;
    border-radius: 18px;
    padding: 16px 22px;
    background: rgba(0, 0, 0, 0.45);
    color: #c9a961;
    text-align: center;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(6px);
}

.banner_section .hero_price_title {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}

.banner_section .hero_price_rule {
    height: 0;
    width: 70%;
    margin: 0 auto 12px;
    border-bottom: 2px dotted rgba(201, 169, 97, 0.9);
}

.banner_section .hero_price_value {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

@media (min-width: 992px) {
    .banner_section .hero_block {
        max-width: 600px;
        gap: 12px;
    }

    .banner_section .hero_title {
        font-size: 56px;
    }

    .banner_section .hero_pill {
        font-size: 16px;
    }

    .banner_section .hero_pricing {
        max-width: 520px;
    }

    .banner_section .hero_price_card {
        padding: 14px 18px;
    }

    .banner_section .hero_price_title {
        font-size: 18px;
    }

    .banner_section .hero_price_value {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .banner_section .hero_block {
        max-width: 520px;
    }

    .banner_section .hero_title {
        font-size: 48px;
    }

    .banner_section .hero_pricing {
        max-width: 100%;
    }
}

/* Tablet + Mobile: same banner layout as mobile */
@media (max-width: 991px) {
    .banner_section {
        min-height: auto;
    }

    .banner_section .carousel-inner,
    .banner_section .carousel-item {
        min-height: auto;
        height: auto;
    }

    .banner_section .banner-img {
        width: 100%;
        height: 45vh;
        min-height: 320px;
        max-height: 480px;
        object-fit: cover;
        display: block;
    }

    .banner_section .right_form {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding: 20px 15px 24px;
        border-radius: 0;
        background: #fff;
    }

    .banner_section .form_sec {
        max-width: 100%;
        width: 100%;
        padding: 20px 15px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 12px;
    }

    .banner_section .banner_content {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: auto;
        color: #fff;
        padding: 24px 15px 20px;
        background-color: #090909;
    }

    .banner_section .bottom_content {
        position: relative;
        width: 100%;
        left: auto;
        bottom: auto;
    }

    .banner_section .hero_block {
        max-width: 100%;
        gap: 12px;
    }

    .banner_section .hero_title {
        font-size: 38px;
    }

    .banner_section .hero_pill {
        font-size: 16px;
    }

    .banner_section .hero_actions {
        gap: 10px;
    }

    .banner_section .hero_btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .banner_section .hero_pricing {
        max-width: 100%;
        padding: 16px 0 0;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .banner_section .hero_price_card {
        padding: 14px 16px;
        border-radius: 14px;
    }

    .banner_section .hero_price_title {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .banner_section .hero_price_value {
        font-size: 16px;
    }
}

/* 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;
    background-color: #090909;
    color: #c9a963;
}

.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 .title_section h4.pro_title {
    font-size: 1.35rem;
}

.price_section .title_section h3.title {
    font-size: 2rem;
}

@media (max-width: 767px) {
    .price_section .title_section h4.pro_title {
        font-size: 1rem;
    }

    .price_section .title_section h3.title {
        font-size: 1.25rem;
    }
}

/* price section ends here */

/* floorplan start here */

.floor_plan .item_wrap .title {
    background-color: var(--primary-color);
    color: #ffffff;
    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 redesign */
.floor_plan--master {
    background: #000;
    color: #fff;
    text-align: center;
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.floor_plan--master::after {
    content: none;
}

.floor_plan--master .master_header {
    margin-bottom: 20px;
    opacity: 0;
    animation: masterFadeDown 1s ease forwards;
}

.floor_plan--master .master_title {
    font-family: "Playfair Display", serif;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 12px;
    color: #c9a961;
    margin-bottom: 20px;
    display: inline-block;
}

.floor_plan--master .master_underline {
    width: 120px;
    height: 2px;
    background: #c9a961;
    margin: 0 auto 30px;
    opacity: 0;
    animation: masterExpandWidth 1s ease 0.5s forwards;
}

.floor_plan--master .master_subtitle {
    font-family: "Inter", sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: 3px;
    color: #ffffff;
    margin-bottom: 60px;
    opacity: 0;
    animation: masterFadeUp 1s ease 0.8s forwards;
}

.floor_plan--master .master_card {
    max-width: 900px;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(201, 169, 97, 0.2);
    border-radius: 12px;
    padding: 40px;
    opacity: 0;
    transform: translateY(40px);
    animation: masterFadeUp 1s ease 1.2s forwards;
}

.floor_plan--master .master_image_wrap {
    position: relative;
    margin-bottom: 40px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.floor_plan--master .master_image {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 8px;
    opacity: 0;
    animation: masterImageZoom 1.5s ease 1.5s forwards;
}

.floor_plan--master .master_actions {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.floor_plan--master .master_btn {
    padding: 18px 40px;
    background: transparent;
    border: 1px solid rgba(201, 169, 97, 0.5);
    color: #c9a961;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.4s ease;
    border-radius: 4px;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    opacity: 0;
}

.floor_plan--master .master_btn:nth-child(1) {
    animation: masterSlideLeft 0.8s ease 2s forwards;
}

.floor_plan--master .master_btn:nth-child(2) {
    animation: masterSlideLeft 0.8s ease 2.2s forwards;
}

.floor_plan--master .master_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(201, 169, 97, 0.3), transparent);
    transition: left 0.5s ease;
}

.floor_plan--master .master_btn:hover::before {
    left: 100%;
}

.floor_plan--master .master_btn:hover {
    background: rgba(201, 169, 97, 0.1);
    border-color: #c9a961;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(201, 169, 97, 0.3);
}

@keyframes masterFadeDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes masterFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes masterExpandWidth {
    from {
        opacity: 0;
        width: 0;
    }

    to {
        opacity: 1;
        width: 120px;
    }
}

@keyframes masterImageZoom {
    from {
        opacity: 0;
        transform: scale(1.1);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes masterSlideLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@media (max-width: 1200px) {
    .floor_plan--master .master_title {
        font-size: 4rem;
        letter-spacing: 10px;
    }

    .floor_plan--master .master_subtitle {
        font-size: 1.2rem;
    }
}

@media (max-width: 968px) {
    .floor_plan--master {
        padding: 60px 0;
    }

    .floor_plan--master .master_title {
        font-size: 3.5rem;
        letter-spacing: 8px;
    }

    .floor_plan--master .master_subtitle {
        font-size: 1.1rem;
        letter-spacing: 2px;
    }

    .floor_plan--master .master_card {
        padding: 30px;
    }
}

@media (max-width: 640px) {
    .floor_plan--master {
        padding: 50px 0;
    }

    .floor_plan--master .master_title {
        font-size: 2.5rem;
        letter-spacing: 6px;
    }

    .floor_plan--master .master_subtitle {
        font-size: 0.9rem;
        letter-spacing: 1.5px;
    }

    .floor_plan--master .master_card {
        padding: 20px;
    }

    .floor_plan--master .master_btn {
        padding: 15px 30px;
        font-size: 0.9rem;
        letter-spacing: 1.5px;
    }

    .floor_plan--master .master_actions {
        gap: 15px;
    }
}

.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;
    background-color: #090909;
    color: #c9a963;
}

/* location redesign */
.location_section--adv {
    background: #090909;
    color: #ffffff;
    padding: 0;
    overflow: hidden;
    font-family: "Poppins", sans-serif;
}

.location_section--adv .location_layout {
    display: flex;
    align-items: stretch;
    min-height: 55vh;
    max-width: 1600px;
    margin: 0 auto;
    padding: 0;
}

.location_section--adv .location_left {
    flex: 1 1 55%;
    min-width: 0;
    padding: 48px 48px 48px 64px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.location_section--adv .location_right {
    flex: 0 0 45%;
    max-width: 45%;
    padding: 60px 60px 60px 0;
    display: flex;
    align-items: stretch;
}

.location_section--adv .location_title {
    font-size: 2.85rem;
    font-weight: 300;
    letter-spacing: 2px;
    margin-bottom: 24px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #c9a961;
}

.location_section--adv .location_desc {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 32px;
    font-weight: 300;
}

.location_section--adv .location_label {
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: 2px;
    margin-bottom: 28px;
    text-transform: uppercase;
}

.location_section--adv .location_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 28px 50px;
}

.location_section--adv .location_item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
}

.location_section--adv .location_icon {
    width: 52px;
    height: 52px;
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    padding: 10px;
}

.location_section--adv .location_icon svg {
    width: 100%;
    height: 100%;
    stroke: #ffffff;
    stroke-width: 2.5;
    fill: none;
}

.location_section--adv .location_info h3 {
    font-size: 0.95rem;
    font-weight: 400;
    margin-bottom: 4px;
    line-height: 1.35;
}

.location_section--adv .location_info p {
    font-size: 0.85rem;
    opacity: 0.95;
    font-weight: 300;
    margin-bottom: 0;
}

.location_section--adv .location_note {
    margin-top: 36px;
    font-size: 0.7rem;
    opacity: 0.8;
    font-weight: 300;
}

.location_section--adv .location_map {
    background: #ffffff;
    border-radius: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 0;
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
}

.location_section--adv .location_map_header {
    background: #ffffff;
    padding: 12px 18px;
    color: #5f6368;
    font-size: 0.8rem;
    border-bottom: 1px solid #e8eaed;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.location_section--adv .location_map_actions {
    display: flex;
    gap: 15px;
    align-items: center;
}

.location_section--adv .location_map_link {
    color: #1a73e8;
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: 500;
}

.location_section--adv .location_map_link:hover {
    text-decoration: underline;
}

.location_section--adv .location_map_body {
    flex: 1;
    min-height: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.location_section--adv .location_map_body img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: contrast(1.05) saturate(1.1);
}

@media (max-width: 1200px) {
    .location_section--adv .location_left {
        padding: 44px 52px 44px 56px;
    }

    .location_section--adv .location_title {
        font-size: 2.5rem;
    }

    .location_section--adv .location_grid {
        gap: 24px 42px;
    }
}

@media (max-width: 1024px) {
    .location_section--adv .location_layout {
        flex-direction: column;
        min-height: auto;
    }

    .location_section--adv .location_left,
    .location_section--adv .location_right {
        flex: none;
        width: 100%;
        max-width: none;
    }

    .location_section--adv .location_left {
        padding: 50px 40px;
    }

    .location_section--adv .location_right {
        padding: 0 40px 50px;
    }

    .location_section--adv .location_map {
        height: 45vh;
        min-height: 280px;
    }

    .location_section--adv .location_title {
        font-size: 2.5rem;
    }
}

@media (max-width: 768px) {
    .location_section--adv .location_grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .location_section--adv .location_left {
        padding: 40px 30px;
    }

    .location_section--adv .location_title {
        font-size: 2rem;
        letter-spacing: 2px;
    }

    .location_section--adv .location_map {
        width: 100%;
        max-width: 100%;
        min-height: 240px;
    }

    .location_section--adv .location_map_header {
        flex-wrap: wrap;
        gap: 10px;
        padding: 12px 14px;
    }

    .location_section--adv .location_map_header span {
        width: 100%;
        display: block;
    }

    .location_section--adv .location_map_actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        width: 100%;
    }

    .location_section--adv .location_map_body {
        height: 38vh;
        min-height: 180px;
    }

    .location_section--adv .location_map_body img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .location_section--adv .location_right {
        padding: 0 15px 40px;
    }
}

/* 5 Districts | 1 Destination section */
.districts_section {
    background: #0a0a0a;
    color: #fff;
}

.districts_heading {
    font-family: "Outfit", sans-serif;
    font-size: clamp(1.5rem, 3vw, 2.25rem);
    font-weight: 600;
    letter-spacing: 0.08em;
    text-align: center;
    margin: 0 0 2.5rem;
    color: #fff;
}

.districts_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    max-width: 1200px;
    margin: 0 auto;
}

.district_card {
    flex: 1 1 160px;
    min-width: 140px;
    max-width: 220px;
    padding: 1.75rem 1rem;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.35);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: center;
    background-color: #c9a961;
    color: #0a0a0a;
    cursor: pointer;
    transition: background-color 0.25s ease, color 0.25s ease, transform 0.2s ease, border-color 0.25s ease;
}

.district_card:hover {
    transform: translateY(-2px);
}

.district_card--active {
    background-color: #000;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5);
}

.district_card--active .district_icon {
    color: #fff;
}

.district_icon {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.district_icon_img,
.district_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.district_label {
    font-family: "Outfit", sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    line-height: 1.3;
}

@media (max-width: 768px) {
    .districts_row {
        gap: 0.75rem;
    }

    .district_card {
        min-width: 120px;
        padding: 1.25rem 0.75rem;
    }

    .district_label {
        font-size: 0.85rem;
        letter-spacing: 0.08em;
    }
}

.gallery_section .galler_item {
    padding-bottom: 30px;
}

.gallery_section .title_section {
    padding-bottom: 40px
}

.gallery_section .title_section h4.pro_title {
    font-size: 1.35rem;
}

.gallery_section .title_section h3.title {
    font-size: 2rem;
}

@media (max-width: 767px) {
    .gallery_section .title_section h4.pro_title {
        font-size: 1rem;
    }

    .gallery_section .title_section h3.title {
        font-size: 1.25rem;
    }
}

footer.footer {
    background-color: #090909;
    color: #ffffff;
    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;
}

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
}

.contact_section .footer_form .form_sec {
    background: #090909;
}

.footer_form h2.form_title {
    text-align: center;
    padding-bottom: 4px;
    color: #ffffff;
}

/* mobile-trigger */

.mobile-trigger {
    cursor: pointer;
    display: block;
    height: auto;
    line-height: normal;
    /* padding: 12px; */
    margin: -12px 0 -12px 0;
    position: relative;
    /* right: 15px; */
    width: auto;
    z-index: 100001;
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
    user-select: none;
}

.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_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    opacity: 0;
    pointer-events: none;
    z-index: 9998;
    transition: opacity 0.3s ease;
}

.mobile-open .mobile_overlay {
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 1;
    pointer-events: all;
}

.mobile-open .navbar-collapse {
    left: 0;
}

.footer p.btm-foot a {
    color: #ffffff;
    font-weight: 600
}

.footer h6.moreless-button {
    color: #ffffff;
    cursor: pointer
}

.footer .inner-footer-bottom p b {
    color: #ffffff
}

.contact_section {
    background-image: url(../images/bg-map-footer.png);
    background-color: #c9a961;
    color: #ffffff;
}

.contact_section .left_sec p {
    text-align: justify
}

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 {
    color: #ffffff;
    font-weight: 500;
}

/* Desktop: hide hamburger, show horizontal nav */
@media (min-width: 992px) {
    .mobile-trigger {
        display: none;
    }

    header ul li.nav-item.call_btn {
        display: none;
    }
}

/* Tablet + Mobile: same header layout – logo + hamburger only (no mobile number in header) */
@media (max-width: 991px) {
    header .header-wrapper {
        padding: 0;
        justify-content: space-between;
    }

    .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: 9999;
        background: var(--primary-color);
        transition: left .3s ease-in-out;
        height: 100%;
        overflow-y: auto;
    }

    .mobile-open .menu-wrapper {
        left: 0;
    }

    header .menu-wrapper ul li a,
    header ul li a {
        color: #fff;
    }

    header .menu-wrapper .nav-item.call_btn .nav-link {
        display: inline-block;
        background-color: #fff;
        color: #0a0a0a;
        padding: 12px 24px;
        border-radius: 10px;
        font-weight: 600;
        margin-top: 8px;
        text-decoration: none;
        border: none;
        transition: opacity 0.2s ease;
    }

    header .menu-wrapper .nav-item.call_btn .nav-link:hover {
        opacity: 0.9;
        color: #0a0a0a;
    }
}

@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: 16px;
        margin-bottom: 10px;
    }

    .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 {
        bottom: 3%;
    }
}

@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:991px) {
    .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);
        border: 2px solid #c9a961;
    }

    .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 .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_section .banner-img {
        min-height: 420px;
        height: 65vh;
        max-height: 700px;
        object-fit: cover;
        width: 100%;
    }

    .banner_section .carousel-inner,
    .banner_section .carousel-item {
        min-height: 420px;
        height: 65vh;
    }

    .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: 9999;
        background: var(--primary-color);
        transition: left .3s ease-in-out;
        height: 100%;
        overflow-y: auto;
    }

    .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
    }

    .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;
    }



    .gallery_section .galler_item img {
        min-height: 150px;
        max-height: 150px;
    }

}

@media (max-width:767px) {
    .img_div.col-md-6 {
        display: none;
    }
}

.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: #ffffff;
    color: #fff;
}

#highlight .icon-next {
    filter: brightness(100%);
}

#amenities .banner_btn {
    margin: 10px 0;
}

#amenities .banner_btn button {
    background-color: #ffffff;
    color: #fff;
}

#amenities .icon-next {
    filter: brightness(100%);
}

#floor-plan .banner_btn {
    margin: 10px 0;
}

#floor-plan .banner_btn button {
    background-color: #ffffff;
    color: #fff;
}

#floor-plan .icon-next {
    filter: brightness(100%);
}

#gallery .banner_btn {
    margin: 10px 0;
}

#gallery .banner_btn button {
    background-color: #ffffff;
    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: 154px !important;
    }

    .amenities_section .image_wrapper img {
        min-width: 100%;
        object-fit: contain;
        background-size: contain;
    }
}