/* ============================================
   SEAFOOD4AFRICA - NAVBAR COMPLETE
   Version: 7.3 - Fixed Mobile Toggle
============================================ */

/* -------- ROOT VARIABLES -------- */
:root {
    --sf-navy: #2a2d72;
    --sf-navy-dark: #1f264a;
    --sf-primary: #00a8e8;
    --sf-primary-light: #58c0ef;
    --sf-red: #e63946;
    --sf-red-dark: #d62828;
    --sf-orange: #ff822d;
    --sf-orange-dark: #ff6a00;
    --sf-white: #ffffff;
    --sf-text-light: rgba(255,255,255,0.85);
    --sf-border-light: rgba(255,255,255,0.15);
    --sf-shadow: 0 4px 12px rgba(0,0,0,0.15);
    --sf-shadow-lg: 0 8px 24px rgba(0,0,0,0.2);
    --sf-transition: all 0.3s ease;
}

/* -------- RESET -------- */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* ===== FIX HORIZONTAL SCROLL - RESPONSIVE RTL ===== */

/* Base Fix - All Devices */
html {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
}

body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100vw;
    position: relative;
}

/* Prevent ALL elements from overflowing */
* {
    max-width: 100vw !important;
    box-sizing: border-box;
}

/* RTL Specific - All Devices */
[dir="rtl"] html,
[dir="rtl"] body {
    overflow-x: hidden !important;
    width: 100% !important;
    max-width: 100vw !important;
}

[dir="rtl"] * {
    box-sizing: border-box !important;
}

/* Fix Badge Popup - Responsive */
[dir="rtl"] .badge-popup-overlay {
    overflow-x: hidden;
    padding: 10px;
}

[dir="rtl"] .badge-popup-container {
    max-width: 100% !important;
    width: 95% !important;
    margin: 0 auto;
    left: 0 !important;
    right: 0 !important;
}

[dir="rtl"] .popup-badge-image {
    max-width: 100% !important;
    width: 100% !important;
    height: auto;
    display: block;
    margin: 0 auto;
}

/* Fix Buttons - Mobile */
@media (max-width: 768px) {
    [dir="rtl"] .btn-back-top {
        left: 20px !important;
        right: auto !important;
    }
    
    [dir="rtl"] .whatsapp-float {
        left: 20px !important;
        right: auto !important;
        bottom: 80px;
    }
    
    [dir="rtl"] .popup-close {
        left: 5px !important;
        right: auto !important;
        top: 5px;
    }
    
    [dir="rtl"] .badge-popup-container {
        width: 90% !important;
        padding: 0;
    }
}

@media (max-width: 480px) {
    [dir="rtl"] .badge-popup-overlay {
        padding: 5px;
    }
    
    [dir="rtl"] .badge-popup-container {
        width: 95% !important;
    }
    
    [dir="rtl"] .popup-badge-image {
        width: 100% !important;
        max-width: 100% !important;
    }
    
    [dir="rtl"] .btn-back-top {
        left: 15px !important;
        width: 45px;
        height: 45px;
    }
    
    [dir="rtl"] .whatsapp-float {
        left: 15px !important;
        width: 50px;
        height: 50px;
        bottom: 75px;
    }
}

/* Additional Safety - Remove any transform/translate that might cause overflow */
[dir="rtl"] .badge-popup-container,
[dir="rtl"] .badge-popup-overlay,
[dir="rtl"] .popup-image-wrapper {
    transform: none !important;
    left: 0 !important;
    right: 0 !important;
}

/* ============================================
   ROYAL PATRONAGE BANNER - RESPONSIVE
============================================ */
.mohamad_6 {
    background: linear-gradient(135deg, #ff822d 0%, #ff6a00 100%);
    height: auto;
    min-height: 3rem;
    font-size: 90%;
    text-align: center;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.75rem 2rem;
    box-shadow: 0 2px 8px rgba(255, 130, 45, 0.3);
}

.mohamad_6 h1 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    max-width: 100%;
    word-wrap: break-word;
}

