/**
 * Footer Styles - Complete
 * استایل کامل فوتر با گرادیانت زیبا
 */

/* ==========================================
   FOOTER با گرادیانت محو
========================================== */
/* === Import Yekan Font === */
@font-face {
    font-family: 'Yekan';
    src: url('/wp-content/themes/flexmoviez-theme/assets/fonts/iranyekan/YekanBakh-Medium.woff2') format('woff2'),
         url('/wp-content/themes/flexmoviez-theme/assets/fonts/iranyekan/YekanBakh-Medium.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Yekan';
    src: url('/wp-content/themes/flexmoviez-theme/assets/fonts/iranyekan/YekanBakh-Bold.woff2') format('woff2'),
         url('/wp-content/themes/flexmoviez-theme/assets/fonts/iranyekan/YekanBakh-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.site-footer {
    background: linear-gradient(180deg, 
        #101314 0%,      
        #0d0f10 25%,     
        #090b0c 50%,     
        #050607 75%,     
        #000000 100%     
    );
    color: #94a3b8;
    padding: 20px 0 30px;
    margin-top: 10px;
    font-family: 'Vazirmatn', 'Tahoma', sans-serif;
    position: relative;
}

.site-footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, 
        transparent 0%, 
        rgba(251, 191, 36, 0.3) 50%, 
        transparent 100%
    );
}

