/* ==========================================================================
         بخش دوم: استایل‌های مخصوص صفحه اصلی (Home Page Only Styles)
         شامل: اسلایدرها، بنرها، سکشن‌های محصولات و محتوای داخلی صفحه
         -- بازنویسی شده با پالت رنگی Sinour --
 ========================================================================== */

section {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.reveal-item {
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity;
    transform: translateY(100px) scale(0.95);
}

.reveal-item.reveal-left {
    transform: translateX(-100px) scale(0.95);
}

.reveal-item.reveal-right {
    transform: translateX(100px) scale(0.95);
}

.reveal-item.active {
    opacity: 1;
    transform: translate(0, 0) scale(1);
}

/* Hero */
.hero-wrap {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Overlay برای ویدیو و اسلایدر Hero */
.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.hero-overlay, .hero-video {
    filter: brightness(0.5); /* کمی تیره‌تر برای خوانایی بهتر متن */
}

.hero-content h1 {
    font-size: 2.5rem;
    font-weight: 900;
    letter-spacing: 2px;
    color: var(--sinour-white);
}

.hero-content p {
    color: rgba(255, 255, 255, 0.9) !important;
}

.hero-scroll-indicator {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    animation: bounce 2s infinite;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateX(-50%) translateY(0);
    }
    40% {
        transform: translateX(-50%) translateY(-10px);
    }
    60% {
        transform: translateX(-50%) translateY(-5px);
    }
}

/* About */
.about-section {
    background-color: var(--sinour-white); /* پس‌زمینه سفید */
    overflow: hidden;
}

.about-img-wrap {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 30px rgba(0, 104, 176, 0.1); /* سایه با تناژ آبی */
}

.about-img-wrap img {
    transition: transform 0.5s;
}

.about-img-wrap:hover img {
    transform: scale(1.05);
}

.about-line {
    width: 80px;
    height: 4px;
    background: var(--sinour-primary);
    margin-bottom: 20px;
}

/* Counter */
.counter-section {
    background: linear-gradient(rgba(0, 82, 140, 0.85), rgba(0, 104, 176, 0.85)), url('../images/banner/015.webp'); /* اورلی با رنگ سازمانی سینور */
    background-size: cover;
    background-attachment: fixed;
    padding: 80px 0;
    text-align: center;
}

.counter-icon {
    font-size: 3rem;
    color: var(--sinour-white); /* آیکون سفید برای کنتراست بهتر */
    margin-bottom: 15px;
    display: inline-block;
}

.counter-number {
    font-size: 2.5rem;
    font-weight: 800;
    color: var(--sinour-white);
}

.counter-label {
    color: var(--sinour-white);
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 5px;
}

/* Products */
.product-slider {
    padding: 10px;
    overflow: hidden;
}

.product-card-dark {
    border-radius: 15px;
    background-color: var(--sinour-white);
    overflow: hidden;
    transition: var(--sinour-transition);
    border: 1px solid var(--sinour-secondary);
    box-shadow: 0 5px 15px rgba(0, 104, 176, 0.08);
}

.product-card-dark:hover {
    transform: translateY(-7px);
    border-color: var(--sinour-primary);
    box-shadow: 0 10px 25px rgba(0, 104, 176, 0.15);
}

.price-tag {
    font-size: 1.2rem;
    color: var(--sinour-text-dark);
    font-weight: 700;
}

.product-card-dark h5 {
    color: var(--sinour-text-dark);
}

/* Shop CTA - تبدیل شده به تم روشن سینور */
.shop-cta-section {
    background-color: #f0f6fb; /* آبی بسیار روشن برای این بخش */
    border-top: 1px solid var(--sinour-secondary);
    border-bottom: 1px solid var(--sinour-secondary);
    position: relative;
    overflow: hidden;
}

.shop-cta-overlay {
    position: absolute;
    top: 0;
    start: 0;
    width: 100%;
    height: 100%;
    background: url('../images/banner/019.webp') center/cover fixed;
    opacity: 0.05; /* کاهش شفافیت برای پس‌زمینه روشن */
    z-index: 0;
}

.shop-cta-section h2, .shop-cta-section h6 {
    color: var(--sinour-text-dark) !important;
}

.shop-cta-section p {
    color: var(--sinour-text-gray) !important;
}

.service-box {
    background: var(--sinour-white);
    padding: 20px;
    border-radius: 15px;
    transition: var(--sinour-transition);
    border: 1px solid var(--sinour-secondary);
    height: 100%;
}

.service-box:hover {
    border-color: var(--sinour-primary);
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 104, 176, 0.1);
}