.mohamad_6 img {
    width :40rem;
}

/* ============================================
   RESPONSIVE - ROYAL BANNER
============================================ */

/* Large Screens (1600px+) */
@media (min-width: 1600px) {
    .mohamad_6 {
        min-height: 3.5rem;
        padding: 1rem 3rem;
    }
    .mohamad_6 h1 {
        font-size: 20px;
        letter-spacing: 0.5px;
    }
}

/* Desktop (1200px - 1399px) */
@media (min-width: 1200px) and (max-width: 1399px) {
    .mohamad_6 {
        min-height: 3rem;
        padding: 0.75rem 2rem;
    }
    .mohamad_6 h1 {
        font-size: 17px;
    }
}

/* Small Desktop/Laptop (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
    .mohamad_6 {
        min-height: 3rem;
        padding: 0.75rem 1.5rem;
    }
    .mohamad_6 h1 {
        font-size: 15px;
        letter-spacing: 0.2px;
    }
}

/* Tablet (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .mohamad_6 {
        min-height: 2.5rem;
        padding: 0.6rem 1.5rem;
    }
    .mohamad_6 h1 {
        font-size: 13px;
        letter-spacing: 0.1px;
    }
}

/* Mobile Large (576px - 767px) */
@media (min-width: 576px) and (max-width: 767px) {
    .mohamad_6 {
        min-height: auto;
        padding: 0.5rem 1rem;
    }
    .mohamad_6 h1 {
        font-size: 11px;
        line-height: 1.3;
        letter-spacing: 0;
    }
}

/* Mobile Medium (480px - 575px) */
@media (min-width: 480px) and (max-width: 575px) {
    .mohamad_6 {
        min-height: auto;
        padding: 0.5rem 0.75rem;
    }
    .mohamad_6 h1 {
        font-size: 10px;
        line-height: 1.3;
    }
}

/* Mobile Small (320px - 479px) */
@media (max-width: 479px) {
    .mohamad_6 {
        min-height: auto;
        padding: 0.4rem 0.5rem;
    }
    .mohamad_6 h1 {
        font-size: 8.5px;
        line-height: 1.2;
        letter-spacing: -0.1px;
    }
}

/* Extra Small Mobile (< 375px) */
@media (max-width: 374px) {
    .mohamad_6 {
        padding: 0.3rem 0.5rem;
    }
    .mohamad_6 h1 {
        font-size: 7.5px;
        line-height: 1.2;
    }
}

/* RTL Support */
[dir="rtl"] .mohamad_6 h1 {
    font-family: 'Arial', sans-serif;
    letter-spacing: 0;
}

/* ============================================
   HEADER POSITIONING ADJUSTMENT
============================================ */
.sf-header {
    top: 3rem; /* Adjust based on banner height */
}

@media (max-width: 991px) {
    .sf-header {
        top: 2.5rem;
    }
}

@media (max-width: 767px) {
    .sf-header {
        top: auto; /* Banner height is flexible on mobile */
    }
}

/* ============================================
   HEADER - TRANSPARENT WITH BLUR
============================================ */
.sf-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: none;
    z-index: 9999;
    transition: transform 0.3s ease, background 0.3s ease;
    transform: translateY(0);
}

