.btn,
.btn1,
.carouselBannerContainer,
.floorPlan-box,
.galleryItem,
.map-container,
.offerBoxContainer,
.overviewContent,
.tab,
.tabs,
.visuallyHidden {
    overflow: hidden
}

.btn1:hover,
.btn:hover {
    box-shadow: 0 0 15px rgba(255, 255, 255, .6)
}

.amenities-card:hover .amenities-image,
.btn1:hover,
.galleryItem:hover,
.newGallery-card:hover .newGallery-image {
    transform: scale(1.05)
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

body {
    --colorPrimary: #295175;
    --colorSecondary: #295175;
    --colorBtn: #ffffff;
    background-color: #f5f5f5
}

.fa-icon,
.nav-link {
    transition: background-color .3s
}

.contact-section,
.header {
    position: fixed;
    background-color: #fff
}

.nav-item,
.offerBoxPaymentPlan {
    position: relative
}

.blur-overlay.active,
.popupModal.active {
    opacity: 1;
    visibility: visible
}

.godrej-logo,
.nav-link {
    font-size: 14px;
    font-weight: 700
}

.floorSection,
body {
    font-family: Roboto, sans-serif;
    line-height: 1.5;
    letter-spacing: .5px
}

.main-container {
    display: flex;
    width: 100%
}

.header-section {
    width: 78%
}

.contact-section {
    width: 22%;
    top: 0;
    right: 0;
    height: 100vh;
    box-shadow: -2px 0 5px rgba(0, 0, 0, .1)
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
    width: 78%;
    z-index: 999
}

.logo-container,
.nav-menu {
    align-items: center;
    display: flex
}

.firstFormPhoneLink,
.nav-link {
    align-items: center;
    text-decoration: none
}

.firstFormPrivacyLink,
.footerLinks a:hover {
    text-decoration: underline
}

.godrej-logo {
    color: #52b947
}

.nav-menu {
    list-style: none
}

.nav-link {
    color: #333;
    display: flex;
    padding: 8px;
    border-radius: 4px
}

.fa-icon {
    width: 14px;
    height: 14px;
    display: inline-block;
    background-color: #000;
    -webkit-mask: var(--icon-url) no-repeat center/contain;
    mask: var(--icon-url) no-repeat center/contain
}

.nav-item .nav-link.active,
.nav-item:hover .nav-link,
.price-breakup-btn,
.price-costing-details {
    background-color: var(--colorPrimary);
    color: #fff
}

.fa-home {
    --icon-url: url('/assests/images/icons/homeDark.svg')
}

.fa-price {
    --icon-url: url('/assests/images/icons/labelDark.svg')
}

.fa-floorPlan {
    --icon-url: url('/assests/images/icons/floorPlan.svg')
}

.fa-amenities {
    --icon-url: url('/assests/images/icons/amenitiesDark.svg')
}

.fa-gallery {
    --icon-url: url('/assests/images/icons/galleryDark.svg')
}

.fa-location {
    --icon-url: url('/assests/images/icons/locationDark.svg')
}

.fa-siteViste {
    --icon-url: url('/assests/images/icons/youtubeDark.svg')
}

.fa-download {
    --icon-url: url('/assests/images/icons/downlaod.svg')
}

.fa-call {
    --icon-url: url('/assests/images/icons/callDark.svg')
}

.fa-freeSiteVisite {
    --icon-url: url('/assests/images/icons/freeSiteVisite.svg')
}

.fa-unmatchPrice {
    --icon-url: url('/assests/images/icons/unmatchPrice.svg')
}

.fa-whiteGetIt {
    --icon-url: url('/assests/images/icons/whiteGetIt.svg')
}

.fa-menu {
    --icon-url: url('/assests/images/icons/menu.svg')
}

.fa-chatIcon {
    --icon-url: url('/assests/images/icons/whiteChat.svg')
}

.firstFormRegisterBtn,
.firstFormWhatsApp,
.hamburger {
    border: none;
    cursor: pointer
}

.amenitiesDownloadIcon,
.firstFormPhoneIcon,
.nav-link i,
.popupModal-form .country-code span {
    margin-right: 5px
}

.nav-divider {
    height: 40px;
    width: 1px;
    background-color: #ccc;
    margin: 0 5px
}

.hamburger {
    display: none;
    background: 0 0;
    font-size: 24px
}

.firstFormContainer {
    height: 100%;
    background-color: #fff
}

.firstFormTopBar {
    display: flex;
    background-color: #333;
    color: #fff
}

.firstFormRegisterBtn {
    padding: 12px 20px;
    background-color: #333;
    color: #fff;
    font-size: .7rem;
    flex: 1;
    text-align: center;
    border-right: 1px solid #444
}

.firstFormPhoneLink,
.firstFormWhatsApp {
    flex: 1;
    color: #fff;
    font-size: .75rem;
    font-weight: 500;
    display: flex
}

.firstFormPhoneLink {
    padding: 12px 20px;
    background-color: #333;
    text-align: center;
    justify-content: center
}

.firstFormActionBtns {
    display: flex;
    padding: 10px;
    background-color: #f5f5f5;
    gap: 10px;
    flex-direction: column
}

.firstFormWhatsApp {
    padding: 10px;
    background-color: #25d366;
    border-radius: 4px;
    align-items: center;
    justify-content: center
}

.firstFormCallBack,
.firstFormSubmitBtn {
    background-color: var(--colorPrimary);
    cursor: pointer
}

.firstFormCallBack {
    flex: 1;
    padding: 10px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.firstFormHeading {
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #333
}

.firstFormInputGroup {
    padding: 0 15px 20px
}

.firstFormInput {
    width: 100%;
    padding: 15px;
    margin-bottom: 15px;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    color: #555;
    outline: 0;
    border-radius: 5px
}

.firstFormCountrySelect,
.firstFormPhoneInput {
    border: none;
    color: #555;
    outline: 0
}

.firstFormPhoneContainer {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 5px
}

.firstFormCountrySelect {
    flex: 1;
    max-width: 35%;
    border-bottom: 1px solid #ccc;
    appearance: none
}

.firstFormPhoneInput {
    flex: 2;
    border-bottom: 1px solid #ccc
}

.firstFormCheckboxContainer {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    padding: 0 15px
}

.firstFormCheckbox {
    margin-right: 10px;
    margin-top: 3px
}

.firstFormSubmitIcon,
.galleryDownloadButton svg,
.overviewBtn img {
    margin-right: 8px
}

.firstFormConsentText {
    font-size: 10px;
    color: #111;
    line-height: 1.4
}

.firstFormPrivacyLink {
    color: #012060;
    font-weight: 700
}

.firstFormSubmitContainer {
    padding: 0 15px 20px;
    text-align: center
}

.firstFormSubmitBtn {
    padding: 10px 30px;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    display: inline-flex;
    align-items: center
}

.mobile-contact-form {
    display: none;
    background-color: #fff;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
    padding: 15px;
    min-height: 200px
}

.offerBoxContainer {
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    background-color: #fff;
    min-height: 250px
}

.amenitiesContainer,
.overviewSection {
    box-shadow: 0 2px 10px rgba(0, 0, 0, .1)
}

.offerBoxDottedSection,
.offerBoxTopBanner {
    background-color: var(--colorPrimary);
    text-align: center
}

.offerBoxTopBanner {
    color: #fff;
    padding: 15px;
    font-size: 14px
}

.offerBoxContent {
    padding: 5px 15px;
    text-align: center
}

.offerBoxTitle {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #000
}

.offerBoxLocation {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    line-height: 1.4
}

.offerBoxDeveloper {
    font-size: 12px;
    color: #777;
    margin-bottom: 5px
}

.offerBoxDottedSection {
    position: relative;
    padding: 15px 10px;
    margin: 5px 0;
    color: #fff
}

.offerBoxManhattanStyle,
.offerBoxPaymentPlan {
    font-size: 14px;
    padding-top: 18px;
    padding-bottom: 6%;
    font-weight: 700
}

.offerBoxDottedSection::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 3px dashed #fff;
    pointer-events: none
}

.offerBoxPaymentPlan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 10%;
    right: 10%;
    height: 0;
    border-top: 3px dashed #fff
}

