/* Auto-generated wrapper to reduce duplication.
   Loads shared styles from style-master.css and keeps this page's specific differences. */

@import url("style-master.css");

/* Per-page header image (was hardcoded in this file before) */
:root {
    --page-header-img: url(../img/carousel-2.jpg);
}


/* Overrides needed to match the original look for pages that used this stylesheet */
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}
