/* ------------------------------
   فونت و رنگ‌های برند کاژاو
--------------------------------*/
@font-face {
    font-family: "IRANSans";
    src: url("/static/fonts/iransans/iransans-main/files/IRANSansWeb.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "IRANSans";
    src: url("/static/fonts/iransans/iransans-main/files/IRANSansWeb_Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
    font-family: "IRANSans", sans-serif !important;
    background-color: #1A1A1A;
    color: #FFF8E7;
    margin: 0;
    padding: 0;
}

:root {
    --k-orange: #F28C28;
    --k-black: #1A1A1A;
    --k-cream: #FFF8E7;
    --k-gray: #2B2B2B;
    --k-green: #3CB371;
}


/* هدر اصلی */
.k-logo-box {
    display: flex;
    align-items: center;
    gap: 12px;
    direction: rtl;
    margin-right: 0;

}

.k-header .container {
    padding-right: 0 !important;
}


.k-header-logo {
    height: 55px;
    width: auto;
}

.k-logo-text {
    display: flex;
    flex-direction: column;
}

.k-logo-fa {
    font-size: 26px;
    font-weight: 900;
    color: var(--k-orange);
}

.k-logo-tagline {
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    opacity: 0.85;
}

.k-header {
    position: sticky;
    top: 0;
    width: 100%;
    background: rgba(10, 10, 10, 0.75);
    backdrop-filter: blur(12px);
    padding: 14px 0;
    border-bottom: 2px solid var(--k-orange);
    z-index: 999;
}


.k-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}


.home-buttons {
    position: static;
    display: flex;
    gap: 16px;
}





.home-btn {
    background: #ffffff;
    color: #333;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.10);
    transition: 0.25s ease;
}


.home-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}


.top-contact-links {
    position: static;
    display: flex;
    align-items: center;
    gap: 4px;
}

.contact-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 3px;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.85;
    transition: 0.25s ease;
}

.contact-item .icon {
    width: 32px;
    height: 32px;
    transition: 0.25s ease;
    opacity: 0.9;
}


.contact-item:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.contact-item:hover .icon {
    transform: scale(1.15);
    opacity: 1;
}

.k-cat-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
    border-radius: 14px;
}



/* ------------------------------
   دکمه CTA
--------------------------------*/
.k-cta-btn {
    background-color: var(--k-orange);
    border-color: var(--k-orange);
    color: #fff;
    font-weight: 600;
}

.k-cta-btn:hover {
    background-color: #ff9b35;
    border-color: #ff9b35;
    color: #fff;
}


/* ------------------------------
   منو
--------------------------------*/
.k-menu-category {
    border-top: 1px solid #333;
    padding-top: 2rem;
}

.k-menu-title {
    font-size: 22px;
    font-weight: 900;
    color: #fff;
    padding: 10px 22px;
    margin-top: 40px;
    margin-bottom: 25px;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    background: rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(6px);
    border: 2px solid #00eaff;
    box-shadow:
        0 0 8px #00eaff,
        0 0 15px #00eaff,
        inset 0 0 8px #00eaff;
}

.k-menu-card {
    background-color: var(--k-gray);
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease;
}

.k-menu-card:hover {
    transform: translateY(-6px);
}

.k-menu-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.k-menu-body {
    padding: 1rem 1.2rem 1.2rem;
}

.k-menu-name {
    font-size: 1.2rem;
    font-weight: 700;
}

.k-menu-details {
    font-size: 0.9rem;
    color: #ddd;
    margin-bottom: 0.8rem;
}

.k-menu-price {
    font-weight: 800;
    color: var(--k-orange);
    font-size: 1.1rem;
}

/* ------------------------------
   Footer
--------------------------------*/
.k-footer {
    background-color: #000;
    color: #ccc;
}

.k-footer-logo {
    height: 50px;
    border-radius: 8px;
    object-fit: cover;
}

.k-footer-linkedin {
    margin-left: auto;
}

#slider147_222 .k-hero-slider {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.k-hero-slide {
    height: 85vh;
    object-fit: cover;
}

.k-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(242, 140, 40, 0.55), rgba(242, 140, 40, 0.55));
    z-index: 2;
}

.k-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    color: white;
}

.k-hero-title {
    font-size: 3rem;
    font-weight: 900;
}

