/* ============================================================
   Nivaya — Yoga Studio & Fitness
   main.css — Bootstrap 5.3 Static Build
   ============================================================ */

@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Serif+Text:ital@0;1&family=Tiro+Devanagari+Marathi:ital@0;1&family=Marcellus&family=Catamaran:wght@300;400;500;700&family=Rozha+One&family=Yatra+One&family=Noto+Sans+Devanagari:wght@300;400;500;600;700;800&display=swap");

/* ============================================================
   DM Serif Text — Numbers Only (unicode-range: 0–9)
   The browser automatically uses this face for any digit
   character while all other glyphs fall back to the existing
   font stack.
   ============================================================ */
@font-face {
  font-family: 'DM Serif Numbers';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: local('DM Serif Text'), local('DMSerifText-Regular'), local('DM Serif Display'), local('DMSerifDisplay-Regular'), url('https://fonts.gstatic.com/s/dmseriftext/v13/rnCu-xZa_krGokauCeNq1wWyafM.ttf') format('truetype');
  unicode-range: U+0030-0039;
  /* 0 1 2 3 4 5 6 7 8 9 */
}

@font-face {
  font-family: 'DM Serif Numbers';
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: local('DM Serif Text Italic'), local('DMSerifText-Italic'), url('https://fonts.gstatic.com/s/dmseriftext/v13/rnCw-xZa_krGokauCeNq1wWyWfGFWA.ttf') format('truetype');
  unicode-range: U+0030-0039;
}

/* ============================================================
   1. DESIGN TOKENS
   ============================================================ */
:root {
  /* Brand Colors */
  --primary: #DA6310;
  --primary-hover: #FF7A1A;
  --sky-blue: #31ABFA;
  --orange: #DA6310;
  --maroon: #7E1817;
  --grey: #848484;

  /* Background */
  --white: #FFFFFF;
  --light-blue: #F0F6FF;
  --soft-background: #F8FBFF;

  /* Text */
  --text-primary: #0B1F3A;
  --text-secondary: #5C6B82;

  /* Borders */
  --border-color: #E2EAF5;

  /* Layout */
  --container-width: 1290px;

  /* Spacing */
  --space-xs: 8px;
  --space-sm: 16px;
  --space-md: 24px;
  --space-lg: 40px;
  --space-xl: 60px;
  --space-2xl: 100px;

  /* System Color Mappings */
  --color-primary: var(--primary);
  --color-primary-hover: var(--primary-hover);
  --color-primary-dark: #0b1f3a;
  --color-sky-blue: var(--sky-blue);
  --color-vibrant-orange: var(--orange);
  --color-deep-maroon: var(--maroon);
  --color-neutral-grey: var(--grey);
  --color-secondary: var(--light-blue);
  --color-accent: var(--white);
  --color-accent-soft: var(--soft-background);
  --color-text: var(--text-primary);
  --color-text-muted: var(--text-secondary);
  --color-border: var(--border-color);
  --color-white: var(--white);
  --color-overlay: rgba(11, 31, 58, 0.65);
  --color-star: var(--orange);

  /* Typography */
  --font-numbers: 'DM Serif Numbers', 'DM Serif Text', 'DM Serif Display', Georgia, serif;
  --font-display: 'DM Serif Numbers', "Marcellus", Georgia, serif;
  --font-body: 'DM Serif Numbers', "Catamaran", sans-serif;
  --font-hindi: "Rozha One", "Yatra One", "Tiro Devanagari Sanskrit", serif;

  --fw-light: 300;
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-bold: 700;

  --lh-tight: 1.1em;
  --lh-snug: 1.2em;
  --lh-normal: 1.4em;
  --lh-relaxed: 1.5em;

  /* Layout */
  --container-max-width: 1290px;
  --container-padding-inline: 40px;
  --header-height: 90px;
  --hero-radius: 24px;

  /* Shadows */
  --shadow-sm: 0 4px 18px rgba(218, 99, 16, 0.08);
  --shadow-md: 0 8px 24px rgba(218, 99, 16, 0.12);
  --shadow-lg: 0 16px 36px rgba(218, 99, 16, 0.15);
}

/* ============================================================
   2. BASE RESET & GLOBAL
   ============================================================ */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: 400;
  color: #1e293b;
  background-color: var(--white);
  line-height: var(--lh-relaxed);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

/* Global Headings & Typography System (Marcellus & Deep Navy #0B1F3A) */
h1:not(.hero-title):not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
h2:not(.hero-title):not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
h3:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.hero-card *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
h4:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
h5:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
h6:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.h1:not(.hero-title):not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.h2:not(.hero-title):not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.h3:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.h4:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.h5:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.h6:not(.site-footer *):not(.footer-newsletter *):not(.peshwai-guide-card *):not(.cta-banner *):not(.page-header--dark *):not(.photo-snan-card *):not(.photo-snan-card__title):not(.kumbh-card[style*="linear-gradient"] *),
.section-title,
.page-title,
.hero-countdown-title,
.kumbh-story-title,
.snan-card__title,
.class-card__title,
.places-card__title,
.akhada-card__title,
.update-title,
.blog-card__title,
.product-card__title,
.explore-card__title,
.testimonial-card__title,
.kumbh-sidebar-card__title {
  font-family: var(--font-display) !important;
  color: #0b1f3a !important;
  font-weight: 600;
  letter-spacing: -0.2px;
}

h1,
.h1 {
  font-size: clamp(32px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1.15;
}

h2,
.h2 {
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 600;
  line-height: 1.25;
}

h3,
.h3 {
  font-size: clamp(20px, 2.5vw, 28px);
  font-weight: 600;
  line-height: 1.35;
}

h4,
.h4 {
  font-size: clamp(17px, 2vw, 22px);
  font-weight: 600;
  line-height: 1.4;
}

h5,
.h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}

h6,
.h6 {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

p,
.section-desc,
.kumbh-card p,
.snan-card p {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: #121721;
  line-height: 1.65;
  opacity: 1 !important;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color 0.2s ease;
}

/* ============================================================
   3. GLOBAL CONTAINER SYSTEM (1290px max-width across entire site)
   ============================================================ */
.container,
.container-site {
  max-width: 1290px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

@media (max-width: 991px) {

  .container,
  .container-site {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
}

@media (max-width: 575px) {

  .container,
  .container-site {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}

/* Global Section Spacing (Minimized compact rhythm) */
.site-section,
section.about-section,
section.classes-section,
section.explore-section,
section.pricing-section,
section.why-section,
section.team-section,
section.products-section,
section.testimonials-section,
section.gallery-section,
section.faq-section,
section.blog-section,
section.snan-schedule-section,
section.kumbh-story-section,
section.updates-section,
section.akhadas-section,
section.sacred-places-section,
section.contact-info-section,
section.countdown-section,
section.page-header,
section.retreat-section,
section.hero-section,
section.py-5,
main>section {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.section-header.mb-5,
.section-header {
  margin-bottom: 24px !important;
}

@media (max-width: 991px) {

  .site-section,
  section.about-section,
  section.classes-section,
  section.explore-section,
  section.pricing-section,
  section.why-section,
  section.team-section,
  section.products-section,
  section.testimonials-section,
  section.gallery-section,
  section.faq-section,
  section.blog-section,
  section.snan-schedule-section,
  section.kumbh-story-section,
  section.updates-section,
  section.akhadas-section,
  section.sacred-places-section,
  section.contact-info-section,
  section.countdown-section,
  section.page-header,
  section.retreat-section,
  section.hero-section,
  main>section {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }

  .section-header.mb-5,
  .section-header {
    margin-bottom: 20px !important;
  }
}

@media (max-width: 575px) {

  .site-section,
  section.about-section,
  section.classes-section,
  section.explore-section,
  section.pricing-section,
  section.why-section,
  section.team-section,
  section.products-section,
  section.testimonials-section,
  section.gallery-section,
  section.faq-section,
  section.blog-section,
  section.snan-schedule-section,
  section.kumbh-story-section,
  section.updates-section,
  section.akhadas-section,
  section.sacred-places-section,
  section.contact-info-section,
  section.countdown-section,
  section.page-header,
  section.retreat-section,
  section.hero-section,
  main>section {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }

  .section-header.mb-5,
  .section-header {
    margin-bottom: 16px !important;
  }
}

/* ============================================================
   4. SITE HEADER & UNIFIED NAVIGATION
   ============================================================ */
.site-header {
  position: relative;
  background-color: var(--white);
  border-bottom: 1px solid var(--border-color);
  min-height: var(--header-height);
  z-index: 100;
}

/* Bootstrap row handles layout, ensure proper height */
.site-header .row {
  min-height: var(--header-height);
}

/* Logo */
.site-header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  line-height: 0;
  padding: 4px 0;
}

.site-header__logo img,
.site-header__logo-img {
  width: auto;
  height: 90px;
  max-width: 280px;
  object-fit: contain;
  transition: transform 0.25s ease;
}

.site-header__logo:hover img,
.site-header__logo:hover .site-header__logo-img {
  transform: scale(1.03);
}

@media (max-width: 767.98px) {
  .site-header__logo img,
  .site-header__logo-img {
    height: 78px;
  }
}

.footer-about__logo {
  height: 210px;
  width: auto;
  aspect-ratio: 5720 / 7116;
  max-width: 240px;
  object-fit: contain;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.28));
}

/* Nav */
.site-nav {
  display: flex;
  align-items: center;
  gap: 28px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.site-nav__item {
  position: relative;
}

.site-nav__link {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 2px;
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 500;
  color: var(--text-primary);
  letter-spacing: 0.1px;
  transition: color 0.2s ease;
  white-space: nowrap;
  position: relative;
}

.site-nav__link:hover {
  color: var(--primary);
}

.site-nav__link.active {
  color: var(--primary);
  font-weight: 600;
}

.site-nav__link .nav-arrow {
  width: 11px;
  height: 11px;
  opacity: 0.75;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 2px;
  stroke: currentColor;
  flex-shrink: 0;
}

.site-nav__item:hover .site-nav__link .nav-arrow {
  transform: rotate(180deg);
  opacity: 1;
}

/* Dropdown */
.site-nav__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  min-width: 220px;
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s ease;
  z-index: 200;
  box-shadow: 0 12px 30px rgba(218, 99, 16, 0.10);
  text-align: left;
}

.site-nav__item:hover .site-nav__dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.site-nav__dropdown li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  display: block !important;
}

.site-nav__dropdown a {
  display: block !important;
  padding: 10px 22px !important;
  font-size: 14.5px;
  font-weight: var(--fw-regular);
  color: var(--text-primary);
  text-decoration: none;
  text-align: left !important;
  transition: color 0.2s ease, background-color 0.2s ease;
  white-space: nowrap;
}

.site-nav__dropdown a:hover,
.site-nav__dropdown a.active {
  color: var(--primary);
  background-color: rgba(218, 99, 16, 0.08);
  font-weight: 600;
  padding: 10px 22px !important;
}

/* ============================================================
   5. STANDARDIZED BUTTON SYSTEM (Royal Blue & White CTAs)
   ============================================================ */
.btn-header,
.btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: #ffffff !important;
  background: var(--primary) !important;
  border: 1.5px solid var(--primary) !important;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.25);
  transition: all 0.25s ease;
  white-space: nowrap;
  flex-shrink: 0;
  text-decoration: none;
}

.btn-header:hover,
.btn-primary:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(255, 122, 26, 0.45) !important;
  transform: translateY(-2px);
}

.btn-secondary,
.btn-white {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 28px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
  color: var(--primary) !important;
  background-color: #ffffff !important;
  border: 1.5px solid var(--primary) !important;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(218, 99, 16, 0.06);
  transition: all 0.25s ease;
  white-space: nowrap;
  text-decoration: none;
}

.btn-secondary:hover,
.btn-white:hover {
  background-color: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(255, 122, 26, 0.45) !important;
  transform: translateY(-2px);
}

/* Mobile hamburger */
.site-header__toggle {
  display: flex;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 4px;
}

.site-header__toggle span {
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-primary);
  border-radius: 2px;
}

/* Mobile Offcanvas */
.mobile-offcanvas {
  background-color: var(--color-accent);
}

.mobile-offcanvas__close {
  opacity: 1;
  color: var(--color-primary);
}

.mobile-offcanvas__close:focus {
  box-shadow: none;
}

.mobile-nav {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mobile-nav__item {
  border-bottom: 1px solid var(--color-border);
}

.mobile-nav__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  color: var(--color-text);
  text-decoration: none;
}

.mobile-nav__link.active,
.mobile-nav__link:hover {
  color: #da6310;
  font-weight: 700;
}

.mobile-nav__link[aria-expanded="true"] .nav-arrow {
  transform: rotate(180deg);
}

.mobile-nav__link .nav-arrow {
  font-size: var(--fs-base);
  transition: transform 0.3s ease;
}

.mobile-nav__dropdown {
  list-style: none;
  padding: 0 0 16px 16px;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-nav__dropdown a {
  display: block;
  padding: 10px 0;
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  color: var(--color-text);
  text-decoration: none;
}

.mobile-nav__dropdown a:hover {
  color: var(--color-primary);
}

.mobile-offcanvas__cta {
  margin-top: 32px;
}

/* ============================================================
   5. HERO SECTION
   ============================================================ */
.hero-section {
  background-color: var(--color-accent);
  /* Horizontal width from .container-site (1290px); vertical rhythm only here */
  padding-block: 15px 25px;
  padding-inline: 0;
}

/* Hero card — full width, rounded, tall */
.hero-card {
  position: relative;
  min-height: 82vh;
  border-radius: var(--hero-radius);
  overflow: hidden;
  background-image: url("../images/herobanner.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 16px 48px rgba(54, 45, 39, 0.15);
}

.hero-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.02) 0%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.65) 75%, rgba(0, 0, 0, 0.85) 100%);
  pointer-events: none;
}

.hero-card__content {
  position: relative;
  z-index: 2;
  padding: 50px 55px;
}

.hero-heading-block {
  transform: translateY(-28px);
}

