/* _content/IdepooProCms.MvcWebApp/Views/News/Category.cshtml.rz.scp.css */
.custom-breadcrumb[b-zu0h1y91y7] {
    font-size: 0.95rem;
    background: transparent;
    padding: 0;
    margin-bottom: 2rem;
}

    .custom-breadcrumb .breadcrumb[b-zu0h1y91y7] {
        margin-bottom: 0;
        background: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        list-style: none;
    }

    .custom-breadcrumb .breadcrumb-item[b-zu0h1y91y7] {
        color: #6c757d;
        position: relative;
        padding-left: 1rem;
    }

        .custom-breadcrumb .breadcrumb-item[b-zu0h1y91y7]::before {
            content: ">";
            position: absolute;
            left: 0;
            color: #999;
            font-weight: normal;
        }

        .custom-breadcrumb .breadcrumb-item:first-child[b-zu0h1y91y7]::before {
            content: none;
        }

        .custom-breadcrumb .breadcrumb-item a[b-zu0h1y91y7] {
            color: #007bff;
            text-decoration: none;
            transition: color 0.2s ease;
        }

            .custom-breadcrumb .breadcrumb-item a:hover[b-zu0h1y91y7] {
                color: #0056b3;
                text-decoration: underline;
            }

        .custom-breadcrumb .breadcrumb-item.active a[b-zu0h1y91y7] {
            color: #212529;
            font-weight: 600;
            pointer-events: none;
        }
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/DynamicNewsList/CardView.cshtml.rz.scp.css */
.hover-shadow[b-2rpx0js922] {
    transition: all 0.3s ease-in-out;
}

    .hover-shadow:hover[b-2rpx0js922] {
        box-shadow: 0 12px 24px rgba(0, 0, 0, 0.08);
        transform: translateY(-4px);
    }

 
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/DynamicNewsList/ColumnView.cshtml.rz.scp.css */
.animate[b-s15l8yxluo] {
    opacity: 0;
    animation: fadeIn-b-s15l8yxluo 0.6s ease forwards;
}

