@font-face {
    font-family: 'Oakle';
    src: url('/templates/stratos/webfonts/Oakle.ttf') format('truetype');
}

#sp-top-bar {
    background-color: #0e322a !important;
    color: #f0fcf9 !important;
    border-bottom: 1px solid rgba(240, 252, 249, 0.05) !important;
}

#sp-top-bar a {
    color: #f0fcf9 !important;
    transition: color 0.4s ease;
}

#sp-top-bar a:hover {
    color: #d4af37 !important;
}

#sp-header {
    background-color: #f0fcf9 !important;
    box-shadow: none !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

#sp-header.header-sticky {
    background-color: rgba(240, 252, 249, 0.95) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    box-shadow: none !important;
}

.sp-megamenu-parent > li > a,
.sp-megamenu-parent > li > span {
    color: #175446 !important;
    font-weight: 600 !important;
    position: relative !important;
    display: inline-block !important;
    transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
    background: transparent !important;
    -webkit-text-fill-color: #175446 !important;
    letter-spacing: 0px !important;
}

.sp-megamenu-parent > li:hover > a,
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a {
    background: transparent !important;
    -webkit-text-fill-color: #d4af37 !important;
    -webkit-background-clip: border-box !important;
    background-clip: border-box !important;
    color: #d4af37 !important;
    font-weight: 800 !important;
    letter-spacing: 0.5px !important;
    transform: scale(1.1) !important;
    filter: drop-shadow(0 0 8px rgba(212, 175, 55, 0.2)) !important;
}

.sp-megamenu-parent > li > a::after {
    display: none !important;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
    background-color: #0e322a !important;
    border-top: 3px solid #d4af37 !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15) !important;
    border-radius: 0 0 12px 12px !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
    color: #f0fcf9 !important;
    -webkit-text-fill-color: #f0fcf9 !important;
    transition: all 0.3s ease-in-out !important;
    padding: 12px 20px !important;
    font-weight: 500 !important;
    background: transparent !important;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a {
    color: #d4af37 !important;
    -webkit-text-fill-color: #d4af37 !important;
    background-color: rgba(212, 175, 55, 0.05) !important;
    padding-left: 25px !important;
}

.burger-icon::before {
    background: #175446 !important;
    mask: none !important;
    -webkit-mask: none !important;
    border: none !important;
    padding: 0 !important;
}

#offcanvas-toggler .fa, 
#offcanvas-toggler .fas, 
#offcanvas-toggler .burger-icon span {
    background-color: #175446 !important;
    color: #175446 !important;
}

.offcanvas-menu {
    background: #0e322a !important;
    border-left: 3px solid #d4af37 !important;
}

.offcanvas-menu .offcanvas-inner a {
    color: #f0fcf9 !important;
    transition: all 0.3s ease !important;
}

.offcanvas-menu .offcanvas-inner a:hover,
.offcanvas-menu .offcanvas-inner ul.menu > li.active > a {
    color: #d4af37 !important;
    padding-left: 15px !important;
}

a {
    color: #d4af37;
    transition: color 0.3s ease;
}

a:hover {
    color: #b5952f;
}

#sp-footer, #sp-bottom {
    background-color: #0e322a !important;
    color: #f0fcf9 !important;
    border-top: 1px solid rgba(212, 175, 55, 0.2) !important;
}

#sp-footer a, #sp-bottom a {
    color: #f0fcf9 !important;
}

#sp-footer a:hover, #sp-bottom a:hover {
    color: #d4af37 !important;
}