@media (max-width: 991.98px) {
  .hero-heading-block {
    transform: translateY(-16px);
  }
}

.hero-tagline {
  display: block;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--fw-bold);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #F5B041;
  /* Sacred Gold */
  margin: 0 0 18px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.95);
  line-height: 1.6;
}

.hero-tagline__divider {
  width: 45px;
  height: 2px;
  background: #ffffff;
  flex-shrink: 0;
}

.hero-title,
.hero-card h1,
.hero-card .hero-title {
  font-family: var(--font-display) !important;
  font-size: clamp(36px, 4.5vw, 64px);
  font-weight: var(--fw-regular);
  line-height: 1.15;
  color: #ffffff !important;
  margin: 0;
  text-shadow: 0 3px 18px rgba(0, 0, 0, 0.85);
}

/* Right column content wrapper — Natural overlay matching template */
.hero-aside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  background: transparent;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
  padding: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
}

.hero-aside .btn-white,
.hero-aside .btn-secondary {
  background: #ffffff !important;
  color: #DA6310 !important;
  border: 1.5px solid #ffffff !important;
  padding: 13px 32px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.hero-aside .btn-white:hover,
.hero-aside .btn-secondary:hover {
  background: #FF7A1A !important;
  color: #ffffff !important;
  border-color: #FF7A1A !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 122, 26, 0.45) !important;
}

.hero-aside .btn-header,
.hero-aside .btn-primary {
  background: #DA6310 !important;
  color: #ffffff !important;
  border: 1.5px solid #DA6310 !important;
  padding: 13px 28px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.3);
}

.hero-aside .btn-header:hover,
.hero-aside .btn-primary:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 122, 26, 0.5) !important;
}

.hero-card__desc {
  font-family: var(--font-body);
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.95) !important;
  line-height: 1.65;
  margin: 0;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.hero-card__meta {
  display: flex;
  align-items: center;
  gap: 12px;
}

.hero-avatars {
  display: flex;
  align-items: center;
}

.hero-avatars__img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--color-white);
  margin-left: -10px;
}

.hero-avatars__img:first-child {
  margin-left: 0;
}

.hero-rating {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-rating__stars {
  display: flex;
  gap: 4px;
  color: var(--color-star);
  font-size: var(--fs-h6);
  letter-spacing: 2px;
}

.hero-rating__label {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  letter-spacing: 0.5px;
  color: var(--color-text);
}

.hero-rating__label--light {
  color: var(--color-white);
}

/* Brand partners — below the hero card */
.hero-partners {
  padding-top: 60px;
  padding-bottom: 80px;
  text-align: center;
}

.hero-partners__title {
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  font-weight: var(--fw-regular);
  line-height: var(--lh-normal);
  color: var(--color-primary);
  margin: 0 0 28px;
}

.hero-partners__logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.hero-partners__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  padding: 20px 32px;
  background-color: var(--color-accent);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  transition:
    border-color 0.2s,
    box-shadow 0.2s;
}

.hero-partners__logo img {
  height: 28px;
  width: auto;
  transition: transform 0.2s;
}

.hero-partners__logo:hover {
  box-shadow: 0 4px 12px rgba(54, 45, 39, 0.08);
}

.hero-partners__logo:hover img {
  transform: scale(1.05);
}

/* ============================================================
   6. ABOUT SECTION
   ============================================================ */
.about-section {
  padding: 100px 0;
  background-color: var(--color-secondary);
}

/* Left Column Content */
.about-content {
  padding-right: 40px;
}

.about-content .section-desc {
  margin-bottom: 32px;
}

/* Feature boxes */
.about-features {
  margin-top: 50px;
  margin-bottom: 0;
}

.about-features .row {
  --bs-gutter-x: 35px;
  --bs-gutter-y: 35px;
}

.about-feature {
  padding: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
}

.about-feature__icon {
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-accent);
  border-radius: 100px;
  margin-bottom: 20px;
}

.about-feature__icon svg {
  width: 35px;
  height: 35px;
  stroke: var(--color-primary);
}

.about-feature__title {
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  font-weight: var(--fw-light);
  line-height: var(--lh-relaxed);
  color: var(--color-primary);
  margin: 0 0 10px;
}

.about-feature__desc {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--fw-light);
  line-height: var(--lh-relaxed);
  color: var(--color-text);
  margin: 0;
}

/* CTA Row */
.about-cta {
  display: flex;
  align-items: center;
  gap: 20px;
  border-top: 1px solid var(--color-border);
  margin-top: 20px;
  padding-top: 20px;
}

/* Video button */
.about-video {
  display: flex;
  align-items: center;
  gap: 12px;
}

.about-video__btn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid var(--color-primary);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background 0.2s,
    transform 0.2s;
}

.about-video__btn:hover {
  background-color: var(--color-primary);
  transform: scale(1.05);
}

.about-video__btn:hover svg {
  fill: var(--color-white);
}

.about-video__btn svg {
  width: 16px;
  height: 16px;
  fill: var(--color-primary);
  margin-left: 2px;
  transition: fill 0.2s;
}

.about-video__text {
  display: flex;
  flex-direction: column;
}

.about-video__label {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-bold);
  letter-spacing: 1px;
  color: var(--color-primary);
}

.about-video__time {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-light);
  color: var(--color-text);
}

/* Right Column Images */
.about-images {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  position: relative;
}

.about-images__main {
  flex: 1.2;
  min-height: 520px;
  border-radius: 14px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.about-images__secondary {
  flex: 0.8;
  min-height: 380px;
  margin-top: 80px;
  border-radius: 14px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/* ============================================================
   6b. SOULFUL RETREAT SECTION
   ============================================================ */
.retreat-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.retreat-card {
  position: relative;
  min-height: 600px;
  border-radius: 12px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  overflow: hidden;
  padding: 50px 80px;
}

.retreat-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      transparent 0%,
      var(--color-primary) 100%);
  z-index: 1;
}

.retreat-card__body {
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.retreat-card__content {
  max-width: 520px;
}

.retreat-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-regular);
  line-height: var(--lh-normal);
  color: var(--color-white);
  margin: 0 0 16px;
}

.retreat-card__desc {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: var(--lh-relaxed);
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.retreat-card__play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--color-white);
  color: var(--color-primary);
  transition:
    background-color 0.25s,
    transform 0.25s;
  text-decoration: none;
  flex-shrink: 0;
}

.retreat-card__play:hover {
  background-color: var(--color-secondary);
  transform: scale(1.08);
}

.retreat-card__play-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.retreat-card__play-icon svg {
  width: 20px;
  height: 20px;
  margin-left: 3px;
}

/* ============================================================
   7. CLASSES SECTION
   ============================================================ */
.classes-section {
  padding: 100px 0;
  background-color: #F8F4EB;
  background-image: url('../images/backgroundimg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

/* Left Column Header */
.classes-header {
  padding-right: 40px;
}

.classes-header .section-title {
  margin-bottom: 24px;
}

.classes-header .section-desc {
  margin-bottom: 28px;
}

/* Class Cards Grid - 4-Step Sacred Journey */
.class-card {
  background-color: #ffffff;
  border: 1px solid #e2eaf5;
  border-radius: 20px;
  padding: 30px 24px 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  /* box-shadow: 0 6px 20px rgba(218, 99, 16, 0.05); */
  transition:
    transform 0.25s ease,
    /* box-shadow 0.25s ease, */
    border-color 0.25s ease;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.class-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(218, 99, 16, 0.12);
  border-color: rgba(218, 99, 16, 0.4);
}

.class-card__badge {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: linear-gradient(135deg, #DA6310 0%, #B45309 100%);
  color: #ffffff;
  font-family: var(--font-numbers);
  font-size: 15px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  box-shadow: 0 6px 16px rgba(218, 99, 16, 0.35);
  flex-shrink: 0;
}

.class-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.class-card__icon svg {
  width: 32px;
  height: 32px;
  stroke: #DA6310;
}

.class-card__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 600;
  color: #0b1f3a;
  margin: 0 0 12px;
  line-height: 1.3;
}

.class-card__title strong {
  font-weight: 700;
  color: #DA6310;
}

.class-card__desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.65;
  color: #2d3748;
  margin: 0 0 18px;
  flex-grow: 1;
}

.btn-step-outline,
.btn-step-solid {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #ffffff !important;
  background: #DA6310 !important;
  border: 1.5px solid #DA6310 !important;
  border-radius: 50px;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.28);
  transition: all 0.25s ease;
  width: fit-content;
}

.btn-step-outline:hover,
.btn-step-solid:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  box-shadow: 0 6px 22px rgba(255, 122, 26, 0.45) !important;
  transform: translateY(-2px);
}

/* ============================================================
   8. SHARED SECTION HEADER (reusable)
   ============================================================ */
.section-header {
  margin-bottom: 60px;
}

.section-header--center {
  text-align: center;
}

.section-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 20px;
}

.section-label--left {
  justify-content: flex-start;
}

.section-label--light .section-label__text {
  color: rgba(255, 255, 255, 0.8);
}

.section-label__text {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #DA6310;
  white-space: nowrap;
}

.section-label__line {
  width: 60px;
  height: 2px;
  background: linear-gradient(90deg, #DA6310, #F59E0B);
  border-radius: 2px;
}

.section-label__line--short {
  width: 50px;
}

.section-label__line--light {
  background: rgba(255, 255, 255, 0.4);
}

.section-title {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: var(--fw-regular);
  line-height: var(--lh-snug);
  color: #0b1f3a;
  margin: 0 0 20px;
}

.section-desc {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: #848484;
}

.section-desc {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  line-height: var(--lh-relaxed);
  color: var(--color-text);
  margin: 0;
  max-width: 600px;
}

.section-header--center .section-desc {
  margin-inline: auto;
}

/* Shared primary button */
.btn-primary {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 1px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.25s,
    box-shadow 0.25s;
  cursor: pointer;
}

.btn-primary:hover {
  background-color: #FF7A1A !important;
  border-color: #FF7A1A !important;
  box-shadow: 0 6px 22px rgba(255, 122, 26, 0.45) !important;
  color: #ffffff !important;
}

/* Shared white button */
.btn-white {
  display: inline-flex;
  align-items: center;
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 1px;
  color: var(--color-primary);
  background-color: var(--color-white);
  border: none;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  white-space: nowrap;
}

.btn-white:hover {
  background-color: var(--color-secondary);
  color: var(--color-primary);
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
  transform: translateY(-2px);
}

/* ============================================================
   9. EXPLORE CLASSES SECTION (Photo Grid)
   ============================================================ */
.explore-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.explore-section .section-title {
  color: var(--color-primary);
}

.explore-section .section-label__text {
  color: var(--color-primary);
}

.explore-section .section-label__line {
  background: var(--color-border);
}

.photo-class-card {
  position: relative;
  height: 400px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}

.photo-class-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.85) 0%,
      rgba(0, 0, 0, 0.5) 40%,
      rgba(0, 0, 0, 0.2) 70%,
      transparent 100%);
}

.photo-class-card__overlay::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top,
      rgba(0, 0, 0, 0.92) 0%,
      rgba(0, 0, 0, 0.6) 40%,
      rgba(0, 0, 0, 0.3) 70%,
      transparent 100%);
  opacity: 0;
  transition: opacity 0.35s ease;
}

.photo-class-card:hover .photo-class-card__overlay::after {
  opacity: 1;
}

.photo-class-card__body {
  position: relative;
  z-index: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.photo-class-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-h5);
  font-weight: var(--fw-regular);
  color: var(--color-white);
  margin: 0;
}

.photo-class-card__desc {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-light);
  color: rgba(255, 255, 255, 0.7);
  line-height: var(--lh-relaxed);
  margin: 0 0 8px;
  max-width: 90%;
}

.photo-class-card .btn-white {
  align-self: flex-start;
  margin-bottom: 8px;
}

/* ============================================================
   10. PRICING SECTION
   ============================================================ */
.pricing-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

/* Side columns are inset top/bottom so featured card visually extends above/below */
.pricing-row {
  align-items: stretch;
}

.pricing-row>div:first-child,
.pricing-row>div:last-child {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* Left card: rounded on left only, no right border */
.pricing-row>div:first-child .pricing-card {
  border-radius: 12px 0 0 12px;
  border-right: none;
  height: 100%;
}

/* Right card: rounded on right only, no left border */
.pricing-row>div:last-child .pricing-card {
  border-radius: 0 12px 12px 0;
  border-left: none;
  height: 100%;
}

.pricing-card {
  background-color: var(--color-accent);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

/* Featured (center) card — warm cream bg, full radius, shadow, extends beyond side cards */
.pricing-card--featured {
  background-color: var(--color-secondary);
  border-color: var(--color-border);
  border-radius: 12px;
  box-shadow: var(--shadow-lg);
  position: relative;
  z-index: 2;
}


.pricing-card__name {
  font-family: var(--font-display);
  font-size: var(--fs-h5);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 16px;
}

.pricing-card__price {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 20px 0;
}

.pricing-card__amount {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  line-height: 1;
}

.pricing-card__period {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  color: var(--color-text);
}

.pricing-card__desc {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-light);
  color: var(--color-text);
  line-height: var(--lh-relaxed);
  margin: 20px 0 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}

.pricing-card__features {
  list-style: none;
  padding: 0;
  margin: 0 0 32px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1;
}

.pricing-card__features li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-light);
  color: var(--color-text);
}

.pricing-card__features li svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  fill: var(--color-primary);
}

.pricing-card__btn {
  display: block;
  text-align: center;
  padding: 14px 28px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 1px;
  color: var(--color-white);
  background-color: var(--color-primary);
  border-radius: 50px;
  text-decoration: none;
  transition:
    background 0.25s,
    box-shadow 0.25s;
}

.pricing-card__btn:hover {
  background-color: #FF7A1A !important;
  border-color: #FF7A1A !important;
  box-shadow: 0 6px 22px rgba(255, 122, 26, 0.45) !important;
  color: #ffffff !important;
}

