.banner-header-desktop,
.banner-header-mobile {
    z-index: 100;
    left: 0;
    top: 0;
    right: 0;
    position: absolute
}

.additional-cards-container:not(.show) .property-card,
.bannerImage-desktop,
.ivr-container,
.ivr-container-desktop,
.navbar-heading,
.property-card .detail-icon-desktop,
.readMoreLink,
.section-popup-form,
header {
    display: none
}

.navbar,
nav {
    display: flex
}

nav {
    padding: .5rem 5rem;
    justify-content: space-between;
    align-items: center
}

.appointmentBtn {
    background-color: #f59a00;
    padding: 7px 16px;
    border: 1px;
    border-radius: 4px;
    color: #fff
}

.navbar {
    gap: 10px;
    flex-direction: row
}

.desktop-menuBtn,
.navbar-logo {
    align-items: center;
    display: flex
}

.desktop-menuBtn {
    background-color: #fff;
    color: #000;
    border: 2px solid #151e2d;
    border-radius: 8px;
    padding: 4px 16px;
    font-size: 16px;
    gap: 10px
}

.navbar-logo {
    gap: 5px;
    justify-content: flex-start
}

.navbar-logoImg {
    width: 100px;
    height: 50px
}

.downloadBrochureBtn {
    background-color: #151e2d;
    padding: 4px 16px;
    border-radius: 8px;
    border: 0;
    display: flex;
    gap: 10px;
    align-items: center;
    color: #fff;
    font-size: 1rem;
    font-weight: 600
}

.downloadBrochureImg {
    width: 25px;
    height: 25px;
    padding: 2px
}

.sidebar {
    color: #fff;
    background-color: #151e2d;
    position: fixed;
    top: 0;
    right: 0;
    width: 350px;
    height: 100vh;
    padding: 2rem;
    transition: transform .3s ease-in-out;
    transform: translateX(100%)
}

.sidebar-active {
    transform: translateX(0)
}

.navbar-menuItem {
    display: block;
    padding: 1rem;
    cursor: pointer
}

.navbar-menuItem:hover {
    background-color: #fff;
    color: #151e2d
}

.sidebar-closeBtn {
    position: absolute;
    top: .5rem;
    right: .5rem;
    color: #fff;
    background-color: transparent;
    border: 0;
    font-size: 1.2rem;
    font-weight: 600
}

.banner,
.bannerCard {
    display: flex;
    height: 100%
}

.bannerTrack {
    height: 100vh;
    margin-top: 0;
    overflow: hidden;
    position: relative
}

.banner {
    flex-direction: row;
    transition: transform 1s ease-in-out
}

.bannerCard {
    flex: 0 0 100%;
    align-items: center;
    justify-content: center
}

.banner-header-desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 5rem;
    pointer-events: none
}

.banner-phone,
.logo,
.logo-container {
    display: flex;
    align-items: center
}

.banner-phone,
.logo-container {
    pointer-events: all
}

.logo img {
    width: 100px;
    height: auto;
    display: block
}

.banner-phone-link {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    background-color: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    border-radius: 8px;
    backdrop-filter: blur(10px);
    transition: .3s;
    display: inline-flex;
    align-items: center;
    white-space: nowrap
}

.banner-phone-link:hover {
    background-color: rgba(0, 0, 0, .7);
    transform: scale(1.05)
}

.banner-header-mobile {
    display: none;
    justify-content: center;
    align-items: flex-start;
    padding: 1.5rem 1rem;
    pointer-events: none
}

.logo-container-mobile {
    pointer-events: all;
    display: flex;
    justify-content: center;
    width: 100%
}

.logo-mobile {
    display: flex;
    align-items: center;
    justify-content: center
}

.logo-mobile img {
    width: 120px;
    height: auto;
    display: block
}

.bannerImage-mobile,
.clampText {
    display: block
}

.bannerImage {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.banner-priceSection {
    padding: 1rem 5rem
}

.banner-priceSection-heading {
    color: #b06100;
    font-size: 32px;
    font-weight: 600
}

.banner-priceSection-subheading {
    color: #151E2DB8;
    font-size: 24px;
    font-weight: 600
}

.banner-arrow,
.section-heading {
    font-size: 24px;
    font-weight: 700
}

.banner-desktopHeadingContainer {
    display: flex;
    padding: 0 2.5rem;
    gap: 32px;
    align-items: center
}

.banner-desktopHeading {
    display: flex;
    flex-direction: column;
    width: 100%
}

.banner-desktopOfferContainer {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    align-items: center
}

.banner-offer-more {
    cursor: pointer
}

.banner-carousel-controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 10
}

