﻿.divine-page {
    background: linear-gradient(to bottom, #faf7ff 0%, #f5efff 100%);
    min-height: 100vh;
}

.divine-hero {
    position: relative;
    padding: 140px 20px 100px;
    background: linear-gradient(135deg, #2d1735 0%, #4a2256 50%, #6b2f7a 100%);
    background-size: cover;
    background-position: center;
    color: white;
    overflow: hidden;
}

    .divine-hero::before {
        content: '';
        position: absolute;
        inset: 0;
        background: url('https://images.unsplash.com/photo-1506318137071-a8e063b4bec0?w=2000&q=80') center/cover;
        opacity: 0.15;
        z-index: 0;
    }

.divine-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(45,23,53,0.88), rgba(107,47,122,0.92));
    z-index: 1;
}

.divine-hero > .container {
    position: relative;
    z-index: 2;
}

.divine-hero h1 {
    color: white !important;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: 16px;
    text-shadow: 0 4px 20px rgba(0,0,0,0.4);
}

.divine-hero-text {
    font-size: 1.4rem;
    opacity: 0.95;
    font-weight: 400;
    margin-bottom: 32px;
}

.divine-btn-primary {
    background: #b68f3b;
    color: white;
    border: none;
    padding: 14px 38px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 0.5px;
    box-shadow: 0 10px 30px rgba(182,143,59,0.4);
    transition: all 0.4s ease;
}

    .divine-btn-primary:hover {
        background: #d4b066;
        transform: translateY(-4px);
        box-shadow: 0 20px 40px rgba(182,143,59,0.5);
    }

.divine-section {
    border-bottom: 1px solid #afbab3;
    padding: 90px 0;
}

.divine-section-light {
    background: #ffffff;
    border-top: 1px solid #ece8f4;
    border-bottom: 1px solid #ece8f4;
}

.divine-section h3 {
    color: #2d1735;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
}

    .divine-section h3::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: 50%;
        transform: translateX(-50%);
        width: 80px;
        height: 3px;
        background: linear-gradient(90deg, transparent, #b68f3b, transparent);
    }

.divine-section p {
    font-size: 1.15rem;
    line-height: 1.85;
    color: #2d1735;
    text-align: left;
}

.divine-card {
    margin-top: 18px;
    background-color: #fff;
    border-radius: 0;
    padding: 32px 24px;
    box-shadow: 0 15px 40px rgba(45,23,53,0.08);
    transition: all 0.4s ease;
    border: 1px solid #b68f3b;
}

    .divine-card:hover {
        transform: translateY(-12px);
        box-shadow: 0 25px 60px rgba(45,23,53,0.15);
        border-color: #6a0dad;
    }

    .divine-card h5 {
        color: #b68f3b;
        font-weight: 600;
        margin: 20px 0 12px;
    }

.divine-pill {
    background: #f0e8ff;
    color: #2d1735;
    padding: 14px 10px;
    border-radius: 50px;
    font-weight: 600;
    text-align: center;
    border: 2px solid #2603546b;
    transition: all 0.4s ease;
}

    .divine-pill:hover {
        background: #fff;
        border-color: #b68f3b;
        color: #b68f3b;
        transform: scale(1.05);
    }

.divine-timeline {
    max-width: 800px;
    margin: 50px auto;
    position: relative;
}

    .divine-timeline::before {
        content: '';
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        bottom: 0;
        width: 2px;
        background: linear-gradient(to bottom, #b68f3b, #d4b066, #b68f3b);
        opacity: 0.3;
    }

.divine-timeline-item {
    margin: 50px 0;
    position: relative;
    text-align: center;
}

    .divine-timeline-item p {
        text-align: center;
    }

    .divine-timeline-item h6 {
        background: #2d1735;
        color: white;
        display: inline-block;
        padding: 12px 32px;
        border-radius: 50px;
        font-weight: 600;
        margin-bottom: 16px;
        box-shadow: 0 10px 30px rgba(45,23,53,0.3);
    }

.divine-soft-card {
    background: #f8f4ff;
    border-radius: 0;
    padding: 40px 15px 0 15px;
    box-shadow: 0 15px 50px rgba(45,23,53,0.08);
    border: 1px solid #b68f3b;
}

    .divine-soft-card h3 {
        width: 100%;
        height: 100px;
        text-align: center;
    }

    .divine-soft-card p {
        font-size: 17px;
        padding: 13px 5px;
        color: #2d1735;
        text-align: left;
        border: 1px solid #761dc573;
        border-left: 5px solid #a035ff;
    }

    .divine-soft-card:hover {
        border: 1px solid #a035ff;
    }

h3.session:after {
    content: '';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, transparent, #b68f3b, transparent);
}

.divine-session-card {
    background: #fff;
    border-radius: 0;
    padding: 36px 20px;
    box-shadow: 0 20px 60px rgba(45,23,53,0.12);
    border: 1px solid #b68f3b;
    transition: all 0.5s ease;
    height: 100%;
}

    .divine-session-card:hover {
        transform: translateY(-16px);
        box-shadow: 0 35px 80px rgba(45,23,53,0.2);
        border-color: #6a0dad;
    }

.divine-price {
    font-size: 1.4rem;
    font-weight: 600;
    color: #b68f3b;
    margin: 5px 0;
}

.divine-btn-outline {
    background: #6a0dad;
    border: 1px solid #6a0dad;
    color: #fff;
    padding: 8px 12px;
    border-radius: 40px;
    font-weight: 600;
    transition: all 0.4s ease;
    margin-top: 20px;
}

    .divine-btn-outline:hover {
        background: #fff;
        color: #6a0dad;
        border: 2px solid #6a0dad;
    }

.divine-body-text-xs {
    font-size: 0.95rem;
    color: #6b5b77;
    line-height: 1.6;
}

.divine-section-title {
    font-size: 2.6rem;
    color: #2d1735;
    margin-bottom: 32px;
}

@media (max-width: 768px) {
    .divine-hero h1 {
        font-size: 3rem;
    }

    .divine-hero {
        padding: 100px 20px 80px;
    }

    .divine-session-card:hover {
        transform: none;
    }

    .divine-timeline::before {
        left: 50%;
    }

    .divine-timeline-item {
        text-align: center;
        padding-left: 0;
    }
}

.banner {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: white;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0,0,0,0.08);
}

