.carousel-item img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
}
.prop-name{
    font-size: 2rem;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.commission{
    font-size: 1.2rem;
    font-weight: 600;
}
.price-details{
    font-size: 1.5rem;
    font-weight: 800;
}

.modal-content {
    background-color: #ffffff;
    color: #000;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}
.property-page-logo{
    max-width: 140px;
    filter: drop-shadow(2px 4px 6px grey);
}
.property-page-developer-logo{
    max-width: 140px;
    max-height: 50px;
}
.navbar {
    /* position: fixed; */
    display: flex;
    align-items: center;
    padding-top: .5rem;
    padding-bottom: .5rem;
    width: 100%;
    z-index: 9;
    background: rgb(255, 255, 255);
    /* background: linear-gradient(180deg, rgb(255 255 255 / 92%) 0%, rgba(0, 0, 0, 0) 100%); */
    }  


    /* about us  */

    /* Custom Styles */
    .section-title {
        font-size: 2.5rem;
        font-weight: 700;
    }

    .section-subtitle {
        font-size: 1.2rem;
        color: #6c757d;
    }

    .icon-box {
        transition: all 0.3s ease-in-out;
    }

    .icon-box:hover {
        transform: translateY(-10px);
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
    }

    .icon-box i {
        font-size: 3rem;
        margin-bottom: 15px;
    }

    .bg-custom {
        background-color: #f8f9fa;
    }

    .about-image {
        border-radius: 10px;
    }

    .location-image-container{
        height: 300px;
    }

    /*  */
    