.arrowBtn,
.banner-arrow {
    pointer-events: all;
    cursor: pointer
}

.banner-arrow {
    background-color: rgba(255, 255, 255, .8);
    border: 2px solid rgba(0, 0, 0, .1);
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #151e2d;
    transition: .3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.banner-arrow:hover {
    background-color: #fff;
    transform: scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .2)
}

.banner-arrow:active {
    transform: scale(.95)
}

.section-container {
    padding: 2rem 5rem
}

.section-heading {
    color: #000;
    margin-bottom: 5px
}

.section-subheading {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 17px;
    color: #151e2d
}

.reraDetailsContainer {
    background-color: #fff;
    padding: 1rem;
    box-shadow: 0 0 10px 1px #00000014;
    border-radius: 4px;
    width: 100%;
    max-width: 100%
}

.reraDetails {
    display: flex;
    gap: 2%;
    padding: 10px 0;
    transition: transform .3s ease-in-out;
    transform: translateX(0);
    flex-wrap: nowrap;
    flex-direction: row;
    overflow: visible
}

.rera-card {
    padding: 5px;
    align-items: center;
    box-shadow: 0 4px 8px 0 #0e1F3529;
    border-radius: 4px;
    display: flex;
    gap: 5px;
    flex: 0 0 49%;
    margin-bottom: 2%;
    flex-wrap: wrap
}

.rera-idHeading {
    font-size: 14px
}

.rera-number {
    font-size: 18px;
    font-weight: 600
}

.reraDetailsCarousel {
    overflow: hidden;
    padding: 0 4px;
    position: relative
}

.rera-arrowControls {
    position: absolute;
    top: 50%;
    transform: translateY(-70%);
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-left: -4px
}

.arrowBtn {
    background-color: #151E2DA3;
    color: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    border: 0;
    font-size: 1rem;
    font-weight: 800;
    box-shadow: 0 0 1px 1px #fff
}

.qrimage {
    width: 100px;
    height: 100px
}

@media (max-width:600px) {
    .rera-card {
        justify-content: center
    }

    .qrimage {
        width: 75px;
        height: 75px
    }

    .rera-idHeading,
    .rera-number {
        font-size: 12px
    }
}

.property-cards-section {
    padding: 0
}

.property-cards-section>.section-container {
    padding: 2rem 5rem 1rem
}

.property-card {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    box-sizing: border-box;
    display: flex;
    flex-direction: column
}

.property-card .image-container {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0
}

.property-card .property-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    margin: 0;
    padding: 5px
}

.property-card .rera-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 5px 10px;
    border-radius: 0;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
    font-size: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .15)
}

.property-card .rera-badge svg {
    width: 15px;
    height: 15px
}

.property-card .bookmark-btn {
    position: absolute;
    top: 4px;
    right: 10px;
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0
}

.property-card .bookmark-btn svg {
    width: 24px;
    height: 24px
}

.property-card .view-count {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-shadow: 0 2px 8px rgba(0, 0, 0, .3)
}

.property-card .view-count svg {
    width: 20px;
    height: 20px;
    opacity: .9
}

.property-card .carousel-dots {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 8px
}

.property-card .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .5)
}

.property-card .dot.active {
    background: #fff
}

.property-card .content {
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden
}

.property-card .developer-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0;
    justify-content: center
}

.property-card .developer-icon {
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px 0 #0e1F351F;
    flex-shrink: 0
}

