﻿/* ===== تنظیمات اسلایدر ===== */
.hero-slide-item.style-one {
    height: 120vh;
    min-height: 550px;
    max-height: 990px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

/* ===== عکس اسلایدر ===== */
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
}

/* ===== محتوای اسلایدر ===== */
.hero-content {
    position: relative;
    z-index: 1;
}

/* ===== عنوان اسلایدر ===== */
.hero-slide-item .hero-content h1 {
    font-size: 54px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
    max-width: 80%;
    text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

    .hero-slide-item .hero-content h1 .text_secondary {
        color: #B9F8B1;
    }

/* ===== پاراگراف اسلایدر ===== */
.hero-slide-item .hero-content .hero-para {
    width: 76%;
    margin-right: auto;
    margin-bottom: 40px;
}

    .hero-slide-item .hero-content .hero-para p {
        margin-bottom: 30px;
        font-size: 18px;
        color: rgba(255, 255, 255, 0.85);
        text-shadow: 0 1px 10px rgba(0, 0, 0, 0.3);
    }

/* ===== شماره‌گذاری اسلایدر ===== */
.hero-pagination {
    position: absolute;
    bottom: 40px;
    right: 50%;
    z-index: 2;
    width: auto;
    text-align: center;
    transform: translateX(50%);
}

    .hero-pagination .swiper-pagination-current {
        font-size: 64px;
        font-weight: 600;
        font-family: var(--secondaryFont);
        color: var(--whiteColor);
        transition: var(--transition);
    }

    .hero-pagination .swiper-separator {
        font-size: 34px;
        color: rgba(255, 255, 255, 0.5);
    }

    .hero-pagination .swiper-pagination-total {
        font-size: 40px;
        font-weight: 600;
        color: rgba(255, 255, 255, 0.4);
        font-family: var(--secondaryFont);
        transition: var(--transition);
    }

/* ============================================================
   ریسپانسیو
   ============================================================ */

/* ===== تبلت ===== */
@media (max-width: 992px) {
    .hero-slide-item.style-one {
        height: 70vh;
        min-height: 400px;
        max-height: 700px;
    }

    .hero-slide-item .hero-content h1 {
        font-size: 36px;
        line-height: 48px;
        max-width: 100%;
    }

    .hero-slide-item .hero-content .hero-para {
        width: 100%;
    }

    .hero-pagination .swiper-pagination-current {
        font-size: 44px;
    }

    .hero-pagination .swiper-pagination-total {
        font-size: 30px;
    }

    .hero-pagination .swiper-separator {
        font-size: 24px;
    }
}

/* ===== موبایل ===== */
@media (max-width: 576px) {
    .hero-slide-item.style-one {
        height: 60vh;
        min-height: 350px;
        max-height: 500px;
    }

    .hero-slide-item .hero-content h1 {
        font-size: 26px;
        line-height: 36px;
        max-width: 100%;
    }

    .hero-slide-item .hero-content .hero-para {
        width: 100%;
    }

        .hero-slide-item .hero-content .hero-para p {
            font-size: 15px;
        }

    .hero-pagination .swiper-pagination-current {
        font-size: 32px;
    }

    .hero-pagination .swiper-pagination-total {
        font-size: 22px;
    }

    .hero-pagination .swiper-separator {
        font-size: 18px;
    }

    .hero-pagination {
        bottom: 20px;
    }
}

/* ===== موبایل خیلی کوچک ===== */
@media (max-width: 400px) {
    .hero-slide-item.style-one {
        height: 50vh;
        min-height: 300px;
        max-height: 400px;
    }

    .hero-slide-item .hero-content h1 {
        font-size: 22px;
        line-height: 32px;
    }
}