/* ============================================================
   11. WHY CHOOSE US SECTION
   ============================================================ */
.why-section {
  padding: 0;
  background-color: var(--color-accent);
  overflow: hidden;
}

.why-content {
  padding: 100px 60px 100px 0;
}

.why-content .section-desc {
  margin-bottom: 36px;
}

.why-features {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.why-feature {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.why-feature__icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2px;
}

.why-feature__icon svg {
  width: 22px;
  height: 22px;
  fill: var(--color-primary);
}

.why-feature__title {
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 4px;
}

.why-feature__desc {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-light);
  color: var(--color-text);
  line-height: var(--lh-relaxed);
  margin: 0;
}

.why-divider {
  border: none;
  border-top: 1px solid var(--color-border);
  margin: 36px 0;
}

.why-connect {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.why-connect__title {
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 12px;
}

.why-connect__socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.why-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color-secondary);
  border: 1px solid var(--color-border);
  color: var(--color-primary);
  transition:
    background 0.2s,
    border-color 0.2s;
}

.why-social:hover {
  background: var(--color-primary);
  border-color: var(--color-primary);
  color: var(--color-white);
}

.why-social svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

.why-image {
  width: 100%;
  height: auto;
  max-height: 520px;
  border-radius: 12px;
  overflow: hidden;
}

.why-image img {
  width: 100%;
  height: 100%;
  max-height: 520px;
  object-fit: cover;
  border-radius: 12px;
  display: block;
}

/* ============================================================
   12. TEAM SECTION
   ============================================================ */
.team-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.team-card {
  background: var(--color-accent);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.team-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.team-card__photo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}

.team-card__photo img {
  width: 100%;
  height: 380px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.team-card__socials {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  background: var(--color-white);
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.team-card__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  color: var(--color-primary);
  transition: color 0.2s;
}

.team-card__social:hover {
  color: var(--color-text);
}

.team-card__social svg {
  width: 14px;
  height: 14px;
  fill: currentColor;
}

.team-card__info {
  padding: 16px 8px 12px;
  text-align: center;
}

.team-card__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 4px;
}

.team-card__role {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-light);
  color: var(--color-text);
  margin: 0;
}

/* ============================================================
   13. PRODUCTS SECTION
   ============================================================ */
.products-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.products-header {
  margin-bottom: 40px;
}

.products-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
  margin-bottom: 12px;
}

.products-header__main .section-title {
  margin: 0;
}

.products-header__btn {
  padding: 12px 28px;
  font-size: 12px;
}

.products-header .section-desc {
  margin-bottom: 40px;
}

.product-card {
  background: var(--color-secondary);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 12px;
  overflow: hidden;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.product-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.product-card__image {
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 1 / 1;
}

.product-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.product-card__body {
  padding: 20px 12px 12px;
  text-align: center;
}

.product-card__name {
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: var(--fw-regular);
  color: var(--color-text);
  margin: 8px 0 6px;
}

.product-card__price {
  font-family: var(--font-body);
  font-size: var(--fs-h5);
  font-weight: var(--fw-bold);
  color: var(--color-text);
  margin: 12px 0 24px;
}

.product-card__btn {
  display: block;
  padding: 14px 24px;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: var(--fw-bold);
  letter-spacing: 1.5px;
  color: var(--color-white);
  background-color: var(--color-text);
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.2s;
}

.product-card__btn:hover {
  background-color: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
}

/* ============================================================
   14. TESTIMONIALS SECTION
   ============================================================ */
.testimonials-section {
  padding: 100px 0;
  background-color: transparent;
}

.testimonials-content {
  padding-right: 50px;
  display: flex;
  flex-direction: column;
}

.testimonials-content .section-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 42px);
  color: #0b1f3a;
  font-weight: 700;
  margin-top: 8px;
  margin-bottom: 30px;
}

.testimonials-slider {
  position: relative;
  flex: 1;
}

.testimonial-item {
  display: none;
}

.testimonial-item.active {
  display: block;
}

.testimonial-item__quote {
  margin-bottom: 22px;
}

.testimonial-item__quote p {
  font-family: var(--font-display);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 400;
  line-height: 1.65;
  color: #0b1f3a;
  margin: 0;
  font-style: italic;
}

.testimonial-item__stars {
  color: #da6310;
  font-size: 18px;
  letter-spacing: 3px;
  margin-bottom: 24px;
}

.testimonial-item__author {
  display: flex;
  align-items: center;
  gap: 16px;
}

.testimonial-item__author img {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 2px solid #ebd8be;
  object-fit: cover;
  flex-shrink: 0;
}

.testimonial-item__author div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-item__author strong {
  font-family: var(--font-display);
  font-size: 17px;
  font-weight: 700;
  color: #0b1f3a;
}

/* Testimonials Grid */
.testimonial-grid-section {
  padding: 100px 0;
}

.testimonial-card {
  background-color: var(--color-secondary);
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  height: 100%;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
}

.testimonial-card:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-md);
}

.testimonial-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
}

.testimonial-card__img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
}

.testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.testimonial-card__name {
  font-family: var(--font-display);
  font-size: 20px;
  color: #0b1f3a;
  margin: 0;
}

.testimonial-card__role {
  font-size: 14px;
  color: #5c6b82;
  margin: 0;
}

.testimonial-card__text {
  font-family: var(--font-display);
  font-size: 18px;
  font-style: italic;
  line-height: var(--lh-relaxed);
  color: #0b1f3a;
  margin: 0;
}

.testimonial-item__author span {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-light);
  color: var(--color-text);
}

.testimonials-nav {
  display: flex;
  gap: 10px;
  margin-top: 36px;
}

.testimonials-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 1.5px solid #ddecfa;
  background: #ffffff;
  cursor: pointer;
  box-shadow: 0 4px 12px rgba(218, 99, 16, 0.05);
  transition: all 0.25s ease;
}

.testimonials-nav__btn:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(255, 122, 26, 0.35) !important;
}

.testimonials-nav__btn:hover svg {
  stroke: #ffffff;
}

.testimonials-nav__btn svg {
  width: 20px;
  height: 20px;
  stroke: #DA6310;
  transition: stroke 0.2s ease;
}

.testimonials-image {
  width: 100%;
  height: 100%;
  max-height: 520px;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(54, 45, 39, 0.12);
  border: 1px solid rgba(54, 45, 39, 0.08);
}

.testimonials-image img {
  width: 100%;
  height: 100%;
  min-height: 440px;
  max-height: 520px;
  object-fit: cover;
  border-radius: 20px;
  display: block;
  transition: transform 0.45s ease;
}

.testimonials-image:hover img {
  transform: scale(1.03);
}

/* ============================================================
   GALLERY SECTION
   ============================================================ */
.gallery-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: var(--space-md);
  margin-top: 40px;
}

.gallery-grid__item {
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  aspect-ratio: 1 / 1;
  box-shadow: 0 6px 20px rgba(218, 99, 16, 0.08);
  border: 1px solid #e2eaf5;
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.gallery-grid__item:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(218, 99, 16, 0.2);
  border-color: #DA6310;
}

.gallery-grid__item a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery-grid__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1);
}

.gallery-grid__item:hover img {
  transform: scale(1.08);
}

/* The hero images span 2 columns and 2 rows */
.gallery-grid__item--large {
  grid-column: span 2;
  grid-row: span 2;
  aspect-ratio: 1 / 1;
}

@media (max-width: 991px) {
  .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid__item--large {
    grid-column: span 1;
    grid-row: span 1;
  }
}

/* ============================================================
   COMING SOON SECTION
   ============================================================ */
.coming-soon-section {
  padding: 100px 0;
  background-color: var(--color-accent);
  position: relative;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (min-width: 1200px) {
  .coming-soon-section .container {
    padding-left: 12%;
    padding-right: 12%;
  }
}

/* ============================================================
   COUNTDOWN SECTION (SEAMLESS CLEAN THEME)
   ============================================================ */
.hero-countdown-band {
  margin-top: 20px;
  position: relative;
}

.countdown-card-inner {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 10px 0 16px;
  text-align: center;
  box-shadow: none;
  position: relative;
}

.hero-countdown-title {
  font-family: var(--font-display);
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 700;
  color: #0b1f3a;
  line-height: 1.25;
  margin: 8px 0 18px;
}

.countdown-select-wrapper {
  max-width: 520px;
  margin: 0 auto 28px;
  position: relative;
}

.countdown-select {
  width: 100%;
  background-color: #ffffff;
  color: #0b1f3a;
  border: 1.5px solid #ddecfa;
  border-radius: 12px;
  padding: 12px 42px 12px 20px;
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 600;
  appearance: none;
  -webkit-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23DA6310' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.05);
}

.countdown-select:focus {
  outline: none;
  border-color: #DA6310;
  box-shadow: 0 0 0 3px rgba(218, 99, 16, 0.15);
}

.countdown-select option {
  background-color: #ffffff;
  color: #0b1f3a;
  padding: 10px;
}

.countdown-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 780px;
  margin: 0 auto;
}

.countdown-item {
  background: #ffffff;
  border: 1.5px solid #ddecfa;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 22px 14px;
  transition: all 0.3s ease;
  /* box-shadow: 0 6px 20px rgba(218, 99, 16, 0.06); */
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.countdown-item:hover {
  transform: translateY(-4px);
  background: #ffffff;
  border-color: #DA6310;
  box-shadow: 0 12px 28px rgba(218, 99, 16, 0.18);
}

.countdown-number {
  display: block;
  font-family: var(--font-numbers);
  font-size: clamp(36px, 4.5vw, 54px);
  font-weight: 700;
  line-height: 1;
  color: #DA6310;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.countdown-label {
  display: block;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 700;
  color: #0b1f3a;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.countdown-live-status {
  font-family: var(--font-body);
  font-size: 14px;
  color: #665c54;
  margin-top: 26px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  box-shadow: 0 0 10px #22c55e;
  display: inline-block;
  animation: pulseDot 2s infinite;
}

@keyframes pulseDot {
  0% {
    transform: scale(0.95);
    opacity: 0.8;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.7);
  }

  70% {
    transform: scale(1.15);
    opacity: 1;
    box-shadow: 0 0 0 6px rgba(34, 197, 94, 0);
  }

  100% {
    transform: scale(0.95);
    opacity: 0.8;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
  }
}

@media (max-width: 767px) {
  .countdown-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .countdown-item {
    padding: 16px 10px;
  }
}

/* ============================================================
   15. FAQ SECTION (AMRUT KUMBH THEME)
   ============================================================ */
.faq-section {
  padding: 80px 0;
  background-color: transparent;
}

.faq-header {
  padding-right: 40px;
}

.faq-header--reversed {
  padding-right: 0;
  padding-left: 40px;
}

.faq-header .section-title {
  margin-bottom: 16px;
  color: #0b1f3a;
  font-family: var(--font-display);
}

.faq-header .section-desc {
  color: #5c6b82;
  line-height: 1.7;
}

.faq-accordion {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.faq-item {
  background: #ffffff;
  border: 1px solid #e2eaf5;
  border-radius: 14px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(218, 99, 16, 0.03);
}

.faq-item--open {
  background: #ffffff;
  border-color: rgba(218, 99, 16, 0.45);
  box-shadow: 0 8px 24px rgba(218, 99, 16, 0.10);
}

.faq-item:hover:not(.faq-item--open) {
  border-color: rgba(218, 99, 16, 0.3);
  background: #f8fafc;
}

.faq-item__question {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px 22px;
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 700;
  color: #000000 !important;
  background: transparent;
  border: none;
  text-align: left;
  cursor: pointer;
  gap: 16px;
  transition: color 0.2s ease;
}

.faq-item--open .faq-item__question,
.faq-item__question:hover,
.faq-item__question:focus {
  color: #000000 !important;
  font-weight: 700;
}

.faq-item__text {
  flex: 1;
  color: #000000 !important;
  font-weight: 700;
}

.faq-item__toggle {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f0f6ff;
  border: 1px solid #d0e1fd;
  border-radius: 50%;
  flex-shrink: 0;
  transition: all 0.25s ease;
}

.faq-item--open .faq-item__toggle {
  background: #DA6310;
  border-color: #DA6310;
  box-shadow: 0 4px 12px rgba(218, 99, 16, 0.3);
}

.faq-item__icon {
  width: 14px;
  height: 14px;
  stroke: #DA6310;
  transition: transform 0.25s ease, stroke 0.25s ease;
}

.faq-item--open .faq-item__icon {
  stroke: #ffffff;
  transform: rotate(180deg);
}

.faq-item__text {
  flex: 1;
}

.faq-item__answer {
  padding: 0 24px 22px 74px;
  background: transparent;
}

.faq-item--open .faq-item__answer {
  background: transparent;
}

.faq-item__answer p {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 400;
  line-height: 1.75;
  color: #5c6b82;
  margin: 0;
}

/* ============================================================
   16. CTA BANNER SECTION
   ============================================================ */
.cta-banner {
  position: relative;
  padding: 160px 0;
  background-image: url("../images/backgroundimg.png");
  background-size: cover;
  background-position: center;
}

.cta-banner__overlay {
  position: absolute;
  inset: 0;
  background: rgba(54, 45, 39, 0.65);
}

.cta-banner .container {
  position: relative;
  z-index: 1;
}

.cta-banner__title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.5vw, 48px);
  font-weight: var(--fw-regular);
  line-height: var(--lh-snug);
  color: var(--color-white);
  margin: 0;
}

.btn-cta-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-bold);
  letter-spacing: 1.5px;
  color: var(--color-primary);
  background: var(--color-white);
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  transition:
    background 0.25s,
    box-shadow 0.25s;
}

.btn-cta-circle:hover {
  background: var(--color-secondary);
  color: var(--color-primary);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
}

/* ============================================================
   17. BLOG SECTION
   ============================================================ */
.blog-section {
  padding: 100px 0;
  background-color: #F8F4EB;
  background-image: url('../images/backgroundimg.png');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.blog-header {
  margin-bottom: 40px;
}

.blog-header__main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 16px;
}