.bookSiteVisitBtn,
.cta-pill,
.form-SubmitBtn,
.property-card .enquire-now-btn,
.property-card .enquire-now-btn:hover,
.see-all-card .image-container {
    background: linear-gradient(90deg, #1b6b4b, #0ac776, #1b6b4b);
    background-size: 300% 100%;
    animation: 3s ease-in-out infinite shine
}

@keyframes shine {

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

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

.property-card .developer-icon img {
    width: 15px;
    height: 15px;
    object-fit: contain
}

.property-card .developer-name {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    line-height: 1.4
}

.property-card .property-title {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
    line-height: 1.3;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .5px
}

.property-card .location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #333;
    font-size: 16px;
    margin: 0;
    justify-content: center;
    font-weight: 500
}

.property-card .location svg {
    width: 16px;
    height: 16px;
    fill: #666;
    flex-shrink: 0
}

.property-card .property-details {
    display: flex;
    margin: 0;
    flex-wrap: nowrap;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px
}

.property-card .detail-item {
    display: flex;
    align-items: center;
    gap: 6px
}

.property-card .detail-icon {
    width: 16px;
    height: 16px;
    flex-shrink: 0
}

.property-card .detail-text {
    font-size: 16px;
    font-weight: 500;
    color: #333;
    white-space: nowrap
}

.property-card .price-range {
    font-size: 18px;
    font-weight: 700;
    color: #d97706;
    letter-spacing: -.5px;
    margin-top: 4px;
    line-height: 1.2;
    text-align: center
}

.property-card .enquire-now-btn {
    width: auto;
    color: #fff;
    border: 0;
    border-radius: 6px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s
}

.property-card .enquire-now-btn:hover {
    opacity: .9;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(21, 30, 45, .3)
}

.property-card .enquire-now-btn:active,
.show-more-btn:active {
    transform: translateY(0)
}

.see-all-card {
    display: none;
    cursor: pointer;
    transition: transform .3s, box-shadow .3s
}

.see-all-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 24px rgba(0, 0, 0, .15)
}

.see-all-card:hover .see-all-overlay svg {
    animation: 1s ease-in-out infinite slideArrowHover;
    filter: drop-shadow(0 0 12px rgba(255, 255, 255, .9))
}

@keyframes slideArrowHover {

    0%,
    100% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(15px)
    }
}

.see-all-card .image-container {
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.see-all-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 2rem;
    text-align: center;
    width: 100%;
    height: 100%
}

.see-all-overlay svg {
    width: 48px;
    height: 48px;
    animation: 2s ease-in-out infinite slideArrow;
    filter: drop-shadow(0 0 8px rgba(255, 255, 255, .6))
}

@keyframes slideArrow {

    0%,
    100% {
        transform: translateX(0);
        opacity: 1
    }

    50% {
        transform: translateX(12px);
        opacity: .9
    }
}

.see-all-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    line-height: 1.2
}

.see-all-subtitle {
    color: rgba(255, 255, 255, .9);
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 1.4
}

.see-all-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 1rem;
    text-align: center;
    color: #666
}

.see-all-content svg {
    width: 32px;
    height: 32px;
    color: #3a699a
}

.see-all-content p {
    font-size: 13px;
    font-weight: 500;
    margin: 0
}

.continue-exploring-card {
    grid-column: auto;
    cursor: pointer;
    animation: .8s ease-out fadeInUp;
    transition: .5s
}

@media (max-width:768px) {
    .navbar-heading {
        display: block;
        font-size: 16px
    }

    nav {
        padding: .5rem 1rem
    }

    .navbar-logoImg {
        width: 40px;
        height: 30px
    }

    .desktop-menuBtn {
        padding: 4px;
        display: flex;
        align-items: center;
        gap: 2px
    }

    .downloadBrochureBtn {
        padding: 4px
    }

    .banner-bookmark,
    .banner-desktopHeadingContainer,
    .banner-header-desktop,
    .desktop-menuBtn b,
    .downloadBrochureBtn span {
        display: none
    }

    .sidebar {
        width: 250px
    }

    .banner-header-mobile {
        display: flex
    }

    .bannerTrack {
        height: auto
    }

    .bannerCard,
    .bannerImage {
        height: 100%
    }

    .banner-carousel-controls {
        padding: 0 10px
    }

    .banner-arrow {
        width: 40px;
        height: 40px;
        font-size: 20px
    }

    .banner-priceSection-heading {
        font-size: 24px;
        font-weight: 500
    }

    .banner-priceSection-subheading {
        font-size: 14px;
        font-weight: 500
    }

    .banner-priceSection,
    .section-container {
        padding: 1rem
    }

    /* .bannerCardMobile {
        background: linear-gradient(90deg, #1b6b4b 0, #0ac776 100%);
        color: #fff;
        padding: 1rem;
        border-radius: 0 0 16px 16px;
        display: block
    } */

    .section-container:has(.cta-container) {
        display: none
    }

    .reraDetailsContainer {
        max-width: 100%
    }

    .continue-exploring-card {
        grid-column: auto
    }
}