/* Services */
.services-main-section {
    padding: 80px 0;
    background-color: var(--bg-body);
}

.service-card-main {
    text-align: center;
    padding: 40px 20px;
    background-color: var(--sinour-white);
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 104, 176, 0.1);
    transition: var(--sinour-transition);
    height: 100%;
}

.service-card-main:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 25px rgba(0, 104, 176, 0.15);
}

.service-icon-main {
    width: 90px;
    height: 90px;
    background: var(--sinour-primary);
    color: var(--sinour-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    margin: 0 auto 25px;
    transition: all 0.4s ease;
}

.service-card-main:hover .service-icon-main {
    transform: rotateY(180deg);
}

.service-card-main h5 {
    font-weight: 700;
    color: var(--sinour-text-dark);
    margin-bottom: 15px;
}

.service-card-main p {
    color: var(--text-muted);
    font-size: 0.9rem;
    line-height: 1.8;
    margin-bottom: 0;
}

/* Contact Area */
.contact-section-bg {
    background: #2a2a2a;
}

.contact-cta-section {
    padding: 5rem 0;
}

.contact-pulse-btn {
    width: 100px;
    height: 100px;
    background-color: var(--sinour-primary);
    color: var(--sinour-white) !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    text-decoration: none;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 104, 176, 0.5);
    transition: transform 0.3s;
    margin: 0 auto;
}

.contact-pulse-btn:hover {
    transform: scale(1.1);
    color: var(--sinour-white) !important;
}

.contact-pulse-btn::before, .contact-pulse-btn::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid var(--sinour-primary);
    animation: pulse-ring 2s infinite;
    z-index: -1;
}

.contact-pulse-btn::after {
    animation-delay: 0.5s;
}

@keyframes pulse-ring {
    0% {
        width: 100%;
        height: 100%;
        opacity: 1;
    }
    100% {
        width: 220%;
        height: 220%;
        opacity: 0;
    }
}

.btn-contact-custom {
    border-color: rgba(255, 255, 255, 0.3);
    color: var(--sinour-white);
    transition: 0.3s;
}

.btn-contact-custom:hover {
    background-color: var(--sinour-white);
    color: var(--sinour-text-dark);
    border-color: var(--sinour-white);
}

/* Blog */
.blog-card {
    border-radius: 15px;
    background-color: var(--sinour-white);
    overflow: hidden;
    height: 100%;
    box-shadow: 0 5px 15px rgba(0, 104, 176, 0.05);
    border: 1px solid var(--sinour-secondary);
    transition: var(--sinour-transition);
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 104, 176, 0.1);
}

.blog-img {
    height: 200px;
    overflow: hidden;
}

.blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.5s;
}

.blog-card:hover .blog-img img {
    transform: scale(1.1);
}

.blog-content {
    padding: 25px;
}

.blog-date {
    color: var(--sinour-primary);
    font-size: 0.85rem;
    display: block;
    margin-bottom: 10px;
}

.blog-title {
    color: var(--sinour-text-dark);
    font-size: 1.2rem;
    transition: 0.3s;
}

.blog-card:hover .blog-title {
    color: var(--sinour-primary);
}