.k-hero-subtitle {
    font-size: 1.2rem;
    opacity: 0.9;
    margin-bottom: 1.5rem;
}

.k-about-image {
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.k-about-image:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
}

.k-hero-slider {
    position: relative;
    height: 85vh;
    overflow: hidden;
}

.k-hero-slide {
    height: 85vh;
    object-fit: cover;
}

.k-hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(223, 232, 232, 0.45);
    z-index: 2;
}

.k-slider-buttons a {
    padding: 20px 120px !important;
    min-width: 160px;
    text-align: center;
}

.k-hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    text-align: center;
    color: white;
}

.k-categories .row {
    display: flex;
    align-items: stretch;
}

.k-cat-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.k-cat-card .k-cat-text {
    flex-grow: 1;
}


.k-menu-category .row {
    display: flex;
    align-items: stretch;
}

.k-menu-card {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.k-menu-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.k-menu-price {
    margin-top: auto;
    font-weight: 800;
    color: var(--k-orange);
    font-size: 1.1rem;
}

.k-menu-card {
    background-color: var(--k-gray);
    border-radius: 18px;
    overflow: hidden;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.k-menu-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.35);
}

.k-menu-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.k-menu-body {
    flex-grow: 1;
    padding: 1.2rem;
    display: flex;
    flex-direction: column;
}

.k-menu-title {
    font-weight: 800;
    margin-bottom: 0.5rem;
}

.k-menu-text {
    flex-grow: 1;
    opacity: 0.9;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

.k-menu-price {
    margin-top: auto;
    font-weight: 800;
    color: var(--k-orange);
    font-size: 1.1rem;
}



.k-cat-card {
    background: radial-gradient(circle at top, #0a0a0a, #000000 70%);
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(0, 255, 255, 0.15);
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.25);
    transition: 0.3s;
}

.k-cat-card {
    background: linear-gradient(145deg, #0a0f1f, #000000);
    border-radius: 22px;
    padding: 22px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    box-shadow:
        0 0 25px rgba(0, 255, 255, 0.25),
        inset 0 0 20px rgba(0, 255, 255, 0.15);
    transition: 0.35s ease;
}

.k-cat-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:
        0 0 45px rgba(0, 255, 255, 0.45),
        inset 0 0 30px rgba(0, 255, 255, 0.25);
}

.k-categories {
    position: relative;
    padding: 100px 0;
    background: #000;
    overflow: hidden;
}

.k-categories::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 255, 255, 0.15) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 255, 255, 0.15) 1px, transparent 1px);
    background-size: 60px 60px;
    animation: gridMove 12s linear infinite;
    opacity: 0.7;
    z-index: 1;
}

.k-categories::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 20% 30%, rgba(0, 255, 255, 0.25), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(0, 255, 255, 0.2), transparent 70%),
        radial-gradient(circle at 50% 50%, rgba(0, 255, 255, 0.15), transparent 80%);
    filter: blur(20px);
    animation: pulseGlow 6s ease-in-out infinite;
    z-index: 1;
}

.k-cat-card {
    position: relative;
    z-index: 5;
}

@keyframes gridMove {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 120px 120px;
    }
}

@keyframes pulseGlow {
    0% {
        opacity: 0.4;
    }

    50% {
        opacity: 0.9;
    }

    100% {
        opacity: 0.4;
    }
}

#why_kazhav {
    position: relative !important;
    padding: 120px 0 !important;
    background: #faf7f2 !important;
    overflow: hidden !important;
    z-index: 0 !important;
}

#why_kazhav::after {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background-image:
        linear-gradient(90deg, rgba(255, 120, 0, 0.18) 1px, transparent 1px),
        linear-gradient(0deg, rgba(255, 120, 0, 0.18) 1px, transparent 1px);
    background-size: 80px 80px !important;
    opacity: 0.45 !important;
    z-index: 1 !important;
}


#why_kazhav::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    background:
        radial-gradient(circle at 20% 30%, rgba(255, 120, 0, 0.25), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(255, 80, 0, 0.2), transparent 70%);
    filter: blur(35px) !important;
    opacity: 0.7 !important;
    z-index: 0 !important;
}

#why_kazhav * {
    color: #000 !important;
    position: relative !important;
    z-index: 5 !important;
}

