/* Custom styles for reference section */

/* Reference carousel images - square crop with centered content */
.tiny-slide-portfolio .tiny-slider img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .tiny-slide-portfolio .tiny-slider img {
        height: 350px;
    }
}

@media (max-width: 767px) {
    .tiny-slide-portfolio .tiny-slider img {
        height: 300px;
    }
}

@media (max-width: 575px) {
    .tiny-slide-portfolio .tiny-slider img {
        height: 250px;
    }
}

/* Reduce spacing for reference cards */
.row.align-items-center.mb-5.pb-5 {
    margin-bottom: 3rem !important;
    padding-bottom: 2rem !important;
}