.read-more {
    color: var(--text-muted);
    font-size: 0.9rem;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.read-more i {
    margin-right: 5px;
    transition: 0.3s;
}

.read-more:hover i {
    margin-right: 10px;
    color: var(--sinour-primary);
}

.section-title-divider {
    width: 50px;
    height: 3px;
    background: var(--sinour-primary);
}

/* --- HERO SLIDER --- */
.hero-slider {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-slider .swiper-wrapper, .hero-slider .swiper-slide {
    width: 100%;
    height: 100%;
}

.hero-slide {
    position: relative;
    overflow: hidden;
}

.hero-media {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.hero-overlay {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(180deg, rgba(0, 40, 70, 0.1) 0%, rgba(0, 65, 110, 0.6) 100%);
}

/* --- HERO CAPTION (GLASS STYLE) --- */
.hero-caption {
    position: absolute;
    bottom: 60px;
    right: 60px;
    z-index: 2;
    max-width: 420px;
    padding: 22px 26px;
    background: rgba(10, 25, 50, 0.4);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    text-align: right;
    color: var(--sinour-white);
    opacity: 0;
    transform: translateY(35px);
    transition: opacity 0.9s ease, transform 0.9s cubic-bezier(0.25, 1, 0.5, 1);
}

.swiper-slide-active .hero-caption {
    opacity: 1;
    transform: translateY(0);
}

.hero-caption h3 {
    font-size: 1.15rem;
    font-weight: 800;
    margin-bottom: 6px;
    color: var(--sinour-white);
}

.hero-caption p {
    font-size: 0.95rem;
    line-height: 1.6;
    color: rgba(255, 255, 255, 0.85);
}

.hero-caption-btn {
    margin-top: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: var(--sinour-white);
    font-size: 0.9rem;
    font-weight: 600;
    transition: all 0.35s ease;
    will-change: transform;
}

.hero-btn {
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.1), box-shadow 0.3s ease;
    will-change: transform;
}

.hero-btn:hover, .hero-caption-btn:hover {
    background-color: var(--sinour-primary);
    border-color: var(--sinour-primary);
    transform: translateY(-3px);
    color: var(--sinour-white) !important;
    box-shadow: 0 5px 15px rgba(0, 104, 176, 0.4);
}

/* --- HERO NAVIGATION --- */
.hero-slider-nav {
    position: absolute;
    left: 40px;
    bottom: 40px;
    display: flex;
    gap: 14px;
}

.hero-btn {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    color: var(--sinour-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

/* --- MEDIA QUERIES --- */
@media (max-width: 991px) {
    .hero-caption {
        left: 50%;
        right: auto;
        bottom: 20px;
        transform: translate(-50%, 35px);
        text-align: center;
        width: calc(100% - 36px);
        max-width: 480px;
    }

    .swiper-slide-active .hero-caption {
        transform: translate(-50%, 0);
    }

    .hero-slider-nav {
        left: 15px;
        bottom: 15px;
    }

    .hero-btn {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 768px) {
    .hero-content h1 {
        font-size: 2rem;
    }
}

/* ==========================================================================
         استایل‌های نوار هایلایت و دکمه‌ها (بهینه‌شده با برند سینور)
========================================================================== */
.highlights-section {
    background-color: var(--sinour-white);
    border-bottom: 1px solid rgba(0, 104, 176, 0.1);
}

.highlights-wrapper {
    position: relative;
    width: 100%;
}

.highlights-swiper {
    width: 100%;
    padding: 20px 0;
}

.highlight-item {
    width: 90px !important;
    text-align: center;
}

.highlight-cover {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    outline: none;
    user-select: none;
}

.highlight-ring {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: var(--sinour-primary);
    padding: 3px;
    box-shadow: 0 4px 15px rgba(0, 104, 176, 0.15);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.highlight-ring img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--sinour-white);
    background-color: var(--sinour-white);
    transition: transform 0.3s ease;
}

.highlight-cover:hover .highlight-ring {
    transform: scale(1.08) rotate(5deg);
    background: var(--sinour-primary-hover);
    box-shadow: 0 8px 20px rgba(0, 104, 176, 0.3);
}

.highlight-cover:hover .highlight-ring img {
    transform: scale(1.02);
}

.highlight-title {
    font-size: 0.8rem;
    color: var(--sinour-text-dark);
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    padding: 0 5px;
    transition: color 0.3s ease;
}

.highlight-cover:hover .highlight-title {
    color: var(--sinour-primary);
}

.highlight-btn-next,
.highlight-btn-prev {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(5px) !important;
    width: 38px !important;
    height: 38px !important;
    border-radius: 50% !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    top: 59px !important;
    transform: translateY(-50%) !important;
    margin-top: 0 !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.highlight-btn-next {
    right: 0 !important;
}

.highlight-btn-prev {
    left: 0 !important;
}

.highlight-btn-next::after,
.highlight-btn-prev::after {
    font-size: 14px !important;
    font-weight: 900 !important;
    color: var(--sinour-text-dark) !important;
    transition: color 0.3s ease !important;
}

.highlight-btn-next:hover,
.highlight-btn-prev:hover {
    background: var(--sinour-primary) !important;
    transform: translateY(-50%) scale(1.1) !important;
}

.highlight-btn-next:hover::after,
.highlight-btn-prev:hover::after {
    color: var(--sinour-white) !important;
}

.swiper-button-disabled.highlight-btn-next,
.swiper-button-disabled.highlight-btn-prev {
    opacity: 0 !important;
    visibility: hidden;
}

/* ==========================================================================
         استایل‌های مودال اختصاصی نمایش ویدئو (لنداسکیپ)
========================================================================== */
.custom-highlight-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}

.custom-highlight-modal.active {
    opacity: 1;
    visibility: visible;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(8px);
}

.modal-close-btn {
    position: absolute;
    top: 20px;
    right: 25px;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    color: var(--sinour-white);
    font-size: 35px;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.modal-close-btn:hover {
    background: rgba(255, 255, 255, 0.4);
    transform: rotate(90deg);
}

.modal-content-wrapper {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 960px;
    aspect-ratio: 16 / 9;
    height: auto;
    border-radius: 16px;
    overflow: hidden;
    background: #000;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.7);
    transform: scale(0.9);
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.custom-highlight-modal.active .modal-content-wrapper {
    transform: scale(1);
}

.modal-video-container {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-video-container video,
.modal-video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

#video-content {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#video-content > * {
    width: 100% !important;
    height: 100% !important;
    max-height: 100% !important;
    border: none !important;
    object-fit: cover;
}

#video-content .h_iframe-aparat_embed_frame {
    position: relative !important;
    padding-top: 0 !important;
    height: 100% !important;
    width: 100% !important;
}

.modal-loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    z-index: 2;
}

.modal-loader.active {
    display: block;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-color: var(--sinour-primary);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}

/* ==========================================================================
         مدیا کوئری (واکنش‌گرایی برای موبایل)
========================================================================== */
@media (max-width: 768px) {
    .modal-content-wrapper {
        width: 100% !important;
        height: 100vh !important;
        max-width: 100% !important;
        border-radius: 0 !important;
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        align-items: center !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        background: #000 !important;
    }

    #video-content {
        width: 100% !important;
        height: auto !important;
        aspect-ratio: 16 / 9 !important;
        display: block !important;
        position: relative !important;
    }

    .modal-close-btn {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important;
        z-index: 9999 !important;
        width: 35px;
        height: 35px;
    }
}

/* ==========================================================================
   ۱. بج‌ها و رنگ‌های سازمانی اختصاصی سینور (Sinour Corporate Theme)
   ========================================================================== */
.text-sinour {
    color: var(--sinour-primary) !important;
}

.bg-sinour {
    background-color: var(--sinour-primary) !important;
}

.sinour-section-badge {
    display: inline-block;
    padding: 6px 18px;
    background-color: rgba(0, 104, 176, 0.08);
    color: var(--sinour-primary);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid rgba(0, 104, 176, 0.2);
    margin-bottom: 12px;
}

/* ==========================================================================
   ۲. بخش دسته‌بندی محصولات سینور (Categories Section)
   ========================================================================== */
.categories-section {
    background-color: var(--sinour-white);
}

.sinour-cat-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background: var(--sinour-white);
    border: 1px solid var(--sinour-secondary);
    border-radius: 20px;
    padding: 20px 15px;
    text-decoration: none !important;
    position: relative;
    overflow: hidden;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
}

.sinour-cat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, var(--sinour-primary), #00a2ff);
    opacity: 0;
    transition: 0.3s ease;
}

.sinour-cat-card .cat-badge {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--sinour-primary);
    color: var(--sinour-white);
    font-size: 0.7rem;
    font-weight: 700;
    padding: 3px 10px;
    border-radius: 20px;
    z-index: 2;
}

