/* ================= HEADER GENERAL ================= */
#masthead.site-header {
    position: sticky;
    top: 0;
    z-index: 9999;
}

/* ================= PRIMARY HEADER ================= */
.ast-primary-header-bar {
    background-color: #ffffff !important;
}

/* Primary top-level links */
.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link {
    color: #000000 !important;
}

.ast-primary-header-bar .main-header-menu > .menu-item > .menu-link:hover,
.ast-primary-header-bar .main-header-menu > .menu-item.current-menu-item > .menu-link,
.ast-primary-header-bar .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
    color: #0073e6 !important;
}

/* Primary dropdown */
.ast-primary-header-bar .sub-menu {
    background-color: #ffffff !important;
}

.ast-primary-header-bar .sub-menu .menu-link {
    color: #000000 !important;
}

.ast-primary-header-bar .sub-menu .menu-link:hover,
.ast-primary-header-bar .sub-menu .current-menu-item > .menu-link,
.ast-primary-header-bar .sub-menu .current-menu-ancestor > .menu-link {
    color: #0073e6 !important;
}

/* CTA button */
.ast-primary-header-bar .ast-custom-button,
.ast-primary-header-bar .ast-custom-button-link {
    color: #ffffff !important;
}

/* ================= SECONDARY HEADER ================= */
.ast-below-header-bar {
    background-color: #f3f3f3 !important;
}

/* Secondary top-level links */
.ast-below-header-bar .main-header-menu > .menu-item > .menu-link {
    color: #222222 !important;
}

.ast-below-header-bar .main-header-menu > .menu-item > .menu-link:hover,
.ast-below-header-bar .main-header-menu > .menu-item.current-menu-item > .menu-link,
.ast-below-header-bar .main-header-menu > .menu-item.current-menu-ancestor > .menu-link {
    color: #0073e6 !important;
}

/* Secondary dropdown */
.ast-below-header-bar .sub-menu {
    background-color: #ffffff !important;
}

.ast-below-header-bar .sub-menu .menu-link {
    color: #000000 !important;
}

.ast-below-header-bar .sub-menu .menu-link:hover,
.ast-below-header-bar .sub-menu .current-menu-item > .menu-link,
.ast-below-header-bar .sub-menu .current-menu-ancestor > .menu-link {
    color: #0073e6 !important;
}

/* Apply styles globally across all pages */
body .service-page-info-item {
    background-color: #F3F5F6 !important;
    border-top: 10px solid #333333 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    transition: border-color 0.3s ease !important;
}

body .service-page-info-item:hover {
    border-top: 10px solid #0C65ED !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

body .service-page-related-item {
    background-color: #FFFFFF !important;
    border-top: 10px solid #333333 !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
    transition: border-color 0.3s ease !important;
}

body .service-page-related-item:hover {
    border-top: 10px solid #0C65ED !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    border-left: 0 !important;
}

