/* Banner Styles - Consistent 240px height for all banner sections */
.ul-breadcrumb {
    height: 240px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.ul-breadcrumb-title {
    margin-bottom: 10px;
}

/* Ensure consistent styling for all banner sections */
section[style*="background-image"] {
    background-size: cover !important;
    background-position: center !important;
}

/* Responsive adjustments */
@media (max-width: 767px) {
    .ul-breadcrumb {
        height: 180px !important;
    }
    
    .ul-breadcrumb-title {
        font-size: 24px !important;
    }
}
