/* .building-info-gallery {
  margin-bottom: 20px;
} */

.building-info-gallery .main-carousel .slide img {
    width: 100%;
    height: 415px;
    /* Set desired height */
    object-fit: cover;
    /* Cover the container without stretching */
    border-radius: 8px;
    /* optional rounded corners */
}

.building-info-gallery .thumb-carousel .thumb img {
    width: 100%;
    height: 80px;
    /* small thumbnail height */
    object-fit: cover;
    border-radius: 10px;
}

.main-carousel .slide img {
    width: 100%;
    border-radius: 8px;
}

.thumb-carousel .thumb {
    padding: 5px;
    width: 149px;
}

.thumb-carousel .thumb img {
    width: 100%;
    cursor: pointer;
    border: 2px solid transparent;
}

.thumb-carousel .slick-current img {
    border-color: #0073e6;
    /* highlight active thumbnail */
}

.thumb-carousel {
    margin-top: 15px;
}

/* .carousel-wrapper { position: relative; } */
/* Slick arrows overlay */
.slick-prev,
.slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 0%);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    z-index: 10;
    font-size: 37px;
    /* increase arrow size */
}

.slick-prev {
    left: 10px;
}

.slick-next {
    right: 10px;
}

/* .slick-prev:hover,
.slick-next:hover {
  background: rgba(0, 0, 0, 0.7);
} */

.amenities-row .amenity-image img {
    max-width: 50px;
    height: auto;
    object-fit: cover;
}

.amenity-image {
    flex: 0 0 60px;
}
/* 
.description {
    margin-bottom: 20px;
} */

.amenities-row .amenity-text h3 {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

.amenities-row .amenity-text p {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.amenity {
    margin-bottom: 10px;
}

.amenity-text {
    margin-left: 10px;
}

.building-info-row {
    display: flex;
    align-items: stretch;
    /* make columns equal height */
}

.building-info-gallery,
.building-info-content {
    display: flex;
    flex-direction: column;
}

.carousel-wrapper {
    position: relative;
    /* padding-top: 15px; */
}
.amenities-list h3{
    margin-bottom: 10px;
}
.building-info-content h2{
    margin-bottom: 10px !important;
}
@media (max-width: 1199.98px) {
    .building-info-gallery .main-carousel .slide img {
        height: 455px;
        object-fit: cover;
        /* ensures image fills the height without distortion */
        width: 100%;
        /* keeps image responsive */
    }

    .description {
        margin-bottom: 0px;
    }
}
@media (max-width: 991.98px) {
  .building-info-content h2 {
    margin-top: 10px !important;
  }
}