.offerBoxPrice {
    margin: 5px 0;
    font-size: 16px
}

.offerBoxPriceHighlight {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5
}

.offerBoxEnquireButton {
    background-color: var(--colorPrimary);
    color: #fff;
    border: none;
    padding: 6px 25px;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    margin-top: 5px
}

.carouselBannerButton,
.overviewBtn {
    color: #fff;
    border: none;
    cursor: pointer
}

@media (min-width:769px) and (max-width:1024px) {
    .carouselBannerContainer {
        width: 100%;
        max-width: 1200px;
        height: 500px;
        overflow: hidden;
        position: relative
    }

    .offerBoxContainer {
        position: absolute;
        top: 33%;
        left: 16%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background: #fff;
        width: 320px
    }
}

@media (min-width:1025px) and (max-width:1440px) {
    .carouselBannerContainer {
        width: 100%;
        max-width: 1200px;
        height: 500px;
        overflow: hidden;
        position: relative
    }

    .offerBoxContainer {
        position: absolute;
        top: 50%;
        left: 16%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background: #fff;
        width: 290px
    }
}

@media (min-width:1441px) {
    .carouselBannerContainer {
        width: 100%;
        max-width: 1200px;
        height: 500px;
        overflow: hidden;
        position: relative
    }

    .offerBoxContainer {
        position: absolute;
        top: 33%;
        left: 13%;
        transform: translate(-50%, -50%);
        z-index: 2;
        background: #fff;
        width: 320px
    }
}

:root {
    --transition-speed: 0.5s
}

.carouselBannerContainer {
    position: relative;
    max-width: 100%;
    margin-top: 2%;
    height: auto
}

.carouselBannerTrack {
    display: flex;
    transition: transform var(--transition-speed) ease-in-out;
    will-change: transform
}

.carouselBannerItem {
    flex: 0 0 100%;
    position: relative
}

.carouselBannerItem img {
    width: 100%;
    height: auto;
    object-fit: cover
}

.carouselBannerButtons {
    position: absolute;
    top: 50%;
    width: 100%;
    justify-content: space-between;
    transform: translateY(-50%)
}

.carouselBannerButton {
    background: rgba(0, 0, 0, .5);
    padding: 10px 15px;
    font-size: 18px;
    transition: background .3s
}