.k-popular {
    position: relative;
    padding: 80px 0;
    background: radial-gradient(circle at center, #0a0f1f, #000000 70%);
    overflow: hidden;
}

.k-popular::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 60px 60px;
    pointer-events: none;
    z-index: 1;
}

/* نورهای نئونی محو */
.k-popular::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 20%, rgba(0, 255, 255, 0.15), transparent 60%),
        radial-gradient(circle at 80% 70%, rgba(0, 255, 255, 0.1), transparent 70%);
    pointer-events: none;
    z-index: 1;
}

.k-menu-card {
    background: linear-gradient(145deg, #0a0f1f, #000000);
    border-radius: 22px;
    padding: 0;
    border: 1px solid rgba(0, 255, 255, 0.25);
    box-shadow:
        0 0 25px rgba(0, 255, 255, 0.25),
        inset 0 0 20px rgba(0, 255, 255, 0.15);
    transition: 0.35s ease;
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.k-menu-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:
        0 0 45px rgba(0, 255, 255, 0.45),
        inset 0 0 30px rgba(0, 255, 255, 0.25);
}


.k-about-section {
    position: relative;
    padding: 100px 0;
    background: #05070d;
    overflow: hidden;
}

.k-about-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.25;
    z-index: 1;
}

.k-about-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 30%, rgba(0, 255, 255, 0.18), transparent 60%),
        radial-gradient(circle at 75% 70%, rgba(0, 255, 255, 0.12), transparent 70%);
    filter: blur(40px);
    opacity: 0.7;
    z-index: 1;
}

.k-about-section * {
    position: relative;
    z-index: 5;
}

.k-about-image {
    width: 100%;
    max-width: 420px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 255, 255, 0.25);
}

.k-popular-card .k-menu-title,
.k-popular-card .k-menu-text,
.k-popular-card .k-menu-price {
    color: #fff !important;

}

.k-contact-section {
    display: flex;
    align-items: stretch;
    gap: 20px;
    position: relative;
    padding: 100px 0;
    background: #05070d;
    overflow: hidden;
}

.k-contact-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.25;
    z-index: 1;
}

.k-contact-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 30%, rgba(0, 255, 255, 0.18), transparent 60%),
        radial-gradient(circle at 75% 70%, rgba(0, 255, 255, 0.12), transparent 70%);
    filter: blur(40px);
    opacity: 0.7;
    z-index: 1;
}



.k-contact-card {
    flex-direction: column;
    height: 100%;
    display: flex;
    background: #0d0f16;
    border-radius: 18px;
    padding: 2rem;
    text-align: center;
    border: 1px solid rgba(0, 255, 255, 0.2);
    box-shadow: 0 0 25px rgba(0, 255, 255, 0.15);
    transition: 0.3s;
}

.k-contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 0 40px rgba(0, 255, 255, 0.3);
}

.k-contact-icon {
    font-size: 2.8rem;
    margin-bottom: 1rem;
}

.k-contact-text {
    flex-grow: 1;
    opacity: 0.9;
    margin-bottom: 0.8rem;
}

.k-contact-link {
    color: var(--k-orange);
    font-weight: 700;
    text-decoration: none;
}

.k-contact-link:hover {
    text-shadow: 0 0 8px var(--k-orange);
}

.k-category-section {
    position: relative;
    padding: 100px 0;
    background: #05070d;
    overflow: hidden;
}

.k-category-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(90deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(0, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 70px 70px;
    opacity: 0.25;
    z-index: 1;
}

.k-category-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 25% 30%, rgba(0, 255, 255, 0.18), transparent 60%),
        radial-gradient(circle at 75% 70%, rgba(0, 255, 255, 0.12), transparent 70%);
    filter: blur(40px);
    opacity: 0.7;
    z-index: 1;
}

.k-category-section * {
    position: relative;
    z-index: 5;
}

.k-slider-buttons {
    position: absolute;
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 22px;
    z-index: 999;
}

.k-slider-btn {
    padding: 12px 38px;
    background: #ff9d00;
    border: 2px solid #ff9d00;
    border-radius: 40px;
    color: #000;
    font-weight: 900;
    font-size: 1.1rem;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: 0.25s ease;
    box-shadow: 0 0 18px #ff9d00;
}

