#page {
    padding-top: 80px;
}
.admin-bar header.site-header {
    top: var(--height-wpadminbar, 32px);
}
header.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 99;
    /* transition: all .3s; */
    background: #fff;
    max-width: 100%;
}
header.site-header.scoll-header {
    /* padding: 5px 0; */
    /* box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1); */
}
.site-header, .site-main, .widget-area {
    padding: 0;
}
header.site-header {
    height: 80px;
    padding: 10px 0;
    background-color: #2F80ED;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
header.site-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.site-branding {
    margin: 0;
    position: relative;
    z-index: 3;
    width: 23%;
    display: flex;
    justify-content: flex-start;
}
.site-logo {
    margin: 0;
    justify-content: center;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.site-logo .custom-logo {
    --branding--logo--max-width: 100px;
    --branding--logo--max-height: 60px;
    max-height: 60px;
}
.site-description {
    font-weight: 700;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 10px;
    line-height: 100%;
    letter-spacing: 0;
    margin: 9px 0 0;
}
.primary-navigation {
    margin: 0;
}
.primary-navigation a {
    font-family: 'SF Pro Display', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ffffff;
    padding: 10px 25px;
    display: inline-block;
    text-decoration: none;
}
.primary-navigation a:link, 
.primary-navigation a:visited {
    color: #ffffff;
}
.primary-navigation a:hover,
.primary-navigation .current-menu-item > a {
    text-decoration: underline;
}
.primary-navigation .current-menu-item > a:first-child, 
.primary-navigation .current_page_item > a:first-child {
    /* text-decoration: none; */
}


/* Footer */
footer.site-footer {
    max-width: 100%;
    width: 100%;
    padding: 0;
    background-color: #1A2F4F;
    color: #ffffff;
}
.footer-account {
    max-width: 956px;
    margin: 39px auto;
    border-radius: 11px;
    display: flex;
    justify-content: space-between;
    padding: 40px 69px 28px 61px;
    color: #ffffff;
    background-size: 154px;
    background-position: right bottom 5px;
    background-repeat: no-repeat;
    gap: 20px;
}
.footer-account h2 {
    letter-spacing: 0.04em;
    margin: 2px 0 25px;
    color: #ffffff;
}

.footer-account-right {
    text-align: right;
}

.footer-account-right .footer-content-link {
    margin-top: 37px;
}

.footer-account-right .footer-content-link a:hover {
    color: #FF8263;
}

.footer-account-right .footer-content-link a {
    color: #ffffff;
    margin-left: 5px;
    text-decoration: none;
}
.footer-widgets {
    padding-top: 30px;
    margin: 0;
}

.footer-widgets .widget-area {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    justify-content: space-between;
    gap: 15px;
    max-width: 100%;
    font-family: 'SF Pro Display', sans-serif;
    font-size: 16px;
    line-height: 24px;
}
.footer-widgets .widget-area .footer-logo p {
    color: #ffffff;
    font-size: 14px;
}
.widget-area:after {
    display: none;
}
.footer-widgets .widget h2,
.footer-widgets .widget a:link, .footer-widgets .widget a:visited, .footer-widgets .widget a:active,
.footer-widgets .widget ul li a {
    color: #ffffff;
    letter-spacing: 0.02em;
    text-decoration: none;
    font-size: 0.95rem;
    transition: color 0.3s ease;
    opacity: 0.9;
}
.footer-copyright a:hover,
.footer-widgets .widget ul li a:hover {
    text-decoration: underline;
}
.footer-widgets .widget h2,
.footer-widgets .widget h2.widget-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: #ffffff;
}

.footer-widgets .widget ul li {
    line-height: 24px;
    margin-bottom: 9px;
}

.footer-widgets .widget-area .menu-intergrations-container {
    margin-top: 30px;
}
.site-footer .site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: normal;
}

