/* BASE HERO */
.hero-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, #2a1c12, #0f0f0f);
    border-radius: 18px;
    padding: 40px;
    gap: 40px;
    color: #fff;
    overflow: hidden;
}

/* IMAGE */
.hero-image {
    flex: 0 0 40%;
    text-align: center;
}

.hero-image img {
    width: 100%;
    max-width: 360px;
    border-radius: 14px;
}

/* CONTENT */
.hero-content {
    flex: 1;
}

.btn-join {
    background: linear-gradient(135deg, #f2b705, #d99804);
    color: #000;
    padding: 10px 26px;
    border-radius: 999px;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    transition: all 0.3s ease;
}

/* HOVER */
.btn-join:hover {
    transform: translateY(-2px);
    opacity: 0.9;
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 16px;
}


/* .feature-card {
    background: #fffaf3;
    border-radius: 18px;
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
} */
.feature-card {
    background: #fffaf3;
    border-radius: 18px;
    padding: 26px 22px;
    height: 100%;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);

    /* 🔑 IMPORTANT */
    display: flex;
    flex-direction: column;
}

.two-line-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 👈 limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.6;
}

.feature-img-cover {
    width: 100%;
    min-height: 200px;
    text-align: center;
}

.feature-img {
    width: 100%;
    height: 300px;
    aspect-ratio: 3 / 4;
    margin-bottom: 16px;
    border-radius: 12px;
    object-fit: cover;
    object-position: center -70px;

}


.feature-card h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #2c1c0f;
}

.feature-card p {
    font-size: 15px;
    color: #555;
    margin-bottom: 14px;
}

.feature-card ul {
    list-style: none;
    padding: 0;
    margin-bottom: 18px;
}

.feature-card ul li {
    font-size: 14px;
    margin-bottom: 6px;
    color: #444;
}

/* BUTTONS */
.feature-btn {
    display: inline-block;
    background: #b07a28;
    color: #fff;
    padding: 10px 22px;
    border-radius: 22px;
    font-size: 14px;
    text-decoration: none;
}

.feature-btn.dark {
    background: #2c1c0f;
}

.feature-btn.outline {
    background: transparent;
    border: 2px solid #b07a28;
    color: #b07a28;
}

.feature-btn.outline:hover {
    background: #b07a28;
    color: #fff;
    box-shadow: 0 8px 20px rgba(176, 122, 40, 0.35);
    transform: translateY(-2px);
}

/* BASE */
.dham-yatra-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fffaf2, #fdebcf, #fffaf2);
}

.dham-yatra-wrapper {
    max-width: 1200px;
    margin: auto;
    display: grid;
    grid-template-columns: 1.4fr 0.8fr;
    gap: 50px;
    align-items: center;
}

/* LEFT CONTENT */
.dham-yatra-content h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2c1c0f;
    margin-bottom: 16px;
}

.subtitle {
    font-size: 18px;
    color: #6a4a2b;
    margin-bottom: 18px;
}

.description {
    font-size: 16px;
    line-height: 1.7;
    color: #4a3b2f;
    margin-bottom: 22px;
}

.premium-points {
    list-style: none;
    padding: 0;
    margin-bottom: 28px;
}

.premium-points li {
    font-size: 15px;
    margin-bottom: 10px;
    color: #3b2a1a;
}

