@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Montserrat:wght@700&display=swap');

.carousel-wrapper-b249112b {
    padding: 80px 0;
    width: 100%;
    display: flex;
    justify-content: center;
    font-family: 'Inter', sans-serif;
}

.carousel-container-b249112b {
    max-width: 1200px;
    width: 90%;
    margin: 0 auto;
}

.carousel-header-b249112b {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 40px;
    flex-wrap: wrap;
    gap: 20px;
}

.section-title-b249112b {
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #214462;
    margin: 0 0 8px 0;
}

.section-subtitle-b249112b {
    font-size: 16px;
    color: #64748B;
    margin: 0;
}

.header-right-b249112b {
    display: flex;
    align-items: center;
    gap: 16px;
}

.nav-fraction-b249112b {
    font-size: 14px;
    font-weight: 600;
    color: #214462;
}

.nav-arrows-b249112b {
    display: flex;
    gap: 8px;
}

.nav-prev-b249112b,
.nav-next-b249112b {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #E2E8F0;
    background-color: #FFFFFF;
    color: #214462;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.25s ease;
}

.nav-prev-b249112b:hover,
.nav-next-b249112b:hover {
    background-color: #E11C09;
    border-color: #E11C09;
    color: #FFFFFF;
}

.swiper-b249112b {
    width: 100%;
    overflow: hidden;
}

/* Flex fallbacks to prevent vertical stack list before Swiper runs */
.swiper-b249112b .swiper-wrapper {
    display: flex;
    flex-direction: row;
    width: 100%;
    box-sizing: border-box;
}

.swiper-b249112b .swiper-slide {
    flex-shrink: 0;
    height: auto;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.card-b249112b {
    background-color: #FFFFFF;
    box-shadow: 0px 10px 20px rgba(33, 68, 98, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.card-img-wrap-b249112b {
    position: relative;
    width: 100%;
    padding-top: 75%; /* 4:3 Aspect Ratio */
    overflow: hidden;
}

.card-image-b249112b {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.card-content-b249112b {
    padding: 24px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.card-title-b249112b {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #214462;
    margin: 12px 0 8px 0;
}

.card-desc-b249112b {
    font-size: 14px;
    color: #475569;
    margin: 0;
    line-height: 1.5;
}
