:root {
    --primary-inverse: #0038b8 !important;
}

*::selection {
    color: #ffffff !important;
    background: #0038b8 !important;
}

*::-moz-selection {
    color: #ffffff !important;
    background: #0038b8 !important;
}

.patron-feature-img-hover {
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
}

.patron-feature-img-hover:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(0, 56, 184, 0.15) !important;
}

/* Responsive Hero Banner Heights */
.responsive-hero-height {
    min-height: 450px !important;
}
.responsive-hero-row {
    min-height: 350px !important;
}

@media (max-width: 991px) {
    .responsive-hero-height {
        min-height: 250px !important;
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
    .responsive-hero-row {
        min-height: auto !important;
    }
}