.sinour-cat-card .cat-img-box {
    width: 100px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.sinour-cat-card .cat-img-box img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: drop-shadow(0 8px 10px rgba(0, 0, 0, 0.08));
    transition: transform 0.4s ease;
}

.sinour-cat-card .cat-info {
    text-align: center;
    width: 100%;
}

.sinour-cat-card .cat-info h5 {
    color: var(--sinour-text-dark);
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 5px;
    transition: color 0.3s;
}

.sinour-cat-card .cat-info span {
    display: block;
    color: var(--sinour-text-gray);
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.sinour-cat-card .cat-btn-icon {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--sinour-bg);
    color: var(--sinour-primary);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.sinour-cat-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 104, 176, 0.3);
    box-shadow: 0 15px 35px rgba(0, 104, 176, 0.12);
}

.sinour-cat-card:hover::before {
    opacity: 1;
}

.sinour-cat-card:hover .cat-img-box img {
    transform: scale(1.1) translateY(-5px);
}

.sinour-cat-card:hover .cat-info h5 {
    color: var(--sinour-primary);
}

.sinour-cat-card:hover .cat-btn-icon {
    background: var(--sinour-primary);
    color: var(--sinour-white);
    transform: translateX(-5px);
}

/* ==========================================================================
   ۳. کارت‌های محصولات با طراحی برند سینور
   ========================================================================== */