.carouselBannerButton:hover {
    background: rgba(0, 0, 0, .8)
}

.visuallyHidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap
}

.overviewSection {
    margin: 20px auto;
    padding: 20px;
    background: #fff;
    color: #000;
    border-radius: 8px
}

.overviewHeading {
    font-size: 24px;
    font-weight: 700;
    color: var(--colorPrimary);
    text-align: start;
    margin-bottom: 15px
}

.overviewContent {
    font-size: .98rem;
    line-height: 1.7;
    text-align: justify;
    max-height: 160px;
    letter-spacing: .8;
    transition: max-height .5s ease-in-out
}

@media (min-width:768px) {
    .overviewContent {
        max-height: none
    }
}

.highlight-list,
ul {
    list-style-type: none;
    padding: 0
}

.highlight-list li {
    font-size: .9rem;
    background-color: #f7f7f7;
    padding: 10px;
    margin: 5px 0;
    display: block;
    border-radius: 5px
}

.overviewContent.expanded {
    max-height: 1000px
}

.overviewSeeMore {
    display: none;
    color: #003797;
    font-weight: 700;
    cursor: pointer;
    text-align: left;
    margin-top: 10px;
    font-size: 14px
}

.btn,
.btn1,
.overviewBtn {
    display: inline-block;
    text-align: center
}

.overviewBtn,
.overviewHead {
    font-weight: 700;
    margin-top: 20px
}

.overviewHead {
    font-size: 20px;
    color: var(--colorPrimary)
}

.btn,
.btn1,
.overviewBtn,
ul li {
    font-size: 16px
}

.overviewBtn {
    width: 200px;
    padding: 10px 15px;
    background: linear-gradient(135deg, var(--colorPrimary), var(--colorPrimary));
    border-radius: 5px;
    transition: .3s
}

.btn,
.btn1 {
    color: #fff;
    border: none;
    transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
    position: relative;
    cursor: pointer;
    border-radius: 5px
}

.btn {
    padding: 9px 15px;
    background: linear-gradient(135deg, var(--colorPrimary) 30%, var(--colorSecondary) 70%);
    background-size: 200% 200%;
    animation: 3s ease-in-out infinite gradientWave, 3s ease-in-out infinite tiltEffect
}

@keyframes tiltEffect {

    0%,
    100% {
        transform: rotate(1deg)
    }

    25% {
        transform: rotate(-1deg)
    }

    50% {
        transform: rotate(1.5deg)
    }

    75% {
        transform: rotate(-1.5deg)
    }
}

.btn:hover {
    animation: 1.5s ease-in-out infinite gradientWaveHover, .5s ease-in-out infinite tiltEffectHover
}

.btn1 {
    padding: 9px 20px;
    background: linear-gradient(135deg, var(--colorPrimary) 30%, var(--colorSecondary) 70%);
    background-size: 200% 200%;
    animation: 3s ease-in-out infinite gradientWave
}

@keyframes gradientWave {

    0%,
    100% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0 50%
    }
}

.btn1:hover {
    animation: 1.5s ease-in-out infinite gradientWaveHover
}

@keyframes gradientWaveHover {

    0%,
    100% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0 50%
    }
}

.floorPlan-title,
.price-heading {
    color: var(--colorPrimary);
    font-weight: 700
}

.overviewBtn img {
    width: 20px;
    height: 20px
}

.amenitiesNavButton:hover,
.faq-container,
.nav-item .nav-link.active .fa-icon,
.nav-item:hover .fa-icon,
.popupModal,
.price-container,
.price-table th,
.price-table tr:nth-child(odd) td {
    background-color: #fff
}

.price-container {
    padding: 20px;
    margin: 0 auto
}

.price-heading {
    margin-bottom: 20px;
    font-size: 24px;
    text-align: start
}

.price-row {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px
}

.price-table-container {
    flex: 2;
    width: 100%
}

.price-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px
}

.price-table td,
.price-table th {
    padding: 12px;
    border: 1px solid #eee;
    text-align: center
}

.price-table th {
    font-weight: 700;
    font-size: 16px
}

.price-table td,
.virtualtourSubText {
    font-size: 14px;
    background-color: #f2f2f2
}

.price-breakup-btn {
    border: none;
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px
}

.price-details-container {
    flex: 1;
    margin-top: 10px;
    cursor: pointer
}

.price-costing-details-container {
    border: 1px solid #eee;
    padding: 10px;
    text-align: center
}

.price-costing-image {
    width: 100%;
    border-bottom: 1px solid #eee
}

.price-costing-details {
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
    border-radius: 4px
}

.carouselBannerButtons,
.mobile-only,
.mobileBtn {
    display: none
}

.floorSection {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    text-align: center;
    padding: 20px;
    margin-top: 2%
}

.floorPlan-wrapper,
.siteVisitForm {
    width: 100%
}

.floorPlan-title {
    font-size: 22px;
    margin-bottom: 10px;
    text-align: start
}

.floorPlan-subtitle {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    display: flex;
    justify-content: start
}

.floorPlan-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center
}

.floorPlan-box {
    position: relative;
    width: 250px;
    height: 180px;
    border: 1px solid #ddd;
    border-radius: 5px
}

.floorPlan-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .3s
}

.floorPlan-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(97, 97, 97, 0);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: background .3s, opacity .3s
}