.blog-header__btn {
  padding: 12px 28px;
  font-size: 12px;
}

.blog-card {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

.blog-card__image {
  flex: 0 0 50%;
  overflow: hidden;
  border-radius: 12px;
  aspect-ratio: 4 / 3;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 12px;
}

.blog-card__body {
  flex: 1;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.blog-card__date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-light);
  color: var(--color-text);
}

.blog-card__date svg {
  width: 14px;
  height: 14px;
  stroke: var(--color-text);
}

.blog-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: var(--fw-regular);
  line-height: var(--lh-snug);
  color: var(--color-primary);
  margin: 0;
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: var(--fw-bold);
  letter-spacing: 1px;
  color: var(--color-primary);
  text-decoration: none;
  align-self: flex-start;
  transition: opacity 0.2s;
}

.blog-card__link:hover {
  opacity: 0.7;
  color: var(--color-primary);
}

/* ============================================================
   SACRED PLACES / SPIRITUAL CIRCUIT CARDS (Matching Reference)
   ============================================================ */
.places-card {
  background: #ffffff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(54, 45, 39, 0.08);
  border: 1px solid rgba(54, 45, 39, 0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.places-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(54, 45, 39, 0.16);
}

.places-card__image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 10;
  overflow: hidden;
}

.places-card__image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.45s ease;
}

.places-card:hover .places-card__image-wrap img {
  transform: scale(1.06);
}

.places-card__badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: #fbd38d;
  border: 1px solid rgba(251, 211, 141, 0.4);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  padding: 5px 14px;
  border-radius: 50px;
  z-index: 2;
}

.places-card__body {
  padding: 24px 26px 22px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.places-card__title {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: #0b1f3a;
  margin: 0 0 10px;
  line-height: 1.3;
}

.places-card__title a {
  color: #0b1f3a;
  text-decoration: none;
  transition: color 0.2s ease;
}

.places-card__title a:hover {
  color: #DA6310;
}

.places-card__desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  font-weight: 400;
  color: #2d3748;
  line-height: 1.65;
  margin: 0 0 20px;
  flex-grow: 1;
}

.places-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #e2eaf5;
  padding-top: 14px;
  margin-top: auto;
}

.places-card__time {
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 500;
  color: #5c6b82;
}

.places-card__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 18px;
  border-radius: 50px;
  border: 1px solid #DA6310;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #DA6310;
  text-decoration: none;
  transition: all 0.25s ease;
}

.places-card__btn:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 122, 26, 0.4) !important;
}

/* ============================================================
   UPDATES & ADVISORY SECTION STYLES
   ============================================================ */
.update-feed {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.update-item {
  background: #ffffff;
  border: 1.5px solid #e2eaf5;
  border-radius: 16px;
  padding: 24px 28px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.04);
  position: relative;
}

.update-item:hover {
  transform: translateY(-3px);
  border-color: #DA6310;
  box-shadow: 0 12px 30px rgba(218, 99, 16, 0.12);
}

.update-item.urgent {
  border-left: 5px solid #dc2626;
}

.update-item.facility {
  border-left: 5px solid #da6310;
}

.update-item.notice {
  border-left: 5px solid #DA6310;
}

.update-item.ceremony {
  border-left: 5px solid #0b1f3a;
}

.update-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  font-family: var(--font-body);
  font-size: 13px;
  color: #5c6b82;
  margin-bottom: 12px;
}

.update-badge {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
}

.badge-urgent {
  background: #fef2f2;
  color: #dc2626;
  border: 1px solid #fecaca;
}

.badge-facility {
  background: #fff7ed;
  color: #da6310;
  border: 1px solid #fed7aa;
}

.badge-notice {
  background: #eff6ff;
  color: #DA6310;
  border: 1px solid #bfdbfe;
}

.badge-ceremony {
  background: #f0f6ff;
  color: #0b1f3a;
  border: 1px solid #d0e1fd;
}

.update-title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 600;
  color: #0b1f3a;
  line-height: 1.35;
  margin: 0 0 10px;
}

.update-desc {
  font-family: var(--font-body);
  font-size: 14.5px;
  color: #5c6b82;
  line-height: 1.65;
  margin: 0;
}

.kumbh-sidebar-card {
  background: #ffffff;
  border: 1.5px solid #e2eaf5;
  border-radius: 18px;
  padding: 26px;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.04);
  margin-bottom: 24px;
}

.kumbh-sidebar-card__title {
  font-family: var(--font-display);
  font-size: 21px;
  font-weight: 600;
  color: #0b1f3a;
  margin: 0 0 16px;
  padding-bottom: 12px;
  border-bottom: 1.5px solid #e2eaf5;
}

.kumbh-sidebar-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 16px;
  border-radius: 10px;
  text-decoration: none;
  background: #f8fafc;
  color: #0b1f3a;
  border: 1px solid #e2eaf5;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  transition: all 0.25s ease;
}

.kumbh-sidebar-link:hover {
  background: #FF7A1A !important;
  color: #ffffff !important;
  border-color: #FF7A1A !important;
  transform: translateX(4px);
}

.updates-chip-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 32px;
}

.update-chip-btn {
  padding: 10px 22px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  border: 1.5px solid #e2eaf5;
  background: #ffffff;
  color: #4a5568;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  outline: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.update-chip-btn:hover {
  border-color: #DA6310;
  color: #DA6310;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.18);
}

.update-chip-btn.active {
  background: #DA6310 !important;
  color: #ffffff !important;
  border-color: #DA6310 !important;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.35);
  transform: translateY(-1px);
}

.update-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.update-item.is-hidden,
.akhada-group.is-hidden {
  display: none !important;
}

