h1{
    font-size:20px !important;
}
.btn-map {
    bottom: 0px;
    position: relative;
}

.image-cropped {
    width: 100%;
    object-fit: cover;
    object-position: center;
    height: 70vh;
}

.aminities_list {
    display: flex;
    justify-content: space-between;
}

.amenity svg {
    margin-right: 10px !important;
    width: 30px;
    height: 30px;
}

.amenity-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.amenity-text {
    margin-top: 5px;
    font-weight: 500;
    text-align: center;
}

.btn-centered {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
}

.btn-close {
    position: absolute;
    right: -20px;
    top: -30px;
    color: white;
    cursor: pointer;
}

.modal-body {
    padding: 5px;
}

.modal-dialog {
    width: 150vh;
    height: 80vh;
}

.finance-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0px;
    list-style: none;
    padding: 0;
    width: 90%;
    margin: auto;
}

.arrow-between svg {
    width: 20px;
    /* Adjust the width as needed */
    height: 20px;
    /* Adjust the height as needed */
}

.finance-steps__item {
    flex: 1;
    margin: 0 50px;
    /* Adjust the margin value as needed */
}

.btn-design:hover {
    bottom: 0;
    right: 0;
    border-image-source: linear-gradient(to bottom right, #c67067, transparent 35%, transparent 35%, transparent 65%, #c67067);
    border-image-slice: 1;
    border-image-width: 1;
    border-image-outset: 0;
    border-image-repeat: stretch;
}

.register-btn {
    text-align: right;
    padding-left: 0px !important;

}

.swiper-slide-pd {
    background-position: center;
    background-size: cover;
    width: 550px;
    height: 500px;
    font-size: 24px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    object-fit: cover;
    box-shadow: 0px 10px 8px 0px rgba(0, 0, 0, 0.6);

}
.fp-swiper{
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    display: block;
}
.swiper-container{
    height: 600px !important;
}
.swiper-wrapper-top{
    padding-top: 20px !important;
}
.floor-plan-imgs-lead{
    height: 250px;
}
@media only screen and (min-width: 900px) {

.floor-plan-images {
    /* Ensure images do not exceed the container size */
    width: 300px;
    height: 220px;
    /* Add other styles as needed */
}
}
@media only screen and (max-width: 600px) {
    .section-after-gallery {
        display: flex;
        position: relative;
        width: 50%;
        margin: auto;

    }

    .logo-sec {
        position: relative;
        width: 70%;
        margin: auto;
    }

    .register-btn {
        padding-top: 0px !important;
    }

    .register-btn .btn {
        font-size: 13px;
    }

    .mbl-top-sec {
        margin-top: -10px;
    }


    .modal-dialog {
        margin-top: 40%;
        width: 95%;
        height: 100px !important;
    }

    .image-cropped {
        width: 100%;
        object-fit: cover;
        object-position: center;
        height: 50vh;
    }

    .btn-close {
        position: absolute;
        right: -15px;
        top: -30px;
        font-size: 20px;
        color: #fff;
        font-weight: 800;
        cursor: pointer;
    }

    .swiper-slide {
        height: 350px !important;
        width: 300px !important;
        background-position: center !important;
        background-size: cover !important;
    }

    .swiper-container {
        height: 450px !important;
    }

    .finance-steps {
        align-items: center;
        position: relative;
        margin: auto;
        width: 100%;
        align-items: center;

    }

    .finance-steps__item {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin: auto;
        width: 100%;
        text-align: center;
    }

    .arrow-between {
        position: relative;
        right: 0px;
        /* Adjust the height as needed */
    }

    .amenity-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        margin: 5px;
    }

    .finance-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 20%;
        margin: 0px;
    }

    .finance-step svg {
        width: 30px;
        height: 30px;
    }

    .finance-step span {
        font-size: 13px;
    }

    .arrow-between svg {
        width: 12px;
        height: 12px;
    }

    .amenity-icon svg {
        width: 30px;
        height: 30px;
    }

    .amenity-text {
        font-size: 13px;
    }

    .gallery-after {
        margin-top: -70px;
    }

    .amenities-section .amenity {
        position: relative;
        width: 50%;
    }

    .amenity span {
        font-size: 15px !important;
    }

    .amenity {
        margin-top: 30px;
    }
    .gallery-after {
        margin-top: 0px;
        margin-bottom:20px;
    }
    .about-section{
        margin-top: 10px;
    }
}


.btn-video {
    margin-bottom: -30px !important;
}

.about-section {
    margin-top: -30px;
}

.btn-readmore {
    cursor: pointer;
}

.floor-plan-section {
    /* Adjust the overall size of the section if needed */
    max-width: 900px;
    margin: auto;
}

.floor-plan-grid {
    /* Adjust the spacing between images if needed */
    gap: 10px;
}

.floor-plan-images {
    /* Set a maximum width for each image container */
    max-width: 580px;

    /* Add other styles as needed */
}
.overlay-images
{
    position: absolute;
    top: 0;
    font-size: 22px;
    padding: 20px;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(0.5px);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.9;
    color: #000;
}
.qr-code-image svg{
    width: 100px !important;
    height: 100px !important;
}


.finance-step__num {
    font-size: 25px;
}

.amenities-section img {
    height: 100px;
    width: 100px;

}

.amenities-section span {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    /* Ensure the span takes the full height of its container */
}

.amenities-section div {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    text-align: center;
}

.amenity-heading {
    font-weight: 700;
}

.maplibregl-ctrl-attrib.maplibregl-compact-show {
    display: none !important;
}

.overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.listing-photos-grid__item .overlay {
    opacity: 1;
}

.plus-sign {
    font-size: 2rem;
    color: #fff;
}

.developer-logo {
    width: 150px;
    height: 100%;
}
.swiper-pagination-bullet-active{
    background-color: #000 !important;
}
.right-side {
    text-align: right;

}

.section-after-gallery {
    margin-bottom: -50px;
}
.web-remarks-content {
    max-height: 10em;
    overflow: hidden;
    position: relative;
}

.align-end{
    text-align: right;
}
.web-remarks-content::after {
    content: '';
    display: block;
    height: 1.5em;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;

    /* background: linear-gradient(to bottom, transparent, rgb(226, 225, 225)); */
}

.read-more-btn {
    text-decoration: underline;
    background: none;
    border: none;
    color: #000;
    cursor: pointer;
    align-self: flex-end;

    font-size: 1em;
}
.area-title{
    font-size:28px !important;
}