.footer-content-wrapper {
    max-width: 1700px;
    margin: 0 auto;
    padding: 0 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* ==========================================
   MENU HORIZONTAL
========================================== */

.footer-menu-horizontal {
    width: 100%;
}

.footer-nav-horizontal {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.footer-nav-horizontal li {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

.footer-nav-horizontal li:not(:last-child)::after {
    content: "•";
    color: #D8B45A;
    font-size: 14px;
    margin-right: 20px;
    margin-left: 20px;
    opacity: 0.7;
}

.footer-nav-horizontal a {
    color: #e2e8f0;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    padding: 5px 0;
}

.footer-nav-horizontal a::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0;
    height: 2px;
    background: #D8B45A;
    transition: width 0.3s ease;
}

.footer-nav-horizontal a:hover {
    color: #D8B45A;
}

.footer-nav-horizontal a:hover::after {
    width: 100%;
}

@media (max-width: 768px) {
    .footer-nav-horizontal li:not(:last-child)::after {
        margin-right: 12px;
        margin-left: 12px;
    }
    
    .footer-nav-horizontal {
        gap: 0;
    }
}


.apps-download-box-horizontal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(16, 19, 20, 0.7);  /* #101314 با 70% */
    backdrop-filter: blur(12px);
    border-radius: 20px;
    padding: 20px 35px;
    margin: 30px auto;
    border: 1px solid rgba(251, 191, 36, 0.15);
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
    direction: rtl;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    max-width: 1600px;
    box-sizing: border-box;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.apps-text-side {
    flex: 1;
}

.apps-header-with-logo {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.apps-logo-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    padding: 5px;
}

.apps-text-group {
    display: flex;
    flex-direction: column;
}

.apps-title {
    font-size: 20px;
    font-weight: 700;
    color: #D8B45A;
    margin-bottom: 5px;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.apps-desc {
    font-size: 13px;
    color: #94a3b8;
    margin: 0;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.apps-icons-side {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.app-icon-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    text-decoration: none;
    transition: all 0.3s ease;
    min-width: 75px;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.app-icon-link i {
    font-size: 24px;
}

.app-icon-link span {
    font-size: 11px;
    color: #cbd5e1;
    font-weight: 500;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.app-icon-link:hover {
    transform: translateY(-3px);
    background: rgba(251, 191, 36, 0.12);
    border-color: rgba(251, 191, 36, 0.3);
}

.app-icon-link:hover span {
    color: #D8B45A;
}

.app-icon-link.android i { color: #3ddc84; }
.app-icon-link.windows i { color: #0078d4; }
.app-icon-link.mac i { color: #999; }
.app-icon-link.linux i { color: #fcc624; }
.app-icon-link.ios i { color: #fff; }
.app-icon-link.tv i { color: #D8B45A; }

/* موبایل */
@media (max-width: 992px) {
    .apps-download-box-horizontal {
        flex-direction: column;
        align-items: stretch;
        padding: 20px;
    }
    
    .apps-header-with-logo {
        justify-content: center;
        text-align: center;
    }
    
    .apps-text-group {
        align-items: center;
    }
    
    .apps-icons-side {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .apps-download-box-horizontal {
        width: calc(100% - 20px);
        padding: 15px;
    }
    
    .apps-logo-img {
        width: 40px;
        height: 40px;
    }
    
    .apps-title {
        font-size: 16px;
    }
    
    .apps-desc {
        font-size: 11px;
    }
    
    .app-icon-link {
        padding: 6px 10px;
        min-width: 65px;
    }
    
    .app-icon-link i {
        font-size: 20px;
    }
    
    .app-icon-link span {
        font-size: 10px;
    }
}


.footer-notice-box {
    background: linear-gradient(135deg, #D8B45A 0%, #f59e0b 100%);
    color: #000;
    padding: 16px 35px;
    border-radius: 12px;
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.25);
    max-width: 800px;
    width: 100%;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.footer-notice-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(
        45deg,
        transparent,
        rgba(255, 255, 255, 0.1),
        transparent
    );
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%) translateY(-100%) rotate(45deg);
    }
    100% {
        transform: translateX(100%) translateY(100%) rotate(45deg);
    }
}

.footer-notice-box p {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.6;
    position: relative;
    z-index: 1;
}

.footer-social-horizontal {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 15px 0;
}

.footer-social-icon {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 40px;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-social-icon svg {
    width: 18px;
    height: 18px;
}

.footer-social-icon span {
    font-size: 13px;
    font-weight: 500;
    color: #cbd5e1;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.footer-social-icon.telegram:hover {
    background: rgba(0, 136, 204, 0.15);
    border-color: #0088cc;
}
.footer-social-icon.telegram:hover svg,
.footer-social-icon.telegram:hover span {
    color: #0088cc;
}

.footer-social-icon.instagram:hover {
    background: linear-gradient(135deg, rgba(225, 48, 108, 0.15), rgba(252, 175, 69, 0.15));
    border-color: #e1306c;
}
.footer-social-icon.instagram:hover svg,
.footer-social-icon.instagram:hover span {
    color: #e1306c;
}

.footer-social-icon.twitter:hover {
    background: rgba(0, 0, 0, 0.2);
    border-color: #ffffff;
}
.footer-social-icon.twitter:hover svg,
.footer-social-icon.twitter:hover span {
    color: #ffffff;
}

/* موبایل */
@media (max-width: 576px) {
    .footer-social-horizontal {
        gap: 12px;
    }
    
    .footer-social-icon {
        padding: 6px 14px;
    }
    
    .footer-social-icon span {
        font-size: 12px;
    }
}

.footer-copyright-simple {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.footer-copyright-simple p {
    margin: 0;
    color: #64748b;
    font-size: 13px;
    font-family: 'Yekan', Tahoma, Arial, sans-serif;
}

.scroll-to-top {
    position: fixed;
    bottom: 90px;
    left: 30px;
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #D8B45A 0%, #f59e0b 100%);
    border: none;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 20px rgba(251, 191, 36, 0.4);
    transition: all 0.3s ease;
    z-index: 9998;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
}

.scroll-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.scroll-to-top:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(251, 191, 36, 0.6);
    background: linear-gradient(135deg, #f59e0b 0%, #D8B45A 100%);
}

.scroll-to-top:active {
    transform: translateY(-2px);
}

.scroll-to-top svg {
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-5px);
    }
}

.mobile-bottom-nav {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 13, 16, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    padding: 10px 0 calc(10px + env(safe-area-inset-bottom));
    z-index: 9999;
    box-shadow: 0 -8px 32px rgba(0, 0, 0, 0.4);
    flex-direction: row !important;
    justify-content: space-around;
    align-items: center;
    min-height: 68px;
}

.mobile-nav-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 4px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
    border: none;
    background: transparent;
    cursor: pointer;
    font-family: 'Yekan', 'Tahoma', Arial, sans-serif;
}

.mobile-nav-item::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%) scaleX(0);
    width: 28px;
    height: 3px;
    background: linear-gradient(90deg, #D8B45A, #f59e0b);
    border-radius: 4px;
    transition: transform 0.3s ease;
}

.mobile-nav-item.active::after {
    transform: translateX(-50%) scaleX(1);
}

.mobile-nav-item:hover {
    color: #D8B45A;
}

.mobile-nav-item.active,
.mobile-nav-item:active {
    color: #D8B45A;
}

.mobile-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

.mobile-nav-icon svg {
    width: 28px;  
    height: 28px; 
    stroke: #ffffff;
    fill: none;
    transition: all 0.3s ease;
}

.mobile-nav-item:hover .mobile-nav-icon svg {
    stroke: #D8B45A;
}

.mobile-nav-item.active .mobile-nav-icon svg {
    stroke: #D8B45A;
}

.mobile-nav-label {
    font-size: 13px; 
    font-weight: 500;
    color: #ffffff;
    transition: all 0.3s ease;
    letter-spacing: 0.3px;
}

.mobile-nav-item:hover .mobile-nav-label {
    color: #D8B45A;
}

.mobile-nav-item.active .mobile-nav-label {
    color: #D8B45A;
}

.mobile-nav-item.active::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px; 
    height: 52px;
    background: rgba(251, 191, 36, 0.08);
    border-radius: 14px;
    z-index: -1;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .mobile-bottom-nav {
        display: flex !important;
        min-height: 72px;
    }
    
    body {
        padding-bottom: 78px;
    }
}

@media (max-width: 480px) {
    .mobile-bottom-nav {
        min-height: 71px;
        padding: 8px 0 calc(8px + env(safe-area-inset-bottom));
    }
    
    .mobile-nav-icon svg {
        width: 24px;
        height: 24px;
    }
    
    .mobile-nav-label {
        font-size: 12px;
    }
    
    .mobile-nav-item {
        padding: 4px 2px;
        gap: 5px;
    }
    
    .mobile-nav-item.active::before {
        width: 44px;
        height: 44px;
    }
    
    .mobile-nav-item::after {
        width: 22px;
        height: 2.5px;
    }
    
    body {
        padding-bottom: 68px;
    }
}

/* ==========================================
   RESPONSIVE - TABLET
========================================== */

@media (max-width: 1024px) {
    .site-footer {
        padding: 50px 0 25px;
        margin-top: 60px;
    }
    
    .footer-content-wrapper {
        padding: 0 30px;
    }
    
    .footer-nav-horizontal {
        gap: 30px;
    }
}

/* =========================================================
   MshdFilm Mobile Bottom Navigation
   ========================================================= */

.mshd-mobile-dock,
.mshd-mobile-menu-layer {
    display: none;
}

@media (max-width: 850px) {

    body {
        padding-bottom: calc(70px + env(safe-area-inset-bottom, 0px));
    }

    /* Bottom Dock */
    .mshd-mobile-dock {
        background: rgba(8, 8, 8, 0.96);
        border-top: 1px solid rgba(255, 255, 255, 0.08);
        bottom: 0;
        box-shadow: 0 -8px 30px rgba(0, 0, 0, 0.35);
        direction: rtl;
        display: flex;
        left: 0;
        padding: 6px 8px calc(6px + env(safe-area-inset-bottom, 0px));
        position: fixed;
        right: 0;
        z-index: 2200;
    }

    .mshd-mobile-nav-item {
        align-items: center;
        background: none;
        border: 0;
        border-radius: 12px;
        color: #8d969d;
        cursor: pointer;
        display: flex;
        flex: 1;
        flex-direction: column;
        font-family: inherit;
        font-size: 11px;
        font-weight: 500;
        gap: 4px;
        height: 56px;
        justify-content: center;
        min-width: 0;
        padding: 5px 0;
        position: relative;
        text-decoration: none;
    }

    .mshd-mobile-nav-item svg {
        height: 23px;
        width: 23px;
    }

    .mshd-mobile-nav-item.active,
    .mshd-mobile-nav-item[aria-expanded="true"] {
        background: rgba(255, 193, 7, 0.06);
        color: #ffc107;
    }

    .mshd-mobile-nav-item.active::before,
    .mshd-mobile-nav-item[aria-expanded="true"]::before {
        background: #ffc107;
        border-radius: 2px;
        content: "";
        height: 2px;
        position: absolute;
        top: 0;
        width: 18px;
    }


    /* =====================================================
       Menu Layer
       ===================================================== */

    .mshd-mobile-menu-layer {
        color: #f1f1f1;
        direction: rtl;
        inset: 0;
        position: fixed;
        z-index: 100100;
    }

    .mshd-mobile-menu-layer[hidden] {
        display: none !important;
    }


    /* Overlay */

    .mshd-mobile-menu-shade {
        animation: mshdMenuFade .2s ease;
        background: rgba(0, 0, 0, 0.72);
        border: 0;
        cursor: pointer;
        height: 100%;
        inset: 0;
        position: absolute;
        width: 100%;
    }


    /* Panel */

    .mshd-mobile-menu-panel {
        animation: mshdMenuEnter .25s ease-out;
        background: #080808;
        border-left: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 22px 0 0 22px;
        bottom: 0;
        box-shadow: -18px 0 60px rgba(0, 0, 0, 0.55);
        display: flex;
        flex-direction: column;
        max-width: 430px;
        min-height: 0;
        overflow: hidden;
        padding-top: env(safe-area-inset-top, 0px);
        position: absolute;
        right: 0;
        top: 0;
        width: calc(100% - 20px);
    }

    .mshd-mobile-menu-panel,
    .mshd-mobile-menu-panel * {
        box-sizing: border-box;
    }


    /* Header */

    .mshd-mobile-menu-head {
        align-items: center;
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        display: flex;
        flex-shrink: 0;
        justify-content: space-between;
        padding: 22px 20px 18px;
    }

    .mshd-mobile-menu-head small {
        color: #ffc107;
        display: block;
        font-size: 10px;
        margin-bottom: 5px;
    }

    .mshd-mobile-menu-head h2 {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        line-height: 1.5;
        margin: 0;
    }

    .mshd-mobile-menu-close {
        align-items: center;
        background: rgba(255, 255, 255, 0.04);
        border: 1px solid rgba(255, 255, 255, 0.09);
        border-radius: 50%;
        color: #bfc5ca;
        cursor: pointer;
        display: flex;
        height: 44px;
        justify-content: center;
        width: 44px;
    }

    .mshd-mobile-menu-close svg {
        height: 21px;
        width: 21px;
    }


    /* Scroll */

    .mshd-mobile-menu-scroll {
        -webkit-overflow-scrolling: touch;
        flex: 1;
        min-height: 0;
        overflow-y: auto;
        overscroll-behavior: contain;
        padding: 18px 18px calc(28px + env(safe-area-inset-bottom, 0px));
    }


    /* Account */

    .mshd-mobile-account {
        align-items: center;
        color: #fff;
        display: flex;
        gap: 12px;
        padding-bottom: 18px;
        text-decoration: none;
    }

    .mshd-account-icon {
        align-items: center;
        background: rgba(255, 193, 7, 0.1);
        border: 1px solid rgba(255, 193, 7, 0.15);
        border-radius: 14px;
        color: #ffc107;
        display: flex;
        flex-shrink: 0;
        height: 46px;
        justify-content: center;
        width: 46px;
    }

    .mshd-mobile-account > span:nth-child(2) {
        flex: 1;
        min-width: 0;
    }

    .mshd-mobile-account strong {
        display: block;
        font-size: 14px;
    }

    .mshd-mobile-account small {
        color: #89939a;
        display: block;
        font-size: 10px;
        line-height: 1.7;
        margin-top: 4px;
    }

    .mshd-mobile-account > svg {
        color: #66727a;
        height: 18px;
        width: 18px;
    }


    /* Shortcuts */

    .mshd-mobile-shortcuts {
        display: grid;
        gap: 8px;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mshd-mobile-link {
        align-items: center;
        background: #111416;
        border: 1px solid rgba(255, 255, 255, 0.07);
        border-radius: 13px;
        color: #dce2e6;
        display: flex;
        gap: 9px;
        min-height: 64px;
        padding: 10px;
        text-decoration: none;
    }

    .mshd-menu-icon {
        align-items: center;
        color: #ffc107;
        display: flex;
        font-size: 15px;
        justify-content: center;
        width: 22px;
    }

    .mshd-mobile-link > span:nth-child(2) {
        flex: 1;
        min-width: 0;
    }

    .mshd-mobile-link strong {
        display: block;
        font-size: 12px;
        font-weight: 600;
    }

    .mshd-mobile-link small {
        color: #778188;
        display: block;
        font-size: 9px;
        margin-top: 3px;
    }

    .mshd-mobile-link > svg {
        color: #5f6b72;
        height: 15px;
        width: 15px;
    }


    /* Heading */

    .mshd-mobile-heading {
        color: #818d95;
        font-size: 10px;
        font-weight: 500;
        margin: 24px 2px 10px;
    }


    /* Discover */

    .mshd-mobile-discover {
        display: grid;
        gap: 7px;
    }

    .mshd-mobile-discover-link {
        align-items: center;
        background: #101315;
        border: 1px solid rgba(255, 255, 255, 0.06);
        border-radius: 12px;
        color: #d9dfe3;
        display: flex;
        gap: 12px;
        min-height: 58px;
        padding: 10px 12px;
        text-decoration: none;
    }

    .mshd-mobile-discover-link > i {
        color: #ffc107;
        font-size: 16px;
        text-align: center;
        width: 22px;
    }

    .mshd-mobile-discover-link > span:nth-child(2) {
        flex: 1;
    }

    .mshd-mobile-discover-link strong {
        display: block;
        font-size: 12px;
        font-weight: 500;
    }

    .mshd-mobile-discover-link small {
        color: #758188;
        display: block;
        font-size: 9px;
        margin-top: 3px;
    }

    .mshd-arrow {
        color: #657179;
        font-size: 20px;
    }


    /* Details */

    .mshd-mobile-details {
        border-bottom: 1px solid rgba(255, 255, 255, 0.07);
        margin-top: 10px;
    }

    .mshd-mobile-details summary {
        align-items: center;
        color: #c4cbd0;
        cursor: pointer;
        display: flex;
        font-size: 12px;
        justify-content: space-between;
        list-style: none;
        min-height: 50px;
        padding: 7px 2px;
    }

    .mshd-mobile-details summary::-webkit-details-marker {
        display: none;
    }

    .mshd-mobile-details summary b {
        color: #87939a;
        font-size: 20px;
        font-weight: 400;
    }

    .mshd-mobile-details[open] summary b {
        transform: rotate(45deg);
    }

    .mshd-mobile-chips {
        display: flex;
        flex-wrap: wrap;
        gap: 7px;
        padding: 0 0 15px;
    }

    .mshd-mobile-chips a {
        background: #111416;
        border: 1px solid rgba(255, 255, 255, 0.08);
        border-radius: 9px;
        color: #b8c2c8;
        font-size: 11px;
        padding: 10px 12px;
        text-decoration: none;
    }


    /* Subscription */

    .mshd-mobile-subscription {
        align-items: center;
        background: linear-gradient(110deg, #1c1a14, #141617);
        border: 1px solid rgba(255, 193, 7, 0.16);
        border-radius: 13px;
        color: #e1c36d;
        display: flex;
        gap: 10px;
        margin-top: 20px;
        padding: 13px 12px;
    }

    .mshd-mobile-subscription > i {
        font-size: 17px;
    }

    .mshd-mobile-subscription > span {
        flex: 1;
    }

    .mshd-mobile-subscription strong {
        display: block;
        font-size: 12px;
    }

    .mshd-mobile-subscription small {
        color: #96928a;
        display: block;
        font-size: 9px;
        margin-top: 3px;
    }

    .mshd-mobile-subscription a {
        background: #ffc107;
        border-radius: 8px;
        color: #111;
        font-size: 10px;
        font-weight: 700;
        padding: 8px 11px;
        text-decoration: none;
    }


    /* Touch */

    .mshd-mobile-menu-panel a:active,
    .mshd-mobile-menu-panel button:active {
        background-color: rgba(255, 255, 255, 0.08);
    }


    /* Animations */

    @keyframes mshdMenuEnter {
        from {
            opacity: 0;
            transform: translateX(30px);
        }

        to {
            opacity: 1;
            transform: translateX(0);
        }
    }

    @keyframes mshdMenuFade {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }
}


@media (prefers-reduced-motion: reduce) {

    .mshd-mobile-menu-panel,
    .mshd-mobile-menu-shade {
        animation: none !important;
    }
}


/* ==========================================
   RESPONSIVE - MOBILE
========================================== */

@media (max-width: 768px) {
    .site-footer {
        padding: 40px 0 20px;
        margin-top: 50px;
    }
    
    .footer-content-wrapper {
        padding: 0 20px;
        gap: 25px;
    }
    
    .footer-copyright-simple p {
        font-size: 12px;
    }
    
    .scroll-to-top {
        bottom: 80px;
        left: 20px;
        width: 48px;
        height: 48px;
    }
}

