.site-header {
    position: relative;
    z-index: 1000;
}

/* Topbar */
.site-topbar {
    background: #21496e;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 0;
}

.site-topbar a {
    color: #fff;
    text-decoration: none;
}

.site-topbar a:hover {
    color: #fff;
    text-decoration: underline;
}

.site-topbar-claim {
    color: #fff;
    text-align: center;
}

/* Main navigation */
.site-navbar {
    background: #fff;
    min-height: 96px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08);
    padding-top: 0px;
    padding-bottom: 0px;
}

.site-navbar .container {
    display: flex;
    align-items: center;
}

.site-logo {
    margin-right: auto;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar .site-logo img {
    max-width: 150px;
    width: 100%;
    height: auto;
    display: block;
}

/* Right navigation area */
.site-nav-right {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 34px;
}

/* WordPress menu */
.site-main-menu {
    display: flex;
    align-items: center;
    gap: 34px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main-menu .menu-item {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-main-menu .menu-item > a {
    color: #253247;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    padding: 12px 0;
    display: block;
    white-space: nowrap;
}

.site-main-menu .menu-item > a:hover,
.site-main-menu .current-menu-item > a,
.site-main-menu .current-menu-ancestor > a {
    color: #ff4a00;
}

/* Dropdown desktop */
.site-main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 220px;
    background: #fff;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    z-index: 9999;
}

.site-main-menu .menu-item-has-children:hover > .sub-menu,
.site-main-menu .menu-item-has-children:focus-within > .sub-menu {
    display: block;
}

.site-main-menu .sub-menu .menu-item > a {
    padding: 10px 18px;
    font-size: 15px;
    color: #253247;
}

.site-main-menu .sub-menu .menu-item > a:hover {
    background: #f5f5f5;
    color: #ff4a00;
}

/* CTA button */
.site-menu-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ff4a00;
    color: #fff;
    padding: 14px 28px;
    border-radius: 10px;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.site-menu-cta:hover {
    background: #e64000;
    color: #fff;
}

/* Bootstrap toggler */
.site-navbar .navbar-toggler {
    border-color: rgba(33, 73, 110, 0.35);
}

.site-navbar .navbar-toggler:focus {
    box-shadow: 0 0 0 0.15rem rgba(33, 73, 110, 0.25);
}

/* Mobile */
@media (max-width: 991.98px) {
    .site-navbar {
        min-height: auto;
        padding: 16px 0;
    }

    .site-logo img {
        max-width: 150px;
    }

    .site-nav-right {
        display: block;
        width: 100%;
        margin-left: 0;
        padding-top: 20px;
    }

    .site-main-menu {
        display: block;
        width: 100%;
    }

    .site-main-menu .menu-item > a {
        padding: 10px 0;
    }

    .site-main-menu .sub-menu {
        display: block;
        position: static;
        box-shadow: none;
        border-radius: 0;
        padding: 0 0 0 18px;
        margin: 0;
        background: transparent;
    }

    .site-main-menu .sub-menu .menu-item > a {
        padding: 8px 0;
        font-size: 15px;
    }

    .site-menu-cta {
        width: 100%;
        margin-top: 16px;
    }
}


/* ==================================================
   Footer
================================================== */

.site-footer {
    background: #101827;
    color: #9ca3af;
    padding: 72px 0 32px;
}

.site-footer-logo {
    display: inline-block;
    margin-bottom: 32px;
     max-width: 200px;
}

.site-footer-logo img {
    max-width: 150px;
    height: auto;
    display: block;
    filter: brightness(0) invert(1);
}

.site-footer-text {
    max-width: 330px;
    font-size: 17px;
    line-height: 1.55;
    font-weight: 600;
    color: #9ca3af;
    margin-bottom: 28px;
}

.site-footer-title {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 26px;
    font-family: 'Open Sans', sans-serif !important;
}

.site-footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-list li {
    margin-bottom: 14px;
}

.site-footer-list a,
.site-footer-contact a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.site-footer-list a:hover,
.site-footer-contact a:hover,
.site-footer-legal a:hover {
    color: #ff4a00;
}

.site-footer-socials {
    display: flex;
    gap: 16px;
}

.site-footer-socials a {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    text-decoration: none;
}

.site-footer-socials a:hover {
    background: #ff4a00;
    color: #fff;
}

.site-footer-contact {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.site-footer-contact-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    color: #9ca3af;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.45;
}

.site-footer-contact-item i {
    color: #ff4a00;
    font-size: 24px;
    line-height: 1.2;
    flex: 0 0 auto;
}

.site-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.09);
    margin-top: 50px;
    padding-top: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
}

.site-footer-copyright {
    color: #9ca3af;
    font-size: 15px;
    font-weight: 600;
}

.site-footer-legal {
    display: flex;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.site-footer-legal a {
    color: #9ca3af;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 991.98px) {
    .site-footer {
        padding: 56px 0 28px;
    }

    .site-footer-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .site-footer-legal {
        flex-wrap: wrap;
        gap: 16px 24px;
    }
}