.floorPlan-button {
    background: rgba(94, 82, 82, .8);
    color: #fff;
    border: 1px solid #fff;
    padding: 8px 15px;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    display: none
}

.floorPlan-box:hover .floorPlan-overlay {
    background: rgba(0, 0, 0, .7);
    opacity: 1
}

.floorPlan-box:hover .floorPlan-button {
    display: block
}

.amenitiesSection {
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px
}

.amenitiesContainer {
    width: 100%;
    margin: 20px auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    position: relative
}

.amenitiesDot.active,
.amenitiesDownloadBtn,
.amenitiesDownloadBtn:hover {
    background-color: var(--colorPrimary)
}

.amenitiesHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    padding: 0 10px
}

.amenitiesHeader h1,
.galleryTitle {
    color: var(--colorPrimary);
    font-size: 24px;
    font-weight: 700
}

.amenitiesDownloadBtn {
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: background-color .3s;
    margin-top: 4%
}

.amenitiesMobileDownloadContainer {
    display: none;
    margin-top: 20px;
    width: 100%;
    text-align: center;
    padding-bottom: 10%
}

.amenitiesSliderContainer {
    position: relative;
    overflow: hidden;
    touch-action: pan-y
}

.amenities-track,
.amenitiesSlider,
.newGallery-track {
    display: flex;
    transition: transform .5s
}

.amenitiesDot,
.popupModal-form button {
    cursor: pointer;
    transition: background-color .3s
}

.amenitiesSlide {
    min-width: 33.33%;
    padding: 0 15px;
    text-align: center;
    flex: 1
}

.amenitiesAmenityIcon {
    height: 100px;
    width: 100px;
    margin: 0 auto 15px
}

.amenitiesAmenityTitle {
    color: #333;
    margin-top: 10px;
    font-size: 16px
}

.amenitiesNavButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 18px;
    color: #666;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.amenitiesPrev {
    left: -5px
}

.amenitiesNext {
    right: -5px
}

.amenitiesDotsContainer {
    display: flex;
    justify-content: center;
    margin-top: 20px
}

.amenitiesDot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    margin: 0 5px
}

@media (max-width:768px) {

    ul,
    ul li {
        list-style-position: inside;
        text-align: start;
        list-style-type: disc
    }

    .mobile-only {
        display: inline-block
    }

    .carouselBannerContainer {
        margin-top: 11%
    }

    ul {
        padding-left: 0;
        margin-top: 6%
    }

    ul li {
        display: block
    }

    td:first-child {
        font-size: 22px;
        font-weight: 700
    }

    td:nth-child(2) {
        font-size: 18px;
        font-weight: 500
    }

    td:nth-child(3) {
        font-size: 14px;
        font-weight: 700
    }

    .offerBoxContainer {
        position: static;
        width: 100%;
        border-radius: 0
    }

    .offerBoxTopBanner {
        padding: 4%;
        font-size: 16px
    }

    .offerBoxTitle {
        font-size: 28px
    }

    .offerBoxDeveloper {
        font-size: 22px;
        color: #000
    }

    .offerBoxManhattanStyle,
    .offerBoxPaymentPlan {
        font-size: 16px;
        font-weight: 700
    }

    .offerBoxPaymentPlan {
        margin-top: 5px;
        padding-top: 15px
    }

    .offerBoxPrice {
        font-size: 22px;
        line-height: 1.4
    }

    .amenitiesSlide {
        min-width: 50%
    }

    .amenitiesHeader h1 {
        font-size: 20px;
        margin-top: 10%
    }

    .galleryDownloadButton {
        margin: 0 auto
    }
}

@media (max-width:480px) {
    .amenitiesSlide {
        min-width: 100%
    }

    .amenitiesHeader h1 {
        font-size: 18px;
        text-align: center;
        width: 100%
    }

    .amenitiesHeader .amenitiesDownloadBtn {
        display: none
    }

    .amenitiesHeader {
        flex-direction: column;
        align-items: center
    }

    .amenitiesMobileDownloadContainer {
        display: block
    }

    .amenitiesMobileDownloadContainer .amenitiesDownloadBtn {
        margin: 0 auto
    }
}

.gallerySection {
    padding: 20px;
    background-color: #fff
}

.galleryHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap
}

.galleryDownloadButton {
    background-color: var(--colorPrimary);
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 700
}

.galleryContent,
.popupModal-form {
    display: flex;
    flex-direction: column
}

.galleryContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 20px
}

.galleryItem {
    border-radius: 10px;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    position: relative;
    height: 150px;
    transition: transform .3s
}

.galleryModalContent img,
.popupModal {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .3)
}

.galleryItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.galleryModal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .9);
    z-index: 1000;
    justify-content: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    transition: opacity .3s;
    backdrop-filter: blur(8px)
}

.galleryModalContent {
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    position: relative;
    transform: scale(.9);
    transition: transform .3s
}

.galleryModalContent img {
    max-width: 100%;
    max-height: 90vh;
    object-fit: contain;
    display: block;
    border-radius: 5px
}

.galleryCloseButton {
    position: absolute;
    top: -40px;
    right: 0;
    background: 0 0;
    border: none;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
    z-index: 1001;
    opacity: .8;
    transition: opacity .2s
}

