/* ========== Swiper Styles for Info News Section ========== */

.info-news-section {
    /* min-height: 25.375rem; */
}

/* ========== Shared Swiper Base ========== */
.infoNewsSwiper,
.storiesSwiper,
.coverageSwiper {
    width: 100%;
    border-radius: 0.625rem;
    overflow: visible;
    position: relative;
}

.infoNewsSwiper,
.coverageSwiper {
    height: auto;
}

.storiesSwiper {
    height: 25.375rem;
}

.infoNewsSwiper .swiper-wrapper,
.storiesSwiper .swiper-wrapper,
.coverageSwiper .swiper-wrapper {
    height: 100%;
}

.infoNewsSwiper .swiper-slide,
.storiesSwiper .swiper-slide,
.coverageSwiper .swiper-slide {
    height: 100%;
    display: flex;
    align-items: stretch;
}

/* ========== Shared Card Styles ========== */

.swiper-card-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.swiper-card-box {
    width: 100%;
    height: 100%;
    border-radius: 0.625rem;
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.2);
}

.swiper-card-box:hover {
    transform: translateY(-0.3125rem);
    box-shadow: 0 0.9375rem 2.5rem rgba(0, 0, 0, 0.3);
}

.swiper-card-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ========== Pagination ========== */
.info-pagination,
.stories-pagination,
.coverage-pagination {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 20;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    justify-content: center;
}

.swiper-pagination-bullet {
    width: 0.625rem;
    height: 0.625rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
    background: #FFD700;
    box-shadow: 0 0 0.625rem rgba(255, 215, 0, 0.8), 0 2px 4px rgba(0, 0, 0, 0.3);
    transform: scale(1.2);
}

/* ========== Info News Section Box ========== */
.info-news-section .box4 {
    min-height: 25.375rem;
}

.info-news-section .baztabBox {
    height: 25.375rem;
    display: flex;
    flex-direction: column;
}

.info-news-section .baztabBox .disc {
    flex-grow: 1;
    overflow-y: auto;
}

/* ========== Coverage Card Wrapper ========== */
.coverage-card-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
}

/* ========== Coverage (باز تاب رسانه‌ای) ========== */
.coverageSwiper .baztabBox {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: black;
    color: yellow;
    padding: 1.3rem;
    border-radius: 0.625rem;
    box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.2);
}

.coverageSwiper .baztabBox .title1 {
    color: yellow;
    text-align: right;
    font-weight: bold;
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.coverageSwiper .baztabBox .title2 {
    color: white;
    text-align: right;
    font-size: 0.95rem;
    margin-bottom: 0.3rem;
}

.coverageSwiper .baztabBox .title3 {
    color: white;
    text-align: right;
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.coverageSwiper .baztabBox .disc {
    color: white;
    flex-grow: 1;
    overflow-y: auto;
    font-size: 0.8rem;
    text-align: justify;
    line-height: 1.6;

    height: 14rem;
    overflow: auto;
}

.coverageSwiper .baztabBox hr {
    border-color: rgba(255, 255, 255, 0.3);
    margin: 0.75rem 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .coverageSwiper .baztabBox .disc {
        font-size: 0.7rem;
        line-height: 1.55;
        height: 13rem;
    }
    .coverageSwiper .baztabBox .title2 {
	font-size: 0.8rem;
}
    .coverageSwiper .baztabBox .title3 {
	font-size: 0.9rem;
	margin-bottom: 0.4rem;
}
    .coverageSwiper .baztabBox hr {
        margin: 0.3rem 0;
    }
}

@media (max-width: 991px) {
.coverageSwiper .baztabBox .disc {
	height: auto; 
    max-height: 205px;
    overflow: auto;
}
}

/* ========== Mobile ========== */
@media (max-width: 768px) {
    .coverageSwiper .baztabBox {
        padding: 1rem;
    }

    .coverageSwiper .baztabBox .title1 {
        font-size: 0.95rem;
    }

    .coverageSwiper .baztabBox .title3 {
        font-size: 1rem;
    }

    .coverageSwiper .baztabBox .disc {
        font-size: 0.8rem;
    }
}
