* {
    padding: 0;
    margin: 0;
}
@font-face {
    font-family: "PPMori-Regular";
    src: url(fonts/PPMori-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "PPMori-Extralight";
    src: url(fonts/PPMori-Extralight.otf) format("opentype");
    font-weight: 200;
    font-style: normal;
}
.nav-tabs .nav-link @font-face {
    font-family: "MyriadPro-Regular";
    src: url(fonts/MyriadPro-Regular.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "PPMori-SemiBold";
    src: url(fonts/PPMori-SemiBold.otf) format("opentype");
    font-weight: 400;
    font-style: normal;
}
:root {
    --primary-color: #587434;
    --secondary-color: #6c757d;
    --white-color: #ffffff;
    --bg-color: #ffffff;
    --font-heading: "PPMori-Regular", serif;
    --transition: all 0.3s ease-in-out;
}
html {
    scroll-behavior: smooth;
    font-size: 16px;
}
body {
    font-family: "PPMori-Regular";
}
h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PPMori-Extralight";
}
.pt5 {
    padding-top: 50px;
}
.pb5 {
    padding-bottom: 50px;
}
.pt3 {
    padding-top: 30px;
}
.pb3 {
    padding-bottom: 30px;
}
.bannersection {
    margin-top: 95px;
}
.img-popup-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgb(0 0 0 / 0.8);
    z-index: 9999;
    justify-content: center;
    align-items: center;
}
.img-popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
}
.img-popup-content img {
    width: 80%;
    height: auto;
    border-radius: 10px;
}
.img-popup-close {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #fff;
    color: #000;
    font-size: 24px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    box-shadow: 0 0 5px rgb(0 0 0 / 0.5);
}
.whylivepara p {
    font-size: 25px;
    text-align: center;
    margin-bottom: 0;
}
.stats-box,
h3,
p {
    color: #2e2e2e;
}
.stats-box {
    text-align: center;
    padding: 30px 10px;
    background: #fff;
    height: 190px;
    margin-bottom: 10px;
    border-radius: 10px;
}
.stats-box img {
    width: 50px;
}
.left-icon {
    width: 25px;
    height: 25px;
    margin-right: 8px;
}
img.mapimgbox {
    width: 50%;
}
.image-display-area h6 {
    background: #ffc107;
    border-radius: 5px;
    max-width: 150px;
    margin: 0 auto;
    padding: 10px 10px;
    margin-bottom: 10px;
    color: #fff;
}
.testitext h4 {
    color: #fff;
    padding: 10px;
}
.stickybox {
    position: fixed;
    top: 10px;
    width: 85%;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    transition:
        top 0.3s ease,
        box-shadow 0.3s ease;
}
.stickybox.sticky-active {
    top: 0;
    box-shadow: 0 3px 10px rgb(0 0 0 / 0.08);
}
.navbar {
    background: linear-gradient(to RIGHT, #58743473, #587434);
    padding: 8px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    position: relative;
}
.logo img {
    width: 130px;
}
.menu {
    display: flex;
    gap: 30px;
}
.menu a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    position: relative;
    font-family: "PPMori-Regular";
}
.menu a:hover::after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
}
.right-logo img {
    height: 50px;
}
.hamburger {
    display: none;
    flex-direction: column;
    gap: 6px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 1001;
}
.hamburger span {
    width: 100%;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: 0.3s;
}
.hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 8px);
}
.hamburger.active span:nth-child(2) {
    opacity: 0;
}
.hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}
.mobile-menu {
    position: fixed;
    top: 75px;
    left: 28%;
    transform: translateX(-50%);
    width: 50%;
    height: 0;
    background-color: rgb(0 0 0 / 0.75);
    color: #fff;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    transition: height 0.4s ease;
    z-index: 1000;
    border-radius: 10px;
}
.mobile-menu.open {
    height: 40vh;
}
.mobile-menu a {
    color: #fff;
    font-size: 22px;
    margin: 10px 0;
    text-decoration: none;
}
.scroll-element {
    scroll-margin: 150px 0 0 50px;
    scroll-margin-top: 200px;
}
.bannerbox {
    width: 100%;
    height: 90vh;
    background: url(../img/banner/banner-img1.webp) no-repeat center center/cover;
    border-radius: 20px;
    position: relative;
}
.headsectionboxform {
    position: absolute;
    top: 50%;
    right: 1%;
    transform: translate(0%, -50%);
    width: 100%;
    background-color: #fff;
    max-width: 350px;
    padding: 10px;
    border-radius: 20px;
}
.headtext1 h2 {
    font-size: 40px;
    text-align: center;
    color: var(--primary-color);
    font-family: "PPMori-Extralight";
}
.headtext2 h2 {
    font-size: 40px;
    text-align: center;
    color: var(--bg-color);
    font-family: "PPMori-Extralight";
}
.worldbg {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 20px 0;
}
.worldbox {
    text-align: center;
}
.worldbox h2 {
    font-size: 35px;
    color: var(--white-color);
    font-weight: 700;
}
.worldbox p {
    font-size: 18px;
    color: var(--white-color);
}
.error-text {
    font-size: 12px;
    color: red;
}
.form-label {
    font-size: 18px;
    text-transform: uppercase;
}
.form-control::placeholder {
    color: #00000070;
}
.form-control,
.form-select {
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 6px 0;
    color: #00000070;
    background-color: #fff0;
    font-size: 18px;
}
.form-control:focus,
.form-select:focus {
    box-shadow: none;
    border-color: #000;
}
.submit-btn {
    background: var(--primary-color);
    color: #fff;
    padding: 10px 50px;
    border: none;
    border-radius: 20px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 10px;
}
.left-info h2 {
    font-size: 30px;
    color: var(--primary-color);
    font-family: "PPMori-Extralight";
}
.left-info p {
    font-size: 16px;
    color: var(--primary-color);
    margin-top: 10px;
}
#lightbox {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.63);
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightbox-content {
    position: relative;
    width: 90%;
    max-width: 900px;
}
.lightbox-content img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.lightbox-close {
    position: absolute;
    top: -5px;
    right: 10px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 999;
}
.video-wrapper {
    position: relative;
    height: 90vh;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    width: 80%;
    margin: 0 auto;
}
.video-wrapper img.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    z-index: 1;
}
.overlayvideo {
    background: rgb(179 192 255 / 20%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.play-btn {
    width: 90px;
    height: 90px;
    background: #ffffffba;
    border: 1px solid var(--white-color);
    color: #000;
    font-size: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
    cursor: pointer;
    z-index: 3;
    position: relative;
    transition: transform 0.2s;
}
.play-btn:hover {
    transform: scale(1.1);
}
.play-btn img {
    width: 30px;
}
.video-container {
    width: 90vw;
    height: 90vh;
    border-radius: 20px;
    overflow: hidden;
    display: none;
    z-index: 4;
    position: relative;
}
.video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.hero-section {
    position: relative;
    width: 100%;
    height: 80vh;
    background: url(../img/banner/Swimming-pool-min.webp) no-repeat center center/cover;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
}
.overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top right, #5874345c, #fff0 100%);
    z-index: 1;
}
.hero-content {
    position: relative;
    z-index: 2;
    width: 100%;
}
.content-box {
    padding: 40px;
    border-radius: 10px;
}
.content-box h2 {
    font-size: 40px;
    color: var(--bg-color);
}
.btn-main {
    background-color: var(--primary-color);
    color: #fff;
    padding: 15px 40px;
    font-size: 20px;
    border: none;
    border-radius: 10px;
    transition: 0.3s;
}
.btn-main img {
    width: 15px;
}
.content-box p {
    font-size: 18px;
    color: var(--bg-color);
}
.btn-main:hover {
    background: #000;
    color: #fff;
}
.recognisedbox img {
    width: 100%;
    height: 230px;
}
.nav-tabs {
    justify-content: center;
    border: none;
    flex-wrap: wrap;
    gap: 10px;
}
.nav-tabs .nav-link {
    color: #fff;
    background-color: #fff0;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    font-size: 17px;
}
.nav-tabs .nav-link.active {
    background-color: #ffffff90;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
}
.tab-content {
    margin-top: 30px;
    animation: fadeIn 0.5s ease;
    padding: 0 30px;
}
.luxury-item {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 8px 0;
    gap: 10px;
    color: var(--bg-color);
}
.luxury-item i {
    font-size: 20px;
}
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.swiper {
    width: 100%;
    padding-bottom: 40px;
}
.swiper-slide {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
}
.swiper-slide img {
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.3s ease;
    height: auto;
    width: 100%;
}
@media (max-width: 767px) {
    .swiper-slide img {
        width: 100%;
        object-fit: cover;
        border-radius: 10px;
        transition: transform 0.3s ease;
    }
}
.swiper-slide:hover img {
    transform: scale(1.05);
}
.swiper-button-next,
.swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-color: rgb(46 112 247 / 0.3);
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    border-radius: 50%;
    color: #fff;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    transition: all 0.3s ease;
}
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 30px !important;
    color: var(--bg-color) !important;
}
.swiper-button-prev {
    left: -35px;
}
.swiper-button-next {
    right: -35px;
}
.swiper-button-next,
.swiper-button-prev {
    color: #000;
}
.tab-btns .btn {
    border-radius: 0;
    font-size: 20px;
    border: none;
}
.tab-btns .btn.active {
    background: #fff;
    color: #000;
    font-weight: 700;
    font-size: 20px;
    border-radius: 0;
}
.swiper {
    padding: 30px 20px;
}
.swiper-slide {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    transition: 0.3s ease-in-out;
}
.video-box {
    position: relative;
    cursor: pointer;
}
.video-box img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}
.profile-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 0.6);
    padding: 8px 12px;
    border-radius: 20px;
}
.profile-info img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin-right: 10px;
}
.profile-info span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
.visit-btn {
    display: inline-block;
    margin: 30px auto 60px;
    padding: 20px 80px;
    background-color: #333;
    color: #fff;
    font-size: 25px;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: background 0.3s;
    text-decoration: none;
}
.visit-btn:hover {
    background-color: #555;
}
.resibox {
    display: flex;
    justify-content: center;
}
.locationmapsection {
    height: 400px;
}
.locationhead {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    border-radius: 6px;
    overflow: hidden;
}
.location-text-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f1f1f1;
    padding: 12px 15px;
    cursor: pointer;
}
.location-icon {
    display: flex;
    align-items: center;
    gap: 10px;
}
.location-icon img {
    width: 24px;
    height: 24px;
}
.location-text-box h4 {
    margin: 0;
}
.toggle-icon {
    font-size: 22px;
    font-weight: 700;
}
.location-content {
    display: none;
    padding: 10px 15px;
    background: #fff;
}
.location-content a {
    text-decoration: none;
    color: #000;
}
.location-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
}
.location-name {
    font-weight: 500;
}
.location-time {
    color: #888;
}
.headtext3 h2 {
    font-size: 40px;
    color: var(--primary-color);
}
.mapbox p {
    text-align: left;
    font-size: 18px;
}
.footer-title {
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 8px;
}
.footer-text {
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
}
.footer-bottom {
    border-top: 2px solid #fff;
    margin-top: 30px;
    padding-top: 20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    flex-direction: row;
}
.footer-bottom a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 20px;
}
.footer-bottom span {
    color: var(--bg-color);
}
.wavelogo img {
    width: 100%;
    height: 100px;
}
.hero-section1 {
    position: relative;
    width: 100%;
    height: auto;
    background: url(../img/banner/elevation.webp) no-repeat center center/cover;
    display: flex;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    padding-top: 40px;
}
.overlay1 {
    position: absolute;
    inset: 0;
    background: #587434ad;
    z-index: 1;
}
.hero-content1 {
    position: relative;
    z-index: 2;
    width: 100%;
}
.content-box1 {
    padding: 40px;
    border-radius: 10px;
}
.content-box1 h2 {
    font-size: 40px;
    color: var(--bg-color);
}
.content-box1 p {
    font-size: 18px;
    color: var(--bg-color);
}
.context h2 {
    font-size: 60px;
    font-weight: 500;
    color: var(--bg-color);
}
.context p {
    font-size: 25px;
    color: var(--bg-color);
}
.worldboximg {
    width: 30px;
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}
.riverbox {
    position: relative;
    height: 70vh;
    display: flex;
    align-items: flex-end;
}
.vertical-enquire-btn {
    position: fixed;
    bottom: 20%;
    right: 0;
    transform: translateY(-50%);
    background: linear-gradient(to bottom, #587434, #5874348c);
    color: #fff;
    padding: 12px 10px;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    text-decoration: none;
    writing-mode: vertical-lr;
    text-orientation: upright;
    box-shadow: 0 4px 12px rgb(0 0 0 / 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    letter-spacing: 2px;
}
.vertical-enquire-btn:hover {
    background: #587434;
    transform: translateY(-50%) scale(1.05);
}
.icon-btn {
    background-color: var(--primary-color);
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 1px 8px rgb(0 0 0 / 0.2);
    transition:
        transform 0.3s ease,
        background-color 0.3s;
}
.icon-btn img {
    width: 30px;
    height: 30px;
}
.icon-btn:hover {
    background-color: #000;
    transform: scale(1.05);
}
.right-fixed-icons {
    position: fixed;
    top: 75%;
    right: 0;
    z-index: 9999;
}
.mobilebottomimg img {
    width: 24px;
    height: 24px;
}
.mobilebottomimg p {
    font-size: 12px;
    margin-bottom: 0;
    color: #fff;
}
.bottom-fixed-box {
    width: 100%;
    position: fixed;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 16px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.bottom-fixed-box a {
    text-decoration: none;
    text-align: center;
    margin: 0 15px;
    background: #fff;
    padding: 10px 16px;
    border-radius: 10px;
}
.bottom-fixed-box i {
    display: block;
    font-size: 20px;
    margin-bottom: 4px;
}
.whatsapp-icon img {
    position: fixed;
    bottom: 5px;
    right: 20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    box-shadow: 0 4px 10px rgb(0 0 0 / 0.2);
    z-index: 10000;
}
.galleryimgbox {
    position: relative;
    display: inline-block;
    max-width: 100%;
    width: 100%;
}
.galleryimgbox img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 8px;
}
.img-text-overlay {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 5px 30px;
    background: rgb(255 255 253 / 70%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(5px);
    color: #000;
    font-size: 12px;
    font-weight: 600;
    max-width: 80%;
}
.img-text-overlay1 {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 5px 30px;
    background: rgb(255 255 253 / 48%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(5px);
    color: blue;
    font-size: 18px;
    font-weight: 600;
    max-width: 80%;
}
.planblurbox {
    position: relative;
}
.img-text-overlay2 {
    position: absolute;
    top: 1px;
    left: 1px;
    padding: 5px 30px;
    background: rgb(255 255 253 / 48%);
    backdrop-filter: blur(1px);
    -webkit-backdrop-filter: blur(5px);
    color: blue;
    font-size: 18px;
    font-weight: 600;
    max-width: 80%;
}
#desktophidenbox {
    display: none;
}
#mobilehidenbox {
    display: block;
}
.tabmobile {
    background-color: #fff;
    border-radius: 10px;
    max-width: 280px;
    padding: 5px 0;
    margin: 0 auto;
}
.tabmobile1 {
    border: 2px solid #fff;
    max-width: 500px;
    margin: 0 auto;
    border-radius: 10px;
}
.planspantext2 {
    color: #000;
}
.tabunitbtn {
    background-color: var(--primary-color);
}
.maphiden1 {
    display: none;
}
.unitmapbox img {
    max-width: 600px;
    margin: 0 auto;
}
.tab-content-site {
    text-align: center;
    margin-bottom: 20px;
}
.tab-content-site img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 0.2);
}
.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 0.6);
    z-index: 999;
    justify-content: center;
    align-items: center;
}
.popup-form {
    margin: 150px auto;
    background: #fff;
    padding: 25px 30px;
    border-radius: 20px;
    max-width: 400px;
    position: relative;
    box-shadow: 0 10px 30px rgb(0 0 0 / 0.2);
    animation: fadeIn 0.3s ease;
}
.popup-form h2 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 22px;
    text-align: center;
}
.popup-form input {
    width: 100%;
    padding: 10px 12px;
    margin: 8px 0;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 16px;
}
.popup-form button {
    width: 100%;
    padding: 12px;
    background-color: var(--primary-color);
    border: none;
    color: #fff;
    font-size: 16px;
    border-radius: 8px;
    margin-top: 10px;
    cursor: pointer;
    transition: 0.3s;
}
.popup-form button:hover {
    background: #0056b3;
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
    color: #000;
    font-weight: 700;
}
.close-btn:hover {
    color: #000;
}
@keyframes fadeIn {
    from {
        transform: scale(0.95);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}
.footer-text a {
    color: #fff;
    text-decoration: none;
}
.flexplanbox {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.reviewVideoSwiperBox {
    margin-top: 40px;
}
.reviewVideoSwiperBox .swiper-slide {
    cursor: pointer;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: #000;
    transition: transform 0.3s;
}
.reviewVideoSwiperBox .swiper-slide:hover {
    transform: scale(1.02);
}
.reviewVideoSwiperBox .thumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviewVideoSwiperBox .thumb-overlay img {
    width: 60px;
}
.reviewVideoLightboxOverlay {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.85);
    display: none;
    justify-content: center;
    align-items: center;
}
.reviewVideoLightboxOverlay iframe {
    width: 90%;
    max-width: 800px;
    height: 450px;
    border: none;
    border-radius: 10px;
}
.reviewVideoCloseBtn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.main-tab-button-group {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}
.main-tab-button-group button {
    background-color: #fff;
    font-size: 20px;
    color: #000;
    border: none;
    padding: 12px 25px;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 700;
}
.blurred {
    filter: blur(2px);
    transition: filter 0.3s ease;
}
.unit-inner-tab-wrap,
.site-tab-content-wrap {
    display: none;
}
.unit-inner-tab-wrap.active-content-main,
.site-tab-content-wrap.active-content-main {
    display: block;
}
.sub-tab-button-group {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
}
.sub-tab-button-group button {
    background: #555;
    color: #fff;
    border: none;
    padding: 8px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.sub-tab-button-group button.active-sub-tab {
    background: #000;
}
.nested-button-wrapper {
    margin-bottom: 10px;
}
.nested-button-wrapper button {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 6px 15px;
    border-radius: 4px;
    background: #666;
    border: none;
    color: #fff;
    cursor: pointer;
}
.nested-button-wrapper button.active-nested {
    background: #ffc107;
}
.image-display-area {
    text-align: center;
}
.image-display-area img {
    width: 35%;
    border-radius: 10px;
}
.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    padding: 20px 30px;
    margin: 0 auto;
}
.pricing-grid a {
    text-decoration: none;
}
.headtextprize h6 {
    color: #fff;
}
.pricing-box {
    background-color: rgb(255 255 255 / 0.05);
    border: 1px solid rgba(255, 255, 255, 60%);
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    transition:
        transform 0.3s ease,
        background-color 0.3s ease;
}
.pricing-box:hover {
    transform: translateY(-5px);
    background-color: rgb(255 255 255 / 0.1);
}
.pricing-box h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}
.pricing-box p {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #fff;
}
.img-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}
.img-popup-content {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    max-width: 90%;
    position: relative;
}
.img-popup-close {
    position: absolute;
    top: -25px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.zoom-wrapper {
    position: relative;
    display: inline-block;
}
.zoom-wrapper img {
    width: 100%;
    max-width: 700px;
    display: block;
}
.zoom-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    width: 150px;
    height: 150px;
    display: none;
    z-index: 10;
    pointer-events: none;
    background-repeat: no-repeat;
    background-size: 200% 200%;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.5);
}
.desktophigh-content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    align-items: flex-start;
}
.desktophigh-box .nav-tabs {
    gap: 10px;
    border: none;
}
.iti {
    width: 100% !important;
}
.hide-desktop {
    display: none;
}
.centerbox {
    display: flex;
    align-items: center;
}
.mobilemidlinebox {
    position: relative;
}
.middle-box::before {
    left: -20px;
}
.missouttext h3 {
    font-size: 32px;
    text-align: center;
    color: #587434;
}
.middle-box::before {
    content: "";
    position: absolute;
    top: 20%;
    height: 80%;
    width: 0.5px;
    background-color: #587434;
}
.middle-box::after {
    right: 20px;
}
.middle-box::after {
    content: "";
    position: absolute;
    top: 20%;
    height: 80%;
    width: 1px;
    background-color: #587434;
}
.box-1 {
    position: relative;
    text-align: center;
    height: 100%;
}
.box-1 p {
    color: #587434;
}
.worldbg h2 {
    padding: 0 30px;
}
@media (max-width: 767px) {
    .box-1 {
        padding: 10px 0;
        border-bottom: 1px solid #587434;
    }
    .content-box p {
        text-align: center;
    }
}
.box-1 h2 {
    font-weight: 700;
}
.box-1 p {
    font-size: 18px;
}
.mright {
    padding: 0 32px;
}
.heightline {
    height: auto;
}
.desktophigh-box {
    padding: 0 20px;
}
@media (max-width: 991px) {
    .middle-box::after,
    .middle-box::before {
        background-color: #fff0;
    }
    .mobilemidlinebox .col-6 .box-1 {
        position: relative;
    }
    .mobilemidlinebox .col-6:nth-child(odd) .box-1::after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        height: 60px;
        transform: translateY(-50%);
        width: 1px;
        background-color: #587434;
    }
    .centerbox {
        flex-direction: column-reverse;
    }
}
@media (max-width: 767px) {
    .heightline {
        height: auto;
    }
    .mright {
        padding: 0 10px;
    }
    .middle-box::before,
    .middle-box::after {
        display: none;
    }
    .mobile-divider1 {
        width: 60%;
        height: 1px;
        background-color: #587434;
        position: absolute;
        top: 55%;
        left: 20%;
    }
    .mobile-divider {
        width: 1px;
        height: 100%;
        background-color: #587434;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .mobilemidlinebox .col-6:nth-child(odd) .box-1::after {
        background-color: #fff0;
    }
    .mobilemidlinebox {
        padding: 10px 0;
    }
    .centerbox {
        flex-direction: column-reverse;
    }
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: block;
    }
    .tab-content {
        text-align: start;
    }
    .worldbg1 {
        height: auto;
    }
    .luxury-item.hidden-mobile {
        display: none !important;
    }
    .read-more-btn {
        display: inline-block;
        margin: 10px auto 20px;
        padding: 8px 14px;
        border-radius: 10px;
        background: #000;
        color: #fff;
        font-weight: 600;
        text-align: center;
        cursor: pointer;
        border: none;
    }
    .read-more-wrap {
        text-align: center;
    }
    .swiper-slide img {
        height: auto;
    }
    
    .box-1 p {
        font-size: 16px;
    }
}
@media (min-width: 768px) {
    .read-more-wrap {
        display: none;
    }
}
@media (max-width: 767px) {
    .image-display-area img {
        width: 60%;
    }
    .mtop {
        margin-top: 520px;
    }
    .headsectionboxform {
        position: absolute;
        top: 100%;
        right: 0%;
        transform: translate(0%, -50%);
        width: 100%;
        margin-top: 270px;
        max-width: 100%;
    }
    .desktophigh-box {
        padding: 0 20px;
    }
    .pricing-section h2 {
        font-size: 24px;
    }
    .pricing-box h4 {
        font-size: 18px;
    }
    .pricing-box p {
        font-size: 16px;
    }
    .menu {
        display: none;
    }
    .navbar {
        justify-content: right;
        gap: 5px;
    }
    .left-logo,
    .right-logo {
        width: 40%;
        text-align: center;
    }
    .left-logo {
        text-align: left;
    }
    .hamburger {
        display: flex;
        position: absolute;
        left: 15%;
        transform: translateX(-50%);
    }
    .reviewVideoLightboxOverlay iframe {
        height: 300px;
    }
    .pricing-box {
        padding: 10px;
    }
    .logo img {
        width: 130px;
    }
    .popup-form {
        padding: 20px;
    }
    .main-tab-button-group,
    .sub-tab-button-group,
    .nested-button-wrapper {
        align-items: center;
    }
    .sub-tab-button-group button {
        padding: 5px 10px;
        font-size: 12px;
    }
    .form-group.double .col-6 {
        width: 50%;
        padding-right: 10px;
        padding-left: 0;
    }
    .hero-section {
        height: 45vh;
        padding-top: 50px;
        padding-bottom: 50px;
        display: block;
    }
    .content-box {
        padding: 20px;
    }
    .bannerbox {
        height: 35vh;
        object-fit: cover;
        background-position: inherit;
    }
    .headtext1 h2 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .video-wrapper {
        height: 30vh;
    }
    .left-info {
        text-align: center;
    }
    .headtext2 h2 {
        font-size: 20px;
    }
    .headtext3 h2 {
        font-size: 30px;
    }
    .hero-section1 {
        padding-top: 15px;
        height: auto;
        background: none;
    }
    .unitmapbox img {
        width: 290px;
    }
    .riverbox {
        height: auto;
        justify-content: space-around;
    }
    .content-box1 h2 {
        font-size: 30px;
    }
    .desktophigh-box .nav-tabs {
        flex-direction: row;
    }
    .luxury-item {
        font-size: 18px;
        display: flex;
        align-items: flex-start;
        justify-content: start;
        padding: 8px 10px;
        gap: 10px;
        color: var(--bg-color);
    }
    .luxury-item img {
        width: 15px;
    }
    .content-box1 {
        padding: 10px;
    }
    .worldboxmobile {
        text-align: center;
    }
    .bottom-fixed-box i {
        font-size: 18px;
    }
    .whatsapp-icon img {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .mobilebottomimg {
        text-align: center;
        display: flex;
        gap: 8px;
        align-items: center;
        width: 100%;
        justify-content: center;
    }
    .whylivepara p {
        font-size: 18px;
    }
    .whylivepara {
        padding: 20px;
    }
    .bottom-fixed-box {
        padding: 0;
    }
    a.callbg {
        border: 1px solid #fff;
        background-color: #0e0e55;
    }
    a.enbg {
        border: 1px solid #fff;
        background-color: var(--primary-color);
        width: 100%;
        margin: 0;
        border-radius: 10px 10px 0 0;
    }
    .mobilebottomimg img {
        width: 20px;
        height: 20px;
    }
    .hidenbox {
        display: block;
    }
    .bottom-btn img {
        width: 30px;
        height: 30px;
    }
    #mobilehidenbox {
        display: none;
    }
    #desktophidenbox {
        display: block;
    }
    .content-box h2 {
        font-size: 20px;
    }
    .submit-btn {
        width: fit-content;
        font-size: 14px;
    }
    .btn-main {
        width: 100%;
        font-size: 16px;
    }
    .btn-main img {
        width: 10px;
    }
    .nav-tabs .nav-link.active {
        font-size: 16px;
        padding: 5px 6px;
    }
    .nav-tabs .nav-link {
        font-size: 16px;
        padding: 5px 6px;
        width: 280px;
        text-align: justify;
    }
    .img-text-overlay1 {
        font-size: 10px;
    }
    .img-text-overlay2 {
        font-size: 10px;
    }
    .mainBox {
        padding: 10px 10px;
    }
    .Towerspaddi {
        padding: 20px 20px;
    }
    .worldbox h2 {
        font-size: 25px;
    }
    .left-info h2 {
        font-size: 30px;
    }
    .tab-btns .btn {
        font-size: 10px;
    }
    .tab-btns .btn.active {
        font-size: 10px;
    }
    .enquirybreak {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .form-control,
    .form-select {
        font-size: 16px;
    }
    .flexplanbox {
        flex-direction: column;
    }
    .bannersection {
        margin-top: 85px;
        padding: 0 10px;
    }
    .stickybox {
        width: 95%;
    }
    .footer-text,
    .footer-title {
        text-align: left !important;
        padding-left: 20px;
        font-size: 18px;
    }
    .footer-bottom {
        flex-direction: row;
        align-items: flex-start;
        padding-bottom: 40px;
    }
    .footer-bottom a,
    .footer-bottom span {
        margin-bottom: 8px;
        display: block;
    }
    .text-center.text-md-start {
        text-align: left !important;
    }
    .right-logo img {
        height: 40px;
    }
    .worldbox p {
        font-size: 14px;
    }
    .left-info p {
        margin: 0;
    }
    .worldbox {
        text-align: center;
    }
    .tabmobile {
        max-width: 200px;
        border-radius: 5px;
        padding: 2px;
    }
    .visit-btn {
        font-size: 16px;
        margin: 20px 0;
    }
    .maphiden2 {
        display: none;
    }
    .maphiden1 {
        display: block;
    }
    .overlay {
        background: rgb(105 120 193 / 15%);
    }
    .locationmapsection {
        height: 300px;
    }
    .pt5 {
        padding-top: 30px;
    }
    .pb5 {
        padding-bottom: 30px;
    }
    .pricing-grid {
        grid-template-columns: repeat(1fr);
    }
    img.d-block.d-md-none.elevation-m {
        width: 100%;
        margin-bottom: 20px;
        border-radius: 20px;
        height: auto;
    }
    .elevation-sec .overlay1 {
        background: #587434;
    }
}
@media (min-width: 601px) and (max-width: 1024px) {
    .chatbox[lwc-22k0algut37] {
        right: 45px !important;
    }
}