/* CTA */
.dham-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: linear-gradient(135deg, #d99804, #b8741a);
    color: #fff;
    padding: 14px 32px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
}
.dham-btn:hover {
    background: linear-gradient(135deg, #e1a315, #c9822b);
    box-shadow: 0 10px 24px rgba(176, 122, 40, 0.4);
    color: #fff;
    /* transform: translateY(-2px); */
}

/* RIGHT BADGE */
.dham-yatra-badge {
    display: flex;
    justify-content: center;
}

.badge-box {
    background: #fff;
    padding: 30px;
    border-radius: 24px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
    max-width: 320px;
}

.badge-icon {
    font-size: 42px;
}

.badge-box h4 {
    font-size: 20px;
    margin: 12px 0;
    color: #2c1c0f;
}

.badge-box p {
    font-size: 14px;
    color: #6a4a2b;
}

/* SECTION WRAPPER */
.bhakt-charitra-section {
    padding: 90px 0;
    background: linear-gradient(180deg,
            #fffaf2 0%,
            #fdeed4 50%,
            #fffaf2 100%);
}

/* HEADER */
.section-header {
    max-width: 820px;
    margin: auto;
}

.section-tag {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 1px;
    color: #9c6b2f;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.bhakt-charitra-section h2 {
    font-size: 38px;
    font-weight: 700;
    color: #2c1c0f;
    margin-bottom: 10px;
}

.section-description {
    font-size: 16px;
    line-height: 1.8;
    color: #4a3b2f;
    margin-top: 16px;
}

.section-highlight {
    font-size: 16px;
    font-weight: 600;
    color: #6b4a1f;
    margin-top: 10px;
}

/* HR */
.hr-line {
    width: 80px;
    height: 3px;
    background: linear-gradient(90deg, #d99804, #b8741a);
    border: none;
    margin: 18px auto;
}

/* BLOG CARD PREMIUM TWEAK (optional) */
.blog-card {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

/* CTA BUTTON */
.bhakt-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 34px;
    border-radius: 40px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;

    background: linear-gradient(135deg, #d99804, #b8741a);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.bhakt-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 35px rgba(0, 0, 0, 0.25);
}

/* ===== Bhakt Charitra – Page Scoped CSS ===== */

.bhakt-charitra-section .blog-card {
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

/* IMAGE FIX */
.bhakt-charitra-section .blog-card img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    display: block;
}

/* CARD BODY */
.bhakt-charitra-section .blog-card-body {
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
}

/* TITLE – MAX 2 LINES */
.bhakt-charitra-section .blog-card-title {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: 6px;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.5em * 2);
}

/* DESCRIPTION – MAX 3 LINES */
.bhakt-charitra-section .blog-card-desc {
    font-size: 14px;
    line-height: 1.6;
    color: #555;

    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: calc(1.6em * 3);
}

/* FOOTER / CTA STICK TO BOTTOM */
.bhakt-charitra-section .blog-card-footer {
    margin-top: auto;
    padding: 0 16px 16px;
}

/* HOVER (SUBTLE PREMIUM EFFECT) */
.bhakt-charitra-section .blog-card:hover {
    transform: translateY(-4px);
    transition: transform 0.3s ease;
}

/* Shared cream background like Dham Yatra */
.sponsor-premium {
    padding: 90px 0;
    background: #fff4dd;
}

/* Wrapper layout */
.sponsor-premium .sponsor-wrapper {
    display: grid;
    grid-template-columns: 1.3fr 0.7fr;
    gap: 60px;
    align-items: center;
}

/* Eyebrow */
.sponsor-premium .section-eyebrow {
    /* font-size: 13px; */
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #9b6b28;
    margin-bottom: 10px;
    display: inline-block;
}

/* Heading */
.sponsor-premium .section-heading {
    font-size: 40px;
    font-weight: 700;
    color: #2c1c0f;
    line-height: 1.2;
    margin-bottom: 10px;
}

/* Subtitle like Dham Yatra */
.sponsor-premium .section-subtitle {
    font-size: 18px;
    color: #7a5532;
    margin-bottom: 22px;
}

/* Description */
.sponsor-premium .sponsor-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #4a3b2f;
    margin-bottom: 24px;
}

/* Bullet points */
.sponsor-premium .sponsor-points {
    list-style: none;
    padding: 0;
    margin-bottom: 26px;
}

.sponsor-premium .sponsor-points li {
    margin-bottom: 10px;
    font-size: 15px;
    color: #3b2a1a;
}

/* Duration pill */
.sponsor-premium .sponsor-duration {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #7a5532;
    background: #fde6bd;
    padding: 8px 16px;
    border-radius: 20px;
}

/* Right floating card */
.sponsor-premium .floating-card {
    background: #ffffff;
    border-radius: 28px;
    padding: 34px 30px;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.12);
    text-align: center;
}

.floating-icon {
    font-size: 40px;
    margin-bottom: 10px;
}

.floating-card h4 {
    font-size: 20px;
    color: #2c1c0f;
    margin-bottom: 10px;
}

.floating-card p {
    font-size: 14px;
    color: #6a4a2b;
    margin-bottom: 18px;
}

/* Media */
.sponsor-image {
    width: 100%;
    border-radius: 16px;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Mobile */
@media (max-width: 768px) {
    .sponsor-premium .sponsor-wrapper {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .sponsor-premium .section-heading {
        font-size: 28px;
    }
}



















/* TABLET OPTIMIZATION */
@media (max-width: 991px) {
    .bhakt-charitra-section .blog-card img {
        aspect-ratio: 16 / 9;
    }
}

/* MOBILE */
@media (max-width: 576px) {
    .bhakt-charitra-section .blog-card-title {
        font-size: 14px;
    }

    .bhakt-charitra-section .blog-card-desc {
        font-size: 13px;
    }
}





















/* ------------------ TABLET & MOBILE ------------------ */
@media (max-width: 991px) {
    .dham-yatra-wrapper {
        grid-template-columns: 1fr;
        gap: 40px;
        text-align: center;
    }

    .dham-yatra-content h2 {
        font-size: 30px;
    }

    .subtitle {
        font-size: 16px;
    }

    .description {
        font-size: 15px;
    }

    .premium-points li {
        font-size: 14px;
    }

    .dham-btn {
        margin: 0 auto;
    }
}

/* ------------------ SMALL MOBILE ------------------ */
@media (max-width: 576px) {
    .dham-yatra-section {
        padding: 60px 15px;
    }

    .dham-yatra-content h2 {
        font-size: 26px;
    }

    .badge-box {
        padding: 24px;
    }
}


/* ------------------ MOBILE FIX ------------------ */
@media (max-width: 768px) {

    .hero-banner {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }

    .hero-image {
        width: 100%;
    }

    .hero-image img {
        max-width: 240px;
        margin: 0 auto;
    }

    .hero-content h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    .hero-subtitle {
        font-size: 14px;
    }

    .hero-note {
        font-size: 13px;
    }

    .hero-actions {
        flex-direction: column;
        gap: 12px;
        align-items: center;

    }

    .btn-join {
        width: auto;
        /* 🔥 FIX */
        min-width: 160px;
        padding: 12px 22px;
        font-size: 14px;
        margin: 0 auto;
        /* center button */
    }


    .hero-stats {
        width: 100%;
        justify-content: center;
        font-size: 13px;
    }

    .feature-img {
        aspect-ratio: 3 / 4;
        object-position: center -52px;

    }
}

/* EXTRA SMALL DEVICES */
@media (max-width: 480px) {
    .hero-content h2 {
        font-size: 20px;
    }

    .hero-image img {
        max-width: 200px;
    }
}

@media (max-width: 991px) {
    .dham-yatra-badge {
        order: -1;
    }
}