/**
 * Shared hero-style breadcrumb for Bharatha Seva / Bharath Market event galleries
 * (e.g. Valluvar Kottam, Raghavendra Mandapam).
 */

.breadcumb-area.sdf-seva-gallery-banner .breadcumb-wrap {
    padding-left: clamp(12px, 3vw, 24px);
    padding-right: clamp(12px, 3vw, 24px);
}

.breadcumb-area.sdf-seva-gallery-banner .breadcumb-wrap h2.sdf-seva-banner-main {
    margin: 0;
    color: #fff;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: clamp(21px, 3.5vw, 44px);
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-transform: none;
    text-align: center;
    max-width: none;
    padding-inline: clamp(8px, 2vw, 16px);
}

.breadcumb-area.sdf-seva-gallery-banner .breadcumb-wrap .sdf-seva-banner-venue {
    margin: clamp(0.65rem, 2vw, 1.1rem) 0 0;
    color: #f74f22;
    font-family: "Edu AU VIC WA NT Hand", system-ui, cursive;
    font-size: clamp(16px, 1.9vw, 20px);
    font-weight: 600;
    text-align: center;
}

@media (max-width: 767px) {
    .breadcumb-area.sdf-seva-gallery-banner .breadcumb-wrap h2.sdf-seva-banner-main {
        font-size: clamp(15px, 4.25vw, 26px);
        line-height: 1.22;
        max-width: none;
    }
}

/* Back to gallery hub — centered at bottom of gallery block */
.sdf-gallery-back-wrap {
    display: flex;
    justify-content: center;
    margin-top: clamp(1.75rem, 4vw, 2.75rem);
    margin-bottom: 0;
    padding-bottom: 0;
}

a.theme-btn.sdf-gallery-back-btn {
    text-decoration: none;
    text-transform: none;
    letter-spacing: 0.04em;
    font-weight: 700;
    padding: 0.65rem 1.35rem;
    border-radius: 999px;
}

a.theme-btn.sdf-gallery-back-btn:hover,
a.theme-btn.sdf-gallery-back-btn:focus-visible {
    text-decoration: none;
}