.product-card-dark {
    border-radius: 20px;
    background-color: var(--sinour-white);
    overflow: hidden;
    position: relative;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid var(--sinour-secondary);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.04);
}

.product-card-dark:hover {
    transform: translateY(-10px);
    border-color: rgba(0, 104, 176, 0.4);
    box-shadow: 0 18px 40px rgba(0, 104, 176, 0.15);
}

.product-card-dark .product-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: linear-gradient(135deg, var(--sinour-primary) 0%, #00a2ff 100%);
    color: var(--sinour-white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 12px;
    border-radius: 20px;
    z-index: 2;
    box-shadow: 0 4px 10px rgba(0, 104, 176, 0.3);
}

.product-card-dark .product-img-wrap {
    position: relative;
    padding: 30px 20px 10px;
    background: radial-gradient(circle at center, #ffffff 0%, #f9fbfd 100%);
    text-align: center;
    overflow: hidden;
}

.product-card-dark .product-img-wrap img {
    max-height: 200px;
    object-fit: contain;
    transition: transform 0.5s ease;
}

.product-card-dark:hover .product-img-wrap img {
    transform: scale(1.08);
}

.product-card-dark .product-actions-floating {
    position: absolute;
    top: 15px;
    left: 15px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 0;
    transform: translateX(-15px);
    transition: all 0.3s ease;
    z-index: 3;
}

.product-card-dark:hover .product-actions-floating {
    opacity: 1;
    transform: translateX(0);
}

.product-card-dark .btn-floating {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: var(--sinour-white);
    color: var(--sinour-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sinour-secondary);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.product-card-dark .btn-floating:hover {
    background: var(--sinour-primary);
    color: var(--sinour-white);
    border-color: var(--sinour-primary);
}

/* ==========================================================================
   ۴. استایل بخش ریلزها و ویدیوهای کوتاه سینور (Reels Section)
   ========================================================================== */
.reels-section {
    background: var(--sinour-white);
}

.reel-card {
    border-radius: 20px;
    overflow: hidden;
    background: var(--sinour-white);
    border: 1px solid var(--sinour-secondary);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    position: relative;
}

.reel-media-box {
    position: relative;
    width: 100%;
    aspect-ratio: 9 / 14;
    overflow: hidden;
    background: #000;
}

.reel-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.reel-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 30, 60, 0.8) 100%);
    transition: opacity 0.3s ease;
}

.reel-badge-views {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
    color: var(--sinour-white);
    font-size: 0.75rem;
    padding: 4px 10px;
    border-radius: 20px;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.15);
}

.reel-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0.9);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--sinour-primary);
    color: var(--sinour-white);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    box-shadow: 0 0 25px rgba(0, 104, 176, 0.6);
    z-index: 3;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.reel-play-btn::before {
    content: '';
    position: absolute;
    inset: -6px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    animation: pulse-reel 2s infinite;
}

@keyframes pulse-reel {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }
    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

.reel-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 3;
    color: var(--sinour-white);
}

.reel-title {
    font-size: 0.95rem;
    font-weight: 700;
    margin-bottom: 5px;
    line-height: 1.4;
    color: var(--sinour-white);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
}

.reel-sub {
    font-size: 0.8rem;
    color: rgba(255, 255, 255, 0.8);
    display: flex;
    align-items: center;
}

.reel-card:hover {
    transform: translateY(-8px);
    border-color: var(--sinour-primary);
    box-shadow: 0 15px 35px rgba(0, 104, 176, 0.2);
}

.reel-card:hover .reel-img {
    transform: scale(1.1);
}

.reel-card:hover .reel-play-btn {
    transform: translate(-50%, -50%) scale(1.15);
    background: var(--sinour-primary-hover);
}

/* --- Sinour Product Slider Styles --- */

/* نوار رنگی کنار عنوان */
.sinour-badge-bar {
    width: 4px;
    height: 24px;
    border-radius: 4px;
    display: inline-block;
    background-color: var(--sinour-primary);
}

