/* Icons: blue color */
.icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
.icon.email { background-image: url('https://img.icons8.com/ios-filled/50/1a3d6b/new-post.png'); }
.icon.phone { background-image: url('https://img.icons8.com/ios-filled/50/1a3d6b/phone.png'); }
.icon.viber { background-image: url('https://img.icons8.com/ios-filled/50/1a3d6b/viber.png'); }
.icon.address { background-image: url('https://img.icons8.com/ios-filled/50/1a3d6b/marker.png'); }
/* Icons: white color */
.icon.email-white { background-image: url('https://img.icons8.com/ios-filled/50/f7f7f7/new-post.png'); }
.icon.phone-white { background-image: url('https://img.icons8.com/ios-filled/50/f7f7f7/phone.png'); }
.icon.viber-white { background-image: url('https://img.icons8.com/ios-filled/50/f7f7f7/viber.png'); }
.icon.address-white { background-image: url('https://img.icons8.com/ios-filled/50/f7f7f7/marker.png'); }

/* Custom Menu Styles */
.main-navigation .main-header-menu .menu-link {
    font-size: 1.2rem !important;
    font-weight: 600 !important;
}

/* Ensure submenu items maintain readability */
.main-header-menu .sub-menu .menu-link {
    font-size: 1rem !important;
    font-weight: 500 !important;
}

/* Adjust spacing for larger text */
.main-header-menu > .menu-item > .menu-link {
    padding-left: 1.2em;
    padding-right: 1.2em;
}

/* Responsive adjustments */
@media (max-width: 921px) {
    .main-header-menu .menu-link {
        font-size: 1.05rem !important;
    }
}

/* Header Menu Background Styling */
.main-header-menu, 
.ast-builder-menu .main-header-menu, 
.ast-builder-menu .main-header-menu .sub-menu {
    background-color: #ffffff !important;
}

/* Ensure menu items remain visible on white background */
.main-header-menu .menu-link,
.ast-builder-menu .main-header-menu .menu-link {
    color: #333333;
}

/* Hover state for menu items */
.main-header-menu .menu-item:hover > .menu-link,
.ast-builder-menu .menu-item:hover > .menu-link {
    background-color: rgba(0, 0, 0, 0.05);
}

/* Active state for menu items */
.main-header-menu .current-menu-item > .menu-link,
.ast-builder-menu .current-menu-item > .menu-link {
    background-color: rgba(0, 0, 0, 0.03);
}

nav.menu-footer-menu-2-container .menu-item {
    text-align: center;
}

.custom-actions {
    padding: 0 2rem 2rem;
    text-align: center;
}

.action-link-btn {
    display: inline-block;
    background: #1aac48;
    color: #fff;
    padding: 1rem 2rem;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 500;
    transition: background-color 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.action-link-btn:hover {
    background: #1e6b1a;
    color: #fff;
    text-decoration: none;
    font-style: italic;
}

.site-footer-above-section-1.site-footer-section.site-footer-section-1 {
    padding: 0px 10px !important;
}

/* Mobile menu background */
@media (max-width: 921px) {
    .ast-builder-menu-mobile .main-navigation,
    .ast-builder-menu-mobile .main-header-menu,
    .ast-builder-menu-mobile .main-header-menu .sub-menu {
        background-color: #ffffff !important;
    }

    .site-footer-above-section-1.site-footer-section.site-footer-section-1 {
        padding: 0px 0 !important;
    }
}

/* Page headers color */
.entry-title,
.ast-single-post .entry-title,
.ast-page-builder-template .entry-title,
.archive .page-title,
.ast-archive-description .ast-archive-title {
    color: #013365 !important;
} 

/* Update top header background and layout */
.everest-top-header {
    background: #1a3d6b;
}
.everest-top-header .ast-container {
    display: flex;
    gap: 0;
    justify-content: space-between;
    padding: 20px 0;
}
.everest-top-header .top-header-item {
    flex: 1 1 25%;
}
.everest-top-header .top-header-item:nth-child(2) {
    flex: 2 1 40%;
}
.everest-top-header .top-header-item:nth-child(3) {
    flex: 2 1 35%;
}
/* Add vertical separators between header items on larger screens */
.everest-top-header .top-header-item:not(:last-child) {
    border-right: 2px solid rgba(255, 255, 255, 0.8);
}
.everest-top-header .top-header-item,
.everest-top-header .top-header-item a {
    color: #ffffff !important;
    font-size: 20px;
    font-weight: bold;
    padding-left: 5px;
}
.top-header-item.top-header-email {
    padding-left: 40px;
}
.everest-top-header .top-header-item.top-header-address {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}


@media (max-width: 768px) {
    .everest-top-header .ast-container {
        flex-wrap: wrap;
    }
    .everest-top-header .top-header-item {
        flex: 1 1 100%;
        border-right: none;
        align-content: center;
        padding-left: 10px !important;
        border-bottom: 1px dotted lightblue;
    }
    .everest-top-header .top-header-item a {
        padding-left: 0px !important;
        font-size: 17px !important;
    }
    .top-header-item.top-header-phone a, 
    .top-header-item.top-header-email a {
        padding-left: 0px !important;
        margin-right: 10px !important;
    }
    .site-above-footer-wrap {
        padding-left: 20px;
        margin-bottom: 20px !important;
    }

    span.icon.address-white {
        margin-left: -15px !important;
    }
} 

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');
html, body {
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    font-size: 18px !important;
}

.ast-builder-footer-grid-columns.site-above-footer-inner-wrap.ast-builder-grid-row {
    grid-column-gap: 10px !important;
}