/* Custom CSS to adjust carousel width and spacing */
.service-section-container {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.service-section-row {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.service-carousel-container {
    padding: 0;
}

.service-carousel-full {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

/* Standardize header carousel images */
.header-carousel .owl-carousel-item {
    height: 500px;
    overflow: hidden;
}

.header-carousel .owl-carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