.map-container,
.virtualtourWrapper {
    position: relative;
    width: 100%
}

.blur-overlay,
.popupModal {
    opacity: 0;
    visibility: hidden
}

.galleryCloseButton:hover,
.galleryModal.active {
    opacity: 1
}

.galleryModal.active .galleryModalContent {
    transform: scale(1)
}

.galleryMobileDownload {
    display: none;
    width: 100%;
    margin-top: 20px
}

@media (max-width:1024px) {
    .galleryContainer {
        grid-template-columns: repeat(3, 1fr)
    }
}

.container,
.virtualtourContainer {
    margin: auto;
    padding: 20px;
    background: #fff
}

.heading,
.virtualtourHeading {
    font-size: 24px;
    font-weight: 700;
    color: var(--colorPrimary);
    margin-bottom: 10px
}

.map-container {
    height: 300px;
    border-radius: 5px
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: none
}

.virtualtourImage {
    width: 100%;
    display: block;
    border-radius: 5px
}

.virtualtourOverlay {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 50%;
    background: rgba(0, 0, 0, .4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    font-weight: 700;
    transform: translateY(-50%)
}

.virtualtourPlayIcon {
    width: 80px;
    height: 56px;
    background: red;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .2);
    transition: transform .2s, box-shadow .2s
}

.virtualtourPlayIcon::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 22px solid #fff;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    position: absolute;
    left: 50%;
    transform: translate(-35%, 0)
}

.virtualtourPlayIcon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 15px rgba(0, 0, 0, .3)
}

.virtualtourText {
    margin-top: 1%;
    font-size: 20px
}

.virtualtourSubText {
    background: 0 0
}

.aboutContainer {
    margin: auto;
    padding: 20px;
    text-align: center;
    background-color: #fff
}

.aboutHeader {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.aboutLogo,
.popupModal-logo {
    text-align: center;
    margin-bottom: 15px
}

.aboutLogo img {
    max-width: 200px;
    height: auto
}

.aboutHeading {
    font-size: 22px;
    font-weight: 700;
    color: var(--colorPrimary);
    margin-bottom: 10px;
    text-align: center
}

.aboutDescription {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    text-align: justify
}

.aboutBoldText,
.aboutReraNumber {
    text-align: start;
    font-weight: 700
}

.aboutBoldText {
    margin-top: 20px
}

.aboutReraNumber {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px
}

.aboutEnquireBtn {
    background: var(--colorPrimary);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 5px;
    border: none;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    white-space: nowrap;
    text-align: center
}

.aboutEnquireBtn img {
    width: 18px;
    height: auto
}

.desktopBtn {
    margin-left: auto;
    display: flex
}

.footerContainer {
    background-color: #f8f8f8;
    padding: 20px;
    text-align: center;
    margin-bottom: 40px
}

.footerContent {
    margin: auto;
    font-size: 10px;
    color: #222;
    line-height: 1.6;
    text-align: left
}

.footerContent p {
    margin: 5px 0
}

.footerDisclaimer {
    font-size: 12px;
    color: #555;
    margin-top: 10px
}

.footerDivider {
    border-top: 1px solid #ddd;
    margin: 15px 0
}

.footerBottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 10px;
    gap: 10px
}

.footerLinks {
    text-align: center;
    flex: 1
}

.footerLinks a {
    text-decoration: none;
    color: #0242a1;
    font-weight: 700;
    margin: 0 5px
}

@media (max-width:600px) {

    .heading,
    .virtualtourHeading {
        font-size: 20px;
        text-align: center
    }

    .map-container {
        height: 250px
    }

    .virtualtourPlayIcon {
        width: 70px;
        height: 50px
    }

    .virtualtourText {
        font-size: 16px
    }

    .aboutHeader {
        flex-direction: column;
        align-items: center
    }

    .aboutHeading {
        font-size: 20px;
        text-align: center;
        margin-bottom: 10px
    }

    .aboutDescription {
        text-align: justify
    }

    .aboutReraNumber {
        display: block
    }

    .desktopBtn {
        display: none
    }

    .mobileBtn {
        display: block;
        margin: 20px auto 0
    }

    .footerBottom {
        flex-direction: column;
        text-align: center
    }
}

.popupModal-promise,
.popupModal-title {
    text-align: center;
    margin-bottom: 20px
}

.popupModalSection {
    position: relative;
    background-size: cover;
    background-position: center;
    z-index: 999
}

.popupModal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(.95);
    width: 100%;
    max-width: 500px;
    border-radius: 5px;
    z-index: 1000;
    transition: .4s ease-out;
    border: 1px solid #777
}

.popupModal-content,
.popupModal-form .phone-input {
    display: flex
}

.form-country {
    width: 103px;
    border-radius: 6px 0 0 6px;
    background: #fff;
    text-align: center
}

.form-number {
    flex: 1;
    margin-top: 0
}

.firstFormPhoneGroup {
    display: flex;
    align-items: center;
    gap: 6px
}

.phone-input:focus-within {
    border-color: var(--colorPrimary)
}

.popupModal-left {
    width: 40%;
    background-color: #f4f4f4;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly
}

.popupModal-right {
    width: 100%;
    padding: 6px;
    position: relative
}