.social-icons {
    list-style: none;
    display: flex;
    margin: 16px 0 0;
    padding: 0;
    gap: 10px;
    flex-wrap: wrap;
}
#colophon {
    margin-top: 15px;
    padding: 0 15px;
}
.footer-copyright {
    font-family: 'SF Pro Display', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    margin-top: 36px;
    color: #ffffff;
    margin-bottom: 36px;
}
.footer-copyright a {
    text-decoration: none;
    color: #ffffff; 
}
.footer-widgets .widget-area .footer-logo {
    width: 49%;
    max-width: 335px;
}

.footer-widgets .widget-area  .footer-menu {
    border: 0;
    width: 60%;
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
section.widget_footer-contact a {
    margin-left: 5px;
}
.footer-follow-us ul.social-icons li.social-icon img {
    width: 18px;
    height: 18px;
}
.footer-widgets .widget-area .footer-logo .wp-block-image {
    text-align: left;
    margin-bottom: 20px;
}
.menu-button-container #primary-mobile-menu {
    padding: 0;
}
.primary-navigation > .primary-menu-container {
    visibility: visible;
    opacity: 1;
    position: relative;
    padding: 0;
    background-color: transparent;
    overflow: initial;
    transform: none;
    margin-right: calc(0px - var(--primary-nav--padding));
    margin-left: calc(0px - var(--primary-nav--padding));
}
.header-button a {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    text-decoration: underline;
    text-decoration-style: solid;
    text-transform: capitalize;
    display: inline-flex;
    text-decoration-thickness: 1px;
}
.header-button a svg {
    margin-left: 4px;
}
.header-right {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.02em;
    text-align: center;
    color: #33475B;
    width: 23%;
    justify-content: flex-end;
}
.header-item {
    margin-right: 24px;
    display: inline-flex;
}
.header-item.header-account {
    margin-right: 0;
}
.header-item svg {
    width: 1.5rem;
    height: 1.5rem;
}
.header-search form.search-form {
    display: none;
}

.header-account a {
    text-decoration: none;
}

.header-search .header-search-label {
    display: inline-flex;
    align-items: center;
}
.header-search {
    display: inline-flex;
}

.header-search form.search-form {
    display: none;
    position: absolute;
    top: 100%;
    right: 15px;
    margin-top: 10px;
    width: 380px;
    max-width: 100%;
}

.header-right a {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-weight: 700;
}
.header-right svg * {
    fill: currentColor;
    stroke: currentColor;
    color: #ffffff;
}
.header-account svg {
    margin-right: 4px;
}
.header-account a {
    text-decoration: none;
    text-transform: capitalize;
}