.update-item.fade-in,
.akhada-group.fade-in {
  animation: updateFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes updateFadeIn {
  from {
    opacity: 0;
    transform: translateY(12px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ============================================================
   13 AKHADAS & ROYAL PESHWAI STYLES
   ============================================================ */
.akhada-card {
  background: #ffffff;
  border: 1.5px solid #e2eaf5;
  border-radius: 18px;
  padding: 26px 24px;
  transition: all 0.35s ease;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.akhada-card:hover {
  transform: translateY(-5px);
  border-color: #DA6310;
  box-shadow: 0 16px 36px rgba(218, 99, 16, 0.14);
}

.akhada-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.akhada-badge {
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 4px 12px;
  border-radius: 50px;
  display: inline-block;
}

.badge-shaiva {
  background: #f0f6ff;
  color: #0b1f3a;
  border: 1px solid #d0e1fd;
}

.badge-vaishnava {
  background: #fff7ed;
  color: #da6310;
  border: 1px solid #fed7aa;
}

.badge-udasin {
  background: #f0fdf4;
  color: #15803d;
  border: 1px solid #bbf7d0;
}

.badge-nirmal {
  background: #eff6ff;
  color: #1d4ed8;
  border: 1px solid #bfdbfe;
}

.akhada-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  font-weight: 700;
  color: #0b1f3a;
  margin: 0 0 10px;
  line-height: 1.35;
}

.akhada-card__meta {
  display: flex;
  flex-direction: column;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 13px;
  color: #5c6b82;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e2eaf5;
}

.akhada-card__meta-item {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.akhada-card__meta-item strong {
  color: #0b1f3a;
  font-weight: 600;
  font-size: 12.5px;
  min-width: 85px;
}

.akhada-card__desc {
  font-family: var(--font-body);
  font-size: 14px;
  color: #5c6b82;
  line-height: 1.65;
  margin: 0;
  flex-grow: 1;
}

.peshwai-guide-card {
  background: linear-gradient(135deg, #7e1817 0%, #541010 100%);
  border: 2px solid #fbd38d;
  border-radius: 20px;
  padding: 38px 42px;
  color: #ffffff !important;
  box-shadow: 0 16px 40px rgba(126, 24, 23, 0.2);
  margin-top: 50px;
}

.peshwai-guide-card h3,
.peshwai-guide-card .h3 {
  font-family: var(--font-display) !important;
  font-size: clamp(24px, 3vw, 32px) !important;
  color: #ffffff !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.peshwai-guide-card p {
  font-family: var(--font-body) !important;
  font-size: 15.5px !important;
  line-height: 1.75 !important;
  color: #ffffff !important;
  margin: 0 !important;
  opacity: 1 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
}

.peshwai-guide-card p strong {
  color: #fbd38d !important;
  font-weight: 700 !important;
}

.peshwai-guide-card .btn-white {
  background: #ffffff !important;
  color: #DA6310 !important;
  border: 1.5px solid #ffffff !important;
  border-radius: 50px !important;
  padding: 14px 32px !important;
  font-weight: 700 !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3) !important;
  transition: all 0.25s ease !important;
}

.peshwai-guide-card .btn-white:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 122, 26, 0.45) !important;
}

/* ============================================================
   18. RESPONSIVE — NEW SECTIONS
   ============================================================ */
@media (max-width: 1024px) {

  .explore-section,
  .pricing-section,
  .team-section,
  .products-section,
  .testimonials-section,
  .faq-section,
  .cta-banner,
  .blog-section {
    padding: 80px 0;
  }

  .why-content {
    padding: 80px 40px 80px 0;
  }

  .testimonials-content {
    padding-right: 40px;
  }

  .products-header {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .faq-header {
    padding-right: 0;
    margin-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .why-content {
    padding: 60px 0 0;
  }

  .why-image {
    max-height: 400px;
    height: auto;
    margin-top: 40px;
    border-radius: 12px;
  }

  .why-image img {
    max-height: 400px;
    border-radius: 12px;
  }

  .testimonials-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .testimonials-image {
    max-height: 400px;
    height: auto;
    margin-top: 40px;
    border-radius: 12px;
  }

  .testimonials-image img {
    max-height: 400px;
    border-radius: 12px;
  }

  /* Reset pricing card borders on tablet */
  .pricing-row>div:first-child .pricing-card {
    border-radius: 12px;
    border-right: 1px solid var(--color-border);
  }

  .pricing-row>div:last-child .pricing-card {
    border-radius: 12px;
    border-left: 1px solid var(--color-border);
  }
}

@media (max-width: 767px) {

  /* Reset pricing row to stack vertically on mobile */
  .pricing-row>div:first-child,
  .pricing-row>div:last-child {
    padding-top: 0;
    padding-bottom: 0;
  }

  .pricing-row>div:first-child .pricing-card {
    border-radius: 12px;
    border-right: 1px solid var(--color-border);
    height: auto;
  }

  .pricing-row>div:last-child .pricing-card {
    border-radius: 12px;
    border-left: 1px solid var(--color-border);
    height: auto;
  }

  .pricing-row {
    gap: 16px 0;
  }

  .explore-section,
  .pricing-section,
  .team-section,
  .products-section,
  .testimonials-section,
  .faq-section,
  .cta-banner,
  .blog-section {
    padding: 60px 0;
  }

  .photo-class-card {
    height: 320px;
  }

  .photo-class-card__title {
    font-size: 20px;
  }

  .section-title {
    font-size: 32px;
  }

  .pricing-card__amount,
  .cta-banner__title {
    font-size: 32px;
  }

  .cta-banner .col-lg-3 {
    margin-top: 24px;
  }

  .faq-header {
    margin-bottom: 32px;
  }

  .blog-card {
    flex-direction: column;
    align-items: stretch;
  }

  .blog-card__image {
    flex: 0 0 auto;
    width: 100%;
  }

  .blog-card__body {
    padding: 0;
  }
}

/* ============================================================
   18. SITE FOOTER (moved from 7 to avoid conflict)
   ============================================================ */
.site-footer {
  background-color: var(--color-primary-dark) !important;
  color: #ffffff !important;
}

/* Newsletter band */
.footer-newsletter {
  background-color: #08172c !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12) !important;
  padding: 50px 0;
}

.footer-newsletter__title,
.footer-newsletter h1,
.footer-newsletter h2,
.footer-newsletter h3,
.footer-newsletter h4 {
  font-family: var(--font-display) !important;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  margin: 0 !important;
  letter-spacing: 0.2px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
}

.footer-newsletter__desc,
.footer-newsletter p {
  font-family: var(--font-body) !important;
  color: rgba(255, 255, 255, 0.88) !important;
  font-size: 15px !important;
  margin-top: 6px !important;
  margin-bottom: 0 !important;
}

.footer-newsletter__form {
  display: flex;
  align-items: stretch;
  gap: 16px;
  flex: 1;
  max-width: 560px;
}

.footer-newsletter__input {
  flex: 1;
  padding: 14px 24px;
  font-family: var(--font-body);
  font-size: 15px;
  color: #1e293b !important;
  background: #ffffff !important;
  border: none;
  border-radius: 50px;
  outline: none;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.footer-newsletter__input::placeholder {
  color: #718096 !important;
}

.footer-newsletter__btn {
  padding: 14px 32px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  background: var(--color-primary);
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition:
    background 0.25s,
    box-shadow 0.25s,
    transform 0.2s;
  white-space: nowrap;
}

.footer-newsletter__btn:hover {
  background: var(--color-sky-blue);
  box-shadow: 0 6px 20px rgba(49, 171, 250, 0.45);
  transform: translateY(-1px);
}

/* Main footer grid */
.footer-main {
  padding: 70px 0 60px;
  background-color: #0b1f3a !important;
}

.site-footer p,
.site-footer span,
.site-footer li {
  color: rgba(255, 255, 255, 0.88);
}

/* Footer col: About */
.footer-about__logo {
  height: 210px;
  width: auto;
  aspect-ratio: 5720 / 7116;
  max-width: 240px;
  object-fit: contain;
  margin-bottom: 22px;
  display: block;
  filter: drop-shadow(0 4px 12px rgba(0, 0, 0, 0.28));
  transition: transform 0.25s ease;
}

@media (max-width: 768px) {
  .footer-about__logo {
    height: 180px;
    max-width: 200px;
    margin-bottom: 18px;
  }
}

@media (max-width: 480px) {
  .footer-about__logo {
    height: 165px;
    max-width: 180px;
    margin-bottom: 16px;
  }
}

.footer-about__text {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Footer col headings */
.site-footer h1,
.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5,
.site-footer h6,
.footer-col__title {
  font-family: var(--font-display) !important;
  font-size: 20px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 22px !important;
  letter-spacing: 0.2px;
}

/* Quick Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.footer-links a {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  transition: color 0.2s, padding-left 0.2s;
  text-decoration: none;
  display: inline-block;
}

.footer-links a:hover {
  color: #31ABFA !important;
  padding-left: 4px;
}

/* Address */
.footer-address__label {
  font-family: var(--font-display) !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #F5B041 !important;
  /* Sacred Gold accent */
  margin: 0 0 8px !important;
}

.footer-address__value {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  line-height: 1.7 !important;
  margin: 0 !important;
}

/* Contact */
.footer-contact__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer-contact__list a {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.88) !important;
  transition: color 0.2s;
}

.footer-contact__list a:hover {
  color: #31ABFA !important;
}

/* Social */
.footer-social__desc {
  font-family: var(--font-body) !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.82) !important;
  margin: 0 0 20px !important;
  line-height: 1.6 !important;
}

.footer-social__icons {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.footer-social__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  color: var(--color-white);
  transition: background 0.2s, transform 0.2s;
  font-size: 15px;
}

.footer-social__link:hover {
  background: #31ABFA;
  color: var(--color-white);
  transform: translateY(-2px);
}

.footer-social__link svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

/* Copyright bar */
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding: 22px 0;
  background-color: #08172c !important;
}

.footer-copyright__text,
.footer-copyright p {
  font-family: var(--font-body) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: rgba(255, 255, 255, 0.75) !important;
  margin: 0 !important;
}

/* ========================================================
   CLASS DETAIL PAGE STYLES
   ======================================================== */
.class-detail-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.class-detail-section .section-desc {
  margin-bottom: 40px;
}

.class-detail-image {
  border-radius: var(--hero-radius);
  overflow: hidden;
  margin-bottom: 40px;
}

.class-detail-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.highlight-list {
  list-style: none;
  padding: 0;
  margin: 0 0 40px 0;
}

.highlight-list li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 16px;
  color: var(--color-text);
  opacity: 0.8;
}

.highlight-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23362d27' d='M438.6 105.4c12.5 12.5 12.5 32.8 0 45.3l-256 256c-12.5 12.5-32.8 12.5-45.3 0l-128-128c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0L160 338.7 393.4 105.4c12.5-12.5 32.8-12.5 45.3 0z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}

.class-sidebar {
  background-color: transparent;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 40px;
}

.class-sidebar__preview {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 30px;
}

.class-sidebar__preview-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background-color: var(--color-text);
  color: var(--color-white);
  border-radius: 50%;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.class-sidebar__preview-btn:hover {
  transform: scale(1.05);
  color: var(--color-white);
}

.class-sidebar__preview-btn svg {
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.class-sidebar__preview-title {
  font-family: var(--font-display);
  font-size: var(--fs-h5);
  margin: 0;
  color: var(--color-text);
}

.class-sidebar__details-title {
  font-size: var(--fs-base);
  margin-bottom: 20px;
  color: var(--color-text);
  opacity: 0.8;
}

.class-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.class-sidebar__list li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  color: var(--color-text);
  font-weight: var(--fw-medium);
}

.class-sidebar__list li:last-child {
  margin-bottom: 0;
}

.class-sidebar__list-icon {
  width: 20px;
  margin-right: 15px;
  color: var(--color-text);
  opacity: 0.6;
}

.class-sidebar__list-icon svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.class-sidebar__instructor {
  display: flex;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid var(--color-border);
  margin-bottom: 30px;
}

.class-sidebar__instructor-img {
  width: 60px;
  height: 60px;
  border-radius: 50px;
  object-fit: cover;
  margin-right: 20px;
}

.class-sidebar__instructor-info h4 {
  font-size: 18px;
  margin: 0 0 4px 0;
}

.class-sidebar__instructor-info p {
  font-size: 13px;
  margin: 0;
  opacity: 0.7;
}

.class-sidebar .btn {
  width: 100%;
}

/* ========================================================
   ABOUT US PAGE STYLES & PAGE HEADER
   ======================================================== */
.page-header {
  padding: 100px 0 80px;
  background-color: var(--color-accent);
  border-bottom: 1px solid var(--color-border);
  position: relative;
}

/* ============================================================
   SUBPAGE SECTION DIRECTLY BELOW PAGE HEADER
   Natural Heritage Background (No Dark/Black Overlay)
   ============================================================ */
.subpage-intro-section,
.page-header+section {
  background-color: #F8F4EB !important;
  background-image: url('../images/backgroundimg.png') !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  position: relative;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
  content: "›";
  padding: 0 8px;
  color: var(--color-text);
  opacity: 0.5;
}

.page-title {
  font-family: var(--font-display);
  font-size: 56px;
  color: var(--color-text);
  margin-bottom: 12px;
  font-weight: var(--fw-regular);
}

.breadcrumb {
  margin: 0;
  font-family: var(--font-body);
  font-size: 15px;
}

.breadcrumb-link {
  color: var(--color-text);
  text-decoration: none;
}

.breadcrumb-arrow {
  padding: 0 12px;
  opacity: 0.5;
}

.breadcrumb-item.active {
  color: var(--color-text);
  opacity: 0.7;
}

.about-empower-section {
  padding: 80px 0;
  background-color: var(--color-accent);
}

.empower-image-wrapper {
  position: relative;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}

.empower-image {
  border-radius: 12px;
  width: 100%;
  max-height: 560px;
  object-fit: cover;
  display: block;
}

.empower-badge {
  position: absolute;
  bottom: 24px;
  right: 24px;
  background-color: var(--color-white);
  color: var(--color-text);
  padding: 16px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  gap: 14px;
  box-shadow: var(--shadow-lg);
  z-index: 2;
  min-width: 220px;
}

@media (max-width: 991px) {
  .empower-badge {
    right: 16px;
    bottom: 16px;
  }

  .empower-image-wrapper {
    margin-bottom: 32px;
  }
}

.empower-badge__icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  border-radius: 10px;
  color: var(--color-white);
}

.empower-badge__icon svg {
  width: 24px;
  height: 24px;
}

.empower-badge__text strong {
  font-size: var(--fs-h5);
  font-family: var(--font-display);
  line-height: 1;
  display: block;
  margin-bottom: 4px;
  font-weight: var(--fw-regular);
  color: var(--color-text);
}

.empower-badge__text span {
  font-size: 13px;
  color: var(--color-text);
  opacity: 0.7;
}

.benefits-section {
  padding: 100px 0;
  background-color: var(--color-secondary);
}

.benefit-card__title {
  font-family: var(--font-display);
  font-size: 20px;
  margin-bottom: 12px;
  font-weight: var(--fw-regular);
  color: var(--color-text);
}

.benefit-card__desc {
  font-size: 15px;
  line-height: 1.6;
  color: var(--color-text);
  opacity: 0.65;
  margin: 0;
}

/* ============================================================
   7. RESPONSIVE
   ============================================================ */

/* Tablet */
@media (max-width: 1024px) {
  .container {
    padding-inline: 24px;
  }

  .hero-section {
    padding-block: 20px;
    padding-inline: 0;
  }

  .hero-card__content {
    padding: 40px 40px;
  }

  .hero-aside {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 28px;
  }

  .hero-partners {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .hero-partners__title {
    margin-bottom: 20px;
  }

  .hero-partners__logos {
    gap: 24px;
  }

  .classes-section {
    padding: 80px 0;
  }

  .classes-header {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .classes-header .section-title br {
    display: none;
  }

  .about-section {
    padding: 80px 0;
  }

  .about-content {
    padding-right: 0;
    margin-bottom: 40px;
  }

  .about-images {
    gap: 20px;
  }

  .about-images__main {
    min-height: 380px;
  }

  .about-images__secondary {
    min-height: 280px;
    margin-top: 60px;
  }

  .retreat-section {
    padding: 80px 0;
  }

  .retreat-card {
    min-height: 480px;
    padding: 40px 48px;
  }

  .retreat-card__title {
    font-size: 36px;
  }

  .retreat-card__play {
    width: 64px;
    height: 64px;
  }

  .footer-newsletter>.container>.row>div:first-child {
    margin-bottom: 24px;
  }

  .footer-newsletter__form {
    max-width: 100%;
    width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  :root {
    --fs-hero: 44px;
  }

  .container {
    padding-inline: 20px;
  }

  .hero-section {
    padding-block: 16px;
    padding-inline: 0;
  }

  .hero-card {
    min-height: 85vh;
  }

  .hero-card__content {
    padding: 28px 24px;
  }

  .hero-aside {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    margin-top: 24px;
  }

  .hero-partners {
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .hero-partners__title {
    margin-bottom: 16px;
  }

  .hero-partners__logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    max-width: 320px;
    margin: 0 auto;
  }

  .hero-partners__logo {
    height: 54px;
    padding: 8px 16px;
  }

  .hero-partners__logo img {
    max-height: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
    object-fit: contain;
  }

  .classes-section {
    padding: 60px 0;
  }

  .classes-header {
    margin-bottom: 32px;
  }

  .class-card {
    padding: 24px;
  }

  .class-card__icon {
    width: 40px;
    height: 40px;
    margin-bottom: 16px;
  }

  .class-card__icon svg {
    width: 28px;
    height: 28px;
  }

  .about-section {
    padding: 60px 0;
  }

  .about-content {
    margin-bottom: 32px;
  }

  .about-features {
    margin-bottom: 24px;
  }

  .about-feature {
    padding: 16px;
  }

  .about-cta {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .about-images {
    flex-direction: column;
    gap: 16px;
  }

  .about-images__main {
    width: 100%;
    min-height: 280px;
  }

  .about-images__secondary {
    width: 100%;
    min-height: 220px;
    margin-top: 0;
  }

  .retreat-section {
    padding: 60px 0;
  }

  .retreat-card {
    min-height: 420px;
    padding: 30px 28px;
  }

  .retreat-card__body {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }

  .retreat-card__title {
    font-size: 28px;
  }

  .retreat-card__play {
    width: 56px;
    height: 56px;
    align-self: flex-start;
  }

  .products-header__main,
  .blog-header__main {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .products-header__btn,
  .blog-header__btn {
    align-self: flex-start;
  }

  .footer-newsletter>.container>.row>div:first-child {
    margin-bottom: 24px;
  }

  .footer-newsletter__form {
    flex-direction: column;
    width: 100%;
    gap: 12px;
  }

  .footer-newsletter__input,
  .footer-newsletter__btn {
    width: 100%;
  }

  .footer-copyright .row {
    text-align: center;
  }

  .footer-copyright .row>div:first-child {
    margin-bottom: 8px;
  }
}

/* ============================================================
   404 ERROR SECTION
   ============================================================ */
.error-section {
  min-height: 100vh;
  background-color: var(--color-accent);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}

.error-code {
  font-family: var(--font-display);
  font-size: 200px;
  font-weight: var(--fw-regular);
  line-height: 1;
  color: var(--color-text);
  margin: 0 0 30px;
}

.error-title {
  font-family: var(--font-display);
  font-size: 36px;
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 20px;
}

.error-desc {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  font-weight: var(--fw-light);
  color: var(--color-text);
  opacity: 0.8;
  max-width: 450px;
  margin: 0 auto 40px;
  line-height: var(--lh-relaxed);
}

@media (max-width: 767px) {
  .error-section {
    padding: 80px 20px;
  }

  .error-code {
    font-size: 140px;
  }

  .error-title {
    font-size: 28px;
  }
}

/* ============================================================
   SINGLE BLOG SECTION
   ============================================================ */
.single-blog-section {
  padding: 100px 0;
  background-color: var(--color-accent);
}

.blog-post__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 32px;
}

.blog-post__image img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.blog-post__meta {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid var(--color-border);
}

.blog-post__author {
  font-family: var(--font-display);
  font-size: var(--fs-base);
  color: var(--color-primary);
  font-weight: var(--fw-medium);
}

.blog-post__date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
  opacity: 0.7;
}

.blog-post__date svg {
  width: 16px;
  height: 16px;
}

.blog-post__content {
  margin-bottom: 40px;
}

.blog-post__content p {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  line-height: var(--lh-relaxed);
  color: var(--color-text);
  margin-bottom: 20px;
}

.blog-post__content h2 {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 40px 0 20px;
}

.blog-post__content ul {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
}

.blog-post__content ul li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
  line-height: var(--lh-relaxed);
}

.blog-post__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 8px;
  height: 8px;
  background-color: var(--color-primary);
  border-radius: 50%;
}

.blog-post__share {
  padding: 32px 0;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  margin-bottom: 40px;
}

.blog-post__share h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h6);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 16px;
}

.blog-post__socials {
  display: flex;
  gap: 12px;
}

.blog-post__social {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-secondary);
  border-radius: 50%;
  transition: all 0.2s;
}

.blog-post__social:hover {
  background-color: var(--color-primary);
}

.blog-post__social svg {
  width: 18px;
  height: 18px;
  fill: var(--color-primary);
  transition: fill 0.2s;
}

.blog-post__social:hover svg {
  fill: var(--color-white);
}

.blog-post__comments h3 {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 8px;
}

.blog-post__comments-note {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text);
  opacity: 0.7;
  margin-bottom: 24px;
}

.comment-form .form-label {
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: var(--fw-medium);
  color: var(--color-text);
  margin-bottom: 8px;
}

.comment-form .form-control {
  background-color: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
}

.comment-form .form-control:focus {
  border-color: var(--color-primary);
  box-shadow: none;
}

.comment-form .form-check-label {
  font-family: var(--font-body);
  font-size: 13px;
  color: var(--color-text);
}

/* Blog Sidebar */
.blog-sidebar__widget {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 32px;
}

.blog-sidebar__widget--search {
  padding: 16px 24px;
}