/* پر کردن کامل ارتفاع اسلاید توسط کارت */
.sinour-card {
    width: 100%;
    transition: var(--sinour-transition);
    background: var(--sinour-white);
    border: 1px solid var(--sinour-secondary);
}

.sinour-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08) !important;
    border-color: var(--sinour-primary);
}

/* تصویر محصول */
.sinour-card-img {
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.sinour-card-img img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    transition: var(--sinour-transition);
}

.sinour-card:hover .sinour-card-img img {
    transform: scale(1.05);
}

/* محدود کردن متن عنوان به ۲ سطر */
.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 2.6em;
}

/* کلاس رنگ متن اختصاصی سینور */
.text-sinour {
    color: var(--sinour-primary) !important;
}

/* دکمه‌های ناوبری (قبلی / بعدی) */
.sinour-nav-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 1px solid var(--sinour-secondary);
    background: var(--sinour-white);
    color: var(--sinour-text-dark);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    transition: var(--sinour-transition);
    cursor: pointer;
}

.sinour-nav-btn:hover {
    background: var(--sinour-primary);
    color: var(--sinour-white);
    border-color: var(--sinour-primary);
}

.sinour-nav-btn.swiper-button-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

/* آیکون اکشن کارت (سبد خرید / علاقه مندی) */
.sinour-action-circle {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--sinour-bg);
    color: var(--sinour-text-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: var(--sinour-transition);
}

.sinour-action-circle:hover {
    background: var(--sinour-primary);
    color: var(--sinour-white);
}

/* استایل پجینیشن سوئایپر */
.sinour-product-swiper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--sinour-secondary);
    opacity: 1;
    transition: var(--sinour-transition);
}

.sinour-product-swiper .swiper-pagination-bullet-active {
    width: 24px;
    border-radius: 4px;
    background: var(--sinour-primary);
}

.sinour-product-swiper .swiper-slide {
    height: auto;
    display: flex;
}

/* --- اصلاحات نمایش ۲ تایی در حالت موبایل --- */
@media (max-width: 575.98px) {
    .sinour-card {
        padding: 0.75rem !important; /* کاهش پدینگ داخلی کارت */
    }

    .sinour-card-img {
        height: 120px; /* تنظیم ارتفاع تصویر برای جاگیری بهتر */
    }

    .sinour-card-title {
        min-height: 2.6em; /* ارتفاع استاندارد ۲ سطر */
        display: flex;
        align-items: flex-start;
        margin-bottom: 0.75rem;
    }

    .sinour-card-title a {
        display: -webkit-box;
        -webkit-line-clamp: 2; /* برش متن بعد از ۲ سطر */
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 1.35;
    }

    .sinour-card-price .fs-5 {
        font-size: 0.95rem !important; /* تنظیم اندازه قیمت */
    }

    .sinour-action-circle {
        width: 30px;
        height: 30px;
        font-size: 0.85rem;
    }

    .sinour-discount-badge {
        font-size: 0.68rem !important;
        padding: 2px 6px !important;
        margin: 0.4rem !important;
    }
}

@media (max-width: 575.98px) {
    .sinour-card-title {
        min-height: 2.4em;
    }
}

/* --- Sinour Banners with Text Overlay --- */

.sinour-credit-banner {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 240px; /* ارتفاع بنر قابل تنظیم است */
    border: 1px solid var(--sinour-secondary);
    transition: var(--sinour-transition);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: var(--sinour-bg);
}

.sinour-credit-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--sinour-transition);
}

/* نشان روی تصویر (بالا راست) */
.banner-badge {
    position: absolute;
    top: 14px;
    right: 14px;
    background-color: var(--sinour-primary);
    color: var(--sinour-white);
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 14px;
    border-radius: 50px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

/* لایه متنی روی تصویر (پایین) همراه با سایه تاریک برای خوانایی بهتر متن */
.banner-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 16px 14px;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    color: var(--sinour-white);
    z-index: 2;
    transition: var(--sinour-transition);
}

.banner-title {
    font-size: 1.05rem;
    font-weight: 800;
    color: var(--sinour-white);
}

.banner-action {
    color: var(--sinour-secondary);
    transition: var(--sinour-transition);
}

.banner-action i {
    font-size: 1.1rem;
    transition: var(--sinour-transition);
}

/* افکت هاور به سمت بالا */
.sinour-credit-banner:hover {
    transform: translateY(-8px);
    border-color: var(--sinour-primary);
    box-shadow: 0 16px 32px rgba(0, 104, 176, 0.2) !important;
}