.sf-header.sf-scrolled {
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.sf-header.sf-hidden {
    transform: translateY(-100%);
}

.sf-container {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0.5rem 2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

/* ============================================
   LOGO
============================================ */
.sf-logo-wrapper {
    flex-shrink: 0;
    background: transparent;
    padding: 0.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--sf-transition);
    max-width: 250px;
}

.sf-logo-img {
    height: 9rem;
    width: auto;
    display: block;
    transition: var(--sf-transition);
    filter: brightness(1.1) drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.sf-header.sf-scrolled .sf-logo-img {
    height: 50px;
}

/* ============================================
   MAIN CONTENT - 2 ROWS LAYOUT (DESKTOP ONLY)
============================================ */
.sf-main-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.5rem;
}

/* Top Row: Languages */
.sf-top-languages {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.sf-lang-links {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.sf-lang-link {
    color: var(--sf-white);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: var(--sf-transition);
    letter-spacing: 0.3px;
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
}

.sf-lang-link:hover,
.sf-lang-link.sf-active {
    color: var(--sf-primary-light);
}

.sf-lang-divider {
    color: var(--sf-white);
    opacity: 0.6;
    font-size: 12px;
    margin: 0 0.3rem;
}

/* Bottom Row: Navigation Menu */
.sf-nav-desktop {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}

.sf-nav-menu {
    display: flex;
    align-items: center;
    gap: 0.2rem;
    list-style: none;
}

.sf-nav-item {
    position: relative;
}

.sf-nav-link {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.8rem 0.7rem;
    color: var(--sf-white);
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    transition: var(--sf-transition);
    text-shadow: 0 2px 4px rgba(0,0,0,0.3);
    text-transform: uppercase;
    letter-spacing: 0.2px;
    white-space: nowrap;
}

.sf-nav-link:hover {
    color: var(--sf-primary-light);
    text-shadow: 0 2px 8px rgba(88, 192, 239, 0.5);
}

/* Home Icon Link */
.sf-nav-link.sf-home-icon {
    padding: 0.8rem;
    margin-right: 0.5rem;
}

.sf-nav-link.sf-home-icon .sf-icon-home {
    width: 20px;
    height: 20px;
}

/* ============================================
   BOOK YOUR STAND BUTTON - ANIMATED (DESKTOP)
============================================ */
.sf-red-btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.6rem 1.1rem;
    background: var(--sf-orange);
    border: none;
    border-radius: 30px;
    color: var(--sf-white);
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
    transition: var(--sf-transition);
    box-shadow: 0 2px 8px rgba(255, 130, 45, 0.3);
    letter-spacing: 0.2px;
    text-transform: uppercase;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: buttonPulse 2s ease-in-out infinite;
}

.sf-red-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.sf-red-btn:hover::before {
    left: 100%;
}

.sf-red-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
    opacity: 1;
    z-index: -1;
}

.sf-red-btn:active::after {
    width: 300px;
    height: 300px;
    opacity: 0;
}

.sf-red-btn:hover {
    transform: translateY(-3px) scale(1.05);
    box-shadow: 0 6px 20px rgba(255, 130, 45, 0.6);
    background: #29267c;
    color: var(--sf-white);
    animation: buttonGlow 1.5s ease-in-out infinite;
}

@keyframes buttonPulse {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(255, 130, 45, 0.3), 0 0 0 0 rgba(255, 130, 45, 0.7);
    }
    50% {
        box-shadow: 0 2px 8px rgba(255, 130, 45, 0.3), 0 0 0 10px rgba(255, 130, 45, 0);
    }
}

@keyframes buttonGlow {
    0%, 100% {
        box-shadow: 0 6px 20px rgba(255, 130, 45, 0.6);
    }
    50% {
        box-shadow: 0 6px 30px rgba(255, 130, 45, 0.9), 0 0 40px rgba(255, 130, 45, 0.5);
    }
}

/* ============================================
   ICONS
============================================ */
.sf-icon-home {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}

/* ============================================
   MOBILE TOGGLE - CLEAN 3 LINES
============================================ */
.sf-mobile-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    z-index: 10001;
}

.sf-hamburger {
    width: 24px;
    height: 2px;
    background: var(--sf-white);
    position: relative;
    transition: var(--sf-transition);
}

.sf-hamburger::before,
.sf-hamburger::after {
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: var(--sf-white);
    transition: var(--sf-transition);
}

.sf-hamburger::before {
    top: -8px;
}

.sf-hamburger::after {
    bottom: -8px;
}