.continue-exploring-card .image-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0
}

.continue-exploring-overlay {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 24px;
    padding: 0;
    width: 100%;
    height: 100%;
    text-align: center
}

.continue-exploring-text {
    font-size: 20px;
    font-weight: 500;
    color: #151e2d;
    margin: 0;
    line-height: 1.5;
    animation: .6s ease-out .2s backwards slideInText;
    display: flex;
    gap: 15px;
    text-decoration: underline;
    align-items: center;
    justify-content: center
}

.continue-exploring-text:hover {
    color: #1b6b4b
}

.show-more-btn {
    background-color: #151e2d;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
    animation: .6s ease-out .4s backwards slideInButton;
    position: relative;
    overflow: hidden
}

.show-more-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .2), transparent);
    transition: left .5s
}

.show-more-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(21, 30, 45, .3);
    background-color: #1a2838
}

.show-more-btn:hover::before {
    left: 100%
}

.additional-cards-container {
    display: contents
}

.additional-cards-container.show .property-card {
    display: flex;
    animation: .6s ease-out fadeInUp
}

@media (min-width:769px) {
    .bannerImage-mobile {
        display: none
    }

    .bannerImage-desktop,
    .property-card .detail-icon-desktop {
        display: block
    }

    .continue-exploring-card {
        grid-column: auto;
        order: 4;
        grid-column: 2/3;
        background-color: transparent;
        box-shadow: none;
        align-items: center;
        justify-content: center
    }

    .continue-exploring-card.moved-to-bottom {
        order: 9999
    }

    .additional-cards-container {
        order: 5
    }

    .continue-exploring-card.moved-to-bottom~.additional-cards-container {
        order: 9998
    }

    .ivr-container-desktop {
        display: block;
        position: fixed;
        right: 20px;
        top: 80%;
        transform: translateY(-50%);
        z-index: 1000
    }

    .ivr-desktop-buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: center
    }

    .ivr-phoneIcon-desktop,
    .ivr-whatsapp-desktop {
        width: 56px;
        height: 56px;
        border-radius: 50%;
        border: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: .3s;
        box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
        text-decoration: none
    }

    .ivr-phoneIcon-desktop {
        background-color: #0e1f35
    }

    .ivr-phoneIcon-desktop:hover {
        background-color: #151e2d;
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(14, 31, 53, .3)
    }

    .ivr-whatsapp-desktop {
        background-color: #25d366
    }

    .ivr-whatsapp-desktop:hover {
        background-color: #20ba5a;
        transform: scale(1.1);
        box-shadow: 0 6px 16px rgba(37, 211, 102, .3)
    }

    .ivr-phoneIcon-desktop img,
    .ivr-whatsapp-desktop img {
        width: 24px;
        height: 24px
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes slideInText {
    from {
        opacity: 0;
        transform: translateX(-20px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes slideInButton {
    from {
        opacity: 0;
        transform: translateY(10px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.cta-container {
    box-shadow: 0 -4px 12px 1px #00000014;
    max-width: 100%;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18%;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    padding: 2rem
}

.cta-container>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.cta-image {
    width: 250px;
    height: auto;
    position: relative;
    z-index: 1;
    flex-shrink: 0
}

.cta-content {
    font-size: 28px;
    padding: 1rem 0;
    font-weight: 600;
    text-align: center;
    margin: 0
}

.bookSiteVisitBtn {
    display: block;
    margin: 1rem 0 0;
    cursor: pointer
}

.cta-container::after {
    content: "";
    position: absolute;
    bottom: -25px;
    width: 250px;
    height: 250px;
    left: 10%;
    background-color: #fef3cb;
    z-index: 0;
    border-radius: 50%;
    top: 4%
}

.popupform-input {
    color: #000;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    width: 100%
}

.popupform-inputcontainer {
    margin-bottom: 15px;
    padding: 0 1rem
}

.popup-form-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, .7);
    z-index: 1000;
    backdrop-filter: blur(4px)
}

.popup-form-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #000;
    background-color: #fff;
    text-align: center;
    width: 25%;
    z-index: 1000
}

.popup-form-heading {
    color: #b06100;
    font-size: 25px;
    font-weight: 500;
    padding: 0 1rem 5px
}

.popupform-submitBtn {
    width: 100%;
    padding: 10px;
    color: #fff;
    background: linear-gradient(90deg, #1b6b4b 0, #0ac776 100%);
    border: 0;
    border-radius: 5px;
    font-family: outfit, sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px
}

.popup-form-close {
    position: absolute;
    top: .5rem;
    right: .5rem;
    font-size: 1.3rem;
    border: 0;
    font-weight: 600;
    color: #cdcdcd;
    background-color: #fff
}

.popup-form-close:hover {
    color: #000
}

.bannerform-checkboxlabel,
.form-checkboxlabel {
    font-size: 10px
}

@media (max-width:768px) {

    .property-card,
    .property-card .content {
        max-width: 100%;
        overflow: hidden
    }

    /* .property-card .detail-text,
    .property-card .developer-name,
    .property-card .location span,
    .property-card .price-range {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    } */

    /* .property-cards-section {
        padding: 0
    } */

    .property-cards-section>.section-container {
        padding: 1rem 1rem .5rem
    }

    .property-card .content {
        padding: 8px 4px;
        gap: 10px
    }

    .property-card .developer-info {
        gap: 6px;
        margin-bottom: 0
    }

    .property-card .developer-icon {
        width: 16px;
        height: 16px;
        flex-shrink: 0
    }

    .property-card .developer-icon img {
        width: 12px;
        height: 12px
    }

    .property-card .developer-name {
        font-size: 12px;
        line-height: 1.2;
        max-width: calc(100% - 24px)
    }

    .property-card .property-title {
        font-size: 14px;
        line-height: 1.2;
        margin: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        word-wrap: break-word;
        max-width: 100%;
        letter-spacing: .5px
    }

    .property-card .location {
        gap: 4px;
        font-size: 12px;
        margin: 0;
        overflow: hidden
    }

    /* .property-card .location span {
        max-width: calc(100% - 16px)
    } */

    .property-card .location svg {
        width: 12px;
        height: 12px;
        flex-shrink: 0
    }

    .property-card .property-details {
        gap: 15px;
        flex-wrap: wrap;
        padding: 0;
        margin: 0
    }

    .property-card .detail-item {
        flex-shrink: 0;
        gap: 4px
    }

    .property-card .detail-icon {
        width: 14px;
        height: 14px;
        flex-shrink: 0;
        display: none
    }

    .property-card .detail-icon-desktop {
        display: none !important
    }

    .property-card .detail-text {
        font-size: 12px;
        font-weight: 600
    }

    .property-card .price-range {
        font-size: 12px;
        line-height: 1.2;
        margin-top: 2px
    }

    .property-card .enquire-now-btn {
        padding: 8px 12px;
        font-size: 12px;
        margin-top: 6px;
        border-radius: 4px;
        width: 100%
    }

    .property-card .rera-badge {
        font-size: 9px;
        top: 4px;
        left: 4px;
        padding: 3px 6px;
        gap: 3px
    }

    .property-card .rera-badge svg {
        width: 10px;
        height: 10px;
        flex-shrink: 0
    }

    .property-card .bookmark-btn {
        top: 4px;
        right: 4px;
        width: 32px;
        height: 32px;
        border-radius: 8px
    }

    .property-card .bookmark-btn svg,
    .property-card .view-count svg {
        width: 16px;
        height: 16px
    }

    .property-card .view-count {
        font-size: 10px;
        bottom: 8px;
        left: 8px
    }

    .see-all-card {
        display: block
    }

    .see-all-card .image-container {
        min-height: 150px;
        border: 5px solid #fff
    }

    .see-all-overlay {
        padding: 1.5rem;
        gap: 8px
    }

    .see-all-overlay svg {
        width: 36px;
        height: 36px;
        animation: 1.5s ease-in-out infinite slideArrow
    }

    .see-all-title {
        font-size: 16px
    }

    .see-all-subtitle {
        font-size: 12px
    }

    .see-all-content {
        padding: .75rem;
        gap: 6px
    }

    .see-all-content svg {
        width: 24px;
        height: 24px
    }

    .see-all-content p {
        font-size: 11px
    }

    .continue-exploring-card {
        grid-column: auto !important;
        order: 4;
        width: 100%;
        min-height: auto;
        visibility: visible;
        opacity: 1
    }

    .continue-exploring-card .image-container {
        min-height: 150px;
        width: 100%;
        height: auto
    }

    .continue-exploring-overlay {
        min-height: 150px;
        padding: 20px 12px;
        gap: 16px;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important
    }

    .continue-exploring-text {
        font-size: 14px;
        line-height: 1.4;
        text-align: center !important;
        margin: 0 auto;
        width: 100%
    }

    .show-more-btn {
        padding: 10px 20px;
        font-size: 13px;
        margin: 0 auto;
        display: block
    }

    .additional-cards-container:not(.show) .property-card,
    .cta-container {
        display: none
    }

    .additional-cards-container.show .property-card {
        display: flex
    }

    .section-container:has(.cta-container) {
        display: none
    }

    .popup-form-container {
        width: 70%
    }
}

.popupform-subheading {
    font-size: 20px
}

@media (max-width:480px) {
    .property-card .content {
        padding: 6px 10px
    }

    .property-card .price-range,
    .show-more-btn {
        font-size: 12px
    }

    .property-card .enquire-now-btn {
        padding: 7px 10px;
        font-size: 12px
    }

    .property-card .property-details {
        gap: 10px
    }

    .continue-exploring-card .image-container {
        min-height: 100%
    }

    .continue-exploring-overlay {
        padding: 16px 10px;
        gap: 12px;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important
    }

    .continue-exploring-text {
        font-size: 12px;
        text-align: center !important;
        margin: 0 auto;
        width: 100%
    }

    .show-more-btn {
        padding: 8px 18px;
        margin: 0 auto;
        display: block
    }

    .popup-form-container {
        width: 85%
    }
}

.footer-disclaimer-text,
.footer-rera-info {
    margin-bottom: 1.5rem;
    font-size: 11px
}

.footer-container {
    background: linear-gradient(90deg, #1b6b4b 0, #0ac776 100%);
    color: #fff;
    padding: 2rem 5rem;
    text-align: justify;
    line-height: 1.5rem;
    letter-spacing: normal
}

.footer-rera-info {
    line-height: 1.5rem;
    text-align: left
}

.footer-rera-item {
    display: flex;
    gap: .5rem
}

.footer-links-container {
    font-size: 11px;
    text-align: center
}

.footer-link,
.footer-rera-link {
    color: #00c8ff;
    cursor: pointer;
    text-decoration: underline
}

.form-input,
.sticky-form {
    padding: 10px
}

.sideform-wrapper {
    width: 25%;
    height: auto;
    position: relative;
    display: none
}

.sideform-container {
    position: sticky;
    right: 5rem;
    width: 100%;
    border: 1px solid #00000014;
    background-color: #fff;
    box-shadow: 0 0 10px 1px #00000014;
    border-radius: 8px;
    padding: 10px;
    max-height: 90vh;
    overflow-y: auto;
    display: none
}

.sticky {
    position: fixed !important;
    top: 100px !important;
    width: 23%;
    z-index: 100;
    display: block
}

.form-ctaContainer {
    background: linear-gradient(90deg, #1b6b4b 0, #0ac776 100%);
    width: 100%;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    align-items: center;
    border: 1px solid #151E2D0F;
    box-shadow: 0 1px 2px 0 #0e1F351F;
    border-radius: 4px
}

.form-ctaImage {
    width: auto;
    height: 75px
}

.form-inputContainer {
    margin-bottom: 10px
}

.form-input {
    width: 100%;
    border-radius: 4px;
    border: 2px solid #f5f5f5;
    outline: #f5f5f5 solid 1px;
    font-size: .9rem
}

.form-checkboxlabel a {
    color: #00f
}

.form-SubmitBtn {
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 8px 16px;
    font-weight: 600;
    font-size: .9rem
}

.form-ctaSubheading {
    padding: 7px 20px;
    border-radius: 50px;
    background-color: #ebebeb;
    width: fit-content;
    text-align: center;
    margin: 15px auto 10px;
    font-size: 15px;
    font-weight: 500;
    font-style: Semi Bold
}

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

.fa-icon {
    -webkit-mask: var(--icon-url);
    mask: var(--icon-url);
    background-color: #000;
    width: 25px;
    height: 25px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center
}

.fa-whataspp {
    --icon-url: url(/assests/images/icons/whatsapp.svg)
}

.bookSiteVisitBtn {
    color: #fff;
    border: 0;
    border-radius: 4px;
    padding: 12px 24px;
    width: 250px
}

.cta-container2::after {
    content: "";
    position: absolute;
    bottom: 20px;
    width: 200px;
    height: 200px;
    z-index: 0;
    border-radius: 50%;
    right: -25px;
    background-color: #c9fad1
}

.cta-container2 {
    box-shadow: 0 -4px 12px 1px #00000014;
    overflow: hidden;
    display: flex;
    position: relative;
    flex-wrap: wrap;
    border-radius: 4px;
    align-items: center;
    gap: 32px;
    background-color: #fff;
    justify-content: space-between;
    padding: 1rem
}

.cta-image2 {
    height: auto;
    z-index: 1;
    position: relative;
    width: 150px
}

.cta-content2 {
    font-size: 18px;
    padding: .2rem 0 1rem;
    font-weight: 500
}

.cta-content2 strong {
    font-weight: 700
}

.cta-pill {
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 14px;
    color: #fff;
    width: fit-content
}

@media (min-width:769px) {
    .cta-container2 {
        padding-left: 12%;
        flex-direction: row-reverse;
        gap: 10%;
        justify-content: left
    }

    .cta-container2::after {
        left: 5%;
        right: auto
    }
}

@media (min-width:1025px) {

    .footer-disclaimer-text,
    .footer-links-container,
    .footer-rera-info,
    .footer-rera-link {
        font-size: .9rem
    }
}

@media (max-width:768px) {
    .footer-container {
        padding: 2rem 1rem 5rem
    }

    .sideform-wrapper {
        width: 100%;
        padding: 1rem;
        display: block
    }

    .sideform-container {
        position: relative;
        width: 100%;
        right: 0;
        top: 0;
        display: block
    }

    .sticky {
        position: relative !important;
        top: 0 !important
    }

    .ivr-container {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        background-color: #fff;
        box-shadow: 0 2px 4px 3px #cdcdcd;
        padding: 0px 0;
        z-index: 100
    }

    .ivr-phoneIcon,
    .ivr-whatsapp {
        padding: 7px;
        text-align: center
    }

    .ivr-flexContainer {
        display: flex;
        width: 100%;
        justify-content: space-between;
        align-items: center
    }

    .ivr-siteVisitBtn {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fff;
        color: #000;
        width: 100%;
        border: none;
        gap: 5px
    }

    .ivr-phoneIcon {
        color: #000;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        width: 50%;
        /* border-right: 1px solid #1b6b4b */
        gap: 5px;
    }

    .ivr-whatsapp {
        background-color: #0ac776;
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        /* border-left: 1px solid #1b6b4b; */
        color: #fff;
        gap: 5px;
    }

    .continue-exploring-text img,
    .cta-container2 {
        display: none
    }

    .cta-desktop {
        padding: 0
    }

    .clampText {
        display: -webkit-box;
        -webkit-line-clamp: 6;
        line-clamp: 6;
        overflow: hidden;
        -webkit-box-orient: vertical
    }

    .readMoreLink {
        display: block;
        text-decoration: underline;
        font-weight: 700
    }
}


/* .property-cards-container{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;padding:0 5rem 2rem}
@media (max-width: 768px) {.property-cards-container{grid-template-columns:repeat(2,1fr);gap:.5rem;padding:0 .5rem 1rem}} */
.ivr-siteVisitBtn {
                position: fixed;
                bottom: 30%;
                right: 20px;
                width: fit-content;
                border-radius: 4px;
                transform: rotate(90deg);
                transform-origin: right;
                padding: 5px 15px;
                z-index: 100;
                box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
            }
            @media (min-width:768px) {
                .ivr-siteVisitBtn {
                    display: none;
                }
            }

            @media (max-width:480px) {
                .property-card .image-container {flex: 0 0 44%;}
                .property-card .content {flex: 0 0 56%;justify-content: space-between;}
            }