/* Ana səhifə vitrin slider-ləri — əvvəl Blade içindəki qaydalar, dəyişmədən. */

/* Kart heç vaxt tam sətir eni tutmasın — sabit kompakt slide */
.home-exam-groups-section .home-exam-group-swiper-slide {
    width: 272px;
    max-width: calc(100vw - 2.75rem);
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}
@media (min-width: 640px) {
    .home-exam-groups-section .home-exam-group-swiper-slide {
        width: 288px;
        max-width: 288px;
    }
}
@media (min-width: 1024px) {
    .home-exam-groups-section .home-exam-group-swiper-slide {
        width: 308px;
        max-width: 308px;
    }
}
.home-exam-groups-section .homeExamGroupsSwiper .swiper-wrapper {
    align-items: stretch;
}
/* Pagination kartların ALTINDA (absolute yox) */
.home-exam-groups-section .home-exam-groups-pagination.swiper-pagination-static {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    padding: 0.25rem 0 0.125rem;
    transform: none !important;
}
.home-exam-groups-section .home-exam-groups-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    background: #cbd5e1;
    opacity: 1;
    transition: background 0.2s, transform 0.2s;
}
.home-exam-groups-section .home-exam-groups-pagination .swiper-pagination-bullet-active {
    background: #2563eb;
    transform: scale(1.15);
}
.home-exam-groups-section .homeExamGroupsSwiper {
    padding-bottom: 0 !important;
}

.home-explanations-section .home-explanations-swiper-slide {
    width: min(300px, calc(100vw - 2.75rem));
    max-width: calc(100vw - 2.75rem);
    height: auto;
    flex-shrink: 0;
    box-sizing: border-box;
}
.home-explanations-section .home-explanations-swiper-slide > article {
    height: 100%;
}
@media (min-width: 640px) {
    .home-explanations-section .home-explanations-swiper-slide {
        width: 320px;
        max-width: 320px;
    }
}
@media (min-width: 1024px) {
    .home-explanations-section .home-explanations-swiper-slide {
        width: 340px;
        max-width: 340px;
    }
}
.home-explanations-section .homeExplanationsSwiper .swiper-wrapper {
    align-items: stretch;
}
.home-explanations-section .home-explanations-pagination.swiper-pagination-static {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    width: 100% !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 1rem;
    padding: 0.25rem 0 0.125rem;
    transform: none !important;
}
.home-explanations-section .home-explanations-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 4px !important;
    background: #cbd5e1;
    opacity: 1;
    transition: background 0.2s, transform 0.2s;
}
.home-explanations-section .home-explanations-pagination .swiper-pagination-bullet-active {
    background: #2563eb;
    transform: scale(1.15);
}
.home-explanations-section .homeExplanationsSwiper {
    padding-bottom: 0 !important;
}

.home-services-section .home-services-swiper-slide {
    width: min(300px, calc(100vw - 2.75rem));
    max-width: calc(100vw - 2.75rem);
    height: auto;
    flex-shrink: 0;
}
@media (min-width: 640px) {
    .home-services-section .home-services-swiper-slide { width: 320px; max-width: 320px; }
}
@media (min-width: 1024px) {
    .home-services-section .home-services-swiper-slide { width: 340px; max-width: 340px; }
}
.home-services-section .homeServicesSwiper .swiper-wrapper { align-items: stretch; }
.home-services-section .home-services-pagination.swiper-pagination-static {
    position: static !important;
    display: flex !important;
    justify-content: center;
    gap: 6px;
    margin-top: 1rem;
}
.home-services-section .home-services-pagination .swiper-pagination-bullet {
    width: 8px; height: 8px; background: #cbd5e1; opacity: 1;
}
.home-services-section .home-services-pagination .swiper-pagination-bullet-active {
    background: #2563eb; transform: scale(1.15);
}

.home-news-section .home-news-swiper-slide {
    width: min(280px, calc(100vw - 2.5rem));
    max-width: calc(100vw - 2.5rem);
    height: auto;
    flex-shrink: 0;
}
@media (min-width: 360px) {
    .home-news-section .home-news-swiper-slide {
        width: min(300px, calc(100vw - 2.75rem));
    }
}
@media (min-width: 640px) {
    .home-news-section .home-news-swiper-slide { width: 300px; max-width: 300px; }
}
@media (min-width: 768px) {
    .home-news-section .home-news-swiper-slide { width: 320px; max-width: 320px; }
}
@media (min-width: 1024px) {
    .home-news-section .home-news-swiper-slide { width: 340px; max-width: 340px; }
}
.home-news-section .homeNewsSwiper .swiper-wrapper { align-items: stretch; }
.home-news-section .home-news-pagination.swiper-pagination-static {
    position: static !important;
    display: flex !important;
    justify-content: center;
    gap: 6px;
}
.home-news-section .home-news-pagination .swiper-pagination-bullet {
    width: 8px; height: 8px; background: #cbd5e1; opacity: 1;
}
.home-news-section .home-news-pagination .swiper-pagination-bullet-active {
    background: #283571; transform: scale(1.15);
}