/* Active State - X Shape */
.sf-mobile-toggle.sf-active .sf-hamburger {
    background: transparent;
}

.sf-mobile-toggle.sf-active .sf-hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.sf-mobile-toggle.sf-active .sf-hamburger::after {
    bottom: 0;
    transform: rotate(-45deg);
}

/* ============================================
   MOBILE MENU
============================================ */
.sf-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width: 350px;
    height: 100vh;
    background: linear-gradient(135deg, var(--sf-navy-dark), var(--sf-navy));
    z-index: 10000;
    overflow-y: auto;
    transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.3);
}

.sf-mobile-menu.sf-active {
    right: 0;
}

.sf-mobile-menu-inner {
    padding: 1.5rem;
    min-height: 100vh;
}

.sf-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid var(--sf-border-light);
}

.sf-mobile-logo {
    height: 5rem;
    width: auto;
}

.sf-mobile-close {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.2);
    border: none;
    border-radius: 50%;
    color: var(--sf-white);
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--sf-transition);
    flex-shrink: 0;
}

.sf-mobile-close:hover {
    background: rgba(255,255,255,0.3);
    transform: rotate(90deg);
}

.sf-icon-close {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
}

.sf-icon-close::before,
.sf-icon-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background: currentColor;
}

.sf-icon-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.sf-icon-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sf-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sf-mobile-menu-list > li {
    margin-bottom: 0.5rem;
}

.sf-mobile-menu-list > li:last-child {
    margin-bottom: 0;
}

.sf-mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    padding: 1rem 1.25rem;
    color: var(--sf-white);
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 10px;
    transition: var(--sf-transition);
}

.sf-mobile-menu-list > li > a:hover {
    background: rgba(255,255,255,0.15);
    transform: translateX(5px);
}

/* ============================================
   MOBILE FEATURED BUTTON
============================================ */
.sf-mobile-featured {
    background: linear-gradient(135deg, var(--sf-orange), var(--sf-orange-dark)) !important;
    color: var(--sf-white) !important;
    font-weight: 700 !important;
    text-align: center;
    justify-content: center;
    padding: 1.2rem 1.25rem !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(255, 130, 45, 0.3);
    position: relative;
    overflow: hidden;
    z-index: 1;
    animation: buttonPulseMobile 2s ease-in-out infinite;
}

.sf-mobile-featured::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);
    transition: left 0.5s ease;
    z-index: -1;
}

.sf-mobile-featured:hover::before {
    left: 100%;
}

.sf-mobile-featured::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%);
    transition: width 0.6s ease, height 0.6s ease, opacity 0.6s ease;
    opacity: 1;
    z-index: -1;
}

.sf-mobile-featured:active::after {
    width: 300px;
    height: 300px;
    opacity: 0;
}

.sf-mobile-featured:hover {
    transform: translateY(-2px) scale(1.02) !important;
    box-shadow: 0 6px 25px rgba(255, 130, 45, 0.5) !important;
    animation: buttonGlowMobile 1.5s ease-in-out infinite;
}

@keyframes buttonPulseMobile {
    0%, 100% {
        box-shadow: 0 4px 15px rgba(255, 130, 45, 0.3), 0 0 0 0 rgba(255, 130, 45, 0.7);
    }
    50% {
        box-shadow: 0 4px 15px rgba(255, 130, 45, 0.3), 0 0 0 8px rgba(255, 130, 45, 0);
    }
}

@keyframes buttonGlowMobile {
    0%, 100% {
        box-shadow: 0 6px 25px rgba(255, 130, 45, 0.5);
    }
    50% {
        box-shadow: 0 6px 30px rgba(255, 130, 45, 0.8), 0 0 30px rgba(255, 130, 45, 0.4);
    }
}

.sf-mobile-icon-home {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ffffff' stroke-width='2'%3E%3Cpath d='M3 9l9-7 9 7v11a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z'/%3E%3Cpolyline points='9 22 9 12 15 12 15 22'/%3E%3C/svg%3E");
}