.k-slider-btn:hover {
    background: #00ffff;
    border-color: #00ffff;
    box-shadow: 0 0 35px #00ffff;
    transform: translateY(-4px) scale(1.05);
}

.category-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 28px;
    justify-items: center;
    margin-top: 40px;
}

.category-menu .k-cat-card {
    background: linear-gradient(145deg, #0a0f1f, #000000);
    border-radius: 22px;
    padding: 22px;
    width: 100%;
    max-width: 210px;
    border: 1px solid rgba(0, 255, 255, 0.25);
    box-shadow:
        0 0 25px rgba(0, 255, 255, 0.25),
        inset 0 0 20px rgba(0, 255, 255, 0.15);
    transition: 0.35s ease;
    text-align: center;
}




.category-menu .k-cat-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow:
        0 0 45px rgba(0, 255, 255, 0.45),
        inset 0 0 30px rgba(0, 255, 255, 0.25);
}

.category-menu .cat-img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-radius: 14px;
    margin-bottom: 12px;
}

.category-menu .k-cat-card span {
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
}

.category-menu .k-cat-card .cat-desc {
    font-size: 12px;
    opacity: 0.8;
    margin-top: 6px;
}

html {
    scroll-behavior: smooth;
}

.k-slider-content {
    position: absolute;
    bottom: 130px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 25;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}


.k-open-status {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.12);
    padding: 12px 22px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
}

.k-hours {
    font-size: 20px;
    font-weight: 700;
    color: #0a0303;
}

.k-open-text {
    font-size: 26px;
    font-weight: 900;
    color: #23211d;
    letter-spacing: 1px;
}

.k-footer {
    background: #000;
    padding: 30px 0;
    text-align: center;
}

.k-footer-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin: 0 15px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    opacity: 0.85;
    transition: 0.25s ease;
}

.k-footer-link:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.k-footer-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    object-position: center;
    display: block;
    opacity: 0.9;
}

.k-desktop-icon {
    width: 62px;
    height: 62px;
    object-fit: contain;
    object-position: center;
    display: block;
}




@media (max-width: 768px) {

    .k-logo-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 4px;
        width: 100%;
    }

    .k-header-logo {
        height: 55px;
        margin-bottom: 4px;
    }

    .k-logo-fa {
        font-size: 22px;
        font-weight: 900;
        margin: 0;
    }

    .k-logo-tagline {
        font-size: 8px;
        opacity: 0.9;
        margin: 0;
    }

    .k-header-inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
        position: relative;
    }

    .k-burger {
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .k-mobile-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #000;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        display: flex;
        justify-content: space-around;
        padding: 8px 0;
        z-index: 9999;
    }

    .k-nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #fff;
        font-size: 11px;
        opacity: 0.85;
        transition: 0.2s;
    }

    .k-nav-item img {
        width: 70px;
        height: 70px;
        object-fit: contain;
        object-position: center;
        margin-bottom: 3px;
        opacity: 0.9;
    }

    .k-nav-item:hover {
        opacity: 1;
        transform: translateY(-2px);
    }

    body {
        padding-bottom: 70px;
    }



    .contact-item {
        display: none
    }



    .home-buttons {
        display: none !important;
    }

    .k-header {
        padding: 6px;
    }


    .k-categories .col-md-4 {
        width: 33.33% !important;
        flex: 0 0 33.33% !important;
        max-width: 33.33% !important;
    }

    .k-cat-card {
        padding: 1px;
        border-radius: 8px;
        text-align: center;
    }

    /* عکس مربع و متناسب */
    .k-cat-img {
        width: 100%;
        height: 90px;
        /* مهم‌ترین بخش */
        object-fit: cover;
        /* عکس رو درست کراپ می‌کنه */
        border-radius: 8px;
    }

    .k-cat-title {
        font-size: 13px;
        margin-top: 6px;
    }

    .k-cat-text {
        display: block !important;
        font-size: 8px;
        line-height: 1.3;
        height: 26px;
        /* فقط ۲ خط */
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 4px;
        opacity: 0.8;
    }

    .k-cta-btn {
        font-size: 11px;
        padding: 4px 8px;
        margin-top: 6px;
    }

    .k-slider-content {
        position: absolute;
        bottom: 145px;
        left: 50%;
        transform: translateX(-50%);
    }

    .k-open-status {
        padding: 6px 16px;
        border-radius: 40px;
        background: rgba(255, 255, 255, 0.12);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
        text-align: center;
        display: inline-block;

    }

    .k-hours {
        font-size: 12px;
        font-weight: 700;
        color: #ffffff;
        opacity: 0.9;
        margin-bottom: 2px;
    }

    .k-open-text {
        font-size: 16px;
        font-weight: 900;
        color: #ffffff;
        letter-spacing: 0.5px;
    }

    .k-slider-buttons a,
    .k-slider-btn {
        min-width: 120px !important;
        padding: 15px 20px !important;
        font-size: 15px !important;
        border-radius: 16px !important;
    }

    .k-slider-buttons {
        gap: 4px !important;
        bottom: 80px !important;
        z-index: 10;
    }

    .k-hero-slider,
    .k-hero-slide {
        height: 60vh !important;
    }

    .k-hero-slide {
        object-fit: cover;
        object-position: center;
    }


    .k-menu-top-tabs-mobile a:hover {
        background: rgba(255, 255, 255, 0.18);
    }

    .k-menu-top-tabs-mobile {
        position: fixed;
        left: 0;
        width: 100%;
        z-index: 998;
        background: #000;
        padding: 8px 6px;
        display: flex;
        overflow-x: auto;
        gap: 14px;
        white-space: nowrap;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }

    .k-menu-top-tabs-mobile a {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        color: #fff;
        min-width: 80px;
        padding: 6px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.08);
        flex-shrink: 0;
        transition: 0.2s;
    }

    .k-menu-top-tabs-mobile a.active {
        background: rgba(255, 255, 255, 0.25) !important;
    }

    .k-menu-top-tabs-mobile a img {
        width: 55px;
        height: 55px;
        border-radius: 10px;
        object-fit: cover;
        margin-bottom: 4px;
    }

    .k-menu-top-tabs-mobile a span {
        font-size: 12px;
        font-weight: 600;
    }

    .k-menu-section {
        margin-top: 20px;
    }

    .category-menu {
        display: none !important;
    }
}


