/* Header CSS */
.header-address .wpsl-locations-details,
.header-address .wpsl-location-address {
    margin: 0;
}

.header-address .wpsl-location-address br {
    display: none;
}

.header-address .wpsl-location-address span:first-child {
    padding-right: 5px;
}

.header-phone .wpsl-locations-details {
    font-size: 0;
    line-height: 0;
}

.header-phone .wpsl-locations-details a {
    font-size: 18px;
    color: #ffffff;
    line-height: 27px;
}

.header-phone .wpsl-locations-details,
.header-phone .wpsl-location-address,
.header-phone .wpsl-contact-details {
    margin: 0;
}

.header-phone a::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-phone a::before {
    content: "";
    position: absolute;
    background: url('/wp-content/uploads/2025/10/phone-icon-1.png');
    width: 20px;
    height: 20px;
    background-size: 20px;
    left: 22px;
    top: 12px;
}

.main-menu .current-menu-parent>a {
    border-bottom: 4px solid #2D5A51;
}

/***** Responsive ******/

@media(max-width: 1200px) {
    .header-phone .wpsl-locations-details a {
        font-size: 16px;
        line-height: 24px
    }
}

@media(width: 1024px) {

    .main-menu li.menu-item:hover .elementskit-dropdown-open {
        opacity: 1 !important;
        visibility: visible !important;
        margin-top: 10px !important;
    }

    .main-menu .elementskit-dropdow {
        pointer-events: auto !important;
    }
}

@media(max-width: 1024px) {

    .mob-menu .current-menu-item>a,
    .mob-menu .current-menu-parent>a {
        color: #2D5A51 !important;
    }

    .mob-menu .ekit-overlay.ekit-bg-black {
        display: none !important;
    }

    .mob-menu .ekit-wid-con .ekit_sidebar-widget-container {
        top: 0px;
    }

    .mob-menu .ekit-wid-con .ekit-sidebar-group.ekit_isActive .ekit_sidebar-widget-container {
        -webkit-transition: all 0s;
        transition: all 0s;
        top: 0px;
    }

    .header-mob-menu .ekit-vertical-navbar-nav .elementskit-dropdown {
        padding: 0 0 15px 0 !important;
    }

    .header-mob-menu .menu-item:has(.elementskit-dropdown-open) a .ekit-submenu-indicator-icon {
        rotate: 180deg;
    }
}

@media(max-width: 768px) {
    .header-phone {
        position: fixed;
        bottom: 15px;
        z-index: 99 !important;
    }

    .header-phone .wpsl-locations-details a {
        font-size: 0;
        line-height: 0;
    }

    .header-phone a::before {
        background-size: 24px;
        left: 13px;
        top: 13px;
    }
}

/********* Footer CSS **********/

.footer-contact-details .wpsl-locations-details {
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.footer-contact-details .wpsl-locations-details a {
    font-size: 16px;
    line-height: 24px;
}

.footer-contact-details .wpsl-locations-details,
.footer-contact-details .wpsl-location-address,
.footer-contact-details .wpsl-contact-details {
    margin: 0;
}

.footer-contact-details.email a {
    text-decoration: underline;
}

@media(max-width: 768px) {
    .footer-contact-details .wpsl-locations-details a {
        font-size: 14px;
        line-height: 21px;
    }
}