.header-search .header-search-label {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.header-search .search-form .search-submit {
    font-size: 0;
    padding: 0;
    width: 44px;
    height: 44px;
    background-color: transparent;
    border: none;
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="%2333475B"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    cursor: pointer;
}

.header-search .search-form .search-field {
    margin: 0;
    padding-right: 45px;
    width: 100%;
}

.header-search .search-form .search-submit:hover {
    background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="%23FF8263"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
}
.primary-navigation > div > .menu-wrapper .sub-menu-toggle {
    display: none;
}
.primary-navigation .sub-menu {
    border: none;
    background-color: #2F80ED;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu li {
    background: transparent;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu:before, 
.primary-navigation > div > .menu-wrapper > li > .sub-menu:after {
    display: none;
}
.primary-navigation > div > .menu-wrapper > li > .sub-menu {
    padding-top: 18px;
}
.primary-navigation .sub-menu .menu-item > a {
    padding: 10px 25px;
}
.primary-navigation li.menu-item.menu-item-has-children > a {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M207 381.5L12.7 187.1c-9.4-9.4-9.4-24.6 0-33.9l22.7-22.7c9.4-9.4 24.5-9.4 33.9 0L224 284.5l154.7-154c9.4-9.3 24.5-9.3 33.9 0l22.7 22.7c9.4 9.4 9.4 24.6 0 33.9L241 381.5c-9.4 9.4-24.6 9.4-33.9 0z" fill="%23FFFFFF"/></svg>');
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 12px;
}
@media only screen and (max-width: 1199.98px) {
    .header-item {
        margin-right: 15px;
    }
    .primary-navigation a {
        padding: 10px 15px;
    }
}
@media only screen and (max-width: 1023.98px) {
    .site-branding,
    .header-right {
        width: 15%;
    }

    .primary-navigation a {
        padding: 10px 10px;
    }
    .header-search form.search-form {
        width: calc(100% - 30px);
    }
    .header-search .header-search-label span,
    .header-account a span {
        display: none;
    }
    .header-search .header-search-label svg {
        margin-right: 0;
    }
    .header-item  {
        min-width: 0;
        margin-right: 10px;
    }
    .footer-widgets .widget-area .footer-logo {
        /* max-width: 100%; */
        width: 100%;
    }

    .footer-widgets .widget-area {
        flex-direction: column;
    }

    .footer-widgets .widget-area .footer-menu {
        width: 100%;
    }
}
@media only screen and (max-width: 767.98px) {
    header.site-header {
        height: 65px;
    }
    .site-logo .custom-logo {
        max-height: 45px;
        height: 45px;
        width: 49px;
        object-fit: contain;
    }
    #page {
        padding-top: 65px;
    }
    .header-right, .site-branding {
        width: auto;
    }
    .site-branding {
        width: 100px;
    }
    .menu-button-container {
        display: flex;
        position: static;
        top: 0;
        right: 0;
        padding: 0;
    }
    .primary-navigation li.menu-item.menu-item-has-children > a {
        background: no-repeat;
    }

    .primary-navigation > div > .menu-wrapper > li > .sub-menu {
        padding: 0;
        margin: 0;
    }

    .primary-navigation .sub-menu .menu-item > a {
        font-weight: normal;
    }
    .primary-navigation-open .primary-navigation > .primary-menu-container {
        position: fixed;
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
        top: 65px;
    }
    .primary-navigation-open .site-header.has-logo:not(.has-title-and-tagline).has-menu .site-logo {
        display: flex;
    }
    .primary-navigation-open .menu-button-container {
        width: auto;
        background: transparent;
    }
    .menu-button-container #primary-mobile-menu .dropdown-icon .svg-icon {
        width: 44px;
        height: 44px;
        margin: 0;
        padding: 5px;
    }
    .primary-navigation > .primary-menu-container {
        position: fixed;
        visibility: hidden;
        opacity: 0;
        top: 65px;
        right: 0;
        bottom: 0;
        left: 0;
        padding-top: calc(var(--button--line-height) * var(--primary-nav--font-size-button) + 42px + 5px);
        padding-left: var(--global--spacing-unit);
        padding-right: var(--global--spacing-unit);
        padding-bottom: var(--global--spacing-horizontal);
        background-color: var(--global--color-background);
        transform: translateY(var(--global--spacing-vertical));
        max-height: calc(100vh - 65px);
        overflow-y: auto;
        background-color: #2F80ED;
    }
    .primary-navigation .primary-menu-container > ul > .menu-item {
        width: 100%;
    }
    .primary-navigation > div > .menu-wrapper {
        padding-bottom: 0;
    }
    .header-account svg {
        margin-right: 0;
    }
    .header-button {
        display: none;
    }
    .footer-account {
        flex-direction: column;
        justify-content: left;
        text-align: left;
        padding: 21px 12px 12px;
        gap: 32px;
    }
    .footer-account h2 {
        margin: 0px 0 20px;
    }
    .footer-account-right {
        text-align: left;
    }
    .footer-account-right .btn {
        font-size: 16px;
        padding: 15px 14.5px;
        height: auto;
        width: auto;
    }
    .footer-account-right .footer-content-link {
        font-size: 16px;
        line-height: 24px;
        margin-top: 17px;
    }
    .footer-account-right .footer-content-link a {
        margin-left: 8px;
    }
    .footer-widgets .widget-area {
        flex-direction: column;
        gap: 0;
    }

    .footer-widgets .widget-area .widget {
        margin: 10px 0;
        text-align: left;
    }

    .footer-widgets .widget-area .menu-intergrations-container {
        margin-top: 0;
    }

    .site-footer {
        text-align: left;
    }

    .social-icons {
        justify-content: cenleftter;
    }
    .footer-widgets .widget-area .footer-menu {
        flex-direction: column;
    }   
    .footer-copyright {
        text-align: center;
    }
}