@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@font-face {font-family: 'optimamedium';src: url('../fonts/optima_medium-oasis.eot');src: url('../fonts/optima_medium-oasis.eot?#iefix') format('embedded-opentype'),url('../fonts/optima_medium-oasis.woff2') format('woff2'),url('../fonts/optima_medium-oasis.woff') format('woff'),url('../fonts/optima_medium-oasis.svg#optimamedium') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'optimanormal';src: url('../fonts/optima-oasis.eot');src: url('../fonts/optima-oasis.eot?#iefix') format('embedded-opentype'),url('../fonts/optima-oasis.woff2') format('woff2'),url('../fonts/optima-oasis.woff') format('woff'),url('../fonts/optima-oasis.svg#optimanormal') format('svg');font-weight: normal;font-style: normal;}
@font-face {font-family: 'optimabold';src: url('../fonts/optima_b-oasis.eot');src: url('../fonts/optima_b-oasis.eot?#iefix') format('embedded-opentype'),url('../fonts/optima_b-oasis.woff2') format('woff2'),url('../fonts/optima_b-oasis.woff') format('woff'),url('../fonts/optima_b-oasis.svg#optimabold') format('svg');font-weight: normal;font-style: normal;}
:root {
    --primary-gold: #CA8D40;
    --bg-beige: #f9f7f2;
    --dark-footer: #3d3423;
    --input-bg: #f3f0e9;
    --section-bg-dark: #EDE5DC;
    --section-bg-light: #FFFAF4;
    --dark-gray: #535353;
    --body-font: "Albert Sans", sans-serif;
    --title-font: 'optimanormal', serif;
    --bold-title-font: 'optimabold', serif;
    --medium-title-font: 'optimamedium', serif;
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
body, html {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    font-size: 18px;
}
body {
    font-family: var(--body-font);
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000;
    overflow-x: hidden;
    line-height: normal;
}
.main-container {
    padding: 20px 24px;
    max-width: 1920px;
    margin: 0 auto;
}

h1, h2, h3, .navbar-brand {
    font-family: var(--title-font);
}
.container {
    max-width: 1410px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}
.section-padding { padding: 64px 0; }

/* --- Navbar --- */
.navbar {
    transition: all 0.4s ease;
    padding: 36px 44px 13px 40px;
    border-radius: 15px 15px 0 0;
    background: linear-gradient(360deg, rgba(255, 255, 255, 0.00) 8.03%, rgba(0, 0, 0, 0.65) 100%);
    position: fixed;top: 20px;left: 24px;right: 24px;z-index: 99;align-items: center;
}
.navbar-brand {padding: 0;}
.logo {max-width: 220px;max-height: 109px;/* aspect-ratio: 180/109; */transition: all 0.4s ease;}
.navbar.scrolled {
   background: linear-gradient(360deg, rgba(0, 0, 0, 1) 8.03%, rgba(0, 0, 0, 1) 100%) !important;
   padding: 10px 45px 10px 43px;top: 0px;border-radius: 0;left: 0;right: 0;
}
.navbar.scrolled .logo {max-width: 160px;max-height: 91px;/* aspect-ratio: 150/91; */}
.navbar .nav-link{border-radius: 10px;background: #FFF;padding: 10px 8px 10px 14px;color: #000;font-size: 1rem;font-weight: 600;line-height:150%;display: flex;align-items: center;gap: 6px;transition: 0.3s;}.navbar .nav-link svg{width: 24px;height: 24px;aspect-ratio: 1/1;}.navbar .nav-link svg path{transition: 0.3s;}.navbar .nav-link:hover{background: var(--primary-gold);color: #FFF;}.navbar .nav-link:hover svg path{stroke: #FFF !important;}
.navbar.scrolled .nav-link {padding: 10px 13px 10px 16px;font-size: .75rem;}

/* --- Custom Video Hero --- */
.hero {position: relative;/* height: calc(100vh - 30px); */width: 100%;overflow: hidden;display: flex;flex-direction: column;color: white;margin: 0 0 62px;border-radius: 15px;}
.hero-banner {flex: 1; display: flex;justify-content: center;align-items: flex-end;padding: 20px;position: relative;padding-top: clamp(4rem, 7vw, 8.3333333333rem);max-height: 100vh;}
@media all and (min-width: 768px) {
    .hero {min-height: calc(100vh - 20px);}
    .hero-banner {min-height: calc(100vh - 126px);}
}
@media all and (min-width: 992px) {
    .hero {min-height: 100vh;}
    .hero-banner {min-height: calc(100vh - 20px);}
}
.hero-banner:before {position: absolute;content: "";top: 0;left: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.3);z-index: 1;background: linear-gradient(180deg, rgba(217, 217, 217, 0.00) 47.31%, rgba(74, 74, 74, 0.50) 69.1%, rgba(0, 0, 0, 0.76) 95.95%);z-index: 0;}
.hero-banner .caption {position: relative;z-index: 10;text-align: center;max-width: 60vw;margin-left: auto;margin-right: auto;}
.hero-banner .caption h1 {font-size: 4.111111111rem;font-family: var(--title-font);line-height: normal;color: white;font-size: clamp(2rem, 5.2vw, 4.111111111rem);font-weight: 400;margin-bottom: clamp(.5rem, 1.5vw, 0.66666667rem);max-width: 900px;margin-left:auto;margin-right:auto;}
.hero-banner .caption p {font-size: 1.666666666666667rem;line-height: normal;color: white;font-size: clamp(1rem, 2vw, 1.666666666666667rem);max-width: 832px;font-weight: 500;margin-bottom: clamp(1rem, 2vw, 2.1111111rem);max-width: 900px;margin-left:auto;margin-right:auto;}
.hero-content {background: var(--dark-gray);text-align: center;padding: 25px 20px;}
.hero-content .container {max-width: 1350px;max-width: 80vw;margin-left: auto;margin-right: auto;text-align: center;}
.hero-content h2 {font-size: clamp(1.4rem, 3vw, 2.5rem);font-weight: 400;margin-bottom: 2px;margin-top: 0px;}
.hero-content p {font-size: clamp(1rem, 1.5vw, 1.33333333rem);font-weight: 400;margin-bottom: 0px;padding: 0;}
.hero-content .col {position: relative;}
.hero-content .col::after {position: absolute;content: "";top: 0%;right: 0%;width: 1px;height: 100%;background-color: rgba(255,255,255,1);z-index: 0;}
.hero-content .col:last-child::after {display: none;}

/*About*/
.section-light-bg {background-color: var(--section-bg-light);}
.section-dark-bg {background-color: var(--section-bg-dark);}
.padd-54 {padding: 54px 0;}
.section-rounded {border-radius: 10px;}
.pt-13 {padding-top: 13px !important;}
.pb-13 {padding-bottom: 13px !important;}
.es-title {font-size: 1.111111111111111rem;}

@media (min-width: 992px) {
    .about-content .col-lg-7 {
        flex: 0 0 auto;
        width: 57.8%;
    }
    .about-content .col-lg-5 {
        flex: 0 0 auto;
        width: 42.2%;
    }
    .split-title .col-lg-4 {flex: 0 0 auto;width: 28.275555%;}
    .split-title .col-lg-8 {flex: 0 0 auto;width: 71.724445%;}
    .gallery-wrapper .col-lg-3 {flex: 0 0 auto;width: 24.492596%;}
    .gallery-wrapper .col-lg-9 {flex: 0 0 auto;width: 75.507404%;}
    .price-details-column {width: 68%;}
    .payment-details-column.price-details-column {width: 75%;}
}

.about-images .row{--bs-gutter-y: 1.5rem;}
.about-images .row img{border-radius: 10px;object-fit: cover;aspect-ratio: 779/463;}

.about-content-container {max-width: 496px;}
.about-content-container h2, .section-title {font-size: 3.8888888889rem;font-family: var(--title-font);line-height: normal;font-size: clamp(1.8rem, 4.9vw, 3.8888888889rem);font-weight: 400;margin-bottom: clamp(1.5rem, 2vw, 3.333333333rem);}
.about-content-container p {font-size: 1rem;line-height: normal;font-size: clamp(1rem, 2vw, 1rem);margin-bottom: clamp(1rem, 2vw, 1.88888889rem);color: #000;line-height: 144.444%;}
.about-content-container p:last-child {margin: 0 !important;}
.split-title {padding-bottom: 24px;}
.split-title h4 {font-size: 1.33333333rem;font-weight: 400;margin-bottom: clamp(1rem, 2vw, 1.33333333rem);}
.split-title p {font-size: 1rem;font-weight: 400;margin-bottom: clamp(1rem, 2vw, 1.1111rem);line-height: 140%;}
.amenities-row {--bs-gutter-y: 2.555555555555556rem;--bs-gutter-x: 2.888888888888889rem;}
.amenity-card {background: var(--section-bg-dark);padding: 60px 20px 16px;text-align: center;transition: 0.3s;aspect-ratio: 1/1;display: flex;flex-direction: column;justify-content: center;align-items: center;gap: clamp(1.3rem, 2.8vw, 2.555555555555556rem);}
.amenity-card:hover { transform: translateY(-10px); background: #e2ddd4; }
.amenity-card img {max-width:112px;aspect-ratio: 1/1;object-fit: cover;}
.amenity-card .es-title {font-weight: 500;min-height: 48px;max-width: 236px;}

.gallery-section-padding {padding: 16px 25px 40px;position: relative;}
.gallery-section-padding .section-title {padding-left: 25px;margin-bottom: 20px;}
.gallery-wrapper.row {--bs-gutter-x: 13px;--bs-gutter-y: 0px;}
.thumb-gall {background: var(--section-bg-dark);padding: 36px 28px;}
.main-gall {position: relative;}
/* .main-gall:after{width: 111px;height: 67px;aspect-ratio: 111/67;content: "";position: absolute;left: 40px;top: 50px;background: url('../img/riseonic-oasis-logo.png') no-repeat center center / contain;pointer-events: none;} */

.modal .section-title {font-size: clamp(1.8rem, 3.5vw, 2.3333rem);}

/* Sidebar Thumbnails
.slider-nav {
    width: 200px;
    height: 100%;
} */
.slick-prev:before, .slick-next:before {
    display: none;
}

.slider-nav img {
    width: 100%;
    border-radius: 10px;
    cursor: pointer;
    opacity: 0.8;
    min-height: calc((100vh / 3)  - 92px);object-fit: cover;max-height: calc((100vh / 3)  - 92px);
}
.slick-vertical .slick-slide {padding: 15px 0;}
/* Active thumbnail highlight */
.slider-nav .slick-current img {
    opacity: 1;
}
.slider-nav .slick-prev, .slider-nav .slick-next {width: 36px;height: 36px;}
.slider-nav .slick-prev {left: 50%;top: -28px;transform: translateX(-50%);}
.slider-nav .slick-next {left: 50%;bottom: -28px;transform: translateX(-50%);top: auto;right: auto;}

/* Main Image Slider */
.slider-for {
    flex: 1;
    height: 100%;
}
.slider-for .slick-list, .slider-for .slick-track {height: 100%;}

.slider-for img {
    width: 100%;
    max-height: 90vh;
    max-height: calc(100vh - 112px);aspect-ratio: 1329/790;min-height: calc(100vh - 112px);
    object-fit: cover;
    border-radius: 15px;height: 100%;
}

/* Slick Arrows positioning */
.slick-prev:before, .slick-next:before {
    color: #000;
}


.video-player-container {
    position: relative;
    width: 100%;
    height: 100%;
}
/* .video-player-container:after{width: 111px;height: 67px;aspect-ratio: 111/67;content: "";position: absolute;left: 50%;top: 20px;background: url('../img/riseonic-oasis-logo.png') no-repeat center center / contain;pointer-events: none;transform: translateX(-50%);z-index: 2;} */

#custom-player {
    pointer-events: none; /* User ne video var click krun YouTube vr jau naye mhanun */
}

.custom-controls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    gap: 15px;
    z-index: 10;
}

/*Youtube Player*/
.ytp-expand-pause-overlay .ytp-pause-overlay {display:none !important;}
.player { width: 100%; height: 100%; }

.player-container {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  padding-top: 85vh; /* 16:9 aspect ratio */
  background: #000;
  border-radius: 0px;
  overflow: hidden;
  max-height:85vh;
  max-height: calc(87vh - 50px);
}
.player {
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
}

/* .controls {
  position: absolute;
  bottom: 0; width: 90%;left: 5%;
  background: transparent;
  z-index: 30;
  display: flex; justify-content: space-between;
  align-items: center; padding: 0px; gap: 10px;
} */

.valcontrols{
  position: absolute;
  bottom: 0; width: 50px;
  background: transparent;
  z-index: 20;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0px; gap: 20px;
  right: 20px;
  bottom: 15%;
}

.control-left {
    position: absolute;left: 5%;width: 90%;bottom: 10%;z-index: 21;
  display: flex; align-items: center; flex-grow: 1; gap: 8px;
  transition: opacity 0.5s ease;
}

.control-left.hidden, .control-right.hidden { opacity: 0; pointer-events: none; }

.btn-control {
  background: rgba(255,255,255,0.15);
  color: #fff; border: none;
  padding: 8px 12px; border-radius: 8px;
  cursor: pointer;
}

.playpause{display: none;}

.scrubber {
  flex: 1; height: 1px;
  background: #e9e9e9;
  border-radius: 4px;
  position: relative;
  cursor: pointer;
}

.progress-bar {
  height: 100%; background: var(--primary); width: 0%;
  border-radius: 4px;
}

.scrubber-button {
  position: absolute; top: -12px;
  width: 24px; height: 24px;
  background: #fff; border-radius: 50%;
  transform: translateX(-50%);
  z-index: 2;border: 0px;
}
.scrubber-button:after {content: "";position: absolute;left: 50%; top: 50%;width: 4px; height: 4px; background: var(--primary);border-radius: 50%; transform: translate(-50%, -50%);}

.scrubber-tooltip {
  position: absolute; bottom: 120%;
  left: 0; transform: translateX(-50%);
  padding: 4px 8px;
  background: rgba(0,0,0,0.75);
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
  pointer-events: none;
  white-space: nowrap;
  opacity: 0; transition: opacity 0.2s;
}

.scrubber:hover .scrubber-tooltip {
  opacity: 1;
}
.scrubber-button:hover, .scrubber:hover .scrubber-button {
    background: var(--primary);
}
.scrubber-button:hover:after, .scrubber:hover .scrubber-button:after {
    background: #ffffff;
}
.html5-video-player:not(.ytp-big-mode) .ytp-chrome-top .ytp-cards-button{display: none;}

.player-container .control-right {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: calc(100% - 100px);
    justify-content: center;
    pointer-events: none;
    position: absolute;
    right: 40px;z-index: 21;
    bottom: 0;
}
.volume-btn{width: 100%;flex: 0 0 100%;max-width: 36px;height: 28px;display: flex;gap: 5px;justify-content: center;}
.control-right .fullscreen-btn, .control-right .btn-control.mute {
    background: #fff;
    border-radius: 50%;
    box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
    -webkit-box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
    -moz-box-shadow: -13px 9px 28px -6px rgba(0,0,0,.29);
    display: grid;
    flex: 0 0 auto;
    height: 55px;
    margin: 0 auto;
    place-content: center;
    pointer-events: auto;
    -webkit-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    -moz-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    -ms-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    -o-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    width: 55px;
}
.control-right .btn-control.mute {
    background: #fff;
    border-radius: 50%;
    box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
    -webkit-box-shadow: -13px 9px 28px -6px rgba(0, 0, 0, .29);
    -moz-box-shadow: -13px 9px 28px -6px rgba(0,0,0,.29);
    display: grid;
    flex: 0 0 auto;
    height: 55px;
    margin: 15px auto;
    place-content: center;
    pointer-events: auto;
    -webkit-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    -moz-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    -ms-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    -o-transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    transition: background 1s cubic-bezier(.19,1,.22,1) 0s;
    width: 55px;
}
.control-right .fullscreen-btn svg {
    height: auto;
    width: 40px;
}
.control-right .fullscreen-btn .on {
    display: none;
}

.control-right .btn-control.mute .volume-btn span, .control-right .btn-control.mute .volume-btn span {
    animation: stopped 1s linear 0ms infinite;
    background: #000;
    height: 100%;
    transform-origin: 50% 50%;
    width: 1px;
}
.control-right .btn-control.mute.active .volume-btn span {
    animation: playing 0ms linear -1s infinite alternate;
}
.control-right .btn-control.mute .volume-btn span:nth-child(5n+1) {
    animation-duration: 399ms;
}
.control-right .btn-control.mute .volume-btn span:nth-child(5n+2) {
    animation-duration: 435ms;
}
.control-right .btn-control.mute .volume-btn span:nth-child(5n+3) {
    animation-duration: 489ms;
}
.control-right .btn-control.mute .volume-btn span:nth-child(5n+4) {
    animation-duration: 446ms;
}
.control-right .btn-control.mute .volume-btn span:nth-child(5n+5) {
    animation-duration: 412ms;
}
@keyframes stopped {
    100% {
        transform: scaleY(.2);
    }
    0% {
        transform: scaleY(.2);
    }
}
@keyframes playing {
    100% {
        transform: scaleY(.2);
    }
    0% {
        transform: scaleY(1);
    }    
}
.media-image, .player-container {
    isolation: isolate;
    overflow: hidden;
    position: relative;
}
.player-container, .video-thumb {width: 100%;max-width: 100%;width: calc(100vw - 153px);min-width: 200px;margin: auto;border-radius: 10px;overflow: hidden;aspect-ratio: 16 / 9;}
.video-thumb img {width: 100%;height: 100%;object-fit: cover;}
.video-thumb {left: 50%;transform: translateX(-50%);border-radius: 10px;overflow: hidden;z-index: 1;}
.video-thumb a{position: absolute;left: 0%;top: 0%;width: 100%;height: 100%;display: flex;justify-content: center;align-items: center;text-decoration: none;z-index: 2;}
.video-thumb.active {z-index: -1;}
/* .price-details-column .row {margin-bottom: 26px;} */
.price-padd-bot {padding-bottom: 130px;}
.payment-padd-top {padding-top: 200px;}
.price-details-column p{color: #653B06;font-size: 1.333333333333333rem;font-weight: 600;line-height: normal;margin: 0;}
.price-details-column h2, .location-details-column h2{color: #000;font-family: var(--body-font);font-size: 2.33333rem;font-style: normal;font-weight: 300;line-height: normal;margin-bottom: 20px;white-space: nowrap;}
.price-details-column .row .col, .location-details-column .row .col-12 {position: relative;}
.price-details-column {overflow: hidden;margin-bottom: 26px;}
.price-details-column.payment-details-column .row {overflow: hidden;}
@media (min-width: 471px) {
    .price-details-column:not(.payment-details-column) .row .col {max-width: 50%;min-width: 50%;}
}
.price-details-column .row{--bs-gutter-y: 36px;}
.price-details-column .row .col:nth-child(2n) {padding-left: 70px;}
/* .price-details-column .row .col:first-child {padding-right: 70px;} */
.price-details-column .row .col::after, .location-details-column .row .col-12::after {
    position: absolute;content: "";top: 0%;right: -1px;width: 1px;height: 96%;background-color: #653B06;z-index: 0;
}
.price-details-column .row .col::before, .location-details-column .row .col-12::before {
    position: absolute;content: "";bottom: -18px;left: 3.5%;width: 90%;height: 1px;background-color: #653B06;z-index: 0;
}
.price-details-column .row .col:nth-child(2n):before {left: 5.5%;}

.price-details-column .row .col:last-child::after {display: none;}

.price-image {margin: -180px auto;max-width: 1340px;border-radius: 10px;padding: 0 20px;z-index: 2;position: relative;}
.price-image img {width: 100%;height: 100%;object-fit: cover;border-radius: 10px;box-shadow: 6px 9px 12px 0 rgba(0, 0, 0, 0.25);}

.payment-padd-top .price-details-column .row .col:first-child {padding-left: 0;padding-right: 25px;}
.payment-padd-top .price-details-column .row .col {padding-left: 30px;}
.payment-padd-top .price-details-column .row .col p{white-space: nowrap;}

.location-section {padding: 54px 36px 20px;}
.location-section:before {content: "";position:absolute;left: 0;top: 0;background: var(--section-bg-light);border-radius: 10px;height: 80%;z-index: 0;width: 100%;}
.location-img {position: relative;z-index: 1;padding: 50px 0 40px;height: 90vh;border-radius: 10px;max-height:72vh;max-height: calc(80vh - 50px);background-position: center top !important;background-size: cover !important;overflow: hidden;}
.location-img .container{display: flex;justify-content: space-between;flex-direction: column;height: 100%;}

.location-brief {padding: 20px 20px 20px 30px;border-radius: 10px;background: rgba(255, 255, 255, 0.80);display: flex;align-items: center;justify-content: center;flex-direction: column;color: #000;font-size: 1.333333333333333rem;font-weight: 400;line-height: normal;height: 100%;margin: 0;}
.location-details-column {border-radius: 10px;background: rgba(0, 0, 0, 0.60);padding: 28px 20px;color: #fff;}
.location-details-column .row {max-width: 710px;margin-left: auto;margin-right: auto;--bs-gutter-x: 44px;--bs-gutter-y: 57px;overflow: hidden;}
.location-details-column p {font-size: 1rem;margin: 0 0 10px;font-weight: 700;line-height: normal;}
.location-details-column h2 {color: #fff;margin: 0 0 10px;}
.location-details-column .row .col-12:nth-child(2n) {padding-left: 80px;}
.location-details-column .row .col-12::after {background: #fff;right: -1px;}
.location-details-column .row .col-12::before {background: #fff;bottom: -26px;}
.location-details-column .row .col-12:last-child:after, .location-details-column .row .col-12:last-child:before {display: none;}
.padd-38 {padding: 38px !important;}
.map {display: flex;overflow: hidden;border-radius: 10px;min-height: calc(80vh - 76px);max-height:72vh;max-height: calc(80vh - 50px);}
.map iframe{width: 100%;height: calc(90vh - 76px);border: none;margin-bottom: -5px;}

 
.form-container { max-width: 1060px; margin: 0px auto; background: transparent;padding: 67px 0 100px; }
#interestForm {padding-top: 35px;}
.form-group {margin-bottom: 35px;}
.modal .form-group {margin-bottom: 20px;}

/* Matching the image styling */
.form-control {
    padding: 12px 27px !important;
    border-radius: 10px;
    border: 1px solid #EDE5DC;
    background: #FFF;font-weight: 500;font-size: 1.111111111rem;
}
.modal .form-control {font-size: 1rem;}
.form-control:focus {
    box-shadow: none;
    border-color: #c48d44;
}
.btn-submit {
    background-color: #c48d44;
    color: white;
    border: none;
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 100%;
    transition: background 0.3s;
}
.btn-submit:hover { background-color: #a67635; color: white; }

/* Adjusting the phone input to fit Bootstrap */
.iti { width: 100%; }.iti.iti--separate-dial-code {display: flex;gap: clamp(8px, 2vw, 12px);}
.iti__flag-container {position: relative;color: rgba(74, 74, 74, 0.50);font-size: 1.22222222rem;font-weight: 400;line-height: normal;background: #fff;border-radius: 10px;border: 1px solid #EDE5DC;}.iti--separate-dial-code .iti__selected-flag {background: transparent;}
.modal .iti__flag-container {font-size: 1rem;}
.privacy-text { font-size: 1rem; color: #333; margin: 35px 0 12px; }
.captcha-wrapper { margin-bottom: 20px; }
.iti__arrow {
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMzAiIHZpZXdCb3g9IjAgMCAzMCAzMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNy41IDExLjI1TDE1IDE4Ljc1TDIyLjUgMTEuMjUiIHN0cm9rZT0iIzRBNEE0QSIgc3Ryb2tlLW9wYWNpdHk9IjAuNTAwNTc3IiBzdHJva2Utd2lkdGg9IjMiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') no-repeat center center / contain;
    width: 25px; /* Scaled down slightly for better fit */
    height: 25px;
    border: none; /* Removes the default CSS border-triangle */
    margin-left: 5px;
}
.iti__country-list {font-size: 1rem;}

/* --- Sticky Sidebar --- */
.sticky-sidebar {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1000;
}
.sidebar-item {
    background: var(--dark-footer);
    color: white;
    padding: 15px 10px;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    text-transform: uppercase;
    font-size: 0.7rem;
    letter-spacing: 2px;
    cursor: pointer;
    border-left: 3px solid var(--primary-gold);
    margin-bottom: 2px;
    transition: 0.3s;
}
.sidebar-item:hover { background: var(--primary-gold); padding-right: 20px; }

/* --- Content Styling --- */

.bg-beige-section { background-color: var(--bg-beige); }

.btn-luxury {
    background: white;
    color: black;
    border: none;
    padding: 12px 35px;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    transition: 0.3s;
}
.btn-luxury:hover { background: var(--primary-gold); color: white; }



.img-gallery-item {
    width: 100%;
    height: 300px;
    object-fit: cover;
    cursor: pointer;
    transition: 0.4s;
}
.img-gallery-item:hover { filter: brightness(0.8); }

/* --- Form --- */
.contact-form .form-control {
    background-color: var(--input-bg);
    border: none;
    padding: 15px;
    border-radius: 0;
    margin-bottom: 15px;
}

.custom-footer {
background-color: #000; /* Dark brown from your image */
color: #ffffff;
min-height: 60px; /* Adjusted based on the proportions in your screenshot */
font-size: 0.8888889rem;
border-top: 1px solid rgba(255,255,255,0.1);border-radius: 10px;padding: 10px 20px 10px;
}

.footer-text {
letter-spacing: 0.5px;
}

.footer-logo img {
/* Matching the logo box in your image */
padding: 5px;max-width:70px;
background: transparent;
}

/* Hover effect for the link */
.footer-text a:hover {
text-decoration: underline !important;
opacity: 1;
}

div:not(#consent-banner) .btn-close {position: absolute;top: 15px;right: 15px;width: 32px;height: 32px;cursor: pointer;z-index: 10;border-radius: 50%;display: flex;align-items: center;justify-content: center;transition: background 0.3s;background: transparent;opacity: 1;outline: 0;}
.f16 {font-size: 0.8888889rem !important;}

.fixed-bottom-right {
        position: fixed;
        bottom: 40px; /* Sits above the brown footer */
        right: 3.513909224011713vw;
        z-index: 1050;display: flex;gap: 1.171303074670571vw;
    }
    .contact-icon {
        width: 56px;
        height: 56px;
        border-radius: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        text-decoration: none;
        font-size: 1.5rem;
    }
    .bg-whatsapp { background-color: #25D366; }

/* Page Loader */
#pageLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--section-bg-light);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.loader-content {
    text-align: center;
}

.spinner {
    width: 60px;
    height: 60px;
    border: 5px solid rgba(0, 0, 0, 0.3);
    border-top: 5px solid #000000;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-text {
    color: rgb(0, 0, 0);
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
}

/* Main Content */
.main-container {
    opacity: 0;
}
/* Animated Sections */
.section {
    opacity: 0;
    transform: translateY(50px) scale(0.8);;
    transition: all 0.8s ease;
}

.section.visible {
    opacity: 1;
    transform: translateY(0) scale(1);;
}

.form-message {position: absolute;left: 0;right: 0;bottom: 0;top: 0;display: flex;align-items: center;justify-content: center;font-size: 44px;padding: 30px;font-family: var(--title-font);background-color: #f5ece1;z-index: 2;}

#enquiryNow {
    z-index: 1055 !important;
}

#privacyModal {
    z-index: 1060 !important;
}

#privacyModal.show ~ .modal-backdrop {
    z-index: 1056 !important;
}

.h-100vh {min-height: 100vh;}
.thankyou-wrap {min-height: 60vh;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.thankyou-wrap h3 {font-size: 2.65rem;}
.thankyou-wrap p {font-size: 1.25rem;padding-top: 1rem;}

.cookie-header .cookie-icon-wrapper{font-size: 1.5rem;}
.cookie-header .cookie-title {font-size: 1.6rem;margin: 0;font-weight: 700;}
.cookie-info .btn, #consentModal .btn {white-space: nowrap;font-size: 14px;font-weight: 600;border-radius: 5px;padding: 12px 13px 10px 13px;line-height: 121.9999999%;text-transform: uppercase;}
.cookie-info {padding-top: 10px;padding-bottom: 10px;}
.cookie-info .me-md-3 {max-width: 75%;}
.cookie-info #consent-text p{margin: 0;}
.cookie-info a {text-decoration: underline !important;color: #000;}
.cookie-info a:hover {color:  var(--primary);}
#consent-banner {padding-right: 20px;}
#consent-banner .btn-close {position: absolute;right: 1rem;top: 1rem;}


#consentModal .modal-header {background: var(--secondary);border-bottom: 0;}
#consentModal .modal-header h5 {color: #000;font-size: 1.3rem;}
#consentModal p {color: #000;font-size: 15px;font-weight: 400;}
#consentModal .form-check-input {border: 1px solid #bcc3ca;}
.header-btn{color: #ffffff;text-align: center;font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;border-radius: 5px;background: #c48d44;padding: 12px 13px 10px 13px;line-height: 121.9999999%;border: 0;}
.header-btn:hover,.header-btn.btn-primary:hover{background: #a67635;color: #fff;}

/*Resposive css*/
@media all and (max-height:720px) {
    .location-details-column .row {--bs-gutter-x: 30px;--bs-gutter-y: 30px;}.location-details-column {padding: 25px 20px 5px;}.location-details-column h2 {margin: 0;}
    .location-img {height: auto;padding: 30px 0 20px;}
}
@media all and (max-width:1300px) {
    #consent-banner {margin: 0px 20px !important;}
}
@media all and (max-width:1600px) {
    html,body {font-size: 14px;}
    .container {max-width: 74.52415812591508vw;}
    #consent-banner .container {max-width: 100%;}
    .main-container {padding: 15px 18px;}
    .logo {max-height: 86px;}.navbar.scrolled .logo {max-height: 80px;}
    .navbar {padding: 26px 30px 13px 28px;top: 15px;left: 18px;right: 18px;border-radius: 10px 10px 0 0;}
    .hero {border-radius: 10px;}
    .navbar .nav-link {border-radius: 6px;padding: 12px 12px 12px 12px;font-size: 14px;line-height: 16px;gap: 5px;}
    .navbar .nav-link svg {width: 16px;height: 16px;}
    .hero-banner .caption {max-width: 47.8571428571rem;}
    .hero-banner .caption h1 {font-size: 3.71428571rem;}
    .hero-banner .caption p {font-size: 1.5rem;max-width: 600px;}
    .contact-icon {width: 2.8571428571rem;height: 2.8571428571rem;border-radius: 6px;aspect-ratio: 1 / 1;}
    .hero-content {padding: 1.071428571rem 20px;}
    .hero-content h2 {font-size: 2rem;}
    .hero-content p {font-size: 1.21428571rem;}
    .hero-content .container {max-width: 66rem;}
    .about-content-container h2, .section-title {font-size: 3.571428571rem;}
    .about-content-container {max-width: 26.5rem;}
    .split-title h4 {font-size: 1.21428571rem;}
    .amenity-card img {max-width: 84px;}
    .player-container {padding-top: 52.6%;}
    .price-image {max-width: 70.7628571rem;margin: -10% auto;}
    .price-padd-bot {padding-bottom: 80px;}
    .payment-padd-top {padding-top: 100px;}
    .price-details-column:not(.payment-details-column) .row .col:nth-child(2n) {padding-left: 4.28571428571rem;}
    .price-details-column:not(.payment-details-column) .row {max-width: 672px;overflow: hidden;}
    .payment-padd-top .price-details-column .row .col {padding-left: 1.428571rem;padding-right: 1.21428571rem;}
    .form-group {margin-bottom: 25px;}
    .form-control {padding: 10px 20px !important;border-radius: 8px;font-size: 1rem;}
    .price-details-column {width: 73%;padding-top: 12px;}
    .price-details-column h2, .location-details-column h2 {font-size: 2.1111rem;}
    .form-container {max-width: 51.42857142857143rem;}
    .footer-logo img {max-height: 80px;}
    .location-brief {font-size: 1.214285714285714rem;}
    #enquiryModal.modal.fade .modal-dialog {--bs-modal-width: 33.57142857142857rem !important;}
    .privacy-text {margin-top: 2vh;}
}
@media (min-width: 992px) and (max-width:1600px) {
    .hero-banner {
        min-height: calc(100vh - 15px);
    }
    .hero-banner .caption {max-width: 49vw;}
    .hero-banner .caption h1 {font-size: 3.77vw;}
    .hero-banner .caption p {font-size: 1.537vw;max-width: 600px;}
    .contact-icon {width: 2.92826vw;height: 2.92826vw;border-radius: 6px;aspect-ratio: 1 / 1;}
    .hero-content {padding: 1.102265768524189vw 20px;}
    .hero-content h2 {font-size: 2.12298682284041vw;}
    .hero-content p {font-size: 1.244509516837482vw;}
    .hero-content .container {max-width: 68vw;}
    .about-content-container h2, .section-title {font-size: 3.660322108345534vw;}
    .about-content-container {max-width: 27.15959004392387vw;}
    .split-title h4 {font-size: 1.244509516837482vw;}
    .amenity-card img {max-width: 84px;}
    .player-container {padding-top: 52.6%;}
    .price-image {max-width: 72.52415812591508vw;margin: -10% auto;}
    .price-padd-bot {padding-bottom: 80px;}
    .payment-padd-top {padding-top: 140px;}
    .price-details-column:not(.payment-details-column) .row .col:nth-child(2n) {padding-left: 4.392386530014641vw;}
    .price-details-column:not(.payment-details-column) .row {max-width: 672px;overflow: hidden;}
    .payment-padd-top .price-details-column .row .col {padding-left: 1.464128843338214vw;padding-right: 1.244509516837482vw;}
    .form-group {margin-bottom: 25px;}
    .form-control {padding: 10px 20px !important;border-radius: 8px;font-size: 1rem;}
    .price-details-column {width: 73%;padding-top: 12px;}
    .price-details-column h2, .location-details-column h2 {font-size: 2.1111rem;}
    .form-container {max-width: 52.7086383601757vw;}
    .footer-logo img {max-height: 70px;}
    .location-brief {font-size: 1.244509516837482vw;}
    #enquiryModal.modal.fade .modal-dialog {--bs-modal-width: 34.40vw !important;}
    .privacy-text {margin-top: 2vh;}
}
@media all and (max-width:1450px) {
    .main-container {padding: 15px 18px;}
    .navbar .nav-link {padding: 12px 10px 12px 14px !important;font-size: 1rem;}
    .payment-padd-top .price-details-column .row .col:first-child {padding-right: 18px;}
    .price-details-column p {font-size: 1.2222222rem;}
    .amenity-card {padding: 40px 20px 16px;}
    .main-gall:after {width: 90px;height: auto;left: 30px;top: 30px;}
    .video-thumb a svg {width: 90px;height: 90px;}
    .video-player-container:after {width: 90px;height: auto;}
}
@media all and (min-width:992px) and (max-width:1600px) {
    .about-content .col-lg-5 {
        flex: 0 0 auto;
        width: 42%;
    }
    .about-content .col-lg-7 {
        flex: 0 0 auto;
        width: 58%;
    }
    .location-details-column .row .col-12:nth-child(2n) {padding-left: 5.8565153733vw;}
}
@media all and (min-width:768px) and (max-width:1450px) {
    .navbar.scrolled .logo {
        max-height: 80px;
    }
    .navbar .nav-link {padding: 8px 10px 8px 12px !important;}
    .navbar.scrolled {padding: 10px 45px 10px 43px;align-items: center;}
    .gallery-section-padding {padding: 20px 15px 25px 25px;}
    .player-container {padding-top: 52.6%;padding-top: calc(56.26% - 112px);max-height: calc(100vh - 112px);}
}
@media all and (max-width:1310px) {
    .container {
        max-width: 76vw;
    }
}
@media all and (max-width:1280px) {
    .price-details-column h2, .location-details-column h2 {font-size: 1.8rem;}
    .contact-icon, .contact-icon svg {width: 48px;height: 48px;}
    .hero-content .container {max-width: 900px;}
    .amenity-card {padding: 30px 20px 16px;}
    .amenities-row {--bs-gutter-y: 2rem;--bs-gutter-x: 1.88888889rem;}
    .price-details-column {width: 70%;}.price-details-column .row .col:nth-child(2n) {padding-left: 50px;}
    .payment-padd-top .price-details-column .row .col {padding-left: 16px;}
    .price-details-column p {
        font-size: 1.15rem;}
}
@media all and (max-width:1160px) {
    .container {
        max-width: 80vw;
    }
    .price-details-column p {
        font-size: 1.15rem;
    }
    .price-details-column h2, .location-details-column h2 {
        font-size: 1.6rem;margin-bottom: 10px;
    }
    .price-image {
        max-width: 78.52415812591508vw;
        margin: -10% auto;
    }
}
@media all and (max-width:1100px) {
    .container {
        max-width: 82vw;
    }
    .es-title {font-size: 1rem;}
    .amenity-card img {max-width: 75px;}
    .main-container {padding: 10px 10px;}
    .navbar {top: 10px;left: 10px;right: 10px;}
    .hero-content .container {max-width: 764px;}
    .contact-icon, .contact-icon svg {width: 36px;height: 36px;}.fixed-bottom-right {bottom: 50px;right: 18px;}
    .price-details-column {width: 75%;}
    .price-details-column p {
        font-size: 1.1rem;
    }
}
@media all and (max-width:992px) {
    html,body {font-size: 14px;}
    .container {max-width: 88vw;}
    .navbar-toggler {display: none;}
    .collapse:not(.show) {display: inline-flex;flex-basis: auto;}
    .navbar {padding: 18px 20px 10px 20px;align-items: center;}
    .navbar.scrolled {padding: 15px 32px 15px 32px;}
    .logo {max-height: 80px;}.navbar.scrolled .logo {max-height: 75px;}
    .navbar .nav-link {padding: 10px 8px 10px 12px !important;font-size: .9rem;border-radius: 6px;}
    .navbar .nav-link svg {width: 18px;height: 18px;}
    .section-padding {padding: 22px 0;}
    .about-content-container {max-width: 100%;padding-bottom: clamp(0rem, 2vw, 2.66666667rem);}
    .slider-for img {height: auto;min-height: 320px;}
    .main-gall {order: -1;margin-bottom: 20px;}
    .hero {margin-bottom: 32px;}
    .slider-nav .slick-slide {padding: 0 10px;}.slider-nav img {height: auto;min-height: 80px;}
    .thumb-gall {padding: 16px 36px;}
    .slider-nav .slick-prev, .slider-nav .slick-next, .slider-nav .slick-prev svg, .slider-nav .slick-next svg {width: 24px;height: 24px;}
    .slider-nav .slick-prev {left: -26px;top: 50%;transform: translate(0%, -50%) rotate(-90deg);}
    .slider-nav .slick-next {right: -26px;top: 50%;transform: translate(0%, -50%) rotate(-90deg);left: auto;}
    .payment-padd-top .price-details-column .row .col:first-child {padding-left: 15px;}
    .payment-padd-top .price-details-column h2 {margin-bottom: 5px;}
    .payment-padd-top .price-details-column .row .col {padding-top: 5px;}
    .payment-padd-top .price-details-column .row .col::after {height: 100%;}
    .location-section .location-img > .container > .row {--bs-gutter-y: 20px;}
    .player-container, .video-thumb {width: 100%;}
    .player-container {padding-top: 56.2%;}
    .main-gall:after, .video-player-container:after {width: 80px;}.main-gall:after{left: 20px;top:10px;}
    .footer-logo img {max-width: 90px;}
    .video-thumb a svg {width: 80px;height: 80px;}
    .price-details-column {width: 100%;padding-top: 5px;}
    .price-details-column .row .col:nth-child(2n) {padding-left: 15px;}
    .price-details-column h2, .location-details-column h2 {font-size: 1.6rem;margin-bottom: 0px;}
    .price-details-column p {font-size: 1.11111rem;}
    .hero-banner .caption {max-width: 90vw;}
    .hero-banner .caption h1 {
        font-size: 2.5rem;
    }
    .hero-banner .caption p {
        font-size: 1.2rem;
        max-width: 474px;
    }
    .hero-content h2 {
        font-size: 1.6rem;
    }
    .hero-content p {
        font-size: 1.111rem;
    }
    .hero-content .container {
        max-width: 554px;
    }
    .price-image {
        max-width: 88%;
        margin: -10% auto;
    }
    .price-padd-bot {
        padding-bottom: 4%;
    }
    .payment-padd-top {
        padding-top: 8%;
    }
    .about-content-container h2, .section-title {
        font-size: 2.871428571rem;margin-bottom: 10px;
    }
    .price-details-column.payment-details-column {margin-bottom: 0px;}
    .location-details-column .row .col-12:nth-child(2n) {padding-left: 20px;}
    .location-details-column .row {--bs-gutter-x: 30px;--bs-gutter-y: 20px;}
    .location-details-column .row .col-12::before {bottom: -16px;}
    .location-details-column {padding: 20px 20px 2px;}
    .thankyou-wrap h3 {font-size: 2.1rem;}
    .thankyou-wrap p {font-size: 1.15rem;padding-top: 1rem;}
    .thankyou-wrap {min-height: calc(100vh - 310px);}
    #consent-banner {margin: 0px 20px !important;padding-left: 0px !important;padding-right: 0px;padding-bottom: 5px !important;}
    .cookie-info .btn, #consentModal .btn {padding: 10px 12px 9px 12px;font-size: 13px;}
}
@media all and (min-width:480px) and (max-width:767px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%;
    }
}
@media all and (max-width:800px) {
    .hero-content .container {max-width: 600px;}
}
@media all and (max-width:767px) {
    html,body {font-size: 13px;}
    .container {max-width: 100%;}
    .contact-icon, .contact-icon svg {
        width: 32px;
        height: 32px;
    }
    .about-content-container h2, .section-title {font-size: 2.571428571rem;}
    .footer-logo img {max-width: 60px;}
    .video-thumb a svg {width: 60px;height: 60px;}
    .main-container {padding: 0;}
    .navbar {top: 0px;left: 0px;right: 0px;border-radius: 0;padding: 15px 20px 15px 20px;}
    .navbar .nav-link, .navbar.scrolled .nav-link {padding: 8px 6px 8px 12px !important;font-size: .8.5rem;}
    .navbar.scrolled {padding: 10px 20px 10px 20px;}
    .hero {border-radius: 0px;height: auto;}
    .hero-banner {height: auto;aspect-ratio: 52/35;}
    .modal .modal-dialog {padding: 10px;}
    .btn-close {top: 5px;right: 5px;width: 24px;height: 24px;}
    .modal-content {border-radius: 8px !important;}
    .iti__arrow {width: 18px;height: 18px;}
    .iti__flag-container {font-size: 1.1111111rem;}
    .form-control {padding: 10px 18px !important;border-radius: 8px;font-size: 1rem;}
    .form-group {margin-bottom: 20px;}
    .iti__flag {width: 15px;}
    .section-light-bg.section-rounded, .section-dark-bg.section-rounded {border-radius: 0px;}
    .padd-54 {padding: 24px 0;}
    .gallery-section-padding {padding: 16px 20px 20px;}
    .video-player.section-padding {padding-left: 20px;padding-right: 20px;}
    .location-details-column h2 {margin-bottom: 12px;}
    .price-details-column .row .col:nth-child(2n) {padding-left: 20px;}
    .location-details-column .row .col-12::after{height: 90%;}
    .price-details-column .row {margin-bottom: 5px;}
    .location-details-column .row .col-12::before {bottom: -24%;}
    .price-image {margin: -10% auto;border-radius: 8px;}
    .price-padd-bot {padding-bottom: 50px;}.payment-padd-top {padding-top: 80px;}
    .location-section {padding: 24px 20px 20px;}
    .location-img .container {gap: 20px;}.location-img {height: auto;background-position: center top !important;padding: 30px 0 20px;}
    .location-details-column .row {--bs-gutter-y: 20px;}
    .location-details-column .row .col-12:nth-child(2n) {padding-left: 20px;}.location-details-column {padding: 20px 15px 0px;}
    .padd-38 {padding: 20px !important;}
    .custom-footer {padding: 10px 20px 12px;border-radius: 0;min-height: 50px;}
    .form-container {padding: 30px 0 40px;}
    .hero-banner {padding-top: 150px;}.logo {max-height: 80px;}
    .map {min-height: 30vh;aspect-ratio: 16 / 9;max-width: 100%;}
    .map iframe {height: 100%;aspect-ratio: 16 / 9;max-height: calc(90vh - 76px);}
    .video-player-container {margin: 0 0px;position: relative;}
    .fixed-bottom-right {bottom: 18px;right: 18px;}
    .hero-banner .caption h1 {
        font-size: 2.2rem;
    }
    .modal .form-group {margin-bottom: 18px;}
    .hero-banner .caption p {
        font-size: 1.1rem;
        max-width: 398px;
    }
    .price-image {max-width: 100%;}
    .hero-content h2 {
        font-size: 1.4rem;
    }
    .hero-content p {
        font-size: 1rem;
    }
    .hero {
        margin-bottom: 0px;
    }
    .price-details-column:not(.payment-details-column) .row .col:nth-child(2n) {
        padding-left: 15px;
    }
    .thankyou-wrap h3 {font-size: 2rem;}
    .thankyou-wrap p {font-size: 1.1rem;padding-top: 1rem;}
    .thankyou-wrap {min-height: calc(100vh - 173px);}
    .cookie-info .btn, #consentModal .btn {padding: 8px 10px 7px 10px;font-size: 12px;}
    .cookie-info .me-md-3 {max-width: 100%;}
    #consent-text {text-align: center;padding-bottom: 15px;}
}
@media all and (max-width:680px) {
    .payment-padd-top .price-details-column .row {overflow: hidden;}
    .payment-padd-top .price-details-column .row .col {flex: 0 0 50%;max-width: 50%;}
    .payment-padd-top .price-details-column .row .col::after {height: 85%;top: 8%;right: -2px;}
    .price-details-column.payment-details-column .row .col::before {width: 90%;bottom: -13px;left: 15px;content: "";background: #653B06;height: 1px;position: absolute;display: block;}
    .gallery-section-padding .section-title {padding-left: 0;}
    .main-gall:after, .video-player-container:after {width: 60px;}.video-player-container:after{top: 0px;}
    .amenity-card img {max-width: 60px;}
    .payment-padd-top .price-details-column .row {--bs-gutter-y: 26px;}
    
    .price-details-column {margin-bottom: 0;}
}
@media all and (max-width:500px) {
    .hero-content .col {flex: 0 0 100%;max-width: 100%;padding: 10px 15px;}
    .hero-content .col::after {width: 100%;left: 0px;bottom: 0px;height: 1px;top: auto;opacity: .4;}.hero-content {padding: 0px 20px;}.hero-content .container {padding: 0 15px;}.hero-content .container .row {--bs-gutter-x:30px}
    .navbar {top: 0px;left: 0px;right: 0px;border-radius: 0;padding: 10px 20px 10px 20px;}
    .navbar .nav-link, .navbar.scrolled .nav-link {padding: 6px 6px 6px 10px !important;font-size: .85rem;}
    .navbar.scrolled {padding: 8px 20px 8px 20px;}
    .logo {max-height: 80px;}.navbar.scrolled .logo {max-height: 75px;}
    .hero-content h2 {margin: 0 0 0px 0;}.hero {margin-bottom: 15px;}
    .section-padding {padding: 15px 0;}
    .control-left.hidden, .control-right.hidden {opacity: .5;}
    .player-container .control-right {height: calc(100% - 20px);right: 5px;}
    .control-right .btn-control {padding: 4px 8px;}
    .control-right .fullscreen-btn, .control-right .btn-control.mute {height: 32px;margin: 5px auto;width: 32px;}
    .volume-btn {max-width: 28px;height: 20px;gap: 3px;}.control-right .fullscreen-btn svg {width: 22px;}
    .scrubber-button {top: -9px;width: 18px;height: 18px;}
    .location-section {padding: 24px 20px 0px;}
    .location-details-column .row {margin: 0;--bs-gutter-x: 7%;}
    .location-details-column .row .col-12:nth-child(2n) {padding-left: 3.5%;}
    .price-details-column h2, .location-details-column h2 {font-size: 1.6rem;}
    #interestForm {padding-top: 0px;}
    .hero-banner .caption h1 {*font-size: 2.1rem;}
    .price-details-column:not(.payment-details-column) .row .col:nth-child(2n) {padding-left: calc(var(--bs-gutter-x) * .5);}
    .slider-nav img {height: auto;min-height: 60px;border-radius: 5px;}
    .thankyou-wrap {min-height: calc(100vh - 166px);}
}
@media all and (max-width:479px) {
    .about-images .col-12.col-md-6 {display: none;}
    .amenity-card {padding: 30px 12px 16px;gap: 12px;}
    .amenities-row {--bs-gutter-y: 1.5rem;--bs-gutter-x: 1.3333333rem;}
    .slider-nav .slick-slide {padding: 0 5px;}
    .thumb-gall {padding: 10px 32px;}
    .video-thumb a svg {width: 48px;height: 48px;}
    .main-gall:after, .video-player-container:after {width: 50px;height: auto;}.slider-for img {border-radius: 10px;}
    .location-img {max-height: none;}
    .location-details-column {
        padding: 0px 5px 0px;
    }
    .location-brief {padding: 15px;font-size: 1.1111rem;}
    .location-details-column p {margin: 0px 0 2px;}
    .location-details-column h2 {margin-bottom: 10px;}
    .location-details-column .row .col-12::before {opacity: .5;}
    .hero-banner .caption p {font-size: 1rem;}
}
@media all and (max-width:470px) {
    .payment-padd-top .price-details-column .row .col, .price-details-column .row .col, .price-details-column .row .col:first-child {flex: 0 0 100%;max-width: 100%;}
    .price-details-column h2, .location-details-column h2 {font-size: 1.6rem;}
    .price-details-column p {font-size: 1.1111111rem;}
    .price-details-column .row .col:first-child {padding-right: calc(var(--bs-gutter-x) * .5);}.price-details-column .row .col {padding-right: calc(var(--bs-gutter-x) * .5);padding-left: calc(var(--bs-gutter-x) * .5);}
    .price-details-column .row .col::after, .location-details-column .row .col-12::after {display: none;}
    .price-details-column .row .col:last-child, .payment-padd-top .price-details-column .row .col, .payment-padd-top .price-details-column .row .col:nth-child(2n), .payment-padd-top .price-details-column .row .col:first-child {padding-left: calc(var(--bs-gutter-x) * .5);}
    .price-details-column .row .col::before {width: 90%;bottom: -2px;left: calc(var(--bs-gutter-x) * .5);content: "";background: #653B06;height: 1px;position: absolute;display: block !important;}.price-details-column .row .col:nth-child(2n):before {left: calc(var(--bs-gutter-x) * .5);}
    .price-details-column .row .col:nth-child(2n), .price-details-column:not(.payment-details-column) .row .col:nth-child(2n) {padding-left: calc(var(--bs-gutter-x) * .5);}
    .price-details-column .row:last-child .col:last-child:before {display: none !important;}
    .price-details-column .row .col {padding-top: 20px;padding-bottom: 20px;}.price-details-column.payment-details-column .row .col::before {left: calc(var(--bs-gutter-x) * .5);bottom: 0;}
    .price-details-column .row .col:first-child {padding-top: 0px;}
    .about-content-container h2, .section-title {font-size: 2.2rem;}
    .price-details-column .row {--bs-gutter-y: 0px;}
    .price-details-column {margin-bottom: 0;}.price-details-column .row {margin-bottom: 0px;}
    .payment-padd-top .price-details-column h2 {margin-bottom: 0px;}
    .payment-padd-top .price-details-column .row {--bs-gutter-y: 0px;}
    .payment-padd-top .price-details-column .row .col {padding-top: 15px;padding-bottom: 15px;}
    .payment-padd-top .price-details-column .row .col:first-child {padding-top: 0px;}
    .location-details-column .row .col-12::before {opacity: .4;}.location-details-column {padding: 0px 10px 0px;}
    .location-brief p {margin: 0;font-size: 1.11111111rem;}
    .location-brief {padding: 15px 20px;}
    .price-image {margin: -70px auto;border-radius: 8px;}
    .thankyou-wrap h3 {font-size: 1.6rem;}
    .thankyou-wrap p {font-size: 1rem;padding-top: 1rem;}
}