/* =============================================
   Serenity Spa - Custom Branding Overrides
   ============================================= */

/* ----- Text-Based Logo ----- */
.logo-text {
    font-family: 'Marcellus', serif;
    font-size: 28px;
    color: #1c1c1c;
    letter-spacing: 2px;
    text-transform: uppercase;
    white-space: nowrap;
}

.header-logo .logo-text {
    line-height: 1;
}

/* Light logo for dark backgrounds (footer, sidemenu) */
.footer-logo .logo-text,
.sidemenu-content .logo-text,
.mobile-logo .logo-text {
    color: #fff;
}

.vs-logo .logo-text {
    color: #fff;
    font-size: 32px;
}

/* Sticky header logo stays dark */
.sticky-active .logo-text {
    color: #1c1c1c;
}

/* Footer layout2 logo */
.footer-layout2 .footer-logo .logo-text {
    font-size: 36px;
}

/* ----- Hero Section: Full-Background Image Carousel ----- */
.hero-fullbg {
    position: relative;
    overflow: hidden;
}

.hero-fullbg .hero-slide {
    position: relative;
    min-height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-fullbg .hero-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: 1;
}

.hero-fullbg .hero-slide-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
    max-width: 800px;
}

.hero-fullbg .hero-subtitle {
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
    display: block;
}

.hero-fullbg .hero-title {
    font-family: 'Marcellus', serif;
    font-size: 64px;
    color: #fff;
    line-height: 1.15;
    margin-bottom: 30px;
}

.hero-fullbg .vs-btn {
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 14px 40px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.hero-fullbg .vs-btn:hover {
    background: #fff;
    color: #1c1c1c;
}

/* ----- Team / Gallery / Blog Images: JPG Photo Crops ----- */
.team-style1 .team-img img,
.team-card .team-img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 3 / 4;
}

.gallery-style1 .gallery-img img {
    object-fit: cover;
}

.vs-blog .blog-img img {
    object-fit: cover;
    width: 100%;
    aspect-ratio: 16 / 10;
}

/* ----- Testimonial Avatars: Circular Crop ----- */
.testi-avater img {
    border-radius: 50%;
    object-fit: cover;
    width: 70px;
    height: 70px;
}

/* ----- Instagram Section Images ----- */
.gallery-style1.mega-hover .gallery-img img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

/* ----- Preloader Centering Fix ----- */
.preloader .preloader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    min-height: 100dvh;
}

/* ----- Breadcrumb Background Images ----- */
.breadcumb-wrapper {
    background-size: cover;
    background-position: center;
    position: relative;
}

.breadcumb-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.breadcumb-wrapper .container {
    position: relative;
    z-index: 2;
}

/* ----- About Section Image ----- */
.img-box1 img,
.img-box5 img {
    object-fit: cover;
}

/* ----- Mobile Responsive ----- */
@media (max-width: 991px) {
    .hero-fullbg .hero-title {
        font-size: 42px;
    }

    .hero-fullbg .hero-slide {
        min-height: 70vh;
    }

    .logo-text {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .hero-fullbg .hero-title {
        font-size: 32px;
    }

    .hero-fullbg .hero-subtitle {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .hero-fullbg .hero-slide {
        min-height: 60vh;
    }

    .logo-text {
        font-size: 20px;
    }
}

/* ----- Service Card Images ----- */
.service-card .service-img img {
    object-fit: cover;
    width: 100%;
}

/* ----- Price Plan About Image ----- */
.img-box3 .img-1 img {
    object-fit: cover;
}

/* ----- Appointment page form styling ----- */
.appointment-form select {
    appearance: auto;
}

/* ----- Equal-height package cards ----- */
.price-inner1 .row {
    display: flex;
}

.price-inner1 .row > [class*="col"] {
    display: flex;
}

.price-inner1 .package-style1,
.price-inner2 .package-style1 {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.price-inner1 .package-list,
.price-inner2 .package-list {
    flex: 1;
}

.price-inner2 .slick-track {
    display: flex !important;
}

.price-inner2 .slick-slide {
    height: auto !important;
}

.price-inner2 .slick-slide > div {
    height: 100%;
}

.price-inner2 .slick-slide > div > div {
    height: 100%;
}
