/* _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 RTL Arrow Direction */
.rtl-flip.swiper-button-prev[b-tp9i59lm6w] {
    right: auto;
    left: 0;
    transform: rotate(180deg);
}

.rtl-flip.swiper-button-next[b-tp9i59lm6w] {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

/* Optional: make Swiper pagination RTL aligned */
.swiper-pagination[b-tp9i59lm6w] {
    direction: ltr;
}
/* _content/IdepooProCms.MvcWebApp/Views/Shared/Components/NewsCarousel/Templates/HeroOverlay.cshtml.rz.scp.css */
.hero-overlay-carousel .hero-card[b-6ixwqa8ce1] {
    position: relative;
    overflow: hidden;
    border-radius: 1rem;
    transition: all 0.4s ease;
    height: 360px;
}

    .hero-overlay-carousel .hero-card img[b-6ixwqa8ce1] {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.5s ease;
    }

    .hero-overlay-carousel .hero-card:hover img[b-6ixwqa8ce1] {
        transform: scale(1.05);
    }

.hero-overlay-carousel .hero-content[b-6ixwqa8ce1] {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65), 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.5rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.hero-overlay-carousel .hero-date[b-6ixwqa8ce1] {
    font-size: 0.9rem;
    color: #ccc;
}

@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;
    }
}
/* _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 */
.carousel-overlay .overlay-card[b-jt48ma5d78] {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    transition: transform 0.3s ease;
}

    .carousel-overlay .overlay-card:hover[b-jt48ma5d78] {
        transform: scale(1.01);
    }

    .carousel-overlay .overlay-card img[b-jt48ma5d78] {
        width: 100%;
        height: 380px;
        object-fit: cover;
        display: block;
        transition: transform 0.5s ease;
    }

    .carousel-overlay .overlay-card:hover img[b-jt48ma5d78] {
        transform: scale(1.05);
    }

.carousel-overlay .overlay-content[b-jt48ma5d78] {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent 70%);
    color: white;
    text-align: right;
}

.carousel-overlay .overlay-title[b-jt48ma5d78] {
    font-size: 1.1rem;
    font-weight: 700;
    margin-bottom: 0.3rem;
    line-height: 1.5;
}

.carousel-overlay .overlay-date[b-jt48ma5d78] {
    font-size: 0.8rem;
    opacity: 0.85;
}
/* _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;
}
