.services-div {
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.team-services {
    font-family: "Alexandria", sans-serif;
    font-weight: 400;
    font-size: var(--font-size-body);
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: capitalize;
    color: white;
}

.services-seperator {
    width: 130px;
    height: 1px;
    background-color: white;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.subtitle p {
    font-weight: 400;
    font-size: var(--font-size-display-lg);
    letter-spacing: 0%;
    text-transform: uppercase;
    color: white;
}

.services-team-title, .subtitle p {
    font-size: var(--font-size-h2) !important;
}

.black-text {
    color: #474B3D !important;
}

.services-team-sub {
    font-weight: 200;
    font-family: "Alexandria", sans-serif;
    font-size: var(--font-size-body);
    color: white;
}

.our-team {
    font-size: var(--font-size-h2);
    text-transform: uppercase;
    color: white;
    text-align: center;
}

.separator {
    width: 130px;
    height: 1px;
    background-color: white;
    margin: 0px auto;
    text-align: center;
    margin-bottom: 40px;
}

.main-image-vitality {
    width: 100%;
    height: 850px;
    margin-top: 0 !important;
    overflow: hidden;
    object-fit: cover;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .main-image-vitality img {
        width: 100%;
        margin-top: 100px;
        height: 100%;
        object-fit: cover;
        object-position: bottom;
        display: block;
        background-position: bottom;
    }

.package-card {
    background-color: rgba(255, 255, 255, 0.05);
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    padding: 35px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    color: white;
    height: 100%;
}

    .package-card:hover {
        background: rgba(255, 255, 255, 0.1);
        border-top-color: white;
        transform: translateY(-2px);
    }

.package-card-title {
    font-size: 16px;
    font-weight: 600;
    color: white;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.package-card-content {
    font-size: var(--font-size-card-subtitle);
    font-weight: 200;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: auto;
}

.service-detail-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    flex-wrap: wrap;
    gap: 8px;
}

.service-detail-price {
    font-size: 16px;
    font-weight: 700;
    color: white;
    white-space: nowrap;
}

.service-detail-time {
    font-size: 16px;
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;
}

.optional-card {
    max-width: 700px;
    margin: 0 auto;
}

.package-card-content .price-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-bottom: 10px;
    flex-wrap: nowrap;
}

    .package-card-content .price-row span {
        flex: 1;
        font-weight: 200;
        color: rgba(255, 255, 255, 0.8);
    }

    .package-card-content .price-row strong {
        white-space: nowrap;
        font-weight: 700;
        color: white;
    }

.therapy-selection-title {
    font-family: "Alexandria", sans-serif;
    font-size: var(--font-size-h2);
    color: white;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 15px;
    line-height: 1.3;
}

.purchaseType {
    font-size: 16px;
    font-family: "Alexandria", sans-serif;
    color: white;
    font-weight: 200;
}

.purchaseBtn {
    width: 48%;
}

#spa-blog .main-image,
#spa-blog .blog-img {
    width: 100%;
    height: 850px;
    overflow: hidden;
    position: relative;
}

.hero-swiper-container {
    width: 100%;
    height: 850px;
    position: relative;
    overflow: hidden;
}

    .hero-swiper-container .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 850px;
    }

        .hero-swiper-container .swiper-slide img {
            width: 100%;
            height: 850px;
            object-fit: cover;
            object-position: center;
        }

.hero-swiper-pagination {
    position: absolute !important;
    bottom: 30px !important;
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    z-index: 100 !important;
    display: flex !important;
    gap: 8px;
    justify-content: center !important;
    align-items: center !important;
    width: auto !important;
    text-align: center !important;
    visibility: visible !important;
    pointer-events: auto !important;
    opacity: 1 !important;
}

    .hero-swiper-pagination .swiper-pagination-bullet {
        width: 40px !important;
        height: 3px !important;
        background: rgba(255, 255, 255, 0.9) !important;
        opacity: 1 !important;
        border-radius: 2px !important;
        transition: all 0.3s ease;
        cursor: pointer;
        margin: 0 4px !important;
    }

    .hero-swiper-pagination .swiper-pagination-bullet-active {
        background: #676f56 !important;
        width: 50px !important;
        height: 4px !important;
    }

.hero-swiper-button-prev,
.hero-swiper-button-next {
    color: #fff;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transition: background 0.3s ease;
}

    .hero-swiper-button-prev:hover,
    .hero-swiper-button-next:hover {
        background: transparent;
    }

    .hero-swiper-button-prev::after,
    .hero-swiper-button-next::after {
        font-size: 25px !important;
        color: white !important;
    }


@media (max-width: 576px) {
    .main-image-vitality,
    #spa-blog .blog-img,
    .hero-swiper-container,
    .hero-swiper-container .swiper-slide,
    .hero-swiper-container .swiper-slide img {
        height: 400px;
    }

    .service-detail-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    .package-card-content .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        padding-bottom: 10px;
    }

        .package-card-content .price-row strong {
            color: rgba(255, 255, 255, 0.7);
            font-size: 14px;
        }
}

@media (max-width: 768px) {
    .main-image-vitality,
    #spa-blog .blog-img,
    .hero-swiper-container,
    .hero-swiper-container .swiper-slide,
    .hero-swiper-container .swiper-slide img {
        height: 500px;
    }

    .hero-swiper-pagination {
        bottom: 20px !important;
    }

        .hero-swiper-pagination .swiper-pagination-bullet {
            width: 30px !important;
            height: 2.5px !important;
        }

        .hero-swiper-pagination .swiper-pagination-bullet-active {
            width: 40px !important;
            height: 3.5px !important;
        }
}

@media (max-width: 992px) {
    .main-image-vitality,
    #spa-blog .blog-img,
    .hero-swiper-container,
    .hero-swiper-container .swiper-slide,
    .hero-swiper-container .swiper-slide img {
        height: 600px;
    }
}

@media (max-width: 1400px) {
    .main-image-vitality,
    #spa-blog .blog-img,
    .hero-swiper-container,
    .hero-swiper-container .swiper-slide,
    .hero-swiper-container .swiper-slide img {
        height: 700px;
    }
}

@media (min-width: 1901px) {
    #offers-container .container {
        width: auto !important;
        max-width: 1140px !important;
    }
}