.popupModal-close {
    position: absolute;
    right: 10px;
    top: 5px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
    transition: color .2s
}

.popupModal-close:hover {
    color: #333
}

.popupModal-promise h3 {
    color: #c01c5c;
    font-size: 16px;
    margin-bottom: 5px
}

.popupModal-feature {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px
}

@media (max-width:768px) {

    .galleryMobileDownload,
    .overviewBtn,
    .overviewSeeMore {
        display: block
    }

    .overviewSection {
        padding: 15px;
        margin: 10px
    }

    .amenitiesHeader h1,
    .overviewHeading {
        font-size: 20px
    }

    .form-country,
    .overviewBtn,
    .overviewHead,
    .popupModal-form input {
        font-size: 14px
    }

    .overviewBtn {
        width: 100%;
        max-width: 250px;
        margin: 20px auto
    }

    .price-table-container {
        width: 100%;
        border: 1px solid rgba(128, 128, 128, .4)
    }

    .galleryHeader .galleryDownloadButton,
    .popupModal-left,
    .price-table thead,
    .tableHeadings th {
        display: none
    }

    .price-table tr {
        display: block;
        margin-bottom: 10px;
        background: #f9f9f9;
        border-radius: 4px
    }

    .price-table td {
        display: block;
        text-align: center;
        border: none;
        padding: 8px 0;
        position: relative;
        background-color: #f2f2f2
    }

    .price-table td::before {
        content: attr(data-label);
        font-weight: 700;
        display: block;
        text-align: center;
        color: #333
    }

    .price-details-container {
        order: 1;
        width: 100%;
        margin-top: 10px
    }

    .floorPlan-container {
        flex-direction: column;
        align-items: center
    }

    .amenitiesSlide {
        min-width: 50%
    }

    .galleryHeader {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .galleryContainer {
        grid-template-columns: repeat(2, 1fr)
    }

    .popupModal-title {
        font-weight: 700
    }

    .popupModal-form button {
        width: 50%;
        margin: 0 auto
    }

    .mobileWhatsAppCallBottomBar {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 1000;
        box-shadow: 0 -2px 10px rgba(0, 0, 0, .1)
    }

    .mobileWhatsAppCallButton,
    .mobileWhatsAppCallWhatsApp {
        flex: 1;
        justify-content: center;
        align-items: center;
        display: flex;
        padding: 10px;
        text-decoration: none
    }

    .mobileWhatsAppCallButton {
        background-color: var(--colorPrimary);
        color: #fff;
        gap: 5px;
        border-right: 1px solid #e0e0e0
    }

    .mobileWhatsAppCallButton .fa-icon {
        margin-right: 5px;
        color: #fff
    }

    .mobileWhatsAppCallWhatsApp {
        background-color: var(--colorPrimary);
        color: #fff;
        font-weight: 700;
        font-size: 14px;
        text-align: center;
        box-shadow: 2px 2px 5px rgba(0, 0, 0, .2)
    }

    .mobileWhatsAppCallWhatsApp svg {
        margin-right: 5px
    }
}

.popupModal-feature .icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px
}

.popupModal-feature p {
    font-size: 12px;
    color: #c01c5c;
    text-align: center
}

.popupModal-logo img {
    width: 60%
}

.popupModal-title {
    color: #333;
    font-size: 13px;
    font-weight: 700
}

.popupModal-title span {
    color: #c01c5c;
    font-weight: 700
}

#modalHeader,
.popupModal-form button {
    color: #fff;
    background-color: var(--colorPrimary)
}

.popupModal-form input {
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 16px
}

.popupModal-form .country-code {
    width: 30%;
    margin-right: 10px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 3px;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    position: relative
}

.popupModal-form .phone-number {
    width: 70%
}

.popupModal-form .checkbox-container {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
    font-size: 8px;
    color: #666
}

.popupModal-form .checkbox-container input {
    margin-right: 8px;
    margin-top: 2px
}

.popupModal-form button {
    border: none;
    padding: 12px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px
}

.firstFormCountrySelect,
.firstFormPhoneInput {
    padding: 10px;
    border-radius: 6px;
    font-size: 14px
}

.siteVisitImage,
.siteVisitImageSection {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px
}

.popupModal-form button i {
    margin-right: 10px
}

.blur-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, .4);
    z-index: 999;
    transition: .4s ease-out
}

.icon-phone:before {
    content: "📞";
    font-size: 24px
}

.icon-location:before {
    content: "📍";
    font-size: 24px
}

.icon-wallet:before {
    content: "👛";
    font-size: 24px
}

.firstFormInputGroup {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 400px
}

.firstFormPhoneGroup {
    display: flex;
    align-items: center;
    gap: 8px
}

.firstFormCountrySelect {
    background: #fff;
    cursor: pointer
}

.firstFormPhoneInput {
    flex: 1;
    outline: 0
}