.blog-sidebar__widget+.blog-sidebar__widget {
  margin-top: 24px;
}

/* Search Widget */
.blog-search {
  position: relative;
  display: flex;
  align-items: center;
}

.blog-search__input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 8px 40px 8px 0;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
  outline: none;
}

.blog-search__input::placeholder {
  color: var(--color-text);
  opacity: 0.6;
}

.blog-search__btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  cursor: pointer;
  color: var(--color-primary);
}

.blog-search__btn svg {
  width: 18px;
  height: 18px;
}

.blog-sidebar__title {
  font-family: var(--font-display);
  font-size: var(--fs-h4);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 24px;
}

.blog-sidebar__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog-sidebar__list li {
  margin-bottom: 16px;
}

.blog-sidebar__list li:last-child {
  margin-bottom: 0;
}

.blog-sidebar__list a {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
  text-decoration: none;
  transition: color 0.2s;
  line-height: var(--lh-relaxed);
}

.blog-sidebar__list a:hover {
  color: var(--color-primary);
}

.blog-sidebar__icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  color: var(--color-primary);
  margin-top: 2px;
}

@media (max-width: 991px) {
  .single-blog-section {
    padding: 60px 0;
  }

  .blog-sidebar {
    margin-top: 40px;
  }
}

/* ============================================================
   CONTACT PAGE
   ============================================================ */

/* Contact Info Section */
.contact-info-section {
  padding: 80px 0 60px;
  background-color: var(--color-accent);
}

.contact-info-card {
  background-color: var(--color-secondary);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  padding: 32px;
  height: 100%;
}

.contact-info-card__icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
  color: var(--color-primary);
}

.contact-info-card__icon svg {
  width: 32px;
  height: 32px;
}

.contact-info-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-h5);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 8px;
}

.contact-info-card__text {
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text);
  opacity: 0.8;
  margin: 0;
}

/* Contact Form Section */
.contact-section {
  padding: 60px 0 100px;
  background-color: var(--color-accent);
}

/* Section Label with Line */
.section-label {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}

.section-label__text {
  font-family: var(--font-body);
  font-size: var(--fs-base);
  color: var(--color-text);
  font-weight: var(--fw-regular);
}

.section-label__line {
  flex: 0 0 140px;
  height: 1px;
  background-color: var(--color-border);
}

.contact-section__title {
  font-family: var(--font-display);
  font-size: var(--fs-h2);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 40px;
}

/* Contact Image */
.contact-image {
  border-radius: 12px;
  overflow: hidden;
}

.contact-image img {
  width: 100%;
  height: 600px;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
}

/* Contact Form Card */
.contact-form-card {
  background-color: var(--color-secondary);
  border: none;
  border-radius: 12px;
  padding: 50px 40px;
}

.contact-form-card__title {
  font-family: var(--font-display);
  font-size: var(--fs-h3);
  font-weight: var(--fw-regular);
  color: var(--color-primary);
  margin: 0 0 32px;
}

/* Modern Form Controls */
.contact-form-modern .form-label-modern {
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: var(--fw-bold);
  color: var(--color-primary);
  margin-bottom: 8px;
  display: block;
}

.contact-form-modern .form-control-modern {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(209, 207, 202, 0.5);
  padding: 12px 0;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--color-text);
  outline: none;
  transition: border-color 0.2s;
}

.contact-form-modern .form-control-modern::placeholder {
  color: var(--color-text);
  opacity: 0.5;
}

.contact-form-modern .form-control-modern:focus {
  border-color: var(--color-primary);
}

.contact-form-modern textarea.form-control-modern {
  resize: vertical;
  min-height: 100px;
}

@media (max-width: 991px) {
  .contact-section {
    padding: 40px 0 60px;
  }

  .contact-section__title {
    font-size: var(--fs-h3);
  }

  .contact-form-card {
    padding: 24px;
  }

  .contact-form-card__title {
    font-size: var(--fs-h4);
  }
}

/* ============================================================
   KUMBH MELA SPECIFIC CUSTOM STYLES & COMPONENTS
   ============================================================ */

/* Golden Badge & Highlights */
.kumbh-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(217, 119, 6, 0.12);
  color: #b45309;
  border: 1px solid rgba(217, 119, 6, 0.25);
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: var(--fw-bold);
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.kumbh-card {
  background: var(--color-white);
  border-radius: 20px;
  border: 1px solid var(--color-border);
  padding: 32px;
  height: 100%;
  transition: transform 0.3s ease;
  position: relative;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.kumbh-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 36px rgba(54, 45, 39, 0.08);
  border-color: #d97706;
}

/* Shahi Snan Schedule Cards */
.snan-card {
  background: var(--color-white);
  border-radius: 18px;
  border: 1px solid var(--color-border);
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  transition: all 0.3s ease;
  position: relative;
}

.snan-card:hover {
  border-color: #d97706;
  box-shadow: 0 10px 28px rgba(217, 119, 6, 0.1);
  transform: translateX(4px);
}

.snan-card.royal-highlight {
  border-left: 5px solid #d97706;
  background: linear-gradient(135deg, #ffffff 0%, #fffdfa 100%);
}

.snan-date-badge {
  flex-shrink: 0;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #b45309, #d97706);
  color: #ffffff;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 6px 14px rgba(180, 83, 9, 0.25);
}

.snan-date-badge .date-day {
  font-family: var(--font-numbers);
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}

.snan-date-badge .date-month {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  font-weight: 600;
}

.snan-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  padding: 4px 10px;
  border-radius: 4px;
  background: #fef3c7;
  color: #92400e;
  margin-bottom: 8px;
}

.snan-tag.tag-royal {
  background: #fde68a;
  color: #78350f;
}

/* Sacred Place Showcase Cards */
.place-card {
  background: var(--color-white);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid var(--color-border);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 32px rgba(54, 45, 39, 0.08);
  border-color: #d97706;
}

.place-card__img-wrapper {
  position: relative;
  overflow: hidden;
  height: 240px;
}

.place-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.place-card:hover .place-card__img {
  transform: scale(1.06);
}

.place-card__badge {
  position: absolute;
  top: 16px;
  right: 16px;
  background: rgba(54, 45, 39, 0.85);
  backdrop-filter: blur(4px);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 12px;
  border-radius: 50px;
}

.place-card__body {
  padding: 26px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Akhada Cards */
.akhada-card {
  background: var(--color-white);
  border-radius: 18px;
  border: 1px solid var(--color-border);
  padding: 28px;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
}

.akhada-card:hover {
  transform: translateY(-5px);
  border-color: #d97706;
  box-shadow: 0 14px 30px rgba(54, 45, 39, 0.08);
}

.akhada-card__icon {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  background: #fffbeb;
  color: #b45309;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  margin-bottom: 20px;
  border: 1px solid #fde68a;
}

.akhada-card__category {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #d97706;
  margin-bottom: 8px;
}

/* Updates & News Cards */
.update-item {
  background: var(--color-white);
  border-radius: 16px;
  border: 1px solid var(--color-border);
  padding: 24px 28px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.update-item:hover {
  border-color: #d97706;
  box-shadow: 0 8px 24px rgba(54, 45, 39, 0.06);
}

.update-item.urgent {
  border-left: 5px solid #dc2626;
}

.update-item.notice {
  border-left: 5px solid #2563eb;
}

.update-item.facility {
  border-left: 5px solid #16a34a;
}

.update-meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
  font-size: 13px;
  color: #78716c;
}

.update-badge {
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.update-badge.badge-urgent {
  background: #fee2e2;
  color: #b91c1c;
}

.update-badge.badge-notice {
  background: #dbeafe;
  color: #1d4ed8;
}

.update-badge.badge-facility {
  background: #dcfce7;
  color: #15803d;
}

/* Stats Counter Box */
.kumbh-stat-box {
  background: var(--color-white);
  border: 1px solid var(--color-border);
  border-radius: 18px;
  padding: 28px 20px;
  text-align: center;
  transition: transform 0.3s, border-color 0.3s;
}

.kumbh-stat-box:hover {
  transform: translateY(-4px);
  border-color: #d97706;
  box-shadow: 0 8px 24px rgba(54, 45, 39, 0.08);
}

.kumbh-stat-box .stat-number {
  font-family: var(--font-numbers);
  font-size: 40px;
  font-weight: 700;
  color: #b45309;
  line-height: 1.1;
  margin-bottom: 8px;
}

.kumbh-stat-box .stat-label {
  font-size: 14px;
  font-weight: var(--fw-medium);
  color: var(--color-text);
  opacity: 0.8;
}

/* ============================================================
   KUMBH MELA ABOUT SECTION (SEAMLESS CLEAN BACKGROUND)
   ============================================================ */
.kumbh-story-section {
  position: relative;
  padding-block: 60px 40px;
  background-color: transparent;
}

.kumbh-story-card {
  position: relative;
  background: transparent;
  padding: 0;
  box-shadow: none;
  border: none;
}

.kumbh-story-grid {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 54px;
  align-items: center;
}

/* Left Visual Column */
.kumbh-story-visual {
  position: relative;
}

.kumbh-story-img-wrap {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 16px 36px rgba(126, 24, 23, 0.12), 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 2px solid rgba(218, 99, 16, 0.2);
  background: #ffffff;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.kumbh-story-img-wrap img {
  width: 100%;
  height: 440px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.kumbh-story-visual:hover .kumbh-story-img-wrap img {
  transform: scale(1.03);
}

.kumbh-stat-badge-float {
  position: absolute;
  bottom: -20px;
  right: -20px;
  background: linear-gradient(135deg, #DA6310 0%, #B45309 100%);
  color: #ffffff;
  padding: 20px 24px;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(218, 99, 16, 0.35);
  border: 2px solid rgba(255, 255, 255, 0.3);
  text-align: center;
  max-width: 200px;
  z-index: 2;
  transition: transform 0.3s ease;
}

.kumbh-story-visual:hover .kumbh-stat-badge-float {
  transform: translateY(-4px);
}

.kumbh-stat-badge-float .stat-num {
  font-family: var(--font-numbers);
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  margin-bottom: 6px;
  letter-spacing: -0.5px;
}

.kumbh-stat-badge-float .stat-desc {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.35;
  color: rgba(255, 255, 255, 0.95);
}

/* Right Content Column */
.kumbh-story-content {
  padding-left: 10px;
}

.kumbh-pill-tag {
  display: inline-block;
  padding: 6px 18px;
  background: rgba(218, 99, 16, 0.08);
  color: #DA6310;
  border: 1px solid rgba(218, 99, 16, 0.28);
  border-radius: 30px;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 1.4px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.kumbh-story-title {
  font-family: var(--font-display);
  font-size: clamp(28px, 3.2vw, 42px);
  font-weight: 700;
  color: #0b1f3a;
  line-height: 1.22;
  margin-bottom: 20px;
}

.kumbh-story-lead {
  font-family: var(--font-body);
  font-size: 1.1rem;
  font-weight: 600;
  color: #000000;
  line-height: 1.65;
  margin-bottom: 18px;
}

.kumbh-story-p {
  font-family: var(--font-body);
  font-size: 0.96rem;
  font-weight: 400;
  color: #4a423d;
  line-height: 1.75;
  margin-bottom: 26px;
}

/* 2 Feature Boxes */
.kumbh-features-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 30px;
}

.kumbh-feature-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 14px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.kumbh-feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(218, 99, 16, 0.12);
  border-color: rgba(218, 99, 16, 0.35);
}

.kumbh-feature-card__icon {
  flex-shrink: 0;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background: rgba(218, 99, 16, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.kumbh-feature-card:nth-child(2) .kumbh-feature-card__icon {
  background: rgba(218, 99, 16, 0.1);
  color: #DA6310;
}

.kumbh-feature-card__icon svg {
  width: 22px;
  height: 22px;
}

.kumbh-feature-card__body h4 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 4px 0;
}

.kumbh-feature-card__body p {
  font-family: var(--font-body);
  font-size: 0.86rem;
  color: var(--text-secondary);
  line-height: 1.45;
  margin: 0;
}

/* CTA Button */
.btn-kumbh-story-cta {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: var(--primary);
  color: #ffffff !important;
  padding: 12px 28px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.25);
  transition: all 0.25s ease;
}

.btn-kumbh-story-cta:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 122, 26, 0.45) !important;
  color: #ffffff !important;
}

.btn-kumbh-story-cta svg {
  width: 16px;
  height: 16px;
  transition: transform 0.25s ease;
}

.btn-kumbh-story-cta:hover svg {
  transform: translateX(4px);
}

/* Responsive Styles */
@media (max-width: 991px) {
  .kumbh-story-card {
    padding: 40px 28px;
  }

  .kumbh-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .kumbh-story-img-wrap img {
    height: 350px;
  }

  .kumbh-stat-badge-float {
    bottom: -15px;
    right: 15px;
  }

  .kumbh-story-content {
    padding-left: 0;
  }
}

@media (max-width: 576px) {
  .kumbh-story-section {
    padding-block: 20px;
  }

  .kumbh-story-card {
    padding: 28px 18px;
    border-radius: 20px;
  }

  .kumbh-story-img-wrap img {
    height: 260px;
  }

  .kumbh-features-row {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .kumbh-stat-badge-float {
    position: relative;
    bottom: auto;
    right: auto;
    margin: -25px auto 0 auto;
    max-width: 90%;
  }
}

/* ============================================================
   19. AMRIT SHAHI SNAN SCHEDULE SECTION (Home Page)
   ============================================================ */
.snan-schedule-section {
  padding: 100px 0;
  background-color: var(--soft-background);
  position: relative;
}

@media (max-width: 991px) {
  .snan-schedule-section {
    padding: 75px 0;
  }
}

@media (max-width: 575px) {
  .snan-schedule-section {
    padding: 55px 0;
  }
}

.snan-filter-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 auto 32px auto;
  max-width: 980px;
}

.snan-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 600;
  color: var(--text-heading, #2a1715);
  background: #ffffff;
  border: 1.5px solid #e9e2da;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.25s ease;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.snan-tab-btn:hover {
  border-color: #DA6310;
  color: #DA6310;
  transform: translateY(-2px);
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.18);
}