@media (min-width: 1024px) {
    .k-slider-buttons a:nth-child(1),
    /* تماس با ما */
    .k-slider-buttons a:nth-child(3)

    /* درباره ما */
        {
        display: none !important;
    }

    .k-mobile-nav {
        display: none;
    }

    .k-menu-top-tabs-mobile {
        position: sticky;
        top: 80px;
        z-index: 999;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 25px;
        padding: 20px 30px;
        background: rgba(0, 0, 0, 0.5);
        border-bottom: 2px solid #ffffff;
        width: 100%;
        margin-bottom: 20px;
        transition: top 0.3s ease;
    }

    .k-menu-top-tabs-mobile.stick-top {
        top: 0 !important;
    }

    .k-menu-top-tabs-mobile a {
        display: flex;
        flex-direction: column;
        align-items: center;
        min-width: 120px;
        padding: 10px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
        transition: 0.2s;
        color: #ffffff !important;
        border: none !important;
    }

    .k-menu-top-tabs-mobile a.active {
        background: #ffffff !important;
        border: none !important;
        box-shadow: none !important;
        color: #000 !important;
    }

    .k-menu-top-tabs-mobile a img {
        width: 80px;
        height: 80px;
        border-radius: 14px;
        object-fit: cover;
        margin-bottom: 8px;
    }

    .k-menu-top-tabs-mobile a span {
        font-size: 17px;
        font-weight: 700;
    }

    .k-menu-top-tabs-mobile a:hover {
        background: rgba(255, 255, 255, 0.18);
        transform: translateY(-4px);
    }

    .k-header.hide+.k-menu-top-tabs-mobile {
        top: 0 !important;
    }

    .category-menu {
        display: none !important;
    }

    .k-header {
        position: sticky;
        top: 0;
        z-index: 1000;
        transition: transform 0.3s ease;
    }

    .k-header.hide {
        transform: translateY(-100%);
    }





    @media (max-width: 1200px) and (min-width: 769px) {
        .home-btn {
            padding: 8px 20px;
            font-size: 14px;
            border-radius: 32px;
        }

        .home-buttons {
            gap: 12px;
        }

    }