@media (max-width:480px) {
    .amenitiesSlide {
        min-width: 100%
    }

    .amenitiesHeader h1 {
        font-size: 18px;
        text-align: center;
        width: 100%
    }

    .amenitiesHeader .amenitiesDownloadBtn {
        display: none
    }

    .amenitiesHeader {
        flex-direction: column;
        align-items: center
    }

    .amenitiesMobileDownloadContainer {
        display: block
    }

    .amenitiesMobileDownloadContainer .amenitiesDownloadBtn {
        margin: 0 auto
    }

    .galleryContainer {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .galleryItem {
        height: 150px
    }

    .firstFormPhoneGroup {
        flex-direction: column
    }

    .firstFormCountrySelect,
    .firstFormPhoneInput {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .firstFormHeading {
        font-size: 18px;
        font-weight: 700
    }

    .mobile-contact-form {
        background-color: #e4e4e4
    }

    .mobile-bottom-bar,
    .nav-menu {
        position: fixed;
        background-color: #fff
    }

    .firstFormCallMobile,
    .firstFormWhatsAppMobile {
        background-color: var(--colorPrimary);
        color: #fff
    }

    .firstFormCheckboxContainer {
        padding: 9px 0
    }

    .header,
    .header-section,
    .nav-item,
    .nav-link,
    .nav-menu {
        width: 100%
    }

    .main-container {
        flex-direction: column
    }

    .contact-section,
    .firstFormActionBtns,
    .nav-divider {
        display: none
    }

    .hamburger,
    .mobile-contact-form {
        display: block
    }

    .nav-menu {
        top: 26px;
        left: -100%;
        flex-direction: column;
        box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
        transition: .3s;
        padding: 20px 0;
        z-index: 100;
        align-items: flex-start
    }

    .nav-menu.active {
        left: 0
    }

    .nav-item {
        margin: 0;
        border-bottom: 1px solid #eee
    }

    .nav-item:last-child {
        border-bottom: none
    }

    .nav-link {
        padding: 12px 20px
    }

    .content-placeholder {
        margin-left: 0
    }
}

.tab-label,
.tab-label:hover,
input:checked+.tab-label {
    background: var(--colorPrimary)
}

@media (min-width:769px) {
    .price-row {
        flex-direction: row
    }

    .price-table th {
        font-size: 14px
    }

    .mobileWhatsAppCallBottomBar {
        display: none !important
    }
}

#modalHeader {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    padding: 15px
}

.mob-center {
    display: flex;
    justify-content: start;
    align-items: start
}

.rera-img {
    height: 15%;
    width: 50%;
    display: flex
}

.tab {
    color: #fff;
    margin: 1%
}

.tab-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    font-weight: 700;
    color: #fff;
    cursor: pointer
}

.tab-label::after {
    content: "❯";
    width: 1em;
    height: 1em;
    text-align: center;
    transition: .35s
}

.tab-content {
    line-height: 2;
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #fff;
    transition: .35s
}

.tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

.tab-close:hover {
    background: #dddd
}

input:checked+.tab-label::after {
    transform: rotate(90deg)
}

input:checked~.tab-content {
    max-height: 100vh;
    padding: 1em
}

.animatedBox {
    background-size: 200% 200%;
    animation: 4s ease-in-out infinite gradientFlow
}

@keyframes gradientFlow {

    0%,
    100% {
        background-position: 100% 50%
    }

    50% {
        background-position: 0 50%
    }
}

.siteVisiteTour {
    padding: 20px 0
}

.siteVisitContainer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.siteVisitHeading {
    text-align: center;
    color: var(--colorPrimary);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600
}

.form-country,
.form-number,
.siteVisitInput {
    outline: 0;
    font-size: 16px
}

.siteVisitDivider {
    width: 50px;
    height: 2px;
    background-color: #ccc;
    margin: 0 auto 30px
}

.siteVisitFormContainer {
    display: flex;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.siteVisitImageSection {
    flex: 1;
    background-color: #eee;
    position: relative;
    overflow: hidden
}

.siteVisitImage {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.siteVisitFormSection {
    flex: 1;
    padding: 70px 40px
}

.siteVisitFormGroup {
    margin-bottom: 20px
}

.siteVisitInput {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px
}

.siteVisitInput:focus {
    border-color: var(--colorPrimary);
    box-shadow: 0 0 0 2px rgba(26, 60, 110, .1)
}

.siteVisitPhoneGroup {
    display: flex;
    align-items: center;
    padding: 0;
    overflow: hidden
}

.siteVisitCountryCode {
    width: 100%;
    display: flex;
    align-items: center
}

.form-country {
    flex: 0 0 auto;
    padding: 1px;
    border: none;
    background-color: #fff;
    border-right: 1px solid #ddd;
    color: #333;
    cursor: pointer
}

.form-number {
    flex: 1;
    border: none;
    padding: 15px
}

.siteVisitConsent {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px
}

.siteVisitCheckbox {
    margin-right: 10px;
    margin-top: 3px;
    width: 18px;
    height: 18px;
    cursor: pointer
}

.siteVisitConsentText {
    font-size: 14px;
    line-height: 1.5;
    color: #444
}

.siteVisitLink {
    color: var(--colorPrimary);
    text-decoration: none
}

.siteVisitSubmitButton {
    background-color: var(--colorPrimary);
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 10px 40px;
    font-size: 16px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    width: 100%;
    display: block;
    text-align: center;
    font-weight: 500
}

.siteVisitSubmitButton:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2)
}

.amenities-section,
.newGallery-section {
    padding: 40px 0;
    background-color: #fff
}

.amenities-container,
.newGallery-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px
}

.amenities-header,
.newGallery-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    flex-wrap: wrap
}

