.martyrs-carousel-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    overflow: hidden;
}

.martyrs-carousel {
    width: 100%;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.martyrs-carousel .swiper-wrapper {
    align-items: stretch;
}

.martyrs-carousel .swiper-slide {
    background: #f4f3f1;
    border-radius: 0;
    padding: 20px;
    height: auto;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: auto;
}

.martyrs-carousel .martyr-image {
    width: 120px;
    margin: 0 auto 20px;
    overflow: hidden;
}

.martyrs-carousel .martyr-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.martyrs-carousel .martyr-title {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #131313;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #131313;
    padding-bottom: 15px;
}

.martyrs-carousel .martyr-info h5 {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #121212;
    margin: 15px 0 5px;
    text-align: center;
}

.martyrs-carousel .martyr-info p {
    font-size: 14px;
    line-height: 22px;
    color: #121212;
    margin: 0 0 10px;
    text-align: center;
}

.martyrs-carousel .swiper-button-prev,
.martyrs-carousel .swiper-button-next {
    background-color: #340404;
    color: #cc9999;
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.martyrs-carousel .swiper-button-prev:hover,
.martyrs-carousel .swiper-button-next:hover {
    background-color: #cc9999;
    color: #340404;
}

.martyrs-carousel .swiper-button-prev:after,
.martyrs-carousel .swiper-button-next:after {
    font-size: 18px;
    font-weight: bold;
}

@media (max-width: 768px) {
    .martyrs-carousel .swiper-slide {
        padding: 20px;
        min-height: 350px;
    }
}