.snan-tab-btn.active {
  background: #DA6310 !important;
  border-color: #DA6310 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.32);
}

.snan-tab-btn svg {
  transition: stroke 0.25s ease;
}

.snan-tab-btn.active svg {
  stroke: #ffffff;
}

/* Snan Card Column Transitions */
.snan-card-col {
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.snan-card-col.is-hidden {
  display: none !important;
}

.snan-card-col.fade-in {
  animation: snanCardFadeIn 0.35s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes snanCardFadeIn {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Snan Cards */
.snan-grid-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 26px 24px 22px;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  position: relative;
  overflow: hidden;
}

.snan-grid-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(218, 99, 16, 0.12);
  border-color: rgba(218, 99, 16, 0.4);
}

.snan-grid-card.royal-highlight {
  border-top: 4px solid var(--orange);
}

.snan-card-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 16px;
}

.snan-date-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 14px;
  background: var(--primary);
  color: #ffffff;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.25);
}

.snan-date-box.royal-date {
  background: linear-gradient(135deg, var(--orange) 0%, var(--maroon) 100%);
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.3);
}

.snan-date-box .date-day {
  font-family: var(--font-numbers);
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.snan-date-box .date-month {
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-top: 2px;
}

.snan-tag-badge {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 5px 12px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.snan-tag-badge.badge-ceremony {
  background: rgba(49, 171, 250, 0.12);
  color: var(--primary);
  border: 1px solid rgba(49, 171, 250, 0.25);
}

.snan-tag-badge.badge-royal {
  background: rgba(218, 99, 16, 0.12);
  color: var(--orange);
  border: 1px solid rgba(218, 99, 16, 0.3);
}

.snan-tag-badge.badge-procession {
  background: rgba(126, 24, 23, 0.1);
  color: var(--maroon);
  border: 1px solid rgba(126, 24, 23, 0.25);
}

.snan-card-title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: var(--text-primary);
  margin: 0 0 10px;
  line-height: 1.3;
}

.snan-meta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin-bottom: 14px;
}

.snan-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-body);
  font-size: 12px;
  color: var(--text-secondary);
  font-weight: 500;
}

.snan-meta-item svg {
  width: 14px;
  height: 14px;
  color: var(--primary);
  flex-shrink: 0;
}

.snan-meta-item.item-location svg {
  color: var(--orange);
}

.snan-card-desc {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 400;
  color: var(--text-secondary);
  line-height: 1.6;
  margin: 0 0 18px;
  flex-grow: 1;
}

.snan-card-action {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--border-color);
  padding-top: 14px;
  margin-top: auto;
}

.snan-card-link {
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: var(--primary);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
}

.snan-card-link:hover {
  color: var(--primary-hover);
  transform: translateX(3px);
}

.snan-cal-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--light-blue);
  color: var(--primary);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: none;
  transition: all 0.2s ease;
  text-decoration: none;
}

.snan-cal-btn:hover {
  background: #FF7A1A !important;
  color: #ffffff !important;
  transform: scale(1.08);
}

.snan-cal-btn svg {
  width: 15px;
  height: 15px;
}

/* ============================================================
   PHOTO SNAN CARDS (Full Background Image Grid - 100% Uniform UI)
   ============================================================ */
.photo-snan-card {
  position: relative;
  height: 440px;
  border-radius: 22px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px 26px;
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.photo-snan-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(11, 31, 58, 0.30);
}

.photo-snan-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, rgba(0, 0, 0, 0.08) 25%, rgba(11, 31, 58, 0.82) 65%, rgba(11, 31, 58, 0.98) 100%);
  pointer-events: none;
  transition: background 0.35s ease;
}

.photo-snan-card:hover .photo-snan-card__overlay {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.12) 20%, rgba(11, 31, 58, 0.88) 60%, rgba(11, 31, 58, 1) 100%);
}

.photo-snan-card__badge-top {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}

.photo-snan-card__badge-top .snan-date-pill,
.photo-snan-card__badge-top .snan-date-pill.royal {
  background: #da6310 !important;
  color: #ffffff !important;
  font-family: var(--font-body);
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(218, 99, 16, 0.45);
  display: inline-flex;
  align-items: center;
}

.photo-snan-card__badge-top .snan-type-pill {
  background: rgba(0, 0, 0, 0.60);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.30);
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.4px;
  padding: 5px 13px;
  border-radius: 50px;
  display: inline-flex;
  align-items: center;
}

.photo-snan-card__body {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}

.photo-snan-card__venue {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: var(--font-body);
  font-size: 12.5px;
  font-weight: 600;
  color: #fbd38d;
  letter-spacing: 0.3px;
  margin-bottom: 6px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.85);
}

.photo-snan-card__venue svg {
  color: #fbd38d;
  flex-shrink: 0;
}

.photo-snan-card__title,
.photo-snan-card h3,
.photo-snan-card .h3,
h3.photo-snan-card__title {
  font-family: var(--font-display) !important;
  font-size: 22px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
  line-height: 1.25 !important;
  margin: 0 0 8px 0 !important;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.95), 0 1px 4px rgba(0, 0, 0, 0.9) !important;
}