@keyframes fadeIn-b-s15l8yxluo {
    0% {
        opacity: 0;
        transform: scale(0.95);
    }

    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.card-title[b-s15l8yxluo] {
    font-size: 1.1rem;
    line-height: 1.4;
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/DynamicNewsList/CompactView.cshtml.rz.scp.css */
.compact-view .list-group-item[b-zd941nw1s5] {
    transition: all 0.3s ease-in-out;
    font-size: 0.95rem;
}

    .compact-view .list-group-item:hover[b-zd941nw1s5] {
        background-color: #f8f9fa;
        transform: translateX(-2px);
    }

.animate[b-zd941nw1s5] {
    opacity: 0;
    animation: fadeInSlide-b-zd941nw1s5 0.5s ease-in forwards;
}

@keyframes fadeInSlide-b-zd941nw1s5 {
    0% {
        opacity: 0;
        transform: translateX(-10px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/DynamicNewsList/ImageOnlyView.cshtml.rz.scp.css */
.gradient-overlay[b-wkrttjsqts] {
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
    z-index: 1;
}

/* Positioning the title on top of the image */
.text-shadow[b-wkrttjsqts] {
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.Image-only-view h3[b-wkrttjsqts] {
    position: absolute;
    z-index: 2;
    bottom: 0;
    font-size: 0.9em;
    z-index: 2;
    text-align: center;
}


/* Styling for the title on the image */
/*.boxNews a .fw-semibold {
    position: relative;
   
}
*/

/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/DynamicNewsList/RowView.cshtml.rz.scp.css */
.news-row-view[b-nobu6rw1a2] {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.news-item[b-nobu6rw1a2] {
    background-color: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #e5e7eb;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
}

    .news-item:hover[b-nobu6rw1a2] {
        transform: translateY(-6px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
        border-color: #d1d5db;
        background-color: #fefefe;
    }

.news-thumb[b-nobu6rw1a2] {
    border-radius: 0.5rem;
    object-fit: cover;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.news-item:hover .news-thumb[b-nobu6rw1a2] {
    transform: scale(1.03);
}

.news-title[b-nobu6rw1a2] {
    font-size: 1.125rem;
    color: #1f2937;
    margin-bottom: 0.5rem;
    transition: color 0.2s ease;
}

.news-item:hover .news-title[b-nobu6rw1a2] {
    color: #2563eb; /* blue-600 */
}

.news-excerpt[b-nobu6rw1a2] {
    font-size: 0.95rem;
    color: #6b7280;
}

.animate[b-nobu6rw1a2] {
    opacity: 0;
    animation: fadeInUp-b-nobu6rw1a2 0.6s ease forwards;
}

@keyframes fadeInUp-b-nobu6rw1a2 {
    0% {
        opacity: 0;
        transform: translateY(12px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* ریسپانسیو برای موبایل */
@media (max-width: 576px) {
    .news-item[b-nobu6rw1a2] {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

    .news-thumb[b-nobu6rw1a2] {
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%;
    }

    .news-content[b-nobu6rw1a2] {
        width: 100%;
    }
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/Compact.cshtml.rz.scp.css */
/* ==== Fix Swiper Item Spacing and Equalize Image Size ==== */

.swiper-carousel .swiper-slide[b-tp9i59lm6w] {
    margin: 0; /* حذف فاصله اضافی بین اسلایدها */
}

.swiper-carousel .boxNews[b-tp9i59lm6w] {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Fix the position of pagination to be below the items */
.swiper-pagination[b-tp9i59lm6w] {
    position: relative;
    bottom: 10px; /* Adjust this value if needed */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10; /* Make sure the pagination is above the content */
}

.swiper-pagination-bullet[b-tp9i59lm6w] {
    background-color: #ddd;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin: 0 4px;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active[b-tp9i59lm6w] {
    background-color: #007bff; /* رنگ آبی برای وضعیت فعال */
}

.swiper-button-prev[b-tp9i59lm6w],
.swiper-button-next[b-tp9i59lm6w] {
    color: #fff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 8px;
    transition: background 0.3s ease;
}

    .swiper-button-prev:hover[b-tp9i59lm6w],
    .swiper-button-next:hover[b-tp9i59lm6w] {
        background: rgba(0, 0, 0, 0.5);
    }

/* ==== Mobile Styles for Carousel ==== */
@media (max-width: 768px) {
    .swiper-carousel .swiper-slide[b-tp9i59lm6w] {
        padding: 0 5px; /* کاهش فاصله در موبایل */
    }

        .swiper-carousel .swiper-slide img[b-tp9i59lm6w] {
            height: 180px; /* کاهش ارتفاع تصویر در موبایل */
        }

    .swiper-carousel .swiper-pagination-bullet[b-tp9i59lm6w] {
        width: 8px;
        height: 8px;
    }

    .swiper-carousel .boxNews h5[b-tp9i59lm6w] {
        font-size: 1rem; /* کاهش سایز عنوان در موبایل */
    }
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/Default.cshtml.rz.scp.css */
.card[b-fkrcgjq2t7] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff;
    border-radius: 1rem;
}

    .card:hover[b-fkrcgjq2t7] {
        transform: translateY(-5px);
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
    }

.card-title a[b-fkrcgjq2t7] {
    transition: color 0.2s ease;
}

    .card-title a:hover[b-fkrcgjq2t7] {
        color: #0d6efd;
    }

.btn-outline-primary[b-fkrcgjq2t7] {
    border-color: #0d6efd;
    color: #0d6efd;
    transition: all 0.2s ease;
}

    .btn-outline-primary:hover[b-fkrcgjq2t7] {
        background-color: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
    }

.swiper-button-prev[b-fkrcgjq2t7],
.swiper-button-next[b-fkrcgjq2t7] {
    color: #0d6efd !important;
}

.swiper-pagination-bullet[b-fkrcgjq2t7] {
    background-color: #dee2e6;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.swiper-pagination-bullet-active[b-fkrcgjq2t7] {
    background-color: #0d6efd;
}



/* ==== Swiper Carousel برای اخبار با طراحی متریال ==== */

.news-carousel-swiper[b-fkrcgjq2t7] {
    position: relative;
    padding-bottom: 2.5rem; /* برای فضای زیر کارت */
}

    .news-carousel-swiper .swiper-pagination[b-fkrcgjq2t7] {
        position: absolute;
        bottom: 0.5rem;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    .news-carousel-swiper .swiper-pagination-bullet[b-fkrcgjq2t7] {
        width: 10px;
        height: 10px;
        background-color: #ced4da;
        opacity: 1;
        margin: 0 4px;
        transition: background-color 0.3s ease;
        border-radius: 50%;
    }

    .news-carousel-swiper .swiper-pagination-bullet-active[b-fkrcgjq2t7] {
        background-color: #0d6efd;
    }

    /* ==== Swiper Pagination Bullets - متریال مینیمال ==== */

    .news-carousel-swiper .swiper-pagination[b-fkrcgjq2t7] {
        position: absolute;
        bottom: 0.75rem;
        left: 0;
        right: 0;
        text-align: center;
        z-index: 10;
    }

    .news-carousel-swiper .swiper-pagination-bullet[b-fkrcgjq2t7] {
        width: 8px;
        height: 8px;
        margin: 0 5px;
        background-color: #cfd8dc; /* رنگ طوسی ملایم */
        opacity: 1;
        border-radius: 50%;
        transition: transform 0.3s ease, background-color 0.3s ease;
    }

        .news-carousel-swiper .swiper-pagination-bullet:hover[b-fkrcgjq2t7] {
            transform: scale(1.2);
            background-color: #90caf9; /* رنگ آبی روشن هنگام hover */
        }

    .news-carousel-swiper .swiper-pagination-bullet-active[b-fkrcgjq2t7] {
        background-color: #0d6efd; /* رنگ آبی متریال برای active */
        transform: scale(1.4);
    }

/* ==== Buttons ==== */

.btn-outline-primary[b-fkrcgjq2t7] {
    color: #0d6efd;
    border: 1px solid #0d6efd;
    border-radius: 50px;
    padding: 0.375rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}

    .btn-outline-primary:hover[b-fkrcgjq2t7],
    .btn-outline-primary:focus[b-fkrcgjq2t7] {
        background-color: #0d6efd;
        color: #fff;
        border-color: #0d6efd;
        box-shadow: 0 2px 6px rgba(13, 110, 253, 0.3);
        text-decoration: none;
    }

.btn-sm[b-fkrcgjq2t7] {
    font-size: 0.8rem;
    padding: 0.3rem 0.9rem;
}

.btn:focus[b-fkrcgjq2t7] {
    outline: none;
    box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.2);
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/HeroOverlay.cshtml.rz.scp.css */
/* ==== Carousel Card Styles - متریال و مینیمال ==== */

.hero-overlay-carousel .hero-card[b-6ixwqa8ce1] {
    position: relative;
    overflow: hidden;
    border-radius: 12px; /* گوشه‌های نرم‌تر */
    transition: all 0.4s ease;
    height: 360px; /* اندازه ثابت برای دسکتاپ */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1); /* سایه برای عمق بیشتر */
    background-color: #fff; /* پس‌زمینه سفید */
}

    .hero-overlay-carousel .hero-card img[b-6ixwqa8ce1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease, filter 0.3s ease; /* انیمیشن روی تصویر */
    }

    .hero-overlay-carousel .hero-card:hover img[b-6ixwqa8ce1] {
        transform: scale(1.1); /* بزرگ کردن تصویر هنگام هاور */
        filter: brightness(1.2); /* افزایش روشنایی هنگام هاور */
    }

.hero-overlay-carousel .hero-content[b-6ixwqa8ce1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.1)); /* گرادیانت با رنگ‌های تیره */
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 2rem;
    z-index: 2;
    transition: background 0.3s ease;
    text-align: right; /* متن از سمت راست چیده می‌شود */
}

.hero-overlay-carousel .hero-title[b-6ixwqa8ce1] {
    font-size: 1.2rem; /* سایز فونت کمی کوچک‌تر */
    font-weight: 600; /* وزن فونت بالا */
    margin-bottom: 0.5rem;
    line-height: 1.5;
    text-transform: uppercase; /* عنوان با حروف بزرگ */
}

.hero-overlay-carousel .hero-date[b-6ixwqa8ce1] {
    font-size: 0.9rem;
    color: rgba(255, 255, 255, 0.7); /* رنگ خاکی و سبک */
}

.hero-overlay-carousel .swiper-button-prev[b-6ixwqa8ce1],
.hero-overlay-carousel .swiper-button-next[b-6ixwqa8ce1] {
    color: #ffffff; /* رنگ دکمه‌ها سفید */
    background: rgba(0, 0, 0, 0.3); /* پس‌زمینه شفاف */
    border-radius: 50%; /* دکمه‌های گرد */
    padding: 10px;
    transition: background 0.3s ease;
}

    .hero-overlay-carousel .swiper-button-prev:hover[b-6ixwqa8ce1],
    .hero-overlay-carousel .swiper-button-next:hover[b-6ixwqa8ce1] {
        background: rgba(0, 0, 0, 0.5); /* رنگ دکمه‌ها در هاور */
    }

.hero-overlay-carousel .swiper-pagination-bullet[b-6ixwqa8ce1] {
    width: 12px;
    height: 12px;
    background-color: #bdbdbd; /* رنگ طوسی ملایم */
    transition: background-color 0.3s ease;
}

.hero-overlay-carousel .swiper-pagination-bullet-active[b-6ixwqa8ce1] {
    background-color: #0d6efd; /* رنگ آبی برای وضعیت فعال */
}

/* ==== دکمه‌های navigation و pagination */
.hero-overlay-carousel .swiper-pagination[b-6ixwqa8ce1] {
    position: absolute;
    bottom: 20px; /* فاصله بیشتر برای pagination */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.hero-overlay-carousel .swiper-pagination-bullet[b-6ixwqa8ce1] {
    margin: 0 4px;
    opacity: 0.6;
}

    .hero-overlay-carousel .swiper-pagination-bullet:hover[b-6ixwqa8ce1] {
        opacity: 1;
        background-color: #0d6efd;
    }

/* ==== استایل برای موبایل ==== */
@media (max-width: 768px) {
    .hero-overlay-carousel .hero-card[b-6ixwqa8ce1] {
        height: 240px; /* کاهش ارتفاع کارت در موبایل */
    }

    .hero-overlay-carousel .hero-title[b-6ixwqa8ce1] {
        font-size: 1rem; /* کاهش سایز فونت در موبایل */
    }

    .hero-overlay-carousel .hero-content[b-6ixwqa8ce1] {
        padding: 1rem; /* کاهش padding در موبایل */
    }

    .hero-overlay-carousel .swiper-button-prev[b-6ixwqa8ce1],
    .hero-overlay-carousel .swiper-button-next[b-6ixwqa8ce1] {
        padding: 8px; /* اندازه دکمه‌های کوچک‌تر در موبایل */
    }

    .hero-overlay-carousel .swiper-pagination-bullet[b-6ixwqa8ce1] {
        width: 10px; /* اندازه کوچک‌تر نقاط pagination */
        height: 10px;
    }
}


.hero-description p[b-6ixwqa8ce1]{
    font-size: 0.9rem; /* سایز فونت توصیف */
    color: rgba(255, 255, 255); /* رنگ خاکستری ملایم */
    margin-top: 0.5rem;
    line-height: 1.4; /* فاصله خطوط بیشتر */
}
 
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/ImageOnly.cshtml.rz.scp.css */
.carousel-image-only .carousel-card[b-ooubof3f7i] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .carousel-image-only .carousel-card:hover[b-ooubof3f7i] {
        transform: scale(1.02);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }

    .carousel-image-only .carousel-card img[b-ooubof3f7i] {
        width: 100%;
        height: 280px;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .carousel-image-only .carousel-card:hover img[b-ooubof3f7i] {
        transform: scale(1.05);
    }

.carousel-image-only .carousel-overlay[b-ooubof3f7i] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65), transparent);
    color: white;
    text-align: right;
}

.carousel-image-only .carousel-title[b-ooubof3f7i] {
    font-size: 1rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.4;
}

.carousel-image-only .carousel-date[b-ooubof3f7i] {
    font-size: 0.8rem;
    opacity: 0.8;
    margin-top: 0.25rem;
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/Minimal.cshtml.rz.scp.css */
.carousel-minimal .news-item[b-lg5esgvqfz] {
    padding: 1rem;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

    .carousel-minimal .news-item:hover[b-lg5esgvqfz] {
        background-color: #f9f9f9;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }

.carousel-minimal .news-title[b-lg5esgvqfz] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.4rem;
    color: #222;
}

.carousel-minimal .news-date[b-lg5esgvqfz] {
    font-size: 0.8rem;
    color: #888;
}

.carousel-minimal .news-link[b-lg5esgvqfz] {
    text-decoration: none;
    display: block;
    color: inherit;
}

    .carousel-minimal .news-link:hover .news-title[b-lg5esgvqfz] {
        color: #0d6efd;
    }
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/Overlay.cshtml.rz.scp.css */
/* ==== Style for Carousel Cards - متریال و مینیمال ==== */

.carousel-overlay .overlay-card[b-jt48ma5d78] {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* سایه کارت برای عمق */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    background-color: #fff; /* پس‌زمینه سفید */
}

    .carousel-overlay .overlay-card:hover[b-jt48ma5d78] {
        transform: scale(1.02); /* کمی بزرگ شدن روی هاور */
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15); /* سایه بزرگتر هنگام هاور */
    }

    .carousel-overlay .overlay-card img[b-jt48ma5d78] {
        width: 100%; /* عرض ثابت 100% از قاب */
        height: 250px; /* ارتفاع ثابت برای همه تصاویر */
        object-fit: cover; /* برای اینکه تصاویر بدون تغییر نسبت ابعاد داخل قاب قرار بگیرند */
        display: block;
        transition: transform 0.5s ease;
        border-radius: 12px; /* گوشه‌های گرد */
    }

    .carousel-overlay .overlay-card:hover img[b-jt48ma5d78] {
        transform: scale(1.1); /* بزرگ کردن تصویر هنگام هاور */
    }

.carousel-overlay .overlay-content[b-jt48ma5d78] {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75), transparent 70%);
    color: #fff;
    text-align: right;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    z-index: 2;
}

.carousel-overlay .overlay-title[b-jt48ma5d78] {
    font-size: 1.2rem; /* سایز فونت عنوان */
    font-weight: 600; /* وزن فونت بیشتر */
    margin-bottom: 0.5rem;
    line-height: 1.4;
    text-transform: uppercase; /* حروف بزرگ برای عنوان */
    letter-spacing: 1px; /* فاصله حرف‌ها */
}

.carousel-overlay .overlay-date[b-jt48ma5d78] {
    font-size: 0.9rem;
    opacity: 0.85;
    color: #ccc; /* رنگ ملایم برای تاریخ */
}

.carousel-overlay .swiper-button-prev[b-jt48ma5d78],
.carousel-overlay .swiper-button-next[b-jt48ma5d78] {
    color: #ffffff;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    padding: 10px;
    transition: background 0.3s ease;
}

    .carousel-overlay .swiper-button-prev:hover[b-jt48ma5d78],
    .carousel-overlay .swiper-button-next:hover[b-jt48ma5d78] {
        background: rgba(0, 0, 0, 0.5);
    }

.carousel-overlay .swiper-pagination[b-jt48ma5d78] {
    position: absolute;
    bottom: 10px; /* قرار دادن pagination کمی پایین‌تر از آیتم */
    left: 0;
    right: 0;
    text-align: center;
    z-index: 1000; /* افزایش z-index برای صفحه‌بندی */
}

.carousel-overlay .swiper-pagination-bullet[b-jt48ma5d78] {
    width: 12px;
    height: 12px;
    background-color: #ddd;
    border-radius: 50%;
    margin: 0 4px;
    opacity: 1;
    transition: background-color 0.3s ease;
}

.carousel-overlay .swiper-pagination-bullet-active[b-jt48ma5d78] {
    background-color: #0d6efd; /* رنگ فعال آبی */
}

.carousel-overlay .swiper-pagination-bullet:hover[b-jt48ma5d78] {
    background-color: #0d6efd; /* رنگ آبی هنگام هاور */
}

/* ==== Mobile Styles for Carousel ==== */
@media (max-width: 768px) {
    .carousel-overlay .overlay-card[b-jt48ma5d78] {
        height: 240px; /* کاهش ارتفاع کارت‌ها در موبایل */
    }

    .carousel-overlay .overlay-title[b-jt48ma5d78] {
        font-size: 1rem; /* کاهش سایز فونت عنوان */
    }

    .carousel-overlay .overlay-content[b-jt48ma5d78] {
        padding: 1rem; /* کاهش padding در موبایل */
    }

    .carousel-overlay .swiper-button-prev[b-jt48ma5d78],
    .carousel-overlay .swiper-button-next[b-jt48ma5d78] {
        padding: 8px; /* اندازه دکمه‌ها در موبایل */
    }

    .carousel-overlay .swiper-pagination-bullet[b-jt48ma5d78] {
        width: 10px;
        height: 10px;
    }
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-nkwsd14e7d] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-nkwsd14e7d] {
  color: #0077cc;
}

.btn-primary[b-nkwsd14e7d] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-nkwsd14e7d], .nav-pills .show > .nav-link[b-nkwsd14e7d] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-nkwsd14e7d] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-nkwsd14e7d] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-nkwsd14e7d] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-nkwsd14e7d] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-nkwsd14e7d] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