.sf-mobile-actions {
    margin-top: 2rem;
    padding-top: 2rem;
    border-bottom: 1px solid var(--sf-border-light);
}

.sf-mobile-lang {
    display: flex;
    gap: 0.75rem;
}

.sf-mobile-lang-item {
    flex: 1;
    padding: 0.75rem;
    text-align: center;
    background: rgba(255,255,255,0.15);
    color: var(--sf-white);
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: var(--sf-transition);
}

.sf-mobile-lang-item:hover,
.sf-mobile-lang-item.sf-active {
    background: var(--sf-white);
    color: var(--sf-navy);
}

.sf-mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.7);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.sf-mobile-overlay.sf-active {
    opacity: 1;
    visibility: visible;
}

/* ============================================
   RESPONSIVE
============================================ */
@media (min-width: 1600px) {
    .sf-logo-img { height: 11rem; padding: 0px 0 0 8rem;}
    .sf-nav-link { padding: 0.8rem 1rem; font-size: 13px; }
    .sf-red-btn { padding: 0.6rem 1.3rem; font-size: 12px; }
}

@media (min-width: 1400px) and (max-width: 1599px) {
    .sf-container { padding: 0.5rem 1.5rem; gap: 0.8rem; }
    .sf-logo-img { height: 75px; }
    .sf-nav-link { padding: 0.8rem 0.6rem; font-size: 11.5px; }
    .sf-red-btn { padding: 0.6rem 1rem; font-size: 11px; }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .sf-container { padding: 0.5rem 1.2rem; gap: 0.5rem; }
    .sf-logo-img { height: 9rem; padding: 0 0 0 3rem; }
    .sf-nav-link { padding: 0.7rem 0.5rem; font-size: 11px; }
    .sf-red-btn { padding: 0.55rem 0.9rem; font-size: 10.5px; }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sf-container { padding: 0.5rem 1rem; gap: 0.3rem; }
    .sf-logo-img { height: 65px; }
    .sf-nav-link { padding: 0.7rem 0.4rem; font-size: 10px; }
    .sf-red-btn { padding: 0.5rem 0.8rem; font-size: 10px; }
}

@media (max-width: 991px) {
    .sf-main-content { display: none !important; }
    .sf-mobile-toggle { display: flex; }
    .sf-container { padding: 0.75rem 1.5rem; gap: 1rem; }
    .sf-logo-img { height: 60px; }
    .sf-header.sf-scrolled .sf-logo-img { height: 50px; }
}

@media (max-width: 767px) {
    .sf-container { padding: 0.5rem 1rem; }
    .sf-logo-img { height: 50px; }
    .sf-header.sf-scrolled .sf-logo-img { height: 45px; }
    .sf-mobile-menu { max-width: 300px; }
}

@media (max-width: 480px) {
    .sf-container { padding: 0.5rem 0.75rem; }
    .sf-logo-img { height: 5rem; }
    .sf-header.sf-scrolled .sf-logo-img { height: 40px; }
    .sf-mobile-menu { max-width: 100%; }
}

[dir="rtl"] .sf-mobile-menu { right: auto; left: -100%; }
[dir="rtl"] .sf-mobile-menu.sf-active { left: 0; right: auto; }
[dir="rtl"] .sf-mobile-menu-list > li > a:hover { transform: translateX(-5px); }

@media (prefers-reduced-motion: reduce) {
    .sf-red-btn, .sf-mobile-featured { animation: none !important; }
    * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; }
}

html { scroll-behavior: smooth; }

.sf-nav-link:focus,
.sf-red-btn:focus,
.sf-mobile-toggle:focus,
.sf-mobile-close:focus,
.sf-mobile-lang-item:focus,
.sf-mobile-menu-list > li > a:focus,
.sf-mobile-featured:focus,
.sf-lang-link:focus {
    outline: none;
}