.photo-snan-card__desc,
.photo-snan-card p,
p.photo-snan-card__desc {
  font-family: var(--font-body) !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 1.55 !important;
  margin: 0 0 18px 0 !important;
  text-shadow: 0 1px 6px rgba(0, 0, 0, 0.9), 0 1px 2px rgba(0, 0, 0, 0.8) !important;
  min-height: 38px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.photo-snan-card .btn-white {
  background: #ffffff !important;
  color: #DA6310 !important;
  border: 1.5px solid #ffffff !important;
  padding: 8px 24px;
  border-radius: 50px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 700;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.photo-snan-card .btn-white:hover {
  background: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(255, 122, 26, 0.45) !important;
}

/* ============================================================
   CONTACT PAGE & TRANSPARENCY DISCLAIMER STYLES
   ============================================================ */
.contact-info-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 18px;
  padding: 28px 24px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 16px rgba(218, 99, 16, 0.04);
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact-info-card:hover {
  transform: translateY(-4px);
  border-color: var(--primary);
  box-shadow: 0 12px 28px rgba(218, 99, 16, 0.12);
}

.contact-info-card__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(218, 99, 16, 0.1);
  color: var(--primary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.contact-info-card__title {
  font-family: var(--font-display);
  font-size: 16px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 8px;
}

.contact-info-card__text {
  font-family: var(--font-display);
  font-size: 24px;
  font-weight: 800;
  color: var(--primary);
  margin-bottom: 10px;
}

.contact-info-card p {
  font-family: var(--font-body);
  font-size: 13.5px;
  color: var(--text-secondary);
  line-height: 1.5;
  margin: 0;
}

.transparency-disclaimer-card {
  background: var(--white);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 38px 34px;
  box-shadow: 0 10px 30px rgba(218, 99, 16, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  transition: box-shadow 0.3s ease, border-color 0.3s ease;
}

.transparency-disclaimer-card:hover {
  border-color: rgba(218, 99, 16, 0.25);
  box-shadow: 0 14px 36px rgba(218, 99, 16, 0.09);
}

.contact-section .transparency-disclaimer-card {
  height: 100%;
}

.transparency-disclaimer-card__content {
  margin-bottom: 20px;
}

.transparency-disclaimer-card__title {
  font-family: var(--font-display);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 18px;
  line-height: 1.25;
}

.transparency-disclaimer-card__lead {
  font-family: var(--font-body);
  font-size: 15px;
  line-height: 1.7;
  color: var(--text-primary);
  margin-bottom: 14px;
}

.transparency-disclaimer-card__lead strong {
  color: var(--primary);
  font-weight: 700;
}

.transparency-disclaimer-card__text {
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 1.7;
  color: var(--text-secondary);
  margin-bottom: 0;
}

.transparency-disclaimer-card__image-wrapper {
  margin-top: 4px;
  flex: 1;
  min-height: 290px;
  display: flex;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 24px rgba(218, 99, 16, 0.08);
  border: 1px solid rgba(218, 99, 16, 0.12);
}

.transparency-disclaimer-card__img {
  width: 100%;
  height: 100%;
  min-height: 290px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.transparency-disclaimer-card:hover .transparency-disclaimer-card__img {
  transform: scale(1.03);
}

.contact-form-card {
  background: var(--light-blue);
  border: 1px solid var(--border-color);
  border-radius: 24px;
  padding: 44px 38px;
}

.contact-form-card__title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: var(--text-primary);
  margin-bottom: 24px;
}

.form-label-modern {
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  color: var(--text-primary);
  margin-bottom: 6px;
  display: block;
}

.form-control-modern {
  background: #ffffff;
  border: 1px solid var(--border-color);
  border-radius: 12px;
  padding: 12px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  color: var(--text-primary);
  width: 100%;
  transition: all 0.25s ease;
}

.form-control-modern:focus {
  border-color: var(--primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(218, 99, 16, 0.15);
}

/* ============================================================
   MULTILINGUAL SYSTEM & DEVANAGARI FONT RULES
   ============================================================ */

/* ============================================================
   MARATHI (mr) TYPOGRAPHY - Tiro Devanagari Marathi
   ============================================================ */
html[lang="mr"] {
  --font-display: "Tiro Devanagari Marathi", serif !important;
  --font-body: "Tiro Devanagari Marathi", serif !important;
  --font-hindi: "Tiro Devanagari Marathi", serif !important;
  font-family: "Tiro Devanagari Marathi", serif !important;
  font-size: 17px !important;
}

html[lang="mr"],
html[lang="mr"] body,
html[lang="mr"] * {
  font-family: "Tiro Devanagari Marathi", serif !important;
  letter-spacing: normal !important;
}

/* Increased Font Size for Marathi Paragraphs, Descriptions & Content */
html[lang="mr"] p,
html[lang="mr"] .hero-desc,
html[lang="mr"] .section-desc,
html[lang="mr"] .page-desc,
html[lang="mr"] .kumbh-card p,
html[lang="mr"] .akhada-card p,
html[lang="mr"] .akhada-card__desc,
html[lang="mr"] .sacred-place-card__desc,
html[lang="mr"] .schedule-item__desc,
html[lang="mr"] .faq-item__answer,
html[lang="mr"] .faq-item__answer p,
html[lang="mr"] .faq-accordion__answer,
html[lang="mr"] .faq-accordion__answer p,
html[lang="mr"] .blog-card__desc,
html[lang="mr"] .footer-about__text,
html[lang="mr"] .footer-widget p,
html[lang="mr"] [class*="desc"],
html[lang="mr"] [class*="description"] {
  font-size: 17.5px !important;
  line-height: 1.85 !important;
}

/* Hero description prominent sizing */
html[lang="mr"] .hero-desc,
html[lang="mr"] .hero-intro-text,
html[lang="mr"] .page-intro-text {
  font-size: 19.5px !important;
  line-height: 1.9 !important;
}

/* Snan & Image Cards Description */
html[lang="mr"] .photo-snan-card__desc,
html[lang="mr"] p.photo-snan-card__desc {
  font-size: 15.5px !important;
  line-height: 1.65 !important;
  min-height: 44px;
}

/* Subtitle & Badge Elements */
html[lang="mr"] .kumbh-pill,
html[lang="mr"] .section-label__text,
html[lang="mr"] .akhada-badge,
html[lang="mr"] .snan-type-pill,
html[lang="mr"] .snan-date-pill {
  font-size: 14px !important;
}

/* Navigation Links */
html[lang="mr"] .site-nav__link,
html[lang="mr"] .site-nav__dropdown a,
html[lang="mr"] .mobile-nav a {
  font-size: 16px !important;
}

/* Prominent Buttons for Marathi Language */
html[lang="mr"] button,
html[lang="mr"] input[type="submit"],
html[lang="mr"] input[type="button"],
html[lang="mr"] .btn,
html[lang="mr"] [class*="btn-"],
html[lang="mr"] [class^="btn-"],
html[lang="mr"] .btn-header,
html[lang="mr"] .btn-primary,
html[lang="mr"] .btn-white,
html[lang="mr"] .btn-secondary,
html[lang="mr"] .btn-step-solid,
html[lang="mr"] .btn-primary-kumbh,
html[lang="mr"] .btn-secondary-kumbh,
html[lang="mr"] .btn-kumbh-story-cta,
html[lang="mr"] .kumbh-btn,
html[lang="mr"] .contact-form-card button,
html[lang="mr"] .hero-card__actions .btn-white,
html[lang="mr"] .hero-card__actions .btn-header {
  font-size: 18.5px !important;
  font-weight: 600 !important;
  letter-spacing: 0.01em !important;
  line-height: 1.45 !important;
}

html[lang="mr"] button span,
html[lang="mr"] .btn span,
html[lang="mr"] [class*="btn-"] span {
  font-size: inherit !important;
  font-weight: inherit !important;
}

html[lang="mr"] .snan-filter-btn,
html[lang="mr"] .filter-btn {
  font-size: 17px !important;
  font-weight: 600 !important;
}

/* ============================================================
   HINDI (hi) TYPOGRAPHY - Noto Sans Devanagari
   ============================================================ */
html[lang="hi"] {
  --font-display: "Noto Sans Devanagari", sans-serif !important;
  --font-body: "Noto Sans Devanagari", sans-serif !important;
  --font-hindi: "Noto Sans Devanagari", sans-serif !important;
  font-family: "Noto Sans Devanagari", sans-serif !important;
}

html[lang="hi"],
html[lang="hi"] body,
html[lang="hi"] * {
  font-family: "Noto Sans Devanagari", sans-serif !important;
  letter-spacing: normal !important;
}

html[lang="hi"] p,
html[lang="hi"] .hero-desc,
html[lang="hi"] .kumbh-card p,
html[lang="hi"] .photo-snan-card__desc {
  line-height: 1.85 !important;
}

/* ============================================================
   LANGUAGE SELECTOR DROPDOWN COMPONENT
   Theme: White bg, Dark brown/navy text, Blue hover/active, Light border, Small shadow
   ============================================================ */

.lang-selector-dropdown {
  position: relative;
  display: inline-block;
  user-select: none;
  z-index: 1050;
}

.lang-selector-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background-color: #ffffff;
  color: #2A1810;
  /* Dark brown */
  border: 1px solid #E2EAF5;
  border-radius: 50px;
  padding: 8px 16px;
  font-family: var(--font-body);
  font-size: 13.5px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.25s ease;
  white-space: nowrap;
}

.lang-selector-btn:hover,
.lang-selector-dropdown.active .lang-selector-btn {
  background-color: #F0F6FF;
  border-color: #DA6310;
  color: #DA6310;
  box-shadow: 0 4px 12px rgba(218, 99, 16, 0.12);
}

.lang-selector-btn .lang-icon {
  font-size: 14px;
  line-height: 1;
}

.lang-selector-btn .lang-current-label {
  font-size: 13.5px;
  font-weight: 600;
}

.lang-selector-btn .lang-arrow {
  width: 10px;
  height: 10px;
  transition: transform 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  opacity: 0.75;
  stroke: currentColor;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.lang-selector-dropdown.active .lang-selector-btn .lang-arrow {
  transform: rotate(180deg);
}

/* Dropdown Menu */
.lang-menu {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  min-width: 145px;
  background: #ffffff;
  border: 1px solid #E2EAF5;
  border-radius: 14px;
  box-shadow: 0 10px 25px rgba(11, 31, 58, 0.12);
  padding: 6px;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  z-index: 1060;
}

.lang-selector-dropdown.active .lang-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.lang-menu li {
  margin: 0;
  padding: 0;
}

.lang-option {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 14px;
  background: transparent;
  border: none;
  border-radius: 8px;
  font-family: inherit;
  font-size: 13.5px;
  font-weight: 500;
  color: #2A1810;
  text-align: left;
  cursor: pointer;
  transition: all 0.2s ease;
}

.lang-option:hover {
  background-color: #F0F6FF;
  color: #DA6310;
  font-weight: 600;
}

.lang-option.active {
  background-color: #EBF3FF;
  color: #DA6310;
  font-weight: 700;
}

.lang-option.active::after {
  content: "✓";
  font-size: 12px;
  color: #DA6310;
  font-weight: bold;
}

/* Mobile Offcanvas Language Selector */
.mobile-lang-selector-wrap {
  padding: 14px 0 18px 0;
  margin-bottom: 16px;
  border-bottom: 1px solid #E2EAF5;
}

.mobile-lang-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--text-secondary);
  margin-bottom: 8px;
}

.mobile-lang-btn-group {
  display: flex;
  gap: 8px;
}

.mobile-lang-btn-group .lang-option {
  flex: 1;
  justify-content: center;
  background: #F0F6FF;
  border: 1px solid #E2EAF5;
  border-radius: 10px;
  padding: 10px 8px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
}

.mobile-lang-btn-group .lang-option.active {
  background: #DA6310;
  color: #ffffff;
  border-color: #DA6310;
}

.mobile-lang-btn-group .lang-option.active::after {
  content: "";
  display: none;
}

/* ============================================================
   GLOBAL ORANGE BUTTON HOVER ENFORCEMENT
   Guarantees:
   1. Orange buttons become brighter on hover (#FF7A1A)
   2. No dark or black overlay on hover/active/focus
   ============================================================ */
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-header:hover,
.btn-header:focus,
.btn-header:active,
.btn-step-solid:hover,
.btn-step-solid:focus,
.btn-step-solid:active,
.btn-kumbh-story-cta:hover,
.btn-kumbh-story-cta:focus,
.places-card__btn:hover,
.places-card__btn:focus {
  background-color: #FF7A1A !important;
  border-color: #FF7A1A !important;
  color: #ffffff !important;
}

.btn-primary::before,
.btn-primary::after,
.btn-header::before,
.btn-header::after,
.btn-step-solid::before,
.btn-step-solid::after,
.btn-kumbh-story-cta::before,
.btn-kumbh-story-cta::after,
.places-card__btn::before,
.places-card__btn::after {
  content: none !important;
  display: none !important;
}

/* ============================================================
   SIMHASTHA TIMETABLE (NASHIK & TRIMBAKESHWAR)
   ============================================================ */
.timetable-nav-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin-bottom: 35px;
  border-bottom: none;
}

.timetable-nav-tabs .nav-link {
  border: 1.5px solid #E2EAF5;
  background: #ffffff;
  color: #0B1F3A;
  font-size: 15px;
  font-weight: 600;
  padding: 12px 24px;
  border-radius: 50px;
  transition: all 0.25s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.timetable-nav-tabs .nav-link:hover {
  border-color: #DA6310;
  color: #DA6310;
  background: #FFF8F2;
}

.timetable-nav-tabs .nav-link.active {
  background: #DA6310 !important;
  border-color: #DA6310 !important;
  color: #ffffff !important;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.3);
}

.timetable-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #E2EAF5;
  padding: 24px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 4px 16px rgba(11, 31, 58, 0.04);
}

.timetable-card:hover {
  transform: translateY(-4px);
  border-color: #DA6310;
  box-shadow: 0 14px 28px rgba(218, 99, 16, 0.12);
}

.timetable-card.royal-highlight,
.timetable-card.main-snan-highlight {
  border-left: 5px solid #DA6310 !important;
  background: linear-gradient(135deg, #ffffff 0%, #fffbf7 100%) !important;
}

.timetable-card__top {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 16px;
}

.timetable-date-box,
.timetable-date-box.royal-box,
.timetable-date-box.conclude-box {
  flex-shrink: 0;
  width: 86px;
  height: 86px;
  background: linear-gradient(135deg, #df6611 0%, #fa7719 100%) !important;
  color: #ffffff !important;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 5px 16px rgba(223, 102, 17, 0.28);
  position: relative;
  overflow: hidden;
  border: none !important;
}

/* Strictly ensure no dark, black, or hover overlays */
.timetable-date-box::before,
.timetable-date-box::after,
.timetable-card:hover .timetable-date-box::before,
.timetable-card:hover .timetable-date-box::after,
.timetable-date-box:hover::before,
.timetable-date-box:hover::after,
.timetable-date-box:focus::before,
.timetable-date-box:focus::after {
  content: none !important;
  display: none !important;
}

/* Maintain exact same clean orange appearance on card or box hover */
.timetable-card:hover .timetable-date-box,
.timetable-date-box:hover,
.timetable-date-box:focus {
  background: linear-gradient(135deg, #df6611 0%, #fa7719 100%) !important;
  color: #ffffff !important;
  filter: none !important;
  opacity: 1 !important;
  transform: none !important;
  box-shadow: 0 5px 16px rgba(223, 102, 17, 0.28) !important;
}

.timetable-date-box .date-day {
  font-family: 'DM Serif Display', 'DM Serif Numbers', Georgia, serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff !important;
  text-shadow: none !important;
}

.timetable-date-box .date-month {
  font-family: 'Catamaran', sans-serif;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 4px;
  color: #ffffff !important;
  text-shadow: none !important;
}

.timetable-date-box .date-year {
  font-family: 'DM Serif Display', 'DM Serif Numbers', Georgia, serif;
  font-size: 12px;
  font-weight: 600;
  color: #ffffff !important;
  opacity: 0.95;
  margin-top: 2px;
  text-shadow: none !important;
}

.timetable-badges-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 8px;
}

.venue-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  letter-spacing: 0.3px;
}

.venue-tag--nashik {
  background: #FFF0E6;
  color: #DA6310;
  border: 1px solid rgba(218, 99, 16, 0.2);
}

.venue-tag--trimbak {
  background: #F4E8E8;
  color: #7E1817;
  border: 1px solid rgba(126, 24, 23, 0.2);
}

.event-type-tag {
  display: inline-block;
  font-size: 11.5px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  background: #FEF3C7;
  color: #92400E;
}

.event-type-tag--royal {
  background: #FEE2E2;
  color: #991B1B;
}

.event-type-tag--special {
  background: #E0F2FE;
  color: #0369A1;
}

.timetable-card__title {
  font-family: var(--font-display);
  font-size: 19px;
  font-weight: 700;
  color: #0B1F3A;
  margin-bottom: 8px;
  line-height: 1.35;
}

.timetable-card__desc {
  font-size: 14px;
  color: #5C6B82;
  line-height: 1.55;
  margin-bottom: 14px;
}

.timetable-meta-list {
  background: #F8FBFF;
  border-radius: 10px;
  padding: 12px 14px;
  margin-top: auto;
  border: 1px solid #E2EAF5;
}

.timetable-meta-item {
  display: flex;
  align-items: baseline;
  gap: 8px;
  font-size: 13.5px;
  color: #2D3748;
  margin-bottom: 5px;
  line-height: 1.45;
}

.timetable-meta-item:last-child {
  margin-bottom: 0;
}

.timetable-meta-item strong {
  color: #0B1F3A;
  min-width: 68px;
  flex-shrink: 0;
  font-weight: 600;
}

/* Comparison Table */
.timetable-table-card {
  background: #ffffff;
  border-radius: 18px;
  border: 1px solid #E2EAF5;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(11, 31, 58, 0.04);
}

.timetable-table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: separate;
}

.timetable-table th {
  background: #0B1F3A;
  color: #ffffff;
  font-size: 13.5px;
  font-weight: 600;
  padding: 16px 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.timetable-table td {
  padding: 16px 20px;
  font-size: 14px;
  color: #2D3748;
  vertical-align: middle;
  border-bottom: 1px solid #E2EAF5;
}

.timetable-table tr:hover td {
  background-color: #FFFDF9;
}

.timetable-table tr.row-royal td {
  background-color: #FFF9F3;
}

.timetable-notice-alert {
  background: #FFF8EE;
  border: 1px solid #FCD34D;
  border-left: 5px solid #DA6310;
  border-radius: 14px;
  padding: 20px 24px;
  margin-top: 35px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.timetable-notice-alert__icon {
  font-size: 24px;
  flex-shrink: 0;
  line-height: 1;
}

.timetable-notice-alert__title {
  font-size: 16px;
  font-weight: 700;
  color: #0B1F3A;
  margin-bottom: 6px;
}

.timetable-notice-alert__text {
  font-size: 14.5px;
  color: #4A5568;
  margin: 0;
  line-height: 1.6;
}

/* ============================================================
   ARTICLES PAGE & SINGLE ARTICLE VIEWER
   ============================================================ */
.section-switcher-tabs {
  display: inline-flex;
  background: rgba(218, 99, 16, 0.08);
  padding: 6px;
  border-radius: 50px;
  gap: 6px;
  border: 1px solid rgba(218, 99, 16, 0.15);
  margin-top: 18px;
}

.section-switcher-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 22px;
  border-radius: 50px;
  font-size: 13.5px;
  font-weight: 700;
  text-decoration: none;
  color: #5c6b82;
  transition: all 0.25s ease;
}

.section-switcher-tab:hover {
  color: #DA6310;
}

.section-switcher-tab.active {
  background: #DA6310;
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(218, 99, 16, 0.35);
}

.articles-search-wrap {
  background: #ffffff;
  border: 1px solid #e2eaf5;
  border-radius: 16px;
  padding: 16px 20px;
  box-shadow: 0 4px 20px rgba(54, 45, 39, 0.04);
}

.articles-search-input {
  border: 1px solid #dbe3ed;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s;
  width: 100%;
}

.articles-search-input:focus {
  border-color: #DA6310;
  box-shadow: 0 0 0 3px rgba(218, 99, 16, 0.12);
}

.articles-select {
  border: 1px solid #dbe3ed;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 13.5px;
  outline: none;
  background-color: #ffffff;
  cursor: pointer;
  transition: border-color 0.2s;
}

.articles-select:focus {
  border-color: #DA6310;
}

.articles-empty-state {
  background: #FFFDF9;
  border: 2px dashed #EEDCCB;
  border-radius: 24px;
  padding: 56px 28px;
  max-width: 680px;
  margin: 0 auto;
}

.articles-empty-state__icon-wrap {
  width: 88px;
  height: 88px;
  margin: 0 auto 24px;
  background: rgba(218, 99, 16, 0.1);
  color: #DA6310;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.articles-empty-state__title {
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 700;
  color: #0b1f3a;
  margin-bottom: 12px;
}

.articles-empty-state__desc {
  font-size: 15.5px;
  color: #5c6b82;
  line-height: 1.7;
  max-width: 520px;
  margin: 0 auto 28px;
}

/* Single Article Viewer */
.single-article__title {
  font-family: var(--font-display);
  font-size: 38px;
  font-weight: 700;
  color: #0b1f3a;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .single-article__title {
    font-size: 28px;
  }
}

.content-typography {
  font-size: 17px;
  line-height: 1.85;
  color: #2d3748;
}

.content-typography p {
  margin-bottom: 1.5rem;
}

.content-typography h2 {
  font-family: var(--font-display);
  color: #7E1817;
  font-size: 26px;
  font-weight: 700;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.content-typography h3 {
  font-family: var(--font-display);
  color: #0B1F3A;
  font-size: 21px;
  font-weight: 700;
  margin-top: 1.5rem;
  margin-bottom: 0.8rem;
}

.content-typography ul, .content-typography ol {
  padding-left: 1.5rem;
  margin-bottom: 1.5rem;
}

.content-typography li {
  margin-bottom: 0.5rem;
}

.content-typography blockquote {
  border-left: 4px solid #DA6310;
  background: #FFF8EE;
  padding: 16px 22px;
  border-radius: 0 12px 12px 0;
  font-style: italic;
  margin: 1.8rem 0;
}

.btn-share-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border: 1px solid #e2eaf5;
  color: #0b1f3a;
  text-decoration: none;
  transition: all 0.25s ease;
}

.btn-share-icon:hover {
  background: #DA6310;
  border-color: #DA6310;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(218, 99, 16, 0.3);
}