.sinour-credit-banner:hover img {
    transform: scale(1.06);
}

.sinour-credit-banner:hover .banner-action {
    color: var(--sinour-white);
}

.sinour-credit-banner:hover .banner-action i {
    transform: translateX(-6px);
}

.sinour-credit-section {
    background-color: var(--sinour-white);
}

/* تنظیمات کلی اسلایدر */
.image-slider-sweeper {
    padding-bottom: 45px !important;
    position: relative;
    direction: rtl; /* تنظیم جهت راست به چپ */
}

/* استایل کارت‌های دسته‌بندی */
.image-slider-sweeper .category-item {
    background-color: #ffffff;
    border: 1px solid #eef0f2;
    border-radius: 12px;
    padding: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.image-slider-sweeper .category-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    border-color: #d1d5db;
}

.image-slider-sweeper .category-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 100%;
}

.image-slider-sweeper .category-img {
    width: 100%;
    height: 100px;
    object-fit: contain;
    margin-bottom: 8px;
    border-radius: 8px;
}

.image-slider-sweeper .category-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* سفارشی‌سازی فلش‌های بعدی و قبلی */
.image-slider-sweeper .swiper-button-next,
.image-slider-sweeper .swiper-button-prev {
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    color: #1a202c;
    transition: all 0.2s ease;
}

.image-slider-sweeper .swiper-button-next:after,
.image-slider-sweeper .swiper-button-prev:after {
    font-size: 14px;
    font-weight: bold;
}

.image-slider-sweeper .swiper-button-next:hover,
.image-slider-sweeper .swiper-button-prev:hover {
    background-color: #0d6efd;
    color: #ffffff;
}

/* سفارشی‌سازی نقاط پجینیشن */
.image-slider-sweeper .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background-color: #cbd5e1;
    opacity: 1;
    transition: all 0.3s ease;
}

.image-slider-sweeper .swiper-pagination-bullet-active {
    background-color: #0d6efd;
    width: 20px;
    border-radius: 4px;
}
/* ==========================================================================
   استایل بخش همکاری با ما (کارت‌های آیکون‌دار تیره)
   ========================================================================== */
.cooperation-section {
    background: linear-gradient(135deg, #182230 0%, #0f172a 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    position: relative;
}

.sinour-section-badge-dark {
    display: inline-block;
    padding: 6px 18px;
    background-color: rgba(255, 255, 255, 0.08);
    color: var(--sinour-white);
    font-size: 0.85rem;
    font-weight: 700;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 12px;
}

.cooperation-card-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 35px 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 20px;
    text-decoration: none !important;
    height: 100%;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    position: relative;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* باکس آیکون بزرگ */
.cooperation-icon-box {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background: rgba(0, 104, 176, 0.15);
    border: 1px solid rgba(0, 104, 176, 0.3);
    color: var(--sinour-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.8rem;
    margin-bottom: 20px;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    box-shadow: 0 0 20px rgba(0, 104, 176, 0.15);
}

.cooperation-card-title {
    color: var(--sinour-white);
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 15px;
    transition: color 0.3s ease;
}

.cooperation-card-btn {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.6);
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}

/* افکت‌های hover */
.cooperation-card-icon:hover {
    transform: translateY(-8px);
    background: rgba(255, 255, 255, 0.06);
    border-color: var(--sinour-primary);
    box-shadow: 0 15px 35px rgba(0, 104, 176, 0.25);
}

.cooperation-card-icon:hover .cooperation-icon-box {
    background: var(--sinour-primary);
    color: var(--sinour-white);
    transform: scale(1.1) rotate(-5deg);
    box-shadow: 0 0 25px rgba(0, 104, 176, 0.6);
}

.cooperation-card-icon:hover .cooperation-card-title {
    color: #38bdf8;
}

.cooperation-card-icon:hover .cooperation-card-btn {
    color: var(--sinour-white);
    transform: translateX(-5px);
}

/* ریسپانسیو موبایل */
@media (max-width: 575.98px) {
    .cooperation-card-icon {
        padding: 25px 10px;
    }

    .cooperation-icon-box {
        width: 65px;
        height: 65px;
        font-size: 2.2rem;
        margin-bottom: 12px;
    }

    .cooperation-card-title {
        font-size: 0.95rem;
        margin-bottom: 8px;
    }

    .cooperation-card-btn {
        font-size: 0.75rem;
    }
}