/* ============================= */
/* Container and typography */
/* ============================= */

.angie-nav-container-81984de3 {
    font-family: inherit;
    direction: rtl;
    width: 100%;
}


/* ============================= */
/* Desktop Menu */
/* ============================= */

.angie-desktop-nav-81984de3 {
    display: none;
    width: 100%;
}

.angie-menu-81984de3 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    width: 100%;
}

.angie-menu-81984de3 a {
    text-decoration: none;
    font-weight: 600;
    color: #06505E;
    transition: color 0.3s ease;
}

.angie-menu-81984de3 a:hover,
.angie-menu-81984de3 a:focus,
.angie-menu-81984de3 a:active {
    color: #F59B1F !important;
    background: transparent !important;
    background-color: transparent !important;
}


/* Desktop only */
@media (min-width: 1025px) {
    .angie-desktop-nav-81984de3 {
        display: block;
    }

    .angie-mobile-nav-toggle-81984de3 {
        display: none !important;
    }

    .angie-offcanvas-81984de3 {
        display: none !important;
    }
}


/* ============================= */
/* Mobile Toggle / Hamburger */
/* ============================= */

.angie-mobile-nav-toggle-81984de3 {
    width: 100%;
}

.angie-mobile-nav-toggle-81984de3 button,
.angie-mobile-nav-toggle-81984de3 button:hover,
.angie-mobile-nav-toggle-81984de3 button:focus,
.angie-mobile-nav-toggle-81984de3 button:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
}

.angie-hamburger-box {
    width: 34px;
    height: 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.angie-hamburger-line {
    display: block;
    width: 34px;
    height: 4px;
    background-color: #06505E;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}


/* ============================= */
/* Offcanvas Wrapper */
/* ============================= */

.angie-offcanvas-81984de3 {
    position: fixed;
    inset: 0;
    z-index: 999999;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.angie-offcanvas-81984de3.is-active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
}


/* ============================= */
/* Overlay */
/* ============================= */

.angie-offcanvas-overlay-81984de3 {
    position: absolute;
    inset: 0;
    background: rgba(6, 80, 94, 0.65);
    backdrop-filter: blur(3px);
}


/* ============================= */
/* Offcanvas Panel */
/* ============================= */

.angie-offcanvas-content-81984de3 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 320px;
    max-width: 85vw;
    background: #ffffff !important;
    padding: 70px 28px 32px;
    transform: translateX(100%);
    transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    direction: rtl;
    box-shadow: -8px 0 30px rgba(0, 0, 0, 0.18);
    z-index: 2;
    border-radius: 0 0 0 24px;
    overflow-y: auto;
}

.angie-offcanvas-81984de3.is-active .angie-offcanvas-content-81984de3 {
    transform: translateX(0);
}


/* ============================= */
/* Close Button */
/* ============================= */

.angie-offcanvas-close-81984de3,
.angie-offcanvas-close-81984de3:hover,
.angie-offcanvas-close-81984de3:focus,
.angie-offcanvas-close-81984de3:active {
    position: absolute;
    top: 18px;
    right: 18px;
    left: auto;
    width: 42px;
    height: 42px;
    background: #F5F5F5 !important;
    background-color: #F5F5F5 !important;
    background-image: none !important;
    color: #06505E !important;
    border: none !important;
    border-radius: 10px;
    box-shadow: none !important;
    outline: none !important;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-tap-highlight-color: transparent;
    transition: color 0.3s ease, background-color 0.3s ease;
}

.angie-offcanvas-close-81984de3:hover {
    color: #F59B1F !important;
}

.angie-offcanvas-close-81984de3::before,
.angie-offcanvas-close-81984de3::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
}


/* ============================= */
/* Offcanvas Menu */
/* ============================= */

.angie-offcanvas-menu-81984de3 {
    list-style: none;
    padding: 0;
    margin: 35px 0 0 0;
}

.angie-offcanvas-menu-81984de3 li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid rgba(6, 80, 94, 0.12);
    background: transparent !important;
    background-color: transparent !important;
}

.angie-offcanvas-menu-81984de3 a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    display: block;
    padding: 15px 0;
    text-align: right;
    color: #06505E !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
    transition: color 0.3s ease, padding-right 0.3s ease;
}

.angie-offcanvas-menu-81984de3 a:hover,
.angie-offcanvas-menu-81984de3 a:focus,
.angie-offcanvas-menu-81984de3 a:active,
.angie-offcanvas-menu-81984de3 li:hover,
.angie-offcanvas-menu-81984de3 li:focus,
.angie-offcanvas-menu-81984de3 li:active {
    background: transparent !important;
    background-color: transparent !important;
    background-image: none !important;
    box-shadow: none !important;
}

.angie-offcanvas-menu-81984de3 a:hover,
.angie-offcanvas-menu-81984de3 a:focus,
.angie-offcanvas-menu-81984de3 a:active {
    color: #F59B1F !important;
    padding-right: 6px;
}


/* Remove unwanted pseudo hover/backgrounds */
.angie-offcanvas-menu-81984de3 li::before,
.angie-offcanvas-menu-81984de3 li::after,
.angie-offcanvas-menu-81984de3 a::before,
.angie-offcanvas-menu-81984de3 a::after {
    content: none !important;
    display: none !important;
    background: transparent !important;
    background-color: transparent !important;
    box-shadow: none !important;
}


/* ============================= */
/* Current / Active Menu Item */
/* ============================= */

.angie-offcanvas-menu-81984de3 .current-menu-item > a,
.angie-offcanvas-menu-81984de3 .current_page_item > a,
.angie-offcanvas-menu-81984de3 .current-menu-ancestor > a {
    color: #F59B1F !important;
    background: transparent !important;
    background-color: transparent !important;
}


/* ============================= */
/* Elementor Editor Fix */
/* ============================= */

.elementor-widget-responsive_nav_81984de3 {
    width: 100%;
}