.banner-image {
    flex: 1;
    min-width: 500px;
}

    .banner-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

.banner-content {
    flex: 1.2;
    padding: 100px 40px 80px 30px;
    text-align: left;
    background: white;
}

.category {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 4px;
    color: #2a163d;
    margin-bottom: 10px;
    font-weight: 500;
    opacity: 0.8;
}

.title {
    font-family: 'Didot', 'Bodoni', 'Playfair Display', serif;
    font-size: 68px;
    line-height: 1.05;
    letter-spacing: 1px;
    margin-bottom: 40px;
    color: #2a163d;
    font-weight: 400;
}

    .title span {
        display: block;
    }

.subtitle {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 20px;
    line-height: 1.6;
    color: #333;
    max-width: 90%;
    font-weight: 300;
}

.author {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
}

.date {
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 14px;
    color: #777;
    margin-top: 10px;
    letter-spacing: 1px;
}

@media (max-width: 1024px) {
    .banner {
        flex-direction: column;
    }

    .banner-image {
        width: 100%;
        height: 600px;
    }

    .banner-content {
        padding: 80px 60px;
        text-align: center;
    }

    .title {
        font-size: 56px;
    }

    .subtitle {
        margin: 0 auto 50px;
    }
}

@media (max-width: 640px) {
    .title {
        font-size: 42px;
    }

    .banner-content {
        padding: 60px 30px;
    }

    .category {
        letter-spacing: 3px;
        font-size: 12px;
    }
}

.quote {
    text-align: center;
    opacity: 1;
    transform: translateY(2px);
    transition: opacity 1.6s ease, transform 1.6s ease;
    padding: 50px;
    background: whitesmoke;
}

.quote-text {
    font-size: 50px;
    font-weight: 500;
    font-style: oblique;
    line-height: 1.5;
    letter-spacing: 1px;
    margin: 30px auto;
}

.quote:before {
}

.quote.active {
    opacity: 1;
    transform: translateY(-30px);
}

    .quote.active .line {
        width: 120px;
    }

h2, h3, h4, h5 {
    color: #2a163d;
    font-weight: 600;
}

.yoga-carousel-section {
    background: #fff;
    border-bottom: 1px solid #afbab3;
}

.left-content {
    max-width: 95%;
}

.slide-count {
    font-size: 28px;
    font-weight: 600;
}

    .slide-count span {
        font-size: 16px;
        color: #777;
    }

.main-title {
    font-size: 42px;
    font-weight: 700;
    margin: 20px 0;
}

.left-content p {
    font-size: 16px;
    color: #555;
    line-height: 1.4;
}

.nav-buttons {
    display: flex;
    justify-content: end;
    margin-top: 30px;
}

.nav-btn {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #000;
    background: transparent;
    margin-right: 10px;
    font-size: 18px;
}

.carousel-wrapper {
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 18px;
    transition: transform 0.6s ease;
}

.info-card {
    min-width: 320px;
    height: 560px;
    border-radius: 12px;
    background-color: #f9fafb;
    border: 1.5px solid #98a2b3;
    transition: background-color 0.2s ease, color 0.2s ease;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    max-width:350px;
}

.info-card-description {
    padding: 0 15px 10px;
    flex-grow: 1;
    overflow-y: auto;
    max-height: none;
}

.info-card img {
    width: 100%;
    height: 220px;
    margin-bottom: 6px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    object-fit: cover;
}

.card-footer {
    margin-top: auto;
    padding: 12px 15px;
}

.info-card:hover {
    background-color: #7f56d9;
    color: #fff !important;
}

    .info-card:hover .divine-btn-outline {
        background: #fff;
        color: #6a0dad;
        border: 2.2px solid #6a0dad;
        border-radius:0 0 12px 12px;
    }

    .info-card:hover h3, .info-card:hover .divine-price {
        color: #fff;
    }

.info-card h3 {
    font-size: 26px;
    margin-bottom: 14px;
}

.info-card p {
    font-size: 14px;
    line-height: 1.6;
}

.card-footer {
    margin-top: auto;
    padding: 10px 15px;
}

.left-content ul {
    list-style-type: lower-roman;
}

li::marker {
    font-size: 16px;
    color: #555;
}

.left-content ul {
    padding-left: 20px;
}
