/* Standardized Responsive Hero Section */

@media (max-width: 1399.98px) {
    .page-hero-title {
        font-size: 42px;
    }
}

@media (max-width: 1199.98px) {
    .page-hero-title {
        font-size: 38px;
    }

    .page-hero {
        min-height: 350px;
        background-size: cover;
    }
}

@media (max-width: 991.98px) {
    .page-hero {
        min-height: 300px;
        margin: 60px auto 0; 
        padding-top: 40px;
        padding-bottom: 20px;
        background-size: cover;
    }

    .page-hero-title {
        font-size: 32px;
    }
}

@media (max-width: 767.98px) {
    .page-hero-title {
        font-size: 28px;
    }
}

@media (max-width: 575.98px) {
    .page-hero {
        min-height: 250px;
        margin: 60px auto 0; 
        padding-top: 40px;
        background-size: cover;
    }

    .page-hero-title {
        font-size: 22px;
    }

    .breadcrumb-custom {
        font-size: 14px;
    }
}