.amenities-header h1,
.newGallery-header h1 {
    color: var(--colorPrimary);
    font-size: 22px;
    font-weight: 700;
    margin: 0
}

.amenities-download-btn,
.newGallery-download-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background-color: var(--colorPrimary);
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 10px 16px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.amenities-carousel,
.newGallery-carousel {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .1)
}

.amenities-slide,
.newGallery-slide {
    flex: 0 0 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
    gap: 20px
}

.amenities-card,
.newGallery-card {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
    transition: transform .3s
}

.amenities-card:hover,
.newGallery-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, .15)
}

.amenities-image,
.newGallery-image {
    width: 100%;
    height: 220px;
    object-fit: cover;
    display: block;
    cursor: pointer;
    transition: transform .3s
}

.amenities-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 16px;
    color: #333;
    border-top-right-radius: 10px
}

.amenities-nav-btn,
.newGallery-nav-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .8);
    color: #333;
    border: none;
    font-size: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
    transition: .3s
}

.amenities-nav-btn:hover,
.newGallery-nav-btn:hover {
    background: #fff
}

.newGallery-prev-btn,
.prev-btn {
    left: 10px
}

.newGallery-next-btn,
.next-btn {
    right: 10px
}

.amenities-indicators,
.newGallery-indicators {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px
}

.indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    padding: 1px;
    transition: .3s
}

.indicator.active,
.newGallery-indicator.active {
    background-color: var(--colorPrimary);
    transform: scale(1.2)
}

.amenities-mobile-download,
.newGallery-mobile-download {
    display: none;
    margin-top: 20px;
    text-align: center
}

.image-popup,
.newGallery-image-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000
}

.newGallery-popup-overlay,
.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .85);
    top: 0;
    left: 0
}

.newGallery-popup-content,
.popup-content {
    position: relative;
    max-width: 90%;
    max-height: 90%;
    z-index: 1001;
    display: flex;
    align-items: center;
    justify-content: center
}

.newGallery-popup-image,
.popup-image {
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .3)
}

.newGallery-popup-close,
.popup-close {
    position: absolute;
    top: -40px;
    right: 0;
    font-size: 36px;
    color: #fff;
    background: 0 0;
    border: none;
    cursor: pointer
}

.newGallery-popup-nav,
.popup-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 48px;
    color: #fff;
    background: rgba(255, 255, 255, .1);
    border: none;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1002;
    display: flex;
    align-items: center;
    justify-content: center
}

.newGallery-popup-nav:hover,
.popup-nav:hover {
    background: rgba(255, 255, 255, .2)
}

.newGallery-popup-nav.prev,
.popup-nav.prev {
    left: -80px
}

.newGallery-popup-nav.next,
.popup-nav.next {
    right: -80px
}

.newGallery-label {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .9);
    padding: 8px 16px;
    font-weight: 600;
    font-size: 14px;
    color: #333;
    border-top-right-radius: 10px
}

.newGallery-indicator {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #ddd;
    border: none;
    cursor: pointer;
    padding: 0;
    transition: .3s
}

@media (max-width:768px) {
    .mob-center {
        justify-content: center;
        align-items: center
    }

    .rera-img {
        width: 40%;
        height: 40%
    }

    .virtualtourImage {
        height: auto;
        object-fit: contain
    }

    .siteVisitImage,
    .siteVisitImageSection {
        border-radius: 15px 15px 0 0
    }

    .siteVisitFormContainer {
        flex-direction: column
    }

    .siteVisitImageSection {
        height: 250px
    }

    .siteVisitFormSection {
        padding: 30px 20px
    }

    .form-country {
        padding: 15px
    }

    .amenities-header,
    .newGallery-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px
    }

    .amenities-header h1,
    .newGallery-header h1 {
        font-size: 20px
    }

    .amenities-download-btn,
    .amenities-slide .amenities-card:nth-child(n+2),
    .newGallery-download-btn,
    .newGallery-slide .newGallery-card:nth-child(n+2) {
        display: none
    }

    .amenities-mobile-download,
    .newGallery-mobile-download {
        display: block
    }

    .amenities-mobile-download .amenities-download-btn,
    .newGallery-mobile-download .newGallery-download-btn {
        display: inline-flex
    }

    .amenities-slide,
    .newGallery-slide {
        grid-template-columns: 1fr;
        grid-template-rows: auto;
        gap: 15px
    }

    .amenities-slide .amenities-card,
    .newGallery-slide .newGallery-card {
        display: block;
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin-bottom: 0
    }

    .amenities-image,
    .newGallery-image {
        width: 100%;
        height: 250px;
        object-fit: cover;
        border-radius: 10px
    }

    .mobile-hidden,
    .newGallery-mobile-hidden {
        display: none !important
    }

    .amenities-nav-btn,
    .newGallery-nav-btn {
        width: 35px;
        height: 35px;
        font-size: 20px
    }

    .newGallery-popup-nav,
    .popup-nav {
        width: 40px;
        height: 40px;
        font-size: 24px
    }

    .newGallery-popup-nav.prev,
    .popup-nav.prev {
        left: 10px
    }

    .newGallery-popup-nav.next,
    .popup-nav.next {
        right: 10px
    }

    .newGallery-popup-close,
    .popup-close {
        top: 10px;
        right: 10px
    }
}