@media (min-width: 768px) {

    /* ===== لایه کلی ===== */

    body {
        padding-right: 6vw;
        padding-left: 0;
    }

    .mobile-container {
        max-width: 28vw;
        margin: 0 auto;
        min-height: 100vh;
        padding-bottom: 4vh;
        position: relative;
        padding-top: 16vh;
    }

    /* ===== ناوبری راست (نویگیشن بار) ===== */

    .bottom-nav {
        position: fixed;
        top: 0;
        bottom: auto;
        right: 0;
        left: auto;
        transform: none;
        width: 6vw;
        min-width: 90px;
        height: 100vh;
        background: #a7a7a7;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2.5vh;
        padding: 1.7vh 0.36vw;
        border-radius: 24px 0 0 24px;
        box-shadow: -4px 0 18px rgba(0, 0, 0, 0.14);
        z-index: 1000;
    }

    .bottom-nav .nav-item {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
    }

    /* آیکون‌های نویگیشن (کوچک) */

    .bottom-nav .nav-icon-small {
        width: 6vw;
        height: 6vw;
        min-width: 80px;
        min-height: 80px;
        background: transparent;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
    }

    /* آیکون فعال (بزرگ) */

    .bottom-nav .nav-icon-large {
        width: 7vw;
        height: 7vw;
        min-width: 125px;
        min-height: 125px;
        position: relative;
        top: 0;
        transform: translateX(-1.1vw);
        border: 0.55vw solid #a7a7a7;
        background: #a7a7a7;
        border-radius: 50%;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.35s ease;
    }

    .bottom-nav .nav-icon-small img {
        width: 94%;
        height: 94%;
        object-fit: contain;
        border: none !important;
        outline: none !important;
        background: transparent;
        flex-shrink: 0;
    }

    .bottom-nav .nav-icon-large img {
        width: 86%;
        height: 86%;
        object-fit: contain;
        border: none !important;
        outline: none !important;
        background: transparent;
        flex-shrink: 0;
    }

    .bottom-nav .nav-icon-pension,
    .bottom-nav .nav-icon-moshavere {
        top: 0;
    }

    /* ===== سه دکمه اکشن (بزرگتر) ===== */

    .action-buttons {
        position: fixed;
        right: calc(6vw + 90px + 1.5vw);
        top: 50%;
        transform: translateY(-50%);
        display: flex;
        flex-direction: column;
        gap: 2.3vh;
        width: clamp(160px, 10vw, 220px); /* بزرگتر از قبل */
    }

    .action-buttons .btn {
        width: 100%;
        aspect-ratio: 1 / 1;
        font-size: clamp(13px, 2vh, 17px);
        border-radius: 2vh;
    }

    /* ===== هدر – بزرگتر ===== */

    .header {
        position: fixed;
        top: 0.25vh;
        left: 0.25vw;
        width: 26vw; /* افزایش از 24vw */
        max-width: 520px; /* افزایش از 480px */
        height: 14vh; /* افزایش از 13vh */
        max-height: 145px; /* افزایش از 130px */
        padding: 0;
        background: transparent;
        z-index: 1200;
    }

    .logo {
        position: absolute;
        top: 3vh;
        right: -0.8vw;
        left: auto;
        width: 4.5vw; /* افزایش از 4vw */
        max-width: 85px; /* افزایش از 76px */
        height: 6vh; /* افزایش از 5.5vh */
        max-height: 68px; /* افزایش از 60px */
        z-index: 10;
    }

    .logo img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        display: block;
    }

    .search-container {
        position: absolute;
        top: 3vh;
        right: 4vw; /* افزایش فاصله */
        left: 5.5vw; /* افزایش فاصله */
        height: 6.3vh; /* افزایش از 5.5vh */
        max-height: 68px; /* افزایش از 60px */
        filter: drop-shadow(0 6px 20px rgba(0, 0, 0, 0.25));
        z-index: 9999;
    }

    .cart-icon {
        position: absolute;
        top: 3.2vh;
        left: 1vw;
        right: auto;
        width: 3.3vw; /* افزایش از 3.2vw */
        max-width: 65px; /* افزایش از 62px */
        height: 3.3vw;
        max-height: 70px;
        background-color: #bfd8ec;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: transform 0.2s;
        z-index: 10;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    }

    .cart-icon img {
        width: 1.8vw; /* افزایش از 1.6vw */
        max-width: 35px; /* افزایش از 31px */
        height: 1.8vw;
        max-height: 35px;
        object-fit: contain;
    }

    /* ===== ملوان ===== */

    .sailor {
        position: fixed;
        top: 15vh;
        left: 12vw;
        z-index: 1100;
    }

    .sailor img {
        width: 11.2vw;
        height: auto;
    }

    /* ===== اینفو باکس ===== */

    .info-box {
        position: fixed;
        top: 70vh;
        left: 2.6vw;
        bottom: auto;
        right: auto;
        width: 22vw;
        height: 24vh;
        z-index: 1150; /* بالاتر از sailor */
    }

    /* ===== سکشن اسلایدر (فاصله چپ 5%) ===== */

    .slider-section {
        margin-top: -40vh;
        margin-right: 1vw;
        margin-left: 5%; /* فاصله از چپ */
        width: calc(95% - 1vw); /* تنظیم عرض */
        border-radius: 16px;
        overflow: hidden;
    }

    .slider-section .slide,
    .slide {
        min-width: 100%;
        max-width: 100%;
        flex-shrink: 0;
        aspect-ratio: 16 / 9;
        border-radius: 16px;
        overflow: hidden;
    }

    .slide a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 0;
    }

    /* ===== بلاگ سکشن (فاصله چپ 5% و فاصله بالا کمتر) ===== */

    .blog-section {
        margin: 1.5vh 1vw 0 5%; /* فاصله بالا کاهش یافت از 3vh به 1.5vh */
        width: calc(95% - 1vw);
    }

    .blog-section img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: contain;
        border-radius: 12px;
    }

    /* ===== bottom-cards (فاصله چپ 5% و فاصله بالا کمتر) ===== */

    .bottom-cards {
        display: flex;
        flex-direction: row;
        gap: 12px;
        margin: 1.5vh 1vw 0 5%; /* فاصله بالا کاهش یافت از 2vh به 1.5vh */
        height: 120px;
        padding: 0;
        width: calc(95% - 1vw);
    }

    .help-card {
        flex: 1;
    }

    .whoisbolinus {
        flex: 1;
        margin-left: 0;
    }

    .help-card img,
    .whoisbolinus img {
        max-width: 100%;
        max-height: 120px;
        width: auto;
        height: auto;
        border-radius: 15px;
        display: block;
        object-fit: contain;
    }

    /* ===== سوشال سکشن (فاصله چپ 5%) ===== */

    .social-section {
        display: flex;
        gap: 12px;
        margin: 2.5vh 1vw 3vh 5%;
        width: calc(95% - 1vw);
    }

    .social-card {
        padding: 18px 10px;
        font-size: 14px;
    }

    .social-icon {
        width: 34px;
        height: 34px;
    }

    .social-label {
        font-size: 13px;
    }

    /* ===== فاصله‌های عمودی کمتر ===== */

    .slider-section {
        margin-bottom: 1.5vh; /* کاهش از 2.5vh */
    }

    .blog-section {
        margin-bottom: 1.5vh; /* کاهش از 2.5vh */
    }

    .bottom-cards {
        margin-bottom: 2vh; /* کاهش از 2.5vh */
    }

    .social-section {
        margin-bottom: 2.5vh;
    }
}

/* به انتهای فایل desktop.css اضافه کنید */

@media (min-width: 768px) {
    /* نمایش فقط در دسکتاپ */
    .desktop-only {
        display: block;
    }
}

@media (max-width: 767px) {
    /* مخفی کردن در موبایل */
    .desktop-only {
        display: none !important;
    }
}
