section {
    margin: 120px 5% !important;
    margin-bottom: 30px !important;
}

.section-title {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 40px;
    color: #003543;
}

.wards__menu {
    display: flex;
    text-align: center;
    background: #F7FBFC;
    border-radius: 10px;
    margin-bottom: 20px;
}

.wards__menu-item {
    text-align: center;
    width: 100%;
    color: #116C83;
    font-size: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 10px 0px;
    border: 1px solid transparent;
    border-radius: 10px; 
    margin-bottom: 0 !important;
}

.wards__menu-item p {
    margin-bottom: 0 !important;
}

.wards__menu-item.active {
    border: 1px solid #0196BB;
    border-radius: 10px;
}

.wards__card {
    background: #F7FBFC;
    padding: 24px;
    display: flex;
    gap: 40px;
    border-radius: 10px;
}

.wards__content {
    padding: 20px;
    flex: 1;
}

.wards__slider {
    flex: 1;
    width: 100%;
    height: 360px;
    min-width: 0;
    padding: 0;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    margin: auto 0;
}


.wards__slider .swiper-wrapper {
    height: 100%;
}

.wards__slider .swiper-slide {
    height: 100%;
    position: relative;
}

.wards__slider .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

.wards__pagination {
    position: absolute !important;
    z-index: 5 !important;
    left: 20px !important;
    bottom: 20px !important;
    width: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 6px !important;
}

.wards__pagination .swiper-pagination-bullet {
    width: 30px !important;
    height: 2px !important;
    margin: 0 !important;
    background: #AEBCC0 !important;
    border-radius: 0 !important;
    opacity: 1 !important;
    border:none !important;
    box-shadow:none !important;

}

.wards__pagination .swiper-pagination-bullet-active {
    background: #FFFFFF !important;
    opacity: 1 !important;
}

.wards__prev,
.wards__next {
    position: absolute;
    z-index: 5;
    bottom: 15px;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 8px;
    background: #fff;
    color: #0196BB;
    cursor: pointer;
    transition: all 0.2s ease;
}

.wards__prev {
    right: 65px;
}

.wards__next {
    right: 15px;
}

.wards__prev:hover,
.wards__next:hover {
    background: #0196BB;
    color: #fff;
}

.wards__prev svg,
.wards__next svg {
    display: block;
}

.wards__card {
    display: none; 
}

.wards__card:first-child {
    display: flex;
}

.wards__title {
    color: #0196BB;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 8px;
}

.wards__desc {
    font-size: 16px;
    color: #00566B;
}

.wards__list {
    margin: 24px 0px;
}

.gospit-stages__list {
    padding: 24px;
    list-style: none;
}

.wards__list-item {
    color: #577B84;
    margin-bottom: 8px;
    display: flex;
}

.wards__list-item:last-child {
    margin-bottom: 0;
}

.wards__list-item::before {
    content: "";
    background: #0196BB;
    min-width: 6px;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    display: block;
    margin-top: 7px;
    margin-right: 11px;
    margin-left: 7px;
}

.wards__price {
    font-size: 18px;
    font-weight: 500;
    color: #0196BB;
}

.wards__select-wrapper {
    display: none;
}

@media screen and (max-width: 968px) {
    .wards__card {
        flex-direction: column;
        gap: 0;
        padding: 16px;
    }

    .wards__slider{
        height: 222px;
    }

    .wards__slider .swiper-slide img {
        max-height: 280px;
    }

    .wards__content {
        padding: 20px 10px;
    }
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 23px;
    }

    .wards__slider .swiper-slide img {
        max-height: 222px;
    }

    .wards__title {
        font-size: 20px;
    }

    .wards__list {
        margin: 16px 0px;
    }

    .wards__menu {
        display: none;
    }

    .wards__select-wrapper {
        display: block;
        margin-bottom: 10px;
        position: relative;
    }

    .wards__select {
        width: 100%;
        height: 46px;
        padding: 0 45px 0 16px;
        appearance: none;
        -webkit-appearance: none;
        background: #F7FBFC;
        border: 1px solid #0196BB;
        border-radius: 10px;
        color: #116C83;
        font-size: 16px;
        font-family: inherit;
        cursor: pointer;
    }

    .wards__select-wrapper::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 18px;
        width: 8px;
        height: 8px;
        border-right: 1px solid #0196BB;
        border-bottom: 1px solid #0196BB;
        transform: translateY(-70%) rotate(45deg);
        pointer-events: none;
    }

    .wards__prev,
.wards__next {
    width: 34px;
    height: 34px;
}

.wards__prev svg,
.wards__next svg {
    width: 14px;
    height: 14px;
}
}

@media screen and (max-width: 768px) {
    section {
        margin: 80px 5% !important;
    }
}