.chapter-slider {
    padding: 40px 0px !important;
}

.chapters-section {
    padding: 0 !important;
}

.chapter-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;    
}

.chapter-top h2 {
    font-size: 64px;
    font-weight: 800;
    color: #111;
}

.chapter-top p {
    max-width: 700px;
    font-size: 22px;
    color: #555;
    line-height: 1.5;
}

.chapter-card:hover h3 {color:#01133d;}

.chapter-card {
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    transition: .4s;
}

.chapter-card:hover {
    transform: translateY(-12px);
}

.chapter-image {
    position: relative;
    height: 260px;
    overflow: hidden;
}

.chapter-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.member-count {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #fff;
    padding: 10px 18px;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
}

.chapter-content {
    padding:  15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.chapter-content h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
}

.chapter-content p {
    color: #202020;
    line-height: 26px;
    font-size: 18px;
}

 

.swiper-slide {
    width: 360px;
}