@import url('base.css');

/* ── components/navigation-bar.css ── */
/* ── Navbar (over hero) ── */
.navbar-hero {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  background: linear-gradient(180deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .42) 55%, transparent 100%);
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.navbar-hero .nav-link {
  color: var(--white) !important;
  font-size: 15px;
  font-weight: 400;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.navbar-hero .nav-link:hover {
  color: rgba(255, 255, 255, .85) !important;
  opacity: 0.92;
}

.navbar-hero .login-link {
  color: var(--white);
  border-bottom: 1px solid var(--white);
  padding-bottom: 2px;
  font-size: 15px;
  white-space: nowrap;
  transition: color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.navbar-hero .login-link:hover {
  color: rgba(255, 255, 255, .85);
  border-color: rgba(255, 255, 255, .7);
  opacity: 0.95;
}

.navbar-hero .dropdown-menu {
  font-size: 14px;
  border-radius: 8px;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .15);
  margin-top: 8px;
}

.navbar-hero .dropdown-toggle::after {
  display: inline-block;
  margin-left: 6px;
  vertical-align: .15em;
  border-top: .35em solid;
  border-right: .35em solid transparent;
  border-left: .35em solid transparent;
  opacity: .85;
}

.logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 6px;
  object-fit: cover;
  flex-shrink: 0;
}

.navbar-brand {
  text-decoration: none;
  color: var(--white);
}

.navbar-brand__name {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.15;
  color: var(--white);
  white-space: nowrap;
}

.navbar-toggler-custom {
  border: 1.5px solid rgba(255, 255, 255, .6);
  border-radius: 8px;
  padding: 6px 10px;
  color: var(--white);
  background: transparent;
}

.navbar-toggler-custom:focus {
  box-shadow: none;
}

.offcanvas-nav .offcanvas-header {
  border-bottom: 1px solid var(--line);
}

.offcanvas-nav .offcanvas-header .navbar-brand__name {
  color: var(--text-dark);
  font-size: 18px;
}

.offcanvas-nav .nav-link {
  color: var(--text-dark);
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #f0e6d4;
}

.offcanvas-nav .nav-link:hover {
  color: var(--orange);
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
  .navbar-hero .nav-link {
    font-size: 14px;
  }

  .navbar-hero .d-lg-flex.gap-4 {
    gap: .85rem !important;
  }
}

/* ── Custom Mega Menu & Dropdown Styles ── */
.mega-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #faebd3;
  color: var(--text-dark);
  display: none;
  /* hidden by default */
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  padding: 24px;
  border-radius: 12px;
  min-width: 580px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.4);
  z-index: 100;
  margin-top: 16px;
}

.mega-menu.show {
  display: grid;
}

/* ── 10.1 Navbar Backdrop Overlay ── */
.navbar-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.22);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 90;
  pointer-events: none;
}

body.dropdown-open .navbar-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mega-menu-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mega-menu-header {
  font-family: 'Hind', sans-serif !important;
  font-size: 18px;
  font-weight: 700; /* Made slightly bolder for distinction */
  color: var(--text-dark);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.mega-menu-divider {
  height: 10px;
  object-fit: contain;
  transform: scaleX(-1);
  /* Flip horizontally to point to the right */
}

.mega-menu-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  text-decoration: none;
  color: var(--text-dark) !important;
  /* override global nav-link color */
  font-family: 'Hind', sans-serif !important;
  font-size: 14px;
  font-weight: 500;
  border-radius: 30px;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}

.mega-menu-item::after {
  display: none !important;
  /* override the global nav-link gold underline */
}

.mega-menu-item img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.mega-menu-item span {
  flex: 1;
}

.mega-menu-item .arrow-icon {
  display: none;
  font-size: 14px;
}

.mega-menu-item:hover,
.mega-menu-item.active {
  background: rgba(184, 88, 25, 0.08);
  border-color: var(--orange-ember);
  color: var(--orange-ember) !important;
}

.mega-menu-item:hover .arrow-icon,
.mega-menu-item.active .arrow-icon {
  display: block;
}

/* ── 11. 51 Shakti Peeths Mega Menu ── */
.mega-menu--peeths {
  left: 55px;
  /* Starts after the main logo on the left */
  right: 12px;
  /* Aligns with the right container edge */
  width: auto;
  min-width: unset;
  grid-template-columns: 3.2fr 1fr;
  gap: 32px;
  padding: 32px;
}

.mega-menu-col--wide {
  border-right: 1px solid rgba(165, 75, 31, 0.15);
  padding-right: 32px;
}

.peeths-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px 24px;
  margin-top: 16px;
}

.peeths-grid-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid transparent;
  text-decoration: none;
  color: var(--text-dark) !important;
  transition: all 0.2s ease;
}

.peeths-grid-item::after {
  display: none !important;
  /* Remove global link hover underlines */
}

.peeths-grid-item img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  object-fit: cover;
  border: none;
}

.peeths-grid-item div {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
}

.peeths-grid-item strong {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

.peeths-grid-item span {
  font-size: 11px;
  color: #666;
}

.peeths-grid-item .arrow-icon {
  display: none;
  font-size: 12px;
  margin-left: auto;
}

.peeths-grid-item:hover,
.peeths-grid-item.active {
  background: rgba(184, 88, 25, 0.08);
  border-color: var(--orange-ember);
  color: var(--orange-ember) !important;
}

.peeths-grid-item:hover strong,
.peeths-grid-item.active strong {
  color: var(--orange-ember);
}

.peeths-grid-item:hover span,
.peeths-grid-item.active span {
  color: rgba(184, 88, 25, 0.7);
}

.peeths-grid-item:hover .arrow-icon,
.peeths-grid-item.active .arrow-icon {
  display: block;
}

.peeths-grid-item--all {
  justify-content: flex-start;
  gap: 12px;
}

.peeths-grid-item--all:hover {
  background: transparent !important;
  border-color: transparent !important;
}

.peeths-badge {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--orange-ember);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
}

.peeths-grid-item--all strong {
  color: var(--orange-ember) !important;
  font-size: 13px;
  font-weight: 700;
}

/* ── 12. Resources Dropdown ── */
.mega-menu--resources {
  min-width: 290px;
  grid-template-columns: 1fr;
}

/* ── 13. Education Dropdown ── */
.mega-menu--education {
  min-width: 290px;
  grid-template-columns: 1fr;
}

/* ── 14. Online Services Dropdown ── */
.mega-menu--services {
  min-width: 290px;
  grid-template-columns: 1fr;
}

/* ── 15. Gallery Dropdown ── */
.mega-menu--gallery {
  min-width: 290px;
  grid-template-columns: 1fr;
}

/* ── 16. Contact Us Dropdown ── */
.mega-menu--contact {
  min-width: 290px;
  grid-template-columns: 1fr;
}

@media (max-width: 1199.98px) {
  .mega-menu {
    left: 12px;
    right: 12px;
    width: auto;
    min-width: 0;
    max-width: calc(100vw - 24px);
    overflow: auto;
  }

  .mega-menu--peeths {
    left: 12px;
    right: 12px;
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .mega-menu-col--wide {
    border-right: 0;
    border-bottom: 1px solid rgba(165, 75, 31, 0.15);
    padding-right: 0;
    padding-bottom: 20px;
  }

  .peeths-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .navbar-hero {
    position: absolute;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .navbar-hero .container-xl {
    gap: 6px;
    min-height: 38px;
  }

  .navbar-brand__name {
    white-space: normal;
    font-size: 15px;
    line-height: 1.12;
  }

  .logo-circle {
    width: 40px;
    height: 40px;
  }

  .navbar-hero .btn-brand-brown {
    min-height: 26px;
    padding: 6px 8px;
    gap: 4px;
    font-size: 9.5px;
    line-height: 1;
  }

  .nav-hamburger {
    width: 34px;
    height: 34px;
    border-radius: 8px;
    font-size: 15px;
  }

  .mega-menu,
  .mega-menu.show {
    position: static;
    display: grid;
    grid-template-columns: 1fr;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 10px;
    padding: 18px;
    box-shadow: none;
  }

  .peeths-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
}

@media (max-width: 575.98px) {
  .navbar-hero {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .logo-circle {
    width: 36px;
    height: 36px;
  }

  .navbar-brand__name {
    font-size: 13px;
    line-height: 1.15;
  }

  .navbar-hero .btn-brand-brown {
    min-height: 24px;
    padding: 5px 7px;
    font-size: 9px;
  }

  .mega-menu,
  .mega-menu.show {
    padding: 14px;
    border-radius: 10px;
  }

  .mega-menu-header {
    font-size: 16px;
  }

  .mega-menu-item,
  .peeths-grid-item {
    padding: 8px 10px;
    font-size: 13px;
  }

  .peeths-grid {
    grid-template-columns: 1fr;
  }
}

/* ── Mobile navigation (hamburger + slide-in drawer) ── */
.nav-hamburger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 10px;
  background: rgba(255, 255, 255, .08);
  color: var(--white);
  font-size: 18px;
  cursor: pointer;
}

/* Dark hamburger style for subpages / light backgrounds */
body.is-subpage .nav-hamburger {
  border-color: rgba(45, 22, 7, 0.25);
  background: rgba(45, 22, 7, 0.05);
  color: var(--brown-deep);
}

body.is-subpage .nav-hamburger:hover {
  background: rgba(45, 22, 7, 0.1);
  border-color: rgba(45, 22, 7, 0.4);
}

.nav-hamburger:focus-visible {
  outline: 2px solid var(--white);
  outline-offset: 2px;
}

.mobile-nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 1090;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  transition: opacity .25s ease;
}

.mobile-nav-overlay.show {
  opacity: 1;
}

.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  display: flex;
  flex-direction: column;
  width: min(86vw, 340px);
  height: 100%;
  background: var(--white);
  box-shadow: 12px 0 40px rgba(0, 0, 0, .25);
  transform: translateX(-100%);
  transition: transform .28s ease;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-nav.open {
  transform: translateX(0);
}

.mobile-nav-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid var(--line);
}

.mobile-nav-head .brand img {
  width: 46px;
  height: 46px;
  border-radius: 0;
}

.mobile-nav-close {
  width: 38px;
  height: 38px;
  border: none;
  border-radius: 8px;
  background: var(--card-bg);
  color: var(--brown);
  font-size: 18px;
  cursor: pointer;
}

.mobile-nav-body {
  display: flex;
  flex-direction: column;
  padding: 8px 0;
}

.mobile-nav-link,
.mobile-nav-acc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
  padding: 14px 20px;
  border: none;
  border-bottom: 1px solid var(--border-light);
  background: transparent;
  color: var(--brown);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  text-align: left;
  cursor: pointer;
}

.mobile-nav-link:hover,
.mobile-nav-acc:hover {
  color: var(--orange);
}

.mobile-nav-acc i {
  font-size: 12px;
  transition: transform .2s ease;
}

.mobile-nav-acc[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.mobile-nav-sub {
  display: none;
  flex-direction: column;
  background: var(--card-bg);
}

.mobile-nav-sub.open {
  display: flex;
}

.mobile-nav-sub a {
  padding: 12px 20px 12px 34px;
  border-bottom: 1px solid var(--border-light);
  color: var(--muted);
  font-size: 14px;
}

.mobile-nav-sub a:hover {
  color: var(--orange);
}

.mobile-nav-actions {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 18px 20px 24px;
  border-top: 1px solid var(--line);
}

.mobile-nav-actions .login {
  color: var(--brown);
  font-weight: 700;
  text-align: center;
}

/* Elegant sizes for Header Donate Button (Desktop & Tablet) */
.navbar-custom .btn-brand-brown {
  padding: 8px 18px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  height: 40px !important;
  min-height: 40px !important;
  line-height: 1 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 4px 10px rgba(185, 75, 21, 0.2) !important;
}

/* Elegant sizes for Mobile Nav Drawer Donate Button */
.mobile-nav-actions .btn-brand-brown {
  justify-content: center;
  padding: 10px 20px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  min-height: 40px !important;
  box-shadow: 0 4px 10px rgba(185, 75, 21, 0.2) !important;
}

body.mobile-nav-open {
  overflow: hidden;
}

/* Hamburger / drawer — tablet and mobile; desktop uses horizontal menu */
@media (max-width: 1199.98px) {
  .nav-hamburger {
    display: inline-flex;
  }
}

@media (min-width: 1200px) {

  .mobile-nav,
  .mobile-nav-overlay {
    display: none !important;
  }
}


/* ── components/hero-banner.css ── */
/* ── Hero Section ── */
.hero {
  position: relative;
  background: #1a1208;
}

.hero-photo-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  line-height: 0;
}

.hero-photo {
  width: 100%;
  height: auto;
  display: block;
  vertical-align: top;
  min-height: 480px;
  object-fit: cover;
  object-position: center 40%;
}

.hero-photo-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, .62) 0%,
    rgba(0, 0, 0, .28) 12%,
    transparent 28%,
    transparent 52%,
    rgba(26, 18, 6, .5) 82%,
    rgba(26, 18, 6, .72) 100%
  );
  pointer-events: none;
  z-index: 2;
}

.hero-textwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4;
  color: var(--white);
  padding-bottom: 80px !important;
}

.hero-mantra {
  letter-spacing: 2px;
  color: var(--gold-light);
  font-size: 14px;
}

.hero-mantra__trishul img {
  display: inline-block;
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, .4));
}

.hero-mantra__line {
  width: 56px;
  height: 1px;
  background: rgba(233, 217, 189, .55);
  flex-shrink: 0;
}

.hero h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: 1.28;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 0 2px 16px rgba(0, 0, 0, .45);
}

.hero h1 .accent {
  font-style: italic;
  color: var(--gold-accent);
  font-weight: 600;
}

.view360 {
  font-size: 11px;
  letter-spacing: .06em;
  color: var(--white);
  cursor: pointer;
}

.view360__icon {
  font-size: 24px;
}

.view360 span {
  border-bottom: 1px solid var(--white);
}

/* ── Live Aarti floating card ── */
.live-aarti-card {
  position: absolute;
  top: 68px;
  right: 0;
  z-index: 5;
  width: 218px;
  background: rgba(18, 14, 10, .82);
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 14px;
  padding: 14px 16px;
  color: var(--white);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

@media (min-width: 1200px) {
  .live-aarti-card {
    right: max(16px, calc((100% - var(--content-max)) / 2));
  }
}

.live-aarti-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
}

.live-aarti-card__dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--live-red);
  animation: pulse-live 1.5s infinite;
}

@keyframes pulse-live {
  0%, 100% { opacity: 1; }
  50% { opacity: .4; }
}

.live-aarti-card__temple {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}

.live-aarti-card__timer {
  font-size: 13px;
  color: var(--gold-light);
  margin-bottom: 12px;
}

.live-aarti-card__btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: transparent;
  color: var(--white);
  border-radius: 20px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  border: 1.5px solid rgba(255, 255, 255, .6);
}

.live-aarti-card__btn:hover {
  background: rgba(255, 255, 255, .1);
  color: var(--white);
}

@media (min-width: 1680px) {
  .hero h1 {
    font-size: 44px;
  }
}

@media (max-width: 767.98px) {
  .hero-photo {
    min-height: 520px;
    object-position: center center;
  }

  .hero-textwrap {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 56px !important;
  }

  .hero h1 {
    font-size: clamp(28px, 5vw, 38px);
  }

  .hero-mantra {
    letter-spacing: 1px;
  }

  .view360 {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .hero-photo {
    min-height: 560px;
  }

  .hero-textwrap {
    padding-bottom: 42px !important;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.25;
  }

  .hero-mantra {
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px !important;
    font-size: 11px;
  }

  .hero-mantra__line {
    width: 28px;
  }

  .hero-actions {
    width: 100%;
  }

  .hero-actions .btn {
    flex: 1 1 180px;
    justify-content: center;
  }
}


/* ── components/trusted-by-devotees.css ── */
/* ── Trusted by Devotees Component ── */

.trust {
  padding: 48px 0 36px;
}

.trust-card {
  min-height: 252px;
  overflow: hidden;
  border: 1px solid var(--sand-light);
  border-radius: 8px;
  background:
    radial-gradient(circle at center, rgba(248, 229, 194, .35), transparent 42%),
    url('../assets/trust/durga-eyes-bg.svg') center / cover no-repeat,
    #f8e5c2;
}

.trust-card h2 {
  margin-bottom: 8px;
  font-size: 41px;
}

.trust-card {
  gap: 0;
  padding: 26px 85px;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.trust-eyes {
  width: 160px;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
}

.trust-card-body {
  flex: 1;
  text-align: center;
}

.trust-card .section-title {
  font-size: 34px;
  margin-bottom: 12px;
}

.trust-dots {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--text-brown-mid);
  font-weight: 500;
  font-size: 14px;
}

.trust-divider {
  width: 70%;
  margin: 9px auto;
}

.trust-copy {
  max-width: 520px;
  margin: 0 auto 9px;
  color: var(--brown-rich);
  font-size: 14px;
  font-weight: 500;
}

.trust-pill .trust-mark {
  flex: 0 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: var(--orange-tan);
}

.trust-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 16px;
  margin-bottom: 12px;
  border: 1px solid var(--orange);
  border-radius: 6px;
  background: transparent;
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
}



.trust-eyes--right {
  transform: scaleX(-1);
}

/* Responsive adjustments */
@media (max-width: 1199.98px) {
  .trust-card {
    padding: 24px 40px;
  }

  .trust-eyes {
    width: 140px;
  }

  .trust-card h2 {
    font-size: 30px;
  }
}

@media (max-width: 767.98px) {
  .trust {
    padding: 42px 0 50px;
  }

  .trust-card {
    padding: 24px 22px;
    min-height: auto;
  }

  .trust-eyes--right {
    display: none !important;
  }

  .trust-card .section-title {
    font-size: 26px;
  }

  .trust-dots {
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
  }

  .trust-pill {
    white-space: normal;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .trust-eyes {
    display: block;
    width: 82px;
    opacity: .95;
  }

  .trust-card {
    gap: 10px;
    padding: 22px 16px;
  }

  .trust-card .section-title {
    font-size: 23px;
  }

  .trust-copy,
  .trust-dots {
    font-size: 13px;
  }

  .trust-divider {
    width: 100%;
  }
}


/* ── components/quick-actions-sidebar.css ── */
/* ── Quick Actions Sidebar Component (Floating Side Dock) ── */

.side-dock {
  position: fixed;
  right: 18px;
  top: 50%;
  z-index: 95; /* below navbar backdrop and active elements, but above content */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 1px;
  transform: translateY(-50%);
  border-radius: 30px;
  background: var(--orange-2);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
  width: 44px;
}

.side-dock a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  padding: 10px 1px 9px;
  width: 100%;
  text-decoration: none;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: opacity 0.2s ease, transform 0.2s ease, background-color 0.2s ease;
}

.side-dock a:last-child {
  border-bottom: none;
  padding-bottom: 9px;
}

.side-dock a:hover {
  opacity: 1;
  color: var(--white);
  transform: translateX(-3px) scale(1.04);
  background: rgba(255, 255, 255, .08);
}

.side-dock a img {
  width: 17px;
  height: 17px;
  object-fit: contain;
}

.side-dock a span {
  font-family: Inter, system-ui, -apple-system, sans-serif;
  font-size: 10px;
  font-weight: 500;
  color: var(--white);
  text-align: center;
  line-height: 1.25;
}

@media (max-width: 767.98px) {
  .side-dock {
    display: none !important;
  }
}


/* ── sections/today-at-shakti-dham.css ── */
/* ── Today Panel ── */
.today-section {
  position: relative;
  background: linear-gradient(180deg, #caa269 0%, #d9b87a 38%, #e9cda0 100%);
  padding-top: 0;
  margin-top: -1px;
  padding-bottom: 56px !important;
}

.today-section__bg {
  position: absolute;
  inset: 0;
  background:
    url('../assets/bg/pillar-left.png') left top / 110px auto no-repeat,
    url('../assets/bg/pillar-right.png') right top / 110px auto no-repeat,
    url('../assets/bg/texture.png') center / auto repeat;
  opacity: .95;
  pointer-events: none;
}

.today-panel {
  position: relative;
  z-index: 1;
  background: var(--card-bg);
  border-radius: var(--radius-panel);
  box-shadow: var(--shadow-panel);
  transform: translateY(-56px);
  max-width: var(--content-max);
  border: 1px solid rgba(227, 200, 154, .6);
}

.today-panel__grid {
  border-top: 1px solid var(--border-panel);
}

.live-pill {
  background: var(--live-red);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  border-radius: 14px;
  padding: 5px 12px;
  letter-spacing: .02em;
}

.live-pill .dot-live {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--white);
}

.today-label {
  font-size: 13px;
  color: var(--orange-2);
  font-weight: 600;
}

.today-label__live-dot {
  color: var(--live-red);
  font-size: 9px;
}

.today-title {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  color: var(--text-dark);
  line-height: 1.3;
}

.today-sub {
  font-size: 13px;
  color: #7a6347;
  line-height: 1.5;
}

.today-grid-divider {
  border-right: 1px solid var(--border-panel);
  padding-right: 12px;
}

.watch-live-btn {
  background: var(--maroon-gradient);
  color: var(--white);
  border-radius: 24px;
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  min-width: 140px;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(124, 47, 16, .22);
}

.watch-live-btn:hover {
  filter: brightness(1.08);
  color: var(--white);
}

.view-schedule {
  color: var(--orange-2);
  font-weight: 600;
  font-size: 14px;
  border-bottom: 1.5px solid var(--orange-2);
}

.view-schedule:hover {
  color: var(--orange);
}

.today-arrow {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #f1d7ab;
  color: #a06a2e;
  font-size: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
  border: 1px solid var(--border-panel);
  box-shadow: 0 4px 12px rgba(90, 55, 15, .12);
}

.today-arrow.left {
  left: -23px;
}

.today-arrow.right {
  right: -23px;
}

.today-arrow:hover {
  background: #e8c890;
}

.today-panel h2 {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 500;
  color: var(--text-dark);
}

@media (max-width: 767.98px) {
  .today-panel {
    border-radius: 16px;
  }

  .today-panel__grid {
    border-top: 0;
  }

  .watch-live-btn,
  .view-schedule {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .today-section {
    padding-bottom: 34px !important;
  }

  .today-panel h2 {
    font-size: 21px;
  }

  .today-label,
  .today-sub {
    font-size: 12.5px;
  }
}


/* ── sections/sacred-parikrama.css ── */
/* ── Parikrama Banner ── */
.parikrama-section {
  position: relative;
}

.parikrama-banner {
  position: relative;
  border-radius: var(--radius-panel);
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .18);
}

.parikrama-banner__image {
  width: 100%;
  display: block;
  min-height: 280px;
  object-fit: cover;
}

.parikrama-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .45) 55%, rgba(0, 0, 0, .15) 100%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 40px 48px;
  color: var(--white);
}

.parikrama-banner__title {
  font-family: 'Playfair Display', serif;
  font-size: 36px;
  font-weight: 500;
  margin: 0 0 8px;
  line-height: 1.2;
}

.parikrama-banner__title .accent {
  font-style: italic;
  color: var(--gold-accent);
}

.parikrama-banner__subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, .88);
  margin: 0;
}

.parikrama-step {
  flex: 1 1 180px;
  min-width: 160px;
}

.parikrama-step__num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: linear-gradient(180deg, var(--gold-accent), #c87a18);
  color: var(--white);
  font-weight: 700;
  font-size: 16px;
  flex-shrink: 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .25);
}

.parikrama-step__icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(255, 255, 255, .15);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: var(--gold-light);
  margin-bottom: 4px;
}

.parikrama-step__label {
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, .92);
  line-height: 1.35;
}

.parikrama {
  padding-top: 10px;
  background: transparent !important;
}

@media (max-width: 767.98px) {
  .parikrama-banner {
    border-radius: 14px;
  }

  .parikrama-banner__overlay {
    position: relative;
    background: rgba(18, 12, 7, 0.84);
  }

  .parikrama-banner__image {
    min-height: 220px;
  }

  .parikrama-step {
    min-width: 0;
  }
}

@media (max-width: 575.98px) {
  .parikrama-banner__overlay {
    padding: 18px;
  }

  .parikrama-banner__title {
    font-size: 22px;
  }

  .parikrama-banner__subtitle {
    font-size: 13px;
  }
}


/* ── sections/site-footer.css ── */
/* ── Site Footer Component ── */

.site-footer {
  position: relative;
  padding: 50px 0 90px;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.87) 0%, rgba(0, 0, 0, 0.87) 100%),
    url('../assets/footer/footer-bg.png') center / cover no-repeat;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.17);
}

.site-footer::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  background: url('../assets/footer/new-trishul-bottom-spaced.png') center bottom / auto 60px repeat-x;
}

.footer-top {
  align-items: flex-start;
  color: var(--white);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 16px;
}

.footer-brand img {
  width: 84px;
  height: 84px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--white);
  line-height: 1.2;
}

.footer-brand p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #b0b0b0;
  letter-spacing: 0.5px;
}

.footer-grid nav {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.footer-grid h3 {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
  color: var(--white);
  font-weight: 500;
  margin-bottom: 8px;
}

.footer-grid a {
  color: var(--white);
  font-size: 13px;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.footer-grid a:hover {
  color: var(--gold-warm);
  transform: translateX(3px);
}

.footer-grid a.more {
  color: var(--gold-warm);
  font-weight: 800;
}

.footer-grid a.more:hover {
  color: var(--white);
}

.footer-meta {
  margin-top: 24px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, .14);
}

.footer-meta p {
  color: var(--white);
  font-size: 13px;
  margin-bottom: 12px;
}

.footer-meta strong {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
  font-weight: 500;
  margin-right: 6px;
}

.footer-bottom,
.copyright {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.footer-social,
.app-badges,
.footer-bodies {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  color: var(--white);
}

.footer-social span,
.footer-bodies span,
.app-badges span {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
  font-weight: 500;
  margin-right: 6px;
}

.footer-social a {
  width: 27px;
  height: 27px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: #231207;
}

.app-badges a {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, .4);
  border-radius: 5px;
  background: #050505;
  color: var(--white);
  font-size: 11px;
}

.copyright {
  padding-top: 34px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  color: var(--white);
  font-size: 11px;
}

.footer-legal a {
  color: var(--white);
  transition: color 0.2s ease, opacity 0.2s ease;
}

.footer-legal a:hover {
  color: var(--gold-warm);
  opacity: 0.95;
}

.footer-address {
  margin-left: auto;
  text-align: right;
}

.footer-address p {
  margin: 0;
  color: var(--white);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
}

.footer-address p.hi {
  font-family: var(--bs-body-font-family);
  font-size: 14px;
  margin-top: 4px;
}

.footer-route {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.footer-network {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 24px 0;
  color: var(--white);
  font-size: 25px;
}

.footer-center-line {
  margin-top: 30px;
  margin-bottom: -4px;
}

.center-line.footer-center-line .center-child {
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(255, 255, 255, 0.1) 20%,
      rgba(255, 255, 255, 0.4) 50%,
      rgba(255, 255, 255, 0.1) 80%,
      transparent 100%);
}

.footer-network::before,
.footer-network::after {
  content: "";
  width: 120px;
  height: 16px;
  background: url('../assets/common/heading-flourish-left.svg') center / contain no-repeat;
}

.footer-network::after {
  background-image: url('../assets/common/heading-flourish-right.svg');
}

.footer-grid a.more {
  color: var(--gold-warm);
  font-weight: 800;
}

.footer-bodies {
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
}

.footer-bodies .emblem {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(240, 160, 64, .6);
}

.footer-bodies .support-bodies-img {
  height: 40px;
  width: auto;
}

.app-badges .app-badges-img {
  height: 40px;
  width: auto;
}

/* Responsive adjustments */
@media (max-width: 767.98px) {
  .site-footer {
    padding: 32px 0 60px;
  }

  .footer-brand {
    margin-bottom: 24px;
    display: inline-flex;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-address {
    margin-left: 0;
    text-align: left;
  }

  .footer-network {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .site-footer {
    padding: 24px 0 50px;
  }

  .footer-brand {
    align-items: center;
    text-align: center;
    flex-direction: column;
  }

  .footer-brand img {
    width: 68px;
    height: 68px;
  }

  .footer-brand strong {
    font-size: 20px;
  }

  .footer-bottom,
  .copyright {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .footer-social,
  .app-badges,
  .footer-bodies {
    align-items: flex-start;
  }

  .footer-network {
    font-size: 19px;
    gap: 10px;
  }

  .footer-network::before,
  .footer-network::after {
    width: 40px;
  }

  .footer-address,
  .footer-address p {
    text-align: left;
  }
}


/* ── sections/donation-form.css ── */
/* ── Donation Form Section & Page ── */

body.is-donation-page .homepage-sections-only,
body.is-donation-page .hero,
body.is-peethas-page .homepage-sections-only,
body.is-peethas-page .hero {
  display: none !important;
}

body.is-donation-page #donation-section {
  display: block !important;
}

body.is-peethas-page #peethas-section {
  display: block !important;
}

body.is-donation-page main,
body.is-peethas-page main {
  background: transparent;
}

.donation-page-content {
  background: transparent !important;
  min-height: calc(100vh - 132px);
  padding: 72px 0 72px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.donation-page-content::before {
  content: "";
  position: absolute;
  inset: 0;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  z-index: 0;
}

.donation-page-content>.container-xl {
  position: relative;
  z-index: 1;
}

.donation-page-content .container-xl > .row {
  --bs-gutter-x: 58px;
  position: relative;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .donation-page-content .container-xl > .row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: rgba(112, 75, 48, 0.24);
    transform: translateX(-50%);
  }
}

.donation-page-content .col-lg-6 {
  position: relative;
  z-index: 1;
}

.donation-page-content .col-lg-6:first-child {
  padding-right: 28px;
}

.donation-page-content .col-lg-6:last-child {
  padding-left: 28px;
}

.donation-page-content .d-flex.align-items-center.gap-4.mb-4 {
  margin-bottom: 18px !important;
  gap: 20px !important;
}

.donation-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 35px;
  font-weight: 280;
  color: var(--brown-deep);
  line-height: 1.16;
  margin-bottom: 12px;
}

.donation-sub {
  font-size: 14px;
  color: #3a2516;
  font-weight: 450;
  margin-top: 0;
  /* letter-spacing: 0.5px; */
}

.donation-desc {
  color: #1f1710;
  font-size: 12px !important;
  line-height: 1.5;
  max-width: 100% !important;
  margin: 14px 0 !important;
  white-space: nowrap;
  text-align: left !important;
}

@media (max-width: 767.98px) {
  .donation-desc {
    white-space: normal;
  }
}

.donation-card {
  background: transparent !important;
  border: 1px solid rgba(184, 95, 30, 0.28);
  border-radius: 8px;
  max-width: 100% !important;
  padding: 20px 24px;
  position: relative;
  z-index: 1;
}

.donation-card h3 {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 600;
  color: var(--brown-deep);
  margin-bottom: 12px;
}

.donation-card ul,
.donation-card .bank-details {
  color: var(--brown-deep) !important;
  font-size: 13px !important;
  line-height: 1.6 !important;
}

.donation-card li {
  margin-bottom: 5px !important;
}

.donation-form-wrapper {
  background: transparent;
  border: 0;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  position: relative;
  z-index: 1;
}

.donation-form-wrapper .d-flex.gap-3.mb-4 {
  gap: 0 !important;
  max-width: 300px !important;
  margin: 0 auto 24px !important;
  position: relative;
}

.donation-form-wrapper .mb-4 {
  margin-bottom: 14px !important;
}

.donation-form-wrapper .form-label {
  color: var(--orange-2) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}

.btn-donate-tab {
  flex: 1;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid rgba(120, 82, 56, 0.24) !important;
  background: rgba(255, 255, 255, 0.75) !important;
  color: var(--text-muted-dark) !important;
  font-family: 'Tiro Devanagari Hindi' !important;
  font-weight: 600;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  position: relative;
  border-radius: 0;
}

.btn-donate-tab:first-child {
  border-radius: 6px 0 0 6px !important;
}

.btn-donate-tab:last-child {
  border-radius: 0 6px 6px 0 !important;
  border-left: none !important;
}

.btn-donate-tab:hover {
  background: rgba(255, 255, 255, 0.6) !important;
  z-index: 1;
}

.btn-donate-tab.active {
  border: 1px solid var(--orange-2) !important;
  background: rgba(254, 243, 232, 0.6) !important;
  color: var(--orange-2) !important;
  font-weight: 700;
  z-index: 2;
}

.donation-input {
  height: 48px;
  border-radius: 30px !important;
  border: 1px solid rgba(90, 85, 80, 0.55) !important;
  background: transparent !important;
  padding-left: 12px !important;
  padding-right: 18px !important;
  font-size: 13.5px;
  color: var(--brown-deep);
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.donation-form-wrapper form #individual-fields-wrapper .mb-4:first-child .donation-input {
  border-color: var(--orange-2) !important;
}

.donation-input::placeholder {
  color: var(--text-muted-dark) !important;
  opacity: 0.9 !important;
}

/* Custom dropdown chevron for select inputs */
select.donation-input {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23704b30' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 18px center !important;
  background-size: 14px !important;
  padding-right: 40px !important;
}

select.donation-input option {
  background-color: var(--page-bg);
  color: var(--brown-deep);
}

.donation-form-wrapper form {
  max-width: 560px !important;
  /* margin-left: auto; */
  margin-right: auto;
}

.donation-input:focus {
  border-color: var(--orange-2) !important;
  box-shadow: 0 0 0 3px rgba(184, 72, 11, 0.12) !important;
  outline: none;
}

/* Custom styling for amount input group capsule */
.input-group.donation-input {
  padding: 0 0 0 12px !important;
  display: flex !important;
  align-items: center !important;
}

.input-group.donation-input .input-group-text {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  color: var(--brown-deep) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.input-group.donation-input input {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  height: 100% !important;
  padding-inline: 8px 20px !important;
  color: var(--brown-deep) !important;
}

.input-group.donation-input input::placeholder {
  color: var(--text-muted-dark) !important;
  opacity: 0.9 !important;
}

.btn-donate-submit {
  width: auto;
  min-width: 154px;
  background: var(--orange-2);
  color: var(--white);
  padding: 12px 24px;
  border-radius: 30px;
  font-weight: 600;
  font-size: 13.5px;
  border: none;
  box-shadow: 0 6px 16px rgba(184, 72, 11, 0.3);
  transition: transform 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.btn-donate-submit:hover {
  background: var(--orange-2);
  color: var(--white);
  transform: none;
  box-shadow: 0 6px 16px rgba(184, 72, 11, 0.3);
}

.btn-donate-submit:active {
  transform: none;
  box-shadow: 0 6px 16px rgba(184, 72, 11, 0.3);
}

/* ── Overrides for transparent header with dark text on donation page ── */
.site-header.page-donate {
  background: transparent !important;
  z-index: 1050 !important;
}

.site-header.page-donate .topbar {
  border-bottom-color: rgba(45, 22, 7, 0.15) !important;
  background: transparent !important;
}

.site-header.page-donate .topbar-news,
.site-header.page-donate .topbar-sep,
.site-header.page-donate .topbar-lang,
.site-header.page-donate .topbar-icon,
.site-header.page-donate .topbar-social {
  color: var(--brown-deep) !important;
}

.site-header.page-donate .topbar-lang {
  border-color: rgba(45, 22, 7, 0.18) !important;
}

.site-header.page-donate .topbar-social {
  background: transparent !important;
  border: 1px solid rgba(45, 22, 7, 0.18) !important;
}

.site-header.page-donate .topbar-social:hover {
  background: var(--brown-deep) !important;
  color: var(--white) !important;
}

.site-header.page-donate .nav-links>a,
.site-header.page-donate .dropdown-trigger,
.site-header.page-donate .login {
  color: var(--brown-deep) !important;
}

.site-header.page-donate .navbar-custom .container-xl::after {
  background: linear-gradient(90deg, transparent, rgba(45, 22, 7, .12) 12%, rgba(45, 22, 7, .12) 88%, transparent) !important;
}

@media (max-width: 767.98px) {
  .donation-page-content {
    padding: 32px 0 56px;
  }

  .donation-page-content .col-lg-6:first-child,
  .donation-page-content .col-lg-6:last-child {
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
  }

  .donation-title {
    font-size: 30px;
  }

  .donation-page-content .row {
    --bs-gutter-x: 1.5rem;
    row-gap: 34px;
  }

  .donation-card {
    padding: 18px 20px;
  }

  .donation-form-wrapper form {
    max-width: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .donation-page-content {
    padding: 24px 0 44px;
  }

  .donation-page-content .d-flex.align-items-center.gap-4.mb-4 {
    align-items: flex-start !important;
    gap: 12px !important;
  }

  .donation-title {
    font-size: 26px;
  }

  .donation-card {
    padding: 16px;
  }

  .donation-card h3,
  .form-section-title h3 {
    font-size: 17px !important;
  }

  .donation-form-wrapper .d-flex.gap-3.mb-4 {
    max-width: 100% !important;
  }

  .btn-donate-tab {
    min-height: 42px;
    padding: 9px 10px;
    font-size: 13px;
  }

  .donation-input {
    height: 46px;
    font-size: 13px;
  }

  .btn-donate-submit {
    width: 100%;
  }
}

/* Institution Section Styles */
.form-section-title h3 {
  font-family: 'Tiro Devanagari Hindi' !important;
  font-size: 19px !important;
  font-weight: 600 !important;
  color: var(--brown-deep) !important;
  margin-top: 24px !important;
  margin-bottom: 8px !important;
  text-align: left !important;
}

.section-divider {
  height: 1px !important;
  background: rgba(214, 132, 54, 0.25) !important;
  width: 100% !important;
  margin-bottom: 18px !important;
}


/* ── sections/peeths-list.css ── */
/* ============================================================
   peeths-list.css — All 51 Shakti Peethas View Styles
   ============================================================ */

/* ── 1. General Title & Sanskrit Flourish Styles ── */
.peethas-title-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

.heading-flourish {
  height: 20px;
  width: auto;
  opacity: 0.85;
}

.sanskrit-verse {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 15.5px;
  color: var(--text-brown-soft);
  font-weight: 600;
  line-height: 1.8;
  max-width: 600px;
  margin: 0 auto;
}

.peethas-info-wrap {
  position: relative;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.peethas-info-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.peethas-info-trigger img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  opacity: 0.85;
}

.popover-backdrop {
  position: fixed;
  inset: 0;
  z-index: 1040;
  background: rgba(0, 0, 0, 0.12);
  opacity: 0;
  visibility: hidden;
  pointer-events: none !important;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.popover-backdrop.is-active {
  opacity: 1;
  visibility: visible;
}

.peethas-info-popover {
  position: absolute;
  top: calc(100% + 12px);
  left: 50%;
  z-index: 1045;
  display: flex;
  align-items: center;
  gap: 10px;
  width: 420px;
  padding: 10px 14px;
  border: 1px solid rgba(214, 132, 54, 0.55);
  border-radius: 8px;
  background: var(--white)0d7;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.28);
  color: var(--brown-rich);
  text-align: left;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.peethas-info-wrap:hover .peethas-info-popover,
.peethas-info-wrap.is-hover .peethas-info-popover,
.peethas-info-wrap.is-open .peethas-info-popover {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.peethas-info-popover-icon {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  object-fit: contain;
}

.peethas-info-popover p {
  margin: 0;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 13px;
  font-weight: 600;
  line-height: 1.45;
}

.peethas-info-popover a {
  color: var(--orange-2);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* ── Controls Row Container with Golden Line ── */
.peethas-controls-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-bottom: 24px;
}

.controls-divider-line {
  flex: 1 1 auto;
}

.controls-divider-line .center-child {
  max-width: 100% !important;
}

@media (max-width: 767.98px) {
  .peethas-controls-row {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .controls-divider-line {
    display: none;
  }

  .peethas-view-switcher,
  .peethas-search-wrapper {
    width: 100%;
  }

  .peethas-filters-container {
    gap: 8px;
  }
}

/* ── 2. Switcher segment controls ── */
.peethas-view-switcher {
  display: inline-flex;
  border: 0.5px solid rgba(184, 72, 11, 0.35) !important;
  border-radius: 10px !important;
  background: rgba(255, 246, 233, 0.55) !important;
  padding: 0 !important;
  gap: 0;
  width: 286px;
  height: 44px;
  min-height: 44px;
  align-items: center;
  flex-shrink: 0;
  overflow: hidden;
}

.btn-switcher {
  position: relative;
  border: 0.5px solid transparent !important;
  background: transparent !important;
  color: var(--text-muted-dark) !important;
  flex: 1 1 0;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 15px;
  font-weight: 600;
  padding: 0 16px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.2s ease;
  border-radius: 0 !important;
  cursor: pointer;
  height: 42px;
}

.btn-switcher:first-child {
  border-radius: 10px 0 0 10px !important;
}

.btn-switcher:last-child {
  border-radius: 0 10px 10px 0 !important;
  border-left-color: rgba(184, 72, 11, 0.16) !important;
}

.btn-switcher i {
  font-size: 14px;
}

.btn-switcher:hover {
  background: rgba(184, 72, 11, 0.05) !important;
}

.btn-switcher.active {
  border: 0.5px solid var(--orange-2) !important;
  background: rgba(255, 246, 233, 0.35) !important;
  color: var(--orange-2) !important;
  font-weight: 600;
  z-index: 1;
  box-shadow: none;
}

/* ── 3. Search Bar styles ── */
.peethas-search-wrapper {
  position: relative;
  width: 380px;
  max-width: 100%;
  flex-shrink: 0;
}

.peethas-search-input {
  width: 100%;
  height: 44px;
  border-radius: 5px !important;
  /* Rounded corners instead of fully round capsule */
  border: 1px solid rgba(120, 82, 56, 0.25) !important;
  background: rgba(255, 246, 233, 0.45) !important;
  padding-left: 16px !important;
  padding-right: 52px !important;
  font-size: 13.5px;
  color: var(--brown-deep);
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.peethas-search-input:focus {
  border-color: var(--orange-2) !important;
  box-shadow: 0 0 0 3px rgba(184, 72, 11, 0.08) !important;
}

.peethas-search-input::placeholder {
  color: var(--text-warm-muted) !important;
  opacity: 0.85 !important;
}

.peethas-search-btn {
  position: absolute;
  right: 4px;
  top: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  /* Rounded corners matching switcher / input */
  border: none !important;
  background: var(--orange-2) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  cursor: pointer;
  color: var(--white) !important;
}

.peethas-search-btn:hover {
  background: var(--orange-dark) !important;
}

.peethas-search-btn i {
  font-size: 14px;
}

/* ── 4. Filter capsule buttons ── */
.peethas-filters-container {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.filter-capsule {
  background: transparent !important;
  border: 1px solid rgba(120, 82, 56, 0.25) !important;
  border-radius: 30px !important;
  padding: 6px 16px !important;
  font-size: 13.5px;
  font-weight: 500;
  color: var(--text-brown-soft);
  transition: all 0.2s ease;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.filter-capsule:hover {
  background: rgba(184, 72, 11, 0.04) !important;
  border-color: rgba(184, 72, 11, 0.3) !important;
}

.filter-capsule.active {
  background: rgba(254, 243, 232, 0.75) !important;
  border-color: var(--orange-2) !important;
  color: var(--orange-2) !important;
  font-weight: 600;
}

.filter-capsule.active:hover {
  background: rgba(254, 243, 232, 0.9) !important;
  border-color: var(--orange-dark) !important;
}

.filter-capsule i {
  font-size: 14px;
  transition: all 0.2s ease;
}

.filter-capsule.active i {
  color: var(--orange-2);
}

.filter-capsule:not(.active) i {
  color: var(--text-warm-muted);
  opacity: 0.8;
}

/* ── 4a. Map view ── */
.peethas-map-view {
  position: relative;
  min-height: 780px;
  margin-top: 8px;
  overflow: hidden;
}

.peethas-map-canvas {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 780px;
}

.peethas-map-canvas img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.peethas-map-frame {
  position: relative;
  width: min(1080px, 100%);
  max-width: 100%;
  margin: 0 auto;
}

.peethas-map-frame img {
  width: 100%;
}

.peethas-map-markers {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.map-peeth-button {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: 36px;
  height: 36px;
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  cursor: pointer;
  pointer-events: auto;
  z-index: 2;
  transition: box-shadow 0.2s ease;
}

.map-peeth-button i {
  font-size: 0;
  line-height: 1;
}

.map-peeth-button::after {
  content: "";
  position: absolute;
  inset: -1px;
  border-radius: 50%;
  background: rgba(74, 74, 74, 0.58);
  box-shadow: 0 3px 8px rgba(45, 22, 7, 0.18);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.map-peeth-button.is-filtered-out {
  pointer-events: none;
}

.map-peeth-button.is-filtered-out::after {
  opacity: 1;
}

.map-peeth-button:hover,
.map-peeth-button:focus-visible {
  box-shadow: 0 0 0 3px rgba(184, 72, 11, 0.28);
  outline: none;
}

.map-peeth-button--featured {
  width: 48px;
  height: 48px;
}

.map-peeth-button--featured i {
  font-size: 0;
}

.map-peeth-button.is-active {
  box-shadow: 0 0 0 4px rgba(184, 72, 11, 0.45);
}

/* ── Map marker detail popup ── */
.peeth-map-popup {
  position: absolute;
  top: 0;
  left: 0;
  width: 330px;
  max-width: 92%;
  z-index: 20;
  filter: drop-shadow(0 14px 30px rgba(45, 22, 7, 0.3));
  animation: peethPopupIn 0.18s ease;
}

@keyframes peethPopupIn {
  from {
    opacity: 0;
    transform: translateY(6px) scale(0.98);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.peeth-map-popup .peeth-card {
  background: #FBE6D0 !important;
  box-shadow: none;
  transform: none !important;
}

.peeth-map-popup .peeth-card:hover {
  transform: none !important;
  border-color: var(--sand) !important;
}

.peeth-map-popup .peeth-card-img-wrapper {
  height: 195px;
}

.peeth-map-popup .peeth-card:hover .peeth-card-img-wrapper img {
  transform: none;
}

.peeth-map-popup .peeth-card-overlay {
  padding: 20px 17px 15px;
}

.peeth-map-popup .peeth-name {
  font-size: 23px;
  margin-bottom: 2px;
}

.peeth-map-popup .peeth-loc {
  font-size: 14px;
}

.peeth-map-popup .peeth-card-body {
  padding: 20px 18px 20px;
}

.peeth-map-popup .peeth-info-list {
  gap: 9px;
}

.peeth-map-popup .peeth-info-row {
  font-size: 14px;
  gap: 10px;
}

.peeth-map-popup .peeth-info-icon {
  width: 18px;
  height: 18px;
}

.peeth-map-popup .peeth-card-divider {
  margin: 14px 0;
}

.peeth-map-popup .btn-get-direction {
  font-size: 13px;
}

.peeth-map-popup .btn-read-history {
  font-size: 12.5px;
  padding: 8px 14px;
  min-width: auto;
  gap: 6px;
}

.peeth-map-popup-close {
  position: absolute;
  top: 7px;
  right: 7px;
  width: 24px;
  height: 24px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.92);
  color: var(--brown);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
  z-index: 3;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  transition: background 0.2s ease, transform 0.2s ease;
}

.peeth-map-popup-close:hover {
  background: var(--white);
  transform: scale(1.08);
}

@media (max-width: 575.98px) {

  .knowledge-tag {
    white-space: normal;
  }

  .peethas-map-view,
  .peethas-map-canvas {
    min-height: 360px;
  }

  .map-peeth-button {
    width: 28px;
    height: 28px;
  }

  .map-peeth-button--featured {
    width: 36px;
    height: 36px;
  }

  .peeth-map-popup {
    position: fixed !important;
    top: 76px !important;
    left: 50% !important;
    width: min(300px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    transform: translateX(-50%) !important;
  }

  .peeth-map-popup .peeth-card-img-wrapper {
    height: 150px;
  }
}

/* ── 5. Peeth Card styles ── */
.peeth-card {
  background: #FCE8D3B2 !important;
  border: 1px solid var(--sand) !important;
  border-radius: 16px !important;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(45, 22, 7, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.peeth-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 24px rgba(45, 22, 7, 0.1);
  border-color: var(--orange-2) !important;
}

.peeth-card-img-wrapper {
  position: relative;
  height: 210px;
  overflow: hidden;
}

.peeth-card-img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.peeth-card:hover .peeth-card-img-wrapper img {
  transform: scale(1.06);
}

.peeth-card-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.08) 0%,
      rgba(0, 0, 0, 0.18) 34%,
      rgba(0, 0, 0, 0.62) 68%,
      rgba(0, 0, 0, 0.9) 100%);
  padding: 24px 18px 18px;
  color: var(--white);
}

.peeth-name {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 4px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.7);
}

.peeth-loc {
  font-size: 14.5px;
  opacity: 0.95;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
}

.peeth-loc i {
  font-size: 14px;
  color: var(--white);
}

.peeth-card-body {
  padding: 22px 18px;
  background: transparent;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.peeth-info-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.peeth-info-row {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 15.5px;
  color: var(--brown);
  font-weight: 500;
}

.peeth-info-icon {
  width: 22px;
  height: 22px;
  object-fit: contain;
  flex-shrink: 0;
}

.peeth-card-divider {
  height: 1px;
  background: rgba(214, 132, 54, 0.2);
  margin: 16px 0;
}

.btn-get-direction {
  font-size: 13px;
  color: var(--orange-2);
  font-weight: 600;
  text-decoration: underline !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.btn-get-direction:hover {
  color: var(--orange-2);
}

.btn-get-direction i {
  font-size: 13px;
}

.btn-read-history {
  font-size: 12.5px;
  font-weight: 600;
  color: var(--white) !important;
  background: var(--orange-2) !important;
  padding: 8px 16px;
  border-radius: 30px !important;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: all 0.2s ease;
  box-shadow: 0 4px 10px rgba(184, 72, 11, 0.2);
}

.btn-read-history:hover {
  background: var(--orange-2) !important;
  box-shadow: 0 4px 10px rgba(184, 72, 11, 0.2);
}


/* ── 6. Shakti Knowledge styles ── */
.shakti-knowledge-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 34px;
}

.knowledge-center-line {
  flex: 1 1 0;
  max-width: 470px;
}

.knowledge-center-line .center-child {
  width: 100%;
  max-width: 100%;
}

.knowledge-title {
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  padding: 0;
  background: transparent !important;
}

.knowledge-col {
  position: relative;
  border-right: none;
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.knowledge-col:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(214, 132, 54, 0.16) 16%,
      rgba(214, 132, 54, 0.78) 50%,
      rgba(214, 132, 54, 0.16) 84%,
      transparent 100%);
  pointer-events: none;
}

@media (max-width: 767.98px) {
  .knowledge-col {
    border-right: none;
    border-bottom: 1px solid rgba(217, 148, 52, 0.25);
    padding-bottom: 24px;
    margin-bottom: 12px;
  }

  .knowledge-col:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.knowledge-card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 100%;
}

.knowledge-img-wrapper {
  width: 100%;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: transparent;
  border: none;
  overflow: visible;
  border-radius: 0;
}

.knowledge-img-wrapper img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.knowledge-card:hover .knowledge-img-wrapper img {
  transform: scale(1.08);
}

.knowledge-name {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 17.5px;
  font-weight: 700;
  color: var(--brown-deep);
  margin-bottom: 12px;
}

.knowledge-tag {
  display: inline-block;
  border: 1px solid rgba(184, 72, 11, 0.5) !important;
  background: transparent !important;
  color: var(--orange-2) !important;
  font-size: 11px;
  font-weight: 600;
  padding: 5px 14px;
  border-radius: 4px !important;
  margin-bottom: 18px;
  text-decoration: none;
  transition: all 0.2s ease;
  white-space: nowrap;
}

.knowledge-tag:hover {
  background: rgba(184, 72, 11, 0.05) !important;
  color: var(--orange-dark) !important;
}

.knowledge-arrow-btn {
  width: 36px;
  height: 36px;
  border-radius: 50% !important;
  background: var(--orange-2) !important;
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease;
  margin-top: auto;
  box-shadow: 0 4px 8px rgba(184, 72, 11, 0.2);
}

.knowledge-arrow-btn:hover {
  background: var(--orange-dark) !important;
  transform: scale(1.1);
  color: var(--white) !important;
}

.knowledge-arrow-btn i {
  font-size: 13px;
}

.shakti-knowledge-bottom-line {
  margin-top: 64px;
  margin-bottom: 24px;
}

/* (Redundant Trusted by Devotees styles removed — now reusing the global component styles from components/trusted-by-devotees.css) */

/* ============================================================
   Shakti Peeth Detail Page
   ============================================================ */
body.is-peeth-detail-page main {
  background: transparent;
}

.peeth-detail-page {
  padding: 0 0 16px;
  background: transparent;
  overflow-anchor: none;
}

.peeth-detail-hero {
  position: relative;
  min-height: 335px;
  overflow: hidden;
  color: var(--white);
}

.peeth-detail-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(.92);
}

.peeth-detail-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.4) 50%, rgba(0, 0, 0, 0.75) 100%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0.85) 100%);
}

.peeth-detail-hero-content {
  position: relative;
  z-index: 1;
  min-height: 335px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding-top: 24px;
}

.peeth-detail-back {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 20px;
  color: var(--white);
  opacity: 0.8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.peeth-detail-back:hover {
  opacity: 1;
  color: var(--white);
}

.peeth-detail-hero h1 {
  margin: 0 0 12px;
  font-size: 48px;
  font-weight: 500;
  color: var(--white);
  line-height: 1.1;
}

.peeth-detail-location {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}

.peeth-detail-location i {
  color: var(--white);
}

.peeth-detail-hero-divider {
  width: 100%;
  max-width: 480px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}

.peeth-detail-intro {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
  line-height: 1.5;
  font-weight: 400;
}

.peeth-detail-body {
  padding-top: 30px;
}

.peeth-detail-sidebar {
  position: sticky;
  top: 82px;
  align-self: flex-start;
  height: max-content;
  overflow-anchor: none;
}

.peeth-detail-info-card {
  border: 1px solid rgba(184, 72, 11, .22);
  border-radius: 8px;
  background: rgba(252, 232, 211, 0.7);
  box-shadow: 0 16px 34px rgba(99, 53, 14, .12);
}

.peeth-detail-card-img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.peeth-detail-facts {
  padding: 14px 16px 6px;
}

.peeth-detail-fact {
  position: relative;
  display: flex;
  gap: 10px;
  padding: 0 0 10px;
  color: var(--brown-deep);
  font-size: 13px;
  line-height: 1.35;
}

.peeth-detail-fact .fact-icon {
  width: 18px;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 1px;
}

.peeth-detail-fact .fact-icon img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.peeth-detail-fact strong,
.peeth-detail-fact span:not(.fact-icon) {
  display: block;
}

.peeth-detail-fact strong {
  font-weight: 800;
}

.peeth-detail-fact--mantra {
  position: relative;
  padding: 14px 28px 14px 16px;
  margin-left: -16px;
  margin-right: -16px;
  border-top: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(214, 132, 54, 0) 0%, rgba(214, 132, 54, 0.45) 15%, rgba(214, 132, 54, 0.75) 50%, rgba(214, 132, 54, 0.45) 85%, rgba(214, 132, 54, 0) 100%) 1;
  margin-top: 12px;
  transition: background-color 0.25s ease;
}

.peeth-detail-fact--mantra.is-hover,
.peeth-detail-fact--mantra.is-open {
  background-color: rgba(214, 132, 54, 0.06);
}

.peeth-detail-fact--mantra span[data-detail="beejSanskrit"] {
  white-space: nowrap;
  font-size: 12px;
  display: block;
}

.peeth-detail-info-wrap {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  z-index: 1045;
}

.peeth-detail-info-icon {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
  opacity: 0.85;
  transition: opacity 0.2s ease;
}

.peeth-detail-info-icon:hover {
  opacity: 1;
}

.peeth-detail-info-popover {
  position: absolute;
  top: calc(100% + 8px);
  right: 8px;
  z-index: 100;
  display: flex;
  align-items: center;
  gap: 10px;
  width: max-content;
  padding: 10px 16px;
  background: #ffeacf;
  border: 1px solid var(--orange-border);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.26);
  color: var(--brown);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50%) translateY(-6px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s ease;
}

.peeth-popover-om {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.peeth-detail-info-wrap:hover .peeth-detail-info-popover,
.peeth-detail-info-wrap.is-hover .peeth-detail-info-popover,
.peeth-detail-info-wrap.is-open .peeth-detail-info-popover {
  opacity: 1;
  visibility: visible;
  transform: translateX(50%) translateY(0);
}

.peeth-detail-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px 18px;
  margin: 0 16px;
  padding: 12px 0;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-image: linear-gradient(90deg, rgba(214, 132, 54, 0) 0%, rgba(214, 132, 54, 0.45) 15%, rgba(214, 132, 54, 0.75) 50%, rgba(214, 132, 54, 0.45) 85%, rgba(214, 132, 54, 0) 100%) 1;
  font-size: 13px;
}

.peeth-detail-meta strong,
.peeth-detail-meta span {
  display: block;
}

.peeth-detail-meta strong {
  color: var(--brown-warm);
  font-weight: 800;
}

.peeth-detail-direction {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: calc(100% - 32px);
  margin: 10px 16px 14px;
  color: var(--orange-2);
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.peeth-detail-book-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: calc(100% - 8px);
  margin: 14px 4px 0;
  padding: 13px 18px;
  border-radius: 999px;
  background: var(--orange-2);
  color: var(--white) !important;
  font-size: 13px;
  font-weight: 700;
  box-shadow: 0 12px 24px rgba(184, 72, 11, .24);
}

.peeth-detail-tabs {
  display: inline-flex;
  width: max-content;
  max-width: 100%;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  border: 1px solid rgba(184, 72, 11, .20);
  border-radius: 10px;
  background: rgba(255, 245, 230, .72);
}

.peeth-detail-tabs::-webkit-scrollbar {
  display: none;
}

.peeth-detail-tabs a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 38px;
  min-height: 44px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid rgba(184, 72, 11, .16);
  color: var(--brown-warm);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.peeth-detail-tabs a:first-child {
  border-left: 1px solid transparent;
}

.peeth-detail-tabs a:last-child {
  border-right: 1px solid transparent;
}

.peeth-detail-tabs a.active {
  background: rgba(252, 232, 211, 0.7);
  color: var(--orange-2);
  border: 1px solid rgba(184, 72, 11, 0.48);
}

.peeth-detail-tabs a.active:first-child {
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
}

.peeth-detail-tabs a.active:last-child {
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.peeth-detail-tabs a:hover:not(.active) {
  background: rgba(255, 245, 230, .45);
  color: var(--orange-2);
}

.peeth-detail-accordion {
  margin-top: 18px;
}

.peeth-detail-panel {
  margin-bottom: 14px;
  overflow: hidden;
  border: 1px solid rgba(184, 72, 11, .20);
  border-radius: 4px;
  background: rgba(252, 232, 211, 0.7);
}

.peeth-detail-panel-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  border: 0;
  background: transparent;
  color: var(--brown-deep);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 21px;
  font-weight: 600;
  text-align: left;
}

.plain-amp {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.peeth-detail-panel-title i {
  margin-left: auto;
  color: var(--orange-2);
  font-size: 15px;
}

.peeth-detail-title-text {
  flex: 0 1 auto;
}

.peeth-detail-panel-content {
  display: none;
  padding: 0 16px 16px;
  color: var(--brown-deep);
  font-size: 13.5px;
  line-height: 1.58;
}

.peeth-detail-panel.is-open .peeth-detail-panel-content {
  display: block;
}

.peeth-detail-panel-content p {
  margin: 0 0 12px;
}

.peeth-detail-panel-content p:last-child {
  margin-bottom: 0;
}

.peeth-detail-panel-content ul {
  margin: 0;
  padding-left: 20px;
  list-style-type: disc !important;
}

@media (max-width: 767.98px) {
  .peeth-detail-sidebar {
    position: static;
    max-height: none;
    overflow: visible;
    margin-bottom: 28px;
  }

  .peeth-detail-hero,
  .peeth-detail-hero-content {
    min-height: 290px;
  }

  .peeth-detail-info-card {
    max-width: 520px;
  }

  .peeth-detail-tabs {
    width: 100%;
    display: flex;
  }

  .peeth-detail-tabs a {
    flex: 1 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .peeth-detail-info-popover {
    max-width: min(360px, calc(100vw - 48px));
    white-space: normal;
  }
}

@media (max-width: 575.98px) {
  .peeth-detail-body {
    padding-top: 20px;
  }

  .peeth-detail-hero,
  .peeth-detail-hero-content {
    min-height: 250px;
  }

  .peeth-detail-hero h1 {
    font-size: 30px;
    line-height: 1.18;
  }

  .peeth-detail-location {
    align-items: flex-start;
    font-size: 14px;
  }

  .peeth-detail-intro {
    font-size: 13.5px;
  }

  .peeth-detail-card-img {
    height: 130px;
  }

  .peeth-detail-meta {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .peeth-detail-book-btn {
    padding: 12px 14px;
    font-size: 12.5px;
  }

  .peeth-detail-tabs a {
    padding: 10px 16px;
    min-height: 40px;
    font-size: 13.5px;
  }

  .peeth-detail-panel-title {
    padding: 16px;
    font-size: 20px;
    line-height: 1.3;
  }

  .peeth-detail-panel-content {
    padding: 0 16px 18px;
    overflow-wrap: anywhere;
  }

  .peeth-detail-fact--mantra span[data-detail="beejSanskrit"] {
    white-space: normal;
  }

  .peeth-detail-info-popover {
    right: 0;
    transform: translateX(0) translateY(-6px);
  }

  .peeth-detail-info-wrap:hover .peeth-detail-info-popover,
  .peeth-detail-info-wrap.is-hover .peeth-detail-info-popover,
  .peeth-detail-info-wrap.is-open .peeth-detail-info-popover {
    transform: translateX(0) translateY(0);
  }
}

/* ── Explore Other Shakti Peeths Slider Section ── */
.other-peeths-section {
  padding-bottom: 24px;
}

.other-peeths-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 28px;
  font-weight: 700;
  color: var(--brown-ui);
  margin: 0;
}

.other-peethas-nav-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--orange-2);
  color: var(--white);
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease;
  box-shadow: 0 4px 10px rgba(184, 72, 11, 0.2);
}

.other-peethas-nav-btn:hover {
  background: #963806;
  transform: scale(1.05);
}

.other-peethas-nav-btn:active {
  transform: scale(0.95);
}

.other-peeths-carousel-wrapper {
  overflow: hidden;
  margin: 0 -24px;
  padding: 8px 24px;
}

.other-peeths-carousel {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 16px;
  scroll-snap-type: x mandatory;
}

.other-peeths-carousel::after {
  content: "";
  flex: 0 0 24px;
}

.other-peeths-carousel::-webkit-scrollbar {
  display: none;
}

.other-peeths-carousel .peeth-card {
  flex: 0 0 calc(25% - 18px);
  min-width: 280px;
  scroll-snap-align: start;
}

@media (max-width: 1199.98px) {
  .other-peeths-carousel .peeth-card {
    flex: 0 0 calc(33.333% - 16px);
  }
}

@media (max-width: 767.98px) {
  .other-peeths-carousel .peeth-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 575.98px) {
  .other-peeths-carousel .peeth-card {
    flex: 0 0 100%;
  }
}

/* Custom layout spacing for Trust section on Details page */
.peeth-detail-trust {
  padding: 24px 0 24px !important;
}

/* Custom generous spacing utility for detail page dividers */
.center-line-spaced {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}

/* ── Tab Panels spacing ── */
.peeth-detail-gallery-panel,
.peeth-detail-reach-panel,
.peeth-detail-nearby-panel {
  padding-top: 10px;
}

.peeth-gallery-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 28px;
  font-weight: 500;
  color: var(--brown-ui);
}

/* ── Gallery 3-column Grid (Figma exact match) ── */
.peeth-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.peeth-gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  aspect-ratio: 16 / 9;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  background: var(--white);
}

.peeth-gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease, filter 0.4s ease;
}

.peeth-gallery-item:hover img {
  transform: scale(1.05);
  filter: brightness(1.05);
}

/* ── Nearby Places and Reach styles ── */
.peeth-reach-content,
.peeth-nearby-content {
  background: var(--white);
  border: 1px solid var(--sand-light);
  border-radius: 8px;
  padding: 30px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.peeth-nearby-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid rgba(232, 196, 144, 0.4);
  color: var(--brown);
  font-size: 15px;
  font-weight: 500;
}

.peeth-nearby-item:last-child {
  border-bottom: none;
}

.peeth-nearby-item i {
  color: var(--orange-2);
}

@media (max-width: 767.98px) {
  .peeth-gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .peeth-gallery-grid {
    grid-template-columns: 1fr;
  }

  .peeth-reach-content,
  .peeth-nearby-content {
    padding: 20px;
  }
}

/* ── How to Reach Custom Layout (Figma exact match) ── */
.peeth-reach-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}

.peeth-reach-grid .center-line {
  width: 1px !important;
  height: 80px !important;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(214, 132, 54, 0.16) 16%,
      rgba(214, 132, 54, 0.78) 50%,
      rgba(214, 132, 54, 0.16) 84%,
      transparent 100%) !important;
  align-self: center;
}

.reach-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(252, 232, 211, 0.7);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: 14px 18px;
  min-height: 110px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reach-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(184, 72, 11, 0.05);
}

.reach-card-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  flex: 1;
  min-width: 0;
}

.reach-card-icon {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.reach-card-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
}

.reach-card-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--brown);
}

.reach-card-value {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  margin: 0;
  line-height: 1.3;
  white-space: nowrap;
}

.reach-card-direction {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.reach-card-direction img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.reach-card-direction:hover {
  transform: scale(1.1);
}

/* Visitor Information Rows */
.peeth-reach-info-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 24px;
  font-weight: 500;
  color: var(--brown-ui);
  margin-bottom: 24px;
}

.reach-row {
  display: flex;
  align-items: center;
  gap: 20px;
  background: rgba(252, 232, 211, 0.7);
  border: 1px solid var(--sand);
  border-radius: 12px;
  padding: 16px 24px;
  margin-bottom: 16px;
  transition: transform 0.3s ease;
}

.reach-row:hover {
  transform: translateX(4px);
}

.reach-row-icon {
  width: 32px;
  height: 32px;
  object-fit: contain;
}

.reach-row-content {
  flex: 1;
}

.reach-row-title {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--brown);
  margin-bottom: 4px;
}

.reach-row-desc {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--muted);
  margin: 0;
  line-height: 1.3;
}

@media (max-width: 767.98px) {
  .peeth-reach-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .peeth-reach-grid .center-line {
    display: none;
  }

  .reach-card-value {
    white-space: normal;
  }
}

/* ── Nearby Places Panel Grid (Extend Your Yatra) ── */
.peeth-nearby-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 24px;
}

.nearby-card {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.nearby-card-img-wrap {
  width: 100%;
  aspect-ratio: 1.85;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.nearby-card-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.nearby-card:hover .nearby-card-img-wrap img {
  transform: scale(1.04);
}

.nearby-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4px;
}

.nearby-card-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.nearby-card-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 22px;
  font-weight: 600;
  color: var(--brown);
  margin: 0;
}

.nearby-card-subtitle {
  font-family: 'Outfit', 'Inter', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--muted);
}

.nearby-card-map-btn {
  width: 38px;
  height: 38px;
  background: var(--orange-2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: transform 0.2s ease, background-color 0.2s ease;
}

.nearby-card-map-btn img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.nearby-card-map-btn:hover {
  transform: scale(1.08);
  background: #9d3a07;
}

@media (max-width: 767.98px) {
  .peeth-nearby-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .reach-row {
    align-items: flex-start;
    gap: 14px;
    padding: 14px 16px;
  }

  .nearby-card-title {
    font-size: 19px;
  }
}

/* Tablet-portrait promotions: apply the small-screen popover / map / popup
   handling earlier, plus detail-page text wrapping and card-footer stacking. */
@media (max-width: 767.98px) {
  .peethas-map-view,
  .peethas-map-canvas {
    min-height: 460px;
  }
}

@media (max-width: 767.98px) {
  .peethas-info-popover {
    left: auto !important;
    right: -10px !important;
    width: calc(100vw - 32px) !important;
    max-width: 360px !important;
    transform: translateY(-6px) !important;
  }

  .peethas-info-wrap:hover .peethas-info-popover,
  .peethas-info-wrap.is-hover .peethas-info-popover,
  .peethas-info-wrap.is-open .peethas-info-popover {
    transform: translateY(0) !important;
  }

  .knowledge-tag {
    white-space: normal;
  }

  .peethas-map-view,
  .peethas-map-canvas {
    min-height: 360px;
  }

  .peeth-map-popup {
    position: fixed !important;
    top: 76px !important;
    left: 50% !important;
    width: min(320px, calc(100vw - 24px));
    max-width: calc(100vw - 24px);
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    transform: translateX(-50%) !important;
  }

  .peeth-detail-hero h1 {
    font-size: 32px;
  }

  .peeth-detail-meta {
    grid-template-columns: 1fr;
  }

  .peeth-detail-fact--mantra span[data-detail="beejSanskrit"] {
    white-space: normal;
  }

  /* Card footer: let "Get Direction" + "Read History" stack instead of cramming. */
  .peeth-card-divider+.d-flex.justify-content-between {
    flex-wrap: wrap;
    gap: 12px;
  }
}

/* ── Mobile Peeth Cards List View Overhaul (Screenshot 3) ── */
@media (max-width: 767.98px) {
  /* Title & Subtitle Styling */
  .peethas-title-section h1 {
    font-size: 24px !important;
  }

  .sanskrit-verse {
    font-size: 12px !important;
    line-height: 1.5 !important;
    text-align: center !important;
  }

  /* Force cards grid into vertical list list-row */
  #peethas-cards-grid .peeth-card-col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  #peethas-cards-grid .peeth-card {
    flex-direction: row !important;
    align-items: stretch;
    min-height: 120px;
    background: rgba(254, 250, 242, 0.94) !important;
    border: 1px solid var(--sand) !important;
    border-radius: 12px !important;
    position: relative;
    overflow: visible;
  }

  #peethas-cards-grid .peeth-card-img-wrapper {
    width: 110px !important;
    height: 100% !important;
    min-height: 120px;
    flex-shrink: 0;
    border-radius: 12px 0 0 12px;
    overflow: hidden;
    position: relative;
  }

  #peethas-cards-grid .peeth-card-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* Mobile overlay styling (moved to card body via JS) */
  #peethas-cards-grid .peeth-card-overlay {
    position: static !important;
    background: transparent !important;
    padding: 0 0 6px 0 !important;
    width: 100% !important;
    box-shadow: none !important;
  }

  #peethas-cards-grid .peeth-card-overlay .peeth-name {
    font-family: 'Tiro Devanagari Hindi' !important;
    font-size: 15px !important;
    color: var(--brown-deep) !important;
    font-weight: 700 !important;
    text-shadow: none !important;
  }

  #peethas-cards-grid .peeth-card-overlay .peeth-loc i {
    color: inherit;
  }

  #peethas-cards-grid .peeth-card-overlay .peeth-loc {
    font-size: 11.5px !important;
    color: var(--orange-flame) !important;
    margin-top: 2px !important;
  }

  #peethas-cards-grid .peeth-card-body {
    flex-grow: 1;
    padding: 10px 12px !important;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
  }

  #peethas-cards-grid .peeth-info-list {
    margin-bottom: 8px !important;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border: none !important;
    padding: 0 !important;
  }

  #peethas-cards-grid .peeth-info-row {
    font-size: 11.5px !important;
    color: var(--text-taupe) !important;
    display: flex;
    align-items: center;
    gap: 6px;
    border: none !important;
    padding: 0 !important;
  }

  #peethas-cards-grid .peeth-info-icon {
    width: 14px;
    height: 14px;
    margin: 0 !important;
  }

  #peethas-cards-grid .peeth-card-divider {
    display: none !important;
  }

  /* Bookmark Icon */
  #peethas-cards-grid .peeth-card::before {
    content: "\f02e";
    font-family: "Font Awesome 6 Free";
    font-weight: 400; /* Outline bookmark */
    position: absolute;
    top: 10px;
    right: 12px;
    color: var(--orange-flame);
    font-size: 16px;
    z-index: 2;
    cursor: pointer;
  }

  #peethas-cards-grid .peeth-card-body > .d-flex {
    margin-top: auto;
    width: 100%;
    justify-content: flex-end !important;
  }

  #peethas-cards-grid .btn-get-direction {
    display: none !important;
  }

  #peethas-cards-grid .btn-read-history {
    background: linear-gradient(135deg, #e06c27 0%, var(--orange-flame) 100%) !important;
    color: var(--white) !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    padding: 5px 12px !important;
    border-radius: 99px !important;
    text-decoration: none !important;
    box-shadow: 0 2px 6px rgba(185, 75, 21, 0.25) !important;
    white-space: nowrap;
    border: none !important;
    margin-left: auto;
    display: inline-flex !important;
    align-items: center;
    gap: 4px;
  }

  /* Switcher & Search Bar Custom Layout */
  .peethas-controls-row {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 0 12px;
  }

  .peethas-view-switcher {
    width: auto !important;
    display: flex;
    gap: 8px;
    margin: 0 !important;
  }

  .peethas-view-switcher .btn-switcher {
    font-size: 11px !important;
    padding: 6px 10px !important;
    border-radius: 6px !important;
    border: 1px solid var(--sand) !important;
    background: var(--cream-soft) !important;
    color: var(--text-taupe) !important;
  }

  .peethas-view-switcher .btn-switcher.active {
    background: var(--orange-flame) !important;
    color: var(--white) !important;
    border-color: var(--orange-flame) !important;
  }

  .peethas-search-wrapper {
    width: 48% !important;
    margin: 0 !important;
  }

  .peethas-search-input {
    font-size: 11px !important;
    padding: 6px 28px 6px 8px !important;
    border-radius: 6px !important;
    height: 32px !important;
  }

  .peethas-search-btn {
    height: 32px !important;
    width: 28px !important;
    font-size: 10px !important;
  }
}


/* ── sections/view-360.css ── */
/* ============================================================
   360° Virtual Tour — fullscreen video modal
   ============================================================ */

.view360-modal {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, .38);
  backdrop-filter: blur(1px);
  -webkit-backdrop-filter: blur(1px);
  opacity: 0;
  transition: opacity .28s ease;
}

.view360-modal.is-open {
  opacity: 1;
}

body.view360-open {
  overflow: hidden;
}

.view360-stage {
  position: relative;
  width: min(1420px, 100%);
  aspect-ratio: 16 / 9;
  max-height: calc(100vh - 36px);
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 30px 80px rgba(0, 0, 0, .55);
  transform: scale(.96);
  transition: transform .28s ease;
}

.view360-modal.is-open .view360-stage {
  transform: scale(1);
}

.view360-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background: var(--black);
  display: block;
}

/* ── Close button (top-right) ── */
.view360-close {
  position: absolute;
  top: 14px;
  right: 14px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, .42);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  color: var(--white);
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, transform .2s ease;
}

.view360-close:hover {
  background: rgba(0, 0, 0, .66);
  transform: scale(1.06);
}

/* ── View switcher (bottom-left) ── */
.view360-switch {
  position: absolute;
  left: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 12px;
}

.view360-pill {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 9px 16px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 999px;
  background: rgba(20, 20, 20, .42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  color: rgba(255, 255, 255, .92);
  font-family: Inter, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.view360-pill:hover {
  background: rgba(40, 40, 40, .58);
}

.view360-pill.is-active {
  background: rgba(255, 255, 255, .94);
  border-color: rgba(255, 255, 255, .94);
  color: var(--brown, var(--brown));
}

.view360-pill-dot {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, .6);
  border-radius: 50%;
  font-size: 10px;
  color: transparent;
  background: transparent;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

.view360-pill.is-active .view360-pill-dot {
  background: var(--orange, var(--orange));
  border-color: var(--orange, var(--orange));
  color: var(--white);
}

@media (max-width: 767.98px) {
  .view360-modal {
    padding: 16px;
  }

  .view360-stage {
    width: 100%;
    max-height: calc(100vh - 32px);
  }
}

@media (max-width: 767.98px) {
  .view360-switch {
    flex-wrap: wrap;
  }

  .view360-pill {
    flex: 1 1 140px;
    justify-content: center;
  }
}

@media (max-width: 575.98px) {
  .view360-modal {
    padding: 14px;
    align-items: center;
  }

  .view360-stage {
    aspect-ratio: 4 / 5;
    max-height: calc(100vh - 28px);
  }

  .view360-close {
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    font-size: 17px;
  }

  .view360-switch {
    left: 14px;
    bottom: 16px;
    gap: 8px;
    right: 14px;
    flex-wrap: wrap;
  }

  .view360-pill {
    padding: 8px 12px;
    font-size: 12.5px;
    gap: 8px;
    flex: 1 1 130px;
    justify-content: center;
  }
}


/* ── sections/login.css ── */
/* ============================================================
   Login / Signup Page – Matched to Figma export exactly
   ============================================================ */

body.is-login-page .homepage-sections-only,
body.is-login-page .hero {
  display: none !important;
}

body.is-login-page #login-section {
  display: block !important;
}

body.is-login-page main {
  background: transparent;
}

.login-page-content {
  background: transparent !important;
  min-height: calc(100vh - 132px);
  padding: 10px 0 20px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

/* ── Main Row ── */
.login-row {
  position: relative;
  align-items: flex-start;
}

/* Vertical divider – Figma Line 371: 1px solid rgba(20,21,22,0.15) */
@media (min-width: 992px) {
  .login-row::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 58.33%;
    width: 1px;
    background: rgba(20, 21, 22, 0.15);
  }
}

/* ── Horizontal divider lines (matched to the global center-line design language) ── */
.login-center-line {
  width: 100%;
  margin: 12px 0;
}

.login-center-line .center-child {
  height: 1px;
  max-width: 100%;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(214, 132, 54, 0.2) 15%,
      rgba(214, 132, 54, 0.8) 50%,
      rgba(214, 132, 54, 0.2) 85%,
      transparent 100%);
}

/* ── Left side ── */
.login-left-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  gap: 6px;
}

/* Figma: Tiro Devanagari Hindi, 400, 40px, line-height 53px, var(--text-body), capitalize */
.login-promo-title {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  text-transform: capitalize;
  color: var(--text-body);
  margin: 0;
  width: 100%;
}

.login-promo-title em {
  color: var(--orange-2);
  font-style: italic;
}

/* Figma: Hind, 500, 18px, line-height 21px, var(--black) */
.login-promo-sub {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: var(--black);
  margin: 0;
  width: 100%;
}

/* Figma: 517px × 450px (increased for larger display) */
.login-phone-img {
  display: block;
  width: 800px;
  max-width: 100%;
  height: auto;
  margin: -65px auto 0;
}

/* Figma: gap 24px, 402px × 56px (margin top decreased to bring badges closer) */
.login-store-badges {
  display: inline-flex;
  align-items: center;
  gap: 24px;
  margin-top: -48px;
}

.login-store-badges img {
  height: 44px;
  width: auto;
}

/* ── Right side ── */
/* Figma: 660px, gap 26px */
.login-form-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 660px;
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
  gap: 0;
}

/* Figma: Tiro Devanagari Hindi, 400, 40px, line-height 53px, var(--text-body), capitalize */
.login-title {
  font-family: 'Tiro Devanagari Hindi', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 53px;
  text-align: center;
  text-transform: capitalize;
  color: var(--text-body);
  margin: 0;
}

.login-title em {
  color: var(--orange-2);
  font-style: italic;
}

/* Figma: Hind, 500, 18px, line-height 21px, var(--black) */
.login-welcome {
  font-family: 'Hind', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: var(--black);
  margin: 0 0 16px;
}

/* Figma: 400px wide, 50px tall, gap 0, joined (decreased width to make tabs smaller) */
.login-tabs {
  display: flex;
  width: 330px;
  max-width: 100%;
  height: 50px;
  margin: 0 auto 32px;
}

/* Figma: Tiro Devanagari Hindi, 400, 18px, line-height 24px (font size adjusted slightly for smaller tabs) */
.login-tab {
  flex: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 20px;
  background: var(--surface-warm);
  border: 0.5px solid #CED4DA;
  color: var(--text-body);
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.login-tab img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.login-tab:first-child {
  border-radius: 8px 0 0 8px;
}

.login-tab:last-child {
  border-radius: 0 8px 8px 0;
  border-left: none;
}

/* Figma active: bg rgba(252,232,211,0.7), border 0.5px solid var(--orange-2), color var(--orange-2) */
.login-tab.active {
  background: rgba(252, 232, 211, 0.7);
  border: 0.5px solid var(--orange-2);
  color: var(--orange-2);
}

/* Inactive tab content opacity */
.login-tab:not(.active) .login-tab-content {
  opacity: 0.76;
}

.login-form-wrap form {
  text-align: left;
  width: 100%;
}

/* Figma: gap 16px between fields */
.login-field {
  margin-bottom: 16px;
}

/* Figma: space-between, gap 8px */
.login-label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-bottom: 8px;
}

/* Figma: Hind, 400, 16px, line-height 120%, var(--text-body) */
.login-label-row label {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-body);
}

.login-label-row .req {
  color: #ff3b30;
}

/* Figma: Hind, 400, 14px, underline, var(--orange-2) */
.login-link-right {
  font-family: 'Hind', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: var(--orange-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* Figma phone input: border 1px solid var(--orange-2), border-radius 50px, height 54px, padding 8px */
.login-input {
  display: flex;
  align-items: center;
  height: 54px;
  border: 1px solid var(--orange-2);
  border-radius: 50px;
  padding: 8px;
  background: transparent;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.login-input:focus-within {
  box-shadow: 0 0 0 3px rgba(184, 72, 11, 0.08);
}

/* Figma password input: border 1px solid #686A8A (different from phone) */
.login-password-input {
  border-color: #686A8A;
  padding: 8px 20px;
}

/* Figma: Hind, 500, 18px, var(--text-body) */
.login-input input {
  flex: 1;
  height: 100%;
  border: 0;
  background: transparent;
  outline: none;
  padding: 0 12px;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-body);
}

.login-input input::placeholder {
  color: var(--text-body);
  opacity: 0.6;
}

/* Figma flag: 63px × 38px, bg rgba(20,21,22,0.04), border-radius 50px, padding 11px 12px */
.login-phone-input {
  padding-left: 8px;
}

.login-flag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 38px;
  padding: 11px 12px;
  border: 0;
  background: rgba(20, 21, 22, 0.04);
  border-radius: 50px;
  color: var(--text-body);
  font-size: 11px;
  cursor: pointer;
}

/* Figma chevron: 10px × 5px, fill var(--text-body) */
.login-flag i {
  font-size: 8px;
  color: var(--text-body);
}

.login-flag-img {
  width: 23px;
  height: 16px;
  border-radius: 1px;
  background:
    linear-gradient(180deg,
      #E97403 0 33.33%,
      #F4F5F4 33.33% 66.66%,
      #258C05 66.66% 100%);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .08);
  position: relative;
}

.login-flag-img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 5px;
  border: 1px solid #07277E;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.login-phone-input input {
  padding-left: 6px;
}

/* Figma eye icon: var(--orange-2) tinted */
.login-eye {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  background: transparent;
  cursor: pointer;
  margin-right: 4px;
}

.login-eye img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* ── Action Row ── */
/* Figma: space-between, gap 24px, 56px tall */
.login-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 0;
  gap: 24px;
}

/* Figma: Hind, 500, 16px, line-height 26px, var(--text-body) */
.login-register {
  margin: 0;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: var(--text-body);
}

.login-register a {
  color: var(--orange-2);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Figma button: 153px × 56px, bg var(--orange-2), radius 109px, shadow 0 8 24 rgba(0,0,0,0.17) */
/* Figma text: Hind, 500, 18px, var(--white) */
.login-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  min-width: 153px;
  height: 56px;
  padding: 15px 22px 15px 24px;
  border: 0;
  border-radius: 109px;
  background: var(--orange-2);
  color: var(--white);
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 142%;
  cursor: pointer;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.17);
  transition: all 0.2s ease;
  flex-shrink: 0;
  white-space: nowrap;
}

.login-submit:hover {
  background: #9d3d09;
  transform: translateY(-1px);
  box-shadow: 0px 10px 28px rgba(0, 0, 0, 0.22);
}

/* ── Or Divider ── */
/* Figma: 660px × 30px, flex row, gap 10px */
/* Circle: 30px, bg rgba(184,72,11,0.12), radius 50px */
/* Text: Montserrat, 500, 14px, var(--text-body) */
/* Lines: flex-grow 1, height 0, border (mapped to 1px line) */
.login-or {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 16px 0;
  width: 100%;
}

.login-or::before,
.login-or::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(20, 21, 22, 0.15);
}

.login-or span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(184, 72, 11, 0.12);
  border-radius: 50px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--text-body);
}

/* Figma: Hind, 500, 16px, line-height 120%, var(--text-body) */
.login-help {
  margin: 0;
  text-align: center;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: var(--text-body);
  width: 100%;
}

.login-help a {
  color: var(--orange-2);
  text-decoration: underline;
  text-underline-offset: 2px;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .login-left {
    margin-bottom: 36px;
  }

  .login-page-content {
    padding: 36px 0 56px;
  }

  .login-left-inner,
  .login-form-wrap {
    max-width: 100%;
  }

  .login-phone-img {
    max-width: 360px;
  }
}

@media (max-width: 575.98px) {
  .login-page-content {
    padding: 24px 0 44px;
  }

  .login-left {
    margin-bottom: 28px;
  }

  .login-left-inner,
  .login-form-wrap {
    padding: 0 12px;
  }

  .login-promo-title,
  .login-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .login-promo-sub,
  .login-welcome {
    font-size: 15px;
  }

  .login-phone-img {
    max-width: 280px;
  }

  .login-store-badges img {
    height: 42px;
  }

  .login-tabs {
    width: 100%;
    margin-bottom: 22px;
  }

  .login-tab {
    min-height: 44px;
    padding: 10px 10px;
    font-size: 15px;
  }

  .login-input {
    height: 48px;
  }

  .login-label-row {
    gap: 10px;
  }

  .login-label-row .login-link-right {
    white-space: normal;
    text-align: right;
  }

  .login-action-row {
    flex-direction: column;
    gap: 14px;
    align-items: center;
    text-align: center;
  }

  .login-register {
    font-size: 14px;
  }

  .login-submit {
    height: 48px;
    width: 100%;
    min-width: unset;
  }
}


/* ── sections/ebooks.css ── */
/* ============================================================
   Resources — E-Books Page
   ============================================================ */

body.is-ebooks-page .homepage-sections-only,
body.is-ebooks-page .hero {
  display: none !important;
}

body.is-ebooks-page #ebooks-section {
  display: block !important;
}

body.is-ebooks-page main {
  background: transparent;
}

.ebooks-page-content {
  background: transparent !important;
  min-height: calc(100vh - 132px);
  padding: 40px 0 0;
}

.ebooks-layout {
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 40px;
  align-items: start;
  border-top: 1px solid rgba(45, 22, 7, 0.15);
  padding-top: 30px;
  padding-bottom: 56px;
  position: relative;
}

.ebooks-layout::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 288px;
  width: 1px;
  background: rgba(45, 22, 7, 0.15);
}

/* ── Sidebar ── */
.ebooks-sidebar {
  position: sticky;
  top: 82px;
  align-self: flex-start;
  height: max-content;
}

.ebooks-sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 19px;
  font-weight: 700;
  color: var(--brown-deep);
}

.ebooks-sidebar-header img {
  height: 12px;
  width: auto;
}

.ebooks-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.ebooks-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--text-brown-soft);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.ebooks-nav-item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

.ebooks-nav-item span {
  flex: 1;
}

.ebooks-nav-item:hover {
  background: rgba(184, 72, 11, 0.06);
  color: var(--brown-deep);
}

.ebooks-nav-item.active {
  border-color: rgba(184, 72, 11, 0.5);
  background: rgba(254, 243, 232, 0.7);
  color: var(--orange-2);
  font-weight: 600;
}

.ebooks-nav-arrow {
  font-size: 13px;
  color: var(--orange-2);
}

/* ── Main content ── */
.ebooks-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 34px;
  font-weight: 700;
  color: var(--brown-deep);
  margin: 0 0 22px;
}

.ebooks-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}

.ebooks-filter {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 18px;
  border: 1px solid rgba(120, 82, 56, 0.3);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.55);
  color: var(--text-muted-dark);
  font-size: 13.5px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.ebooks-filter i {
  font-size: 13px;
}

.ebooks-filter:hover {
  border-color: rgba(184, 72, 11, 0.5);
}

.ebooks-filter.active {
  border-color: var(--orange-2);
  background: rgba(254, 243, 232, 0.85);
  color: var(--orange-2);
  font-weight: 600;
}

.ebooks-filter.active i {
  color: var(--orange-2);
}


.ebook-card {
  display: flex;
  flex-direction: column;
}

.ebook-cover {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 14px 30px rgba(99, 53, 14, 0.18);
  aspect-ratio: 3 / 4;
  background: var(--surface-muted);
}

.ebook-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ebook-view {
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: rgba(30, 20, 12, 0.55);
  color: var(--white);
  font-size: 14px;
  cursor: pointer;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  transition: background 0.2s ease, transform 0.2s ease;
}

.ebook-view:hover {
  background: var(--orange-2);
  transform: scale(1.08);
}

.ebook-name {
  margin: 16px 0 6px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.35;
  color: var(--brown-deep);
}

.ebook-author {
  margin: 0;
  font-size: 13px;
  color: var(--orange-2);
  font-weight: 500;
}

.ebook-card.is-hidden {
  display: none;
}

.ebooks-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 30px;
}

/* ── Center Line for Ebooks Page ── */
.ebooks-center-line {
  margin-top: 0;
  margin-bottom: 0;
}

.ebooks-center-line .center-child {
  height: 1px;
  max-width: 1140px;
  margin: 0 auto;
  background: rgba(45, 22, 7, 0.15);
}

/* ── Trusted Section on Ebooks Page ── */
.ebooks-trust {
  padding-top: 32px;
  padding-bottom: 48px;
}

/* ============================================================
   E-Book Reader Page
   ============================================================ */
body.is-ebook-reader-page .homepage-sections-only,
body.is-ebook-reader-page .hero {
  display: none !important;
}

body.is-ebook-reader-page #ebook-reader-section {
  display: block !important;
}

body.is-ebook-reader-page main {
  background: transparent;
}

.ebook-reader-main {
  min-width: 0;
}

.ebook-reader-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--brown-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 22px;
}

.ebook-reader-back:hover {
  color: var(--orange-mid);
}

.ebook-reader-back i {
  text-decoration: none;
  font-size: 14px;
}

.ebook-reader-title {
  font-family: 'Marcellus', 'Playfair Display', serif;
  font-size: 30px;
  line-height: 1.35;
  color: var(--brown-deep);
  font-weight: 500;
  margin: 0 0 36px;
  overflow-wrap: anywhere;
}

.ebook-reader-title span {
  display: inline;
}

/* ── Stage: prev | book | next ── */
.ebook-reader-stage {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 420px;
}

.ebook-viewport {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  min-width: 0;
  padding: 4px;
}

.ebook-page-img {
  max-width: 100%;
  max-height: 560px;
  height: auto;
  object-fit: contain;
  transform: scale(var(--ebook-zoom, 1));
  transform-origin: center center;
  transition: transform 0.18s ease;
  filter: drop-shadow(0 18px 36px rgba(45, 22, 7, 0.22));
}

/* ── Prev / Next hand buttons ── */
.ebook-nav-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: none;
  background: rgba(181, 101, 29, 0.08);
  color: var(--orange-mid);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.4px;
  padding: 14px 20px;
  border-radius: 14px;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.ebook-nav-btn img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.ebook-nav-btn:hover {
  background: rgba(181, 101, 29, 0.16);
}

.ebook-nav-btn:disabled {
  opacity: 0.4;
  cursor: default;
}

.ebook-nav-btn:disabled:hover {
  background: rgba(181, 101, 29, 0.08);
}

/* ── Bottom control bar ── */
.ebook-controls {
  display: flex;
  align-items: center;
  gap: 16px;
  width: max-content;
  max-width: 100%;
  margin: 30px auto 0;
  padding: 12px 18px;
  background: var(--white);
  border: 1px solid rgba(181, 101, 29, 0.45);
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(45, 22, 7, 0.08);
}

.ebook-zoom-btn {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: none;
  background: var(--brown-deep);
  color: var(--white);
  font-size: 12px;
  cursor: pointer;
  transition: background 0.2s ease;
}

.ebook-zoom-btn:hover {
  background: var(--orange-mid);
}

.ebook-zoom-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 150px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(to right, var(--orange-mid) var(--slider-fill, 40%), rgba(181, 101, 29, 0.25) var(--slider-fill, 40%));
  outline: none;
  cursor: pointer;
}

.ebook-zoom-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange-mid);
  border: 2px solid var(--white);
  box-shadow: 0 1px 4px rgba(45, 22, 7, 0.3);
  cursor: pointer;
}

.ebook-zoom-slider::-moz-range-thumb {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--orange-mid);
  border: 2px solid var(--white);
  cursor: pointer;
}

.ebook-pager {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.ebook-pager-btn {
  border: none;
  background: transparent;
  color: var(--orange-mid);
  font-size: 16px;
  cursor: pointer;
  padding: 2px 4px;
  line-height: 1;
}

.ebook-pager-btn:hover {
  color: var(--brown-deep);
}

.ebook-pager-label {
  font-size: 15px;
  font-weight: 600;
  color: var(--brown-deep);
  min-width: 64px;
  text-align: center;
  letter-spacing: 0.5px;
}

.ebook-fullscreen-btn {
  border: none;
  background: transparent;
  color: var(--brown-deep);
  font-size: 16px;
  cursor: pointer;
  padding: 2px 4px;
}

.ebook-fullscreen-btn:hover {
  color: var(--orange-mid);
}

/* Fullscreen presentation */
.ebook-reader-stage:fullscreen {
  background: var(--page-bg);
  padding: 40px;
}

.ebook-reader-stage:fullscreen .ebook-page-img {
  max-height: 88vh;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .ebooks-page-content {
    padding-top: 28px;
  }

  .ebooks-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .ebooks-layout::after {
    display: none;
  }

  .ebooks-sidebar {
    position: static;
    width: 100%;
  }

  .ebooks-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ebooks-nav-item {
    min-width: 0;
  }

  .ebooks-nav-item span {
    min-width: 0;
  }

  .ebooks-grid {
    grid-template-columns: repeat(2, 1fr);
    max-height: none;
    gap: 28px 22px;
  }

  .ebooks-filters {
    gap: 8px;
  }

  .ebook-reader-title {
    font-size: 24px;
    margin-bottom: 28px;
  }

  .ebook-reader-stage {
    min-height: 360px;
    gap: 12px;
  }

  .ebook-page-img {
    max-height: 470px;
  }

  .ebook-nav-btn span {
    display: none;
  }

  .ebook-nav-btn {
    padding: 12px;
  }

  .ebook-controls {
    flex-wrap: wrap;
    justify-content: center;
    width: min(100%, 520px);
  }
}

@media (max-width: 575.98px) {
  .ebooks-page-content {
    padding-top: 20px;
  }

  .ebooks-layout {
    gap: 20px;
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .ebooks-sidebar-header {
    font-size: 17px;
  }

  .ebooks-nav {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .ebooks-nav-item {
    padding: 10px 12px;
    font-size: 13px;
  }

  .ebooks-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .ebooks-title {
    font-size: 28px;
    margin-bottom: 18px;
  }

  .ebooks-filters {
    margin-bottom: 24px;
  }

  .ebooks-filter {
    padding: 7px 13px;
    font-size: 12.5px;
  }

  .ebook-reader-title {
    font-size: 21px;
    margin-bottom: 22px;
  }

  .ebook-reader-stage {
    min-height: 280px;
    gap: 8px;
  }

  .ebook-page-img {
    max-height: 330px;
  }

  .ebook-nav-btn {
    padding: 9px;
    border-radius: 10px;
  }

  .ebook-nav-btn img {
    width: 18px;
    height: 18px;
  }

  .ebook-controls {
    gap: 10px;
    padding: 10px 12px;
    width: 100%;
    border-radius: 12px;
  }

  .ebook-zoom-btn {
    width: 28px;
    height: 28px;
  }

  .ebook-zoom-slider {
    width: 90px;
  }

  .ebook-pager {
    gap: 6px;
  }

  .ebook-pager-label {
    min-width: 58px;
    font-size: 13.5px;
  }
}


/* ── sections/shakti-knowledge.css ── */
/* ============================================================
   Shakti Knowledge — About 51 Shakti Peeth Page
   Reuses .ebooks-layout / .ebooks-sidebar / .peeth-detail-panel
   ============================================================ */

body.is-shakti-knowledge-page .homepage-sections-only,
body.is-shakti-knowledge-page .hero,
body.is-adi-shakti-page .homepage-sections-only,
body.is-adi-shakti-page .hero {
  display: none !important;
}

body.is-shakti-knowledge-page #shakti-knowledge-section {
  display: block !important;
}

body.is-adi-shakti-page #adi-shakti-section {
  display: block !important;
}

body.is-shakti-knowledge-page main,
body.is-adi-shakti-page main {
  background: transparent;
}

.sk-main {
  min-width: 0;
}

/* ── Back link ── */
.sk-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: var(--brown-deep);
  text-decoration: underline;
  text-underline-offset: 3px;
  margin-bottom: 18px;
}

.sk-back:hover {
  color: var(--orange-mid);
}

.sk-back i {
  text-decoration: none;
  font-size: 14px;
}

/* ── Hero banner ── */
.sk-hero {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  min-height: 250px;
  display: flex;
  box-shadow: 0 14px 30px rgba(45, 22, 7, 0.16);
  margin-bottom: 24px;
}

.sk-hero-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sk-hero-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(40, 18, 5, 0.78) 0%, rgba(40, 18, 5, 0.30) 55%, rgba(40, 18, 5, 0.10) 100%),
    linear-gradient(180deg, rgba(40, 18, 5, 0.05) 40%, rgba(40, 18, 5, 0.70) 100%);
}

.sk-hero-content {
  position: relative;
  z-index: 1;
  align-self: flex-end;
  padding: 28px 32px;
  color: var(--white);
}

.sk-hero-title {
  font-family: 'Marcellus', 'Playfair Display', serif;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--white);
  margin: 0 0 8px;
}

.sk-hero-verse {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.92);
  margin: 0;
  overflow-wrap: anywhere;
}

.sk-hero-info {
  font-size: 15px;
  opacity: 0.85;
  cursor: pointer;
}

/* ── Accordion spacing override for this page ── */
.sk-accordion {
  margin-top: 0;
}

.sk-accordion .peeth-detail-panel {
  border-radius: 10px;
  border-color: rgba(181, 101, 29, 0.30);
  background: rgba(252, 232, 211, 0.7); 
}

.sk-accordion .peeth-detail-panel-title {
  font-size: 22px;
}

.sk-accordion .peeth-detail-panel-content {
  font-size: 14.5px;
  line-height: 1.6;
}

.sk-accordion .peeth-detail-panel-content ul {
  margin: 6px 0 0;
}

.sk-accordion .peeth-detail-panel-content li {
  margin-bottom: 5px;
}

/* ── Closing quote box ── */
.sk-quote {
  margin-top: 26px;
  padding: 20px 28px;
  border: 1px solid rgba(181, 101, 29, 0.45);
  border-radius: 10px;
  background: rgba(252, 232, 211, 0.7);
  text-align: center;
  color: var(--orange-mid);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .sk-main {
    width: 100%;
  }

  .sk-hero {
    min-height: 220px;
    margin-bottom: 20px;
  }

  .sk-hero-content {
    padding: 24px;
  }

  .sk-hero-title {
    font-size: 26px;
  }

  .sk-hero-verse {
    align-items: flex-start;
    font-size: 14.5px;
    line-height: 1.55;
  }

  .sk-accordion .peeth-detail-panel-title {
    font-size: 20px;
  }

  .sk-quote {
    margin-top: 22px;
  }
}

@media (max-width: 575.98px) {
  .sk-back {
    margin-bottom: 14px;
    font-size: 14px;
  }

  .sk-hero {
    min-height: 190px;
    border-radius: 10px;
    margin-bottom: 18px;
  }

  .sk-hero-content {
    padding: 18px;
  }

  .sk-hero-title {
    font-size: 21px;
    line-height: 1.25;
  }

  .sk-hero-verse {
    font-size: 13px;
    gap: 8px;
  }

  .sk-accordion .peeth-detail-panel {
    border-radius: 8px;
    margin-bottom: 12px;
  }

  .sk-accordion .peeth-detail-panel-title {
    padding: 13px 14px;
    font-size: 18px;
    line-height: 1.3;
  }

  .sk-accordion .peeth-detail-panel-title i {
    flex: 0 0 auto;
  }

  .sk-accordion .peeth-detail-panel-content {
    padding: 0 14px 14px;
    font-size: 13.5px;
    overflow-wrap: anywhere;
  }

  .sk-accordion .peeth-detail-panel-content ul {
    padding-left: 18px;
  }

  .sk-quote {
    font-size: 14px;
    padding: 16px;
    margin-top: 18px;
    border-radius: 8px;
  }
}


/* ── sections/gallery-page.css ── */
/* ============================================================
   Gallery Page
   ============================================================ */

body.is-gallery-page .homepage-sections-only,
body.is-gallery-page .hero {
  display: none !important;
}

body.is-gallery-page #gallery-section {
  display: block !important;
}

body.is-gallery-page main {
  background: transparent;
}

.gallery-page-content {
  background: transparent !important;
  min-height: calc(100vh - 132px);
  padding: 40px 0 0;
}

.gallery-layout {
  display: grid;
  grid-template-columns: 268px 1fr;
  gap: 40px;
  align-items: start;
  border-top: 1px solid rgba(45, 22, 7, 0.15);
  padding-top: 30px;
  padding-bottom: 56px;
  position: relative;
}

.gallery-layout::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 288px;
  width: 1px;
  background: rgba(45, 22, 7, 0.15);
}

/* ── Sidebar ── */
.gallery-sidebar {
  position: sticky;
  top: 82px;
  align-self: flex-start;
  height: max-content;
}

.gallery-sidebar-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 19px;
  font-weight: 700;
  color: var(--brown-deep);
}

.gallery-sidebar-header img {
  height: 12px;
  width: auto;
}

.gallery-nav {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.gallery-nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--text-brown-soft);
  font-size: 14px;
  font-weight: 500;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
  text-decoration: none;
}

.gallery-nav-item img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  flex: 0 0 18px;
}

.gallery-nav-item span {
  flex: 1;
}

.gallery-nav-item:hover {
  background: rgba(184, 72, 11, 0.06);
  color: var(--brown-deep);
  text-decoration: none;
}

.gallery-nav-item.active {
  border-color: rgba(184, 72, 11, 0.5);
  background: rgba(254, 243, 232, 0.7);
  color: var(--orange-2);
  font-weight: 600;
}

.gallery-nav-arrow {
  font-size: 13px;
  color: var(--orange-2);
}

/* ── Main content ── */
.gallery-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 34px;
  font-weight: 700;
  color: var(--brown-deep);
  margin: 0 0 30px;
}

/* ── Photo grid ── */
.gallery-photo-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}

.gallery-photo-card {
  display: flex;
  flex-direction: column;
}

.gallery-photo-cover {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(99, 53, 14, 0.14);
  aspect-ratio: 16 / 10;
  background: var(--surface-muted);
}

.gallery-photo-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-photo-cover:hover img {
  transform: scale(1.04);
}

.gallery-photo-badge {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(30, 20, 12, 0.55);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.gallery-photo-label {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--brown-deep);
  text-align: center;
}

.gallery-photo-label.active-label {
  color: var(--orange-2);
}

/* ── Center Line for Gallery Page ── */
.gallery-center-line {
  margin-top: 0;
  margin-bottom: 0;
}

.gallery-center-line .center-child {
  height: 1px;
  max-width: 1140px;
  margin: 0 auto;
  background: rgba(45, 22, 7, 0.15);
}

/* ── Trusted Section on Gallery Page ── */
.gallery-trust {
  padding-top: 32px;
  padding-bottom: 48px;
}

/* ── Responsive ── */
@media (max-width: 767.98px) {
  .gallery-page-content {
    padding-top: 28px;
  }

  .gallery-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 22px;
    padding-bottom: 40px;
  }

  .gallery-layout::after {
    display: none;
  }

  .gallery-sidebar {
    position: static;
    width: 100%;
  }

  .gallery-nav {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .gallery-nav-item {
    min-width: 0;
  }

  .gallery-nav-item span {
    min-width: 0;
  }

  .gallery-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }
}

@media (max-width: 575.98px) {
  .gallery-page-content {
    padding-top: 20px;
  }

  .gallery-layout {
    gap: 20px;
    padding-top: 18px;
    padding-bottom: 28px;
  }

  .gallery-sidebar-header {
    font-size: 17px;
  }

  .gallery-nav {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .gallery-nav-item {
    padding: 10px 12px;
    font-size: 13px;
  }

  .gallery-photo-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .gallery-title {
    font-size: 28px;
    margin-bottom: 22px;
  }

  .gallery-photo-label,
  .gallery-video-label {
    font-size: 16px;
  }
}

/* ── Gallery Photo Card Cursor ── */
.gallery-photo-card {
  cursor: pointer;
}

/* ── Gallery Lightbox Modal ── */
body.gallery-modal-open {
  overflow: hidden !important;
}

.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2050;
  background: rgba(15, 8, 4, 0.94);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              visibility 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.gallery-modal:not([hidden]) {
  display: flex;
}

.gallery-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.gallery-modal-close {
  position: absolute;
  top: 24px;
  right: 24px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--surface-muted);
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 10;
}

.gallery-modal-close:hover {
  background: var(--orange-2);
  border-color: var(--orange-2);
  color: var(--white);
  transform: rotate(90deg);
}

.gallery-modal-container {
  width: 100%;
  max-width: 1000px;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  gap: 18px;
  position: relative;
}

.gallery-modal-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  border-bottom: 1px solid rgba(243, 230, 210, 0.12);
  padding-bottom: 10px;
}

.gallery-modal-title {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 22px;
  font-weight: 700;
  color: var(--surface-muted);
  margin: 0;
  letter-spacing: 0.3px;
}

.gallery-modal-counter {
  font-size: 13px;
  color: rgba(243, 230, 210, 0.6);
  font-weight: 500;
  font-variant-numeric: tabular-nums;
}

.gallery-modal-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.gallery-modal-slide-wrapper {
  width: 100%;
  aspect-ratio: 16 / 9;
  max-height: 58vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #080402;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.5);
  border: 1px solid rgba(243, 230, 210, 0.08);
}

.gallery-modal-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  opacity: 0;
  transform: scale(0.96);
  transition: opacity 0.25s ease, transform 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.gallery-modal-image.is-loaded {
  opacity: 1;
  transform: scale(1);
}

.gallery-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(15, 8, 4, 0.7);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: var(--surface-muted);
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
  z-index: 5;
}

.gallery-modal-arrow:hover {
  background: var(--orange-2);
  border-color: var(--orange-2);
  color: var(--white);
}

.gallery-modal-arrow.prev {
  left: -25px;
}

.gallery-modal-arrow.next {
  right: -25px;
}

.gallery-modal-thumbnails {
  display: flex;
  justify-content: center;
  gap: 10px;
  overflow-x: auto;
  padding: 6px 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(184, 72, 11, 0.4) transparent;
}

.gallery-modal-thumbnails::-webkit-scrollbar {
  height: 4px;
}

.gallery-modal-thumbnails::-webkit-scrollbar-thumb {
  background: rgba(184, 72, 11, 0.4);
  border-radius: 2px;
}

.gallery-thumb-item {
  width: 68px;
  height: 45px;
  border-radius: 6px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  opacity: 0.45;
  transition: all 0.2s ease;
  flex-shrink: 0;
  background: #100a06;
}

.gallery-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-thumb-item:hover {
  opacity: 0.75;
}

.gallery-thumb-item.is-active {
  opacity: 1;
  border-color: var(--orange-2);
  transform: translateY(-2px);
}

/* Responsive Overrides */
@media (max-width: 1080px) {
  .gallery-modal-arrow.prev {
    left: 15px;
  }
  .gallery-modal-arrow.next {
    right: 15px;
  }
}

@media (max-width: 767.98px) {
  .gallery-modal-close {
    top: 16px;
    right: 16px;
    width: 40px;
    height: 40px;
    font-size: 18px;
  }

  .gallery-modal-container {
    padding: 0 16px;
    gap: 14px;
  }

  .gallery-modal-title {
    font-size: 18px;
  }

  .gallery-modal-arrow {
    width: 42px;
    height: 42px;
    font-size: 14px;
  }

  .gallery-thumb-item {
    width: 56px;
    height: 38px;
  }
}

@media (max-width: 575.98px) {
  .gallery-modal-arrow {
    background: rgba(15, 8, 4, 0.85);
  }
  .gallery-modal-arrow.prev {
    left: 8px;
  }
  .gallery-modal-arrow.next {
    right: 8px;
  }
  .gallery-modal-slide-wrapper {
    aspect-ratio: 4 / 3;
  }
}

/* ============================================================
   Video Gallery Styles
   ============================================================ */
.gallery-video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 24px;
}

.gallery-video-card {
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

.gallery-video-cover {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(99, 53, 14, 0.14);
  aspect-ratio: 16 / 10;
  background: var(--surface-muted);
}

.gallery-video-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.gallery-video-cover:hover img {
  transform: scale(1.04);
}

.gallery-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(184, 72, 11, 0.85);
  border: 2.5px solid var(--white);
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  transition: all 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.35);
  padding-left: 3px; /* Visual balance for play arrow */
  z-index: 2;
}

.gallery-video-card:hover .gallery-video-play-btn {
  background: var(--orange-2);
  transform: translate(-50%, -50%) scale(1.1);
  box-shadow: 0 6px 22px rgba(184, 72, 11, 0.5);
}

.gallery-video-duration {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 4px;
  background: rgba(30, 20, 12, 0.7);
  color: var(--white);
  font-size: 11px;
  font-weight: 600;
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 2;
}

.gallery-video-label {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--brown-deep);
  text-align: center;
  transition: color 0.2s ease;
}

.gallery-video-card:hover .gallery-video-label {
  color: var(--orange-2);
}

@media (max-width: 767.98px) {
  .gallery-video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 18px;
  }
}

@media (max-width: 575.98px) {
  .gallery-video-grid {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* Header and hero positioning for the 1920px desktop comp. */
.site-header {
  position: relative;
  z-index: 100;
}

.hero {
  position: relative;
  overflow: hidden;
  color: var(--white);
  margin-top: calc(-1 * var(--site-header-offset));
  padding-top: var(--site-header-offset);
}

.hero::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 924px;
  opacity: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 1.24%, rgba(0, 0, 0, 0) 22.12%, rgba(0, 0, 0, 0.92) 84.74%);
}

@media (max-width: 1359.98px) {
  .hero::before {
    top: 0;
    height: 100%;
  }
}

.site-header .topbar,
.site-header .navbar-custom,
.hero-content,
.live-card {
  position: relative;
  z-index: 2;
}

.topbar {
  display: flex;
  align-items: center;
}

.brand {
  display: inline-flex;
  align-items: center;
  color: var(--white);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 18px;
  font-weight: 700;
}

.brand img {
  border-radius: 0;
}

.login {
  color: var(--white);
  font-weight: 800;
}

.live-card {
  position: absolute;
  right: max(32px, calc((100vw - var(--content)) / 2));
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 18px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
}

.live-card strong,
.live-card a,
.view360,
.today-at-shakti-item small {
  display: inline-flex;
  align-items: center;
}

.view360 {
  flex-direction: column;
  gap: 3px;
  font-size: 11px;
  letter-spacing: .08em;
}

/* Today at Shakti Dham floats upward over the hero like the design card. */
.today-at-shakti-card {
  transform: translateY(-12px);
  margin-bottom: -12px;
  background: var(--panel);
  box-shadow: var(--shadow);
  border: 2px solid #d6833691 !important;
}

.today-at-shakti-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  min-height: 86px;
  padding: 0 20px;
  border-right: 0;
}

.today-at-shakti-item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(214, 132, 54, 0.16) 16%,
      rgba(214, 132, 54, 0.78) 50%,
      rgba(214, 132, 54, 0.16) 84%,
      transparent 100%);
  pointer-events: none;
}

.section {
  background: transparent;
}

/* Shared section titles use image flourishes rather than CSS-only lines. */
.section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 0 0 28px;
  text-align: center;
}

/* .section-title::before,
.section-title::after {
  content: "";
  width: 90px;
} */

.section-subtitle {
  margin: -18px 0 28px;
  text-align: center;
}

.festival-card {
  position: relative;
  height: 100%;
  overflow: hidden;
  border: none;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.festival-card span {
  position: absolute;
  z-index: 2;
}

.festival-card img,
.photo-grid img,
.yatra img {
  width: 100%;
  object-fit: cover;
}

.explore-tabs,
.icon-grid,
.service-grid,
.event-grid,
.photo-grid,
.footer-grid {
  display: grid;
}

.explore-tabs {
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  border: 1px solid var(--line);
  border-bottom: 0;
}

.explore-tabs button {
  border: 0;
  border-right: 1px solid var(--line);
  font-weight: 800;
}

.explore-tabs button:last-child:not(.active) {
  border-right: 0;
}

.explore-photo {
  width: 100%;
  object-fit: cover;
}

.icon-grid {
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
  text-align: center;
}

.stay-card,
.trust-card {
  display: flex;
  align-items: center;
  gap: 28px;
}

.event-grid {
  grid-template-columns: repeat(2, 1fr);
}

.photo-grid {
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  text-align: center;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.footer-grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}



.btn-brand,
.btn-glass,
.btn-outline-brand {
  min-height: 40px;
  border-radius: 999px;
  letter-spacing: .01em;
}

.btn-brand {
  background: linear-gradient(180deg, #e77724 0%, #bc4512 100%);
  box-shadow: 0 10px 20px rgba(157, 63, 17, .28), inset 0 1px 0 rgba(255, 255, 255, .24);
}

.btn-brand:hover,
.btn-glass:hover,
.btn-outline-brand:hover {
  color: inherit;
}

.hero {
  min-height: 850px;
  background:
    url('../assets/hero/hero-shakti-peeth.svg') center 50px / 120% auto no-repeat,
    #120905 url('../assets/hero/hero-bg.png') center 50px / 120% auto no-repeat;
}


.topbar {
  height: 43px;
  border-bottom: 1px solid rgba(160, 96, 33, .14);
  background:
    url('../assets/bg/topbar-bg.png') center top / cover no-repeat,
    #fbead4;
  color: #5a3a1c;
  font-size: 12.5px;
}

.topbar .container-xl {
  height: 100%;
}

.topbar-ticker {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
}

.marquee-wrapper {
  overflow: hidden;
  white-space: nowrap;
  flex: 1;
  position: relative;
}

.marquee-content {
  display: flex;
  align-items: center;
  gap: 16px;
  animation: scroll-left 25s linear infinite;
  min-width: max-content;
}

.marquee-content:hover {
  animation-play-state: paused;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}


.topbar-actions {
  flex: 0 0 auto;
  gap: 12px !important;
  margin-left: 26px;
  padding-left: 0;
}

.topbar-pill {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  height: 30px;
  padding: 0 7px;
  margin-right: 7px;
  border: 0;
  border-radius: 5px 0 0 5px;
  background: var(--white);
  color: #EB7E00;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 12.5px;
  line-height: 100%;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.topbar-pill::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  width: 15px;
  height: 100%;
  background: var(--white);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
}

.topbar-pill i {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  display: inline-grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(235, 126, 0, 0.2);
  font-size: 0;
}

.topbar-pill i::before {
  content: "";
  width: 6px;
  height: 6px;
  display: block;
  border-radius: 50%;
  background: #EB7E00;
}

.topbar-news {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #5a3a1c;
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-size: 13.5px;
  line-height: 1.2;
  letter-spacing: 0;
  white-space: nowrap;
  text-decoration: none;
}

.topbar-news span {
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
}

.topbar-news i,
.topbar-news svg {
  font-size: 10px;
  color: var(--brown-card);
  text-decoration: none;
  display: inline-block;
}

.topbar-news:hover {
  color: #b14e16;
}

.topbar-sep {
  color: #eb8713;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.topbar-icon,
.topbar-lang {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  height: 30px;
  padding: 0 12px;
  border: 0.5px solid rgba(184, 72, 11, 1);
  border-radius: 999px;
  background: transparent;
  color: var(--brown-card);
  font-size: 12px;
  font-weight: 700;
  position: relative;
}

.topbar-icon {
  margin-right: 4px;
}

.topbar-lang-wrapper {
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 4px;
}

.topbar-lang {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: 30px;
  padding: 0 14px !important;
  border: 0.5px solid rgba(184, 72, 11, 1) !important;
  border-radius: 999px !important;
  background: transparent !important;
  color: var(--brown-card);
  font-family: 'Hind', sans-serif !important;
  font-weight: 500 !important;
  cursor: pointer;
  width: auto !important;
}

.topbar-lang i {
  font-size: 10px;
  color: var(--brown-card);
  margin-left: 2px;
}

.topbar-lang.dropdown-toggle::after {
  display: none !important;
}

.lang-dropdown-menu {
  background: var(--white)bf5 !important;
  border: 1px solid #ced4da !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
  min-width: 100px !important;
  padding: 4px 0 !important;
  margin-top: 6px !important;
  z-index: 1050 !important;
}

.lang-dropdown-menu .dropdown-item {
  font-family: 'Hind', sans-serif !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: var(--brown-card) !important;
  padding: 6px 16px !important;
}

.lang-dropdown-menu .dropdown-item:hover {
  background: var(--surface-warm) !important;
  color: var(--orange-2) !important;
}

.lang-dropdown-menu .dropdown-item.active {
  background: var(--orange-2) !important;
  color: var(--white) !important;
}

.topbar-icon::after,
.topbar-lang-wrapper::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -22px;
  width: 28px;
  height: 0;
  border-top: 1px solid;
  border-image-source: linear-gradient(90deg, rgba(235, 126, 0, 0) 0%, rgba(235, 126, 0, 0.8) 50%, rgba(235, 126, 0, 0) 100%);
  border-image-slice: 1;
  pointer-events: none;
  transform: translateY(-50%) rotate(90deg);
}

.topbar-icon {
  width: 30px;
  justify-content: center;
  padding: 0;
}

.topbar-social {
  width: 21px;
  height: 21px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: transparent;
}

.topbar-social img {
  width: 21px;
  height: 21px;
  display: block;
  transition: filter 0.2s ease;
}

.topbar-social:hover img {
  filter: brightness(0) saturate(100%) invert(37%) sepia(91%) saturate(2206%) hue-rotate(6deg) brightness(91%) contrast(92%);
}

.navbar-custom {
  position: relative;
  z-index: 100;
  padding: 14px 0;
}

.navbar-custom .container-xl {
  position: relative;
  min-height: 56px;
}

.navbar-custom .container-xl::after {
  content: "";
  position: absolute;
  right: 24px;
  bottom: -5px;
  left: 94px;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, .22) 12%, rgba(255, 255, 255, .22) 88%, transparent);
}

.brand {
  gap: 12px;
}

.brand img {
  width: 60px;
  height: 60px;
  border: none;
  /* box-shadow: 0 8px 18px rgba(0, 0, 0, .28); */
  object-fit: contain;
}

.nav-links {
  gap: 24px;
  font-family: 'Hind', sans-serif !important;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.nav-links a i {
  /* margin-left: 2px; */
  font-size: 12px;
  font-weight: 700;
  opacity: .8;
}

.nav-links a {
  position: relative;
  color: var(--white);
  font-family: 'Hind', sans-serif !important;
}

.nav-links a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 2px;
  transform: scaleX(0);
  transform-origin: center;
  background: var(--gold);
  transition: transform .18s ease;
}

.login {
  color: rgba(255, 246, 226, .92);
  font-family: 'Hind', sans-serif;
  font-size: 14.5px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.login:hover {
  color: var(--white);
}

.nav-links a:hover::after {
  transform: scaleX(1);
}

.nav-dropdown-wrapper {
  position: relative;
}

.nav-dropdown-wrapper .dropdown-trigger i {
  display: inline-block;
  transition: transform 0.25s ease !important;
}

.nav-dropdown-wrapper.open .dropdown-trigger i {
  transform: rotate(180deg) !important;
}


.nav-donate {
  min-height: 38px;
  padding-inline: 18px;
}

.live-card {
  top: 220px;
  width: 230px;
  border-color: rgba(255, 226, 171, .22);
  background: rgba(40, 45, 30, .55);
  box-shadow: 0 20px 34px rgba(0, 0, 0, .24);
  padding: 16px;
}

.live-card strong {
  width: fit-content;
  padding: 6px 12px;
  border-radius: 999px;
  background: #ff4033;
  color: var(--white);
  font-size: 11px;
  font-weight: 700;
  border: none;
}

.live-dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--white);
  margin-right: 6px;
  vertical-align: middle;
  box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.4);
}

.live-card h3 {
  margin-top: 12px;
  color: var(--white);
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 800;
  line-height: 1.18;
}

.live-card p {
  color: #ffcc00;
  font-size: 12px;
  margin-top: 4px;
  font-weight: 500;
}

.live-card a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 8px;
  margin-top: 12px;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  color: var(--white);
}

.hero-content {
  max-width: 980px;
  margin-top: 480px;
}

.mantra-trishul {
  display: block;
  width: 28px;
  height: 28px;
  margin: 0 auto 4px;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.6));
}

.mantra {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: var(--white);
  font-family: 'Tiro Devanagari Hindi', serif;
  font-size: 14px;
  letter-spacing: 1px;
}

.mantra span {
  width: 54px;
  height: 1px;
  background: linear-gradient(90deg, transparent, #f0bc66);
}

.mantra span:last-child {
  background: linear-gradient(90deg, #f0bc66, transparent);
}

.hero h1 {
  color: #fbf6ec;
  font-size: clamp(35px, 2.55vw, 48px);
  font-weight: 400;
  line-height: 1.18;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
}

.hero h1 em {
  color: #f1912e;
  text-shadow: 0 8px 22px rgba(0, 0, 0, .55);
}

.btn-glass {
  border-color: rgba(255, 255, 255, .82);
  background: rgba(0, 0, 0, .23);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22);
  text-decoration: none;
}

.btn-glass span {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.view360 {
  min-width: 62px;
  color: var(--white);
  cursor: pointer;
  transition: opacity 0.2s ease, color 0.2s ease;
}

.view360 i {
  width: 32px;
  height: 32px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 10px;
  background: rgba(0, 0, 0, .35);
  font-size: 15px;
}

.hero-actions .btn-glass,
.hero-actions .btn-brand-brown {
  min-height: 36px;
  padding: 10px 18px;
  font-size: 14px;
}

.hero-actions .view360 span {
  font-size: 12px;
  line-height: 1.1;
}



.today-at-shakti-dham {
  position: relative;
  padding-bottom: 24px;
  background: linear-gradient(180deg, #080604 0 28px, transparent 28px);
}

.today-at-shakti-card {
  position: relative;
  max-width: var(--content);
  margin-inline: auto;
  padding: 20px 56px 14px;
  border: 1px solid rgba(214, 132, 54, .24);
  border-radius: 8px;
  background: rgba(252, 233, 214, 1);
}

.today-at-shakti-arrow,
.carousel-arrow {
  position: absolute;
  z-index: 3;
  display: grid;
  place-items: center;
  border: 0;
  color: var(--white);
  background: var(--orange-burn);
  box-shadow: 0 7px 15px rgba(137, 56, 12, .28);
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.today-at-shakti-arrow {
  top: 50% !important;
  width: 64px !important;
  height: 64px !important;
  transform: translateY(-50%) rotate(45deg) !important;
  background-color: #fce9d6 !important;
  border: 1px solid rgba(214, 132, 54, 0.8) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;

  z-index: 10 !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.today-at-shakti-arrow i {
  display: none !important;
}

.today-at-shakti-arrow::before {
  content: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 64px;
  background: rgba(214, 132, 54, .24);
  transform: translate(-50%, -50%) rotate(-45deg);
  pointer-events: none;
}

.today-at-shakti-arrow--left {
  left: -32px !important;
  border-top: none !important;
  border-right: none !important;
  border-bottom-left-radius: 8px !important;
}

.today-at-shakti-arrow--right {
  right: -32px !important;
  border-bottom: none !important;
  border-left: none !important;
  border-top-right-radius: 8px !important;
}

.today-at-shakti-card h2 {
  color: var(--brown-rich);
  font-size: 31px;
  margin-bottom: 0;
}

.today-at-shakti-card h2 em {
  color: rgba(235, 126, 0, 1);
}

.live-updates-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background-color: #ff4d4d;
  color: white;
  font-size: 13px;
  font-weight: 600;
  padding: 0 14px;
  height: 28px;
  line-height: 1;
  border-radius: 9999px;
  font-family: Inter, sans-serif;
  letter-spacing: 0.2px;
  white-space: nowrap;
}

.live-updates-pill .pulse-dot {
  width: 6px !important;
  height: 6px !important;
  flex: 0 0 6px !important;
  background-color: white !important;
  border-radius: 50% !important;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.4) !important;
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: content-box !important;
  aspect-ratio: 1/1 !important;
}

.today-at-shakti-item small {
  color: var(--orange-2);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 2px;
  font-family: 'Tiro Devanagari Hindi', serif;
}

.today-label-icon {
  width: 16px;
  height: 16px;
  object-fit: contain;
  flex-shrink: 0;
}

.today-at-shakti-item small i {
  color: var(--orange);
}

.today-at-shakti-item small .today-marker {
  flex: 0 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  background: var(--orange-tan);
}

.today-at-shakti-item small .today-marker--live {
  background: #d0421a;
}

.today-at-shakti-item strong {
  color: #2c1407;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 6px;
  margin-top: 6px;
}

.today-at-shakti-item p {

  color: var(--text-body);

  font-size: 11px;
  margin: 0;
}

.btn-brand-brown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--orange-flame);
  color: white;
  padding: 13px 30px;
  border-radius: 999px;
  font-size: 15px;
  font-weight: 500;
  /* margin-top: 8px; */
  box-shadow: 0 4px 16px rgba(185, 75, 21, 0.3);
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-brand-brown:hover {
  background: #9a3d0d;
  color: var(--white);
  box-shadow: 0 8px 22px rgba(154, 61, 13, 0.38);
}

.schedule-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--orange);
  font-size: 14px;
  font-weight: 600;
}

.schedule-link:hover {
  color: #9a3d0d;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.section {
  padding: 24px 0;
}

@media (min-width: 1440px) {
  .homepage-sections-only>.section {
    padding-left: 0;
    padding-right: 0;
  }
}

.section-title {
  position: relative;
  color: #301709;
  font-size: 36px;
}

.section-title::before,
.section-title::after {
  content: "";
  width: 151px;
  height: 22px;
  display: block;
  background: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.section-title::before {
  background-image: url('../assets/festivals/section-arrow.svg');
}

.section-title::after {
  background-image: url('../assets/festivals/section-arrow.svg');
  transform: scaleX(-1);
}

.section-carousel {
  position: relative;
}

.carousel-arrow {
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-arrow--left {
  left: -60px;
}

.carousel-arrow--right {
  right: -60px;
}

#festCardsRow {
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-snap-type: x mandatory;
  padding-bottom: 30px;
}

#festCardsRow::-webkit-scrollbar {
  display: none;
}

#festCardsRow .col-6 {
  scroll-snap-align: start;
}

/* Festival cards use real image assets with the Figma countdown badge overlay. */
.festival-card {
  border: 0.5px solid rgba(235, 126, 0, 1);
  border-radius: 8px;
  background: rgba(252, 232, 211, 0.7);
  display: flex;
  flex-direction: column;
}

.festival-card span {
  top: 0;
  left: 16px;
  width: 36px;
  height: 62px;
  min-height: 0;
  padding: 7px 3px 14px;
  background-image: url('../assets/festivals/festival-badge.png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: none;
  border: 0;
  font-size: 12px;
  line-height: 1.15;
  text-align: center;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: inherit;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
  box-shadow: none;
}

.festival-card img {
  height: 180px;
  width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: cover;
}

.festival-card-body {
  padding: 20px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.festival-card h3 {
  margin-top: 0;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 22px;
  color: var(--brown-rich);
  margin-bottom: 8px;
}

.festival-card p {
  font-family: 'Hind', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: var(--brown-rich);
  margin-bottom: 16px;
}

/* Explore panel combines Bootstrap columns with custom tabs and stat pills. */
.explore {
  padding-top: 48px;
}

.updates {
  padding-top: 48px;
}

.core {
  padding-top: 48px;
}

@media (min-width: 1440px) {
  .explore {
    padding-top: 0;
  }

  .updates {
    padding-top: 0;
  }

  .core {
    padding-top: 0;
  }
}

input,
button,
select,
textarea {
  font-family: inherit;
}

.explore-tabs {
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  position: relative;
  z-index: 2;
  border: none;
  background: none !important;
  padding-left: 0;
}

.explore-tabs button {
  border: none;
  background: transparent !important;
  color: #7a7a7a;
  font-family: 'Hind', sans-serif !important;
  font-size: 15px;
  font-weight: 600;
  padding: 16px 48px;
  border-radius: 12px 12px 0 0;
  border: 1px solid transparent;
  border-bottom: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 76px;
  position: relative;
  transition: all 0.2s ease;
}

.explore-tabs button:hover {
  color: var(--orange);
}

.explore-tabs button:hover img {
  opacity: 1;
  filter: none;
}

.explore-tabs button img {
  width: 22px;
  height: 22px;
  object-fit: contain;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.2s ease;
}

.explore-tabs .active {
  background: var(--surface-warm) !important;
  border: 1px solid var(--border-gold);
  border-bottom: none;
  border-radius: 12px 12px 0 0;
  color: var(--orange) !important;
  font-weight: 600;
}

.explore-tabs .active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -16px;
  width: 16px;
  height: 16px;
  background: transparent;
  border-bottom-right-radius: 16px;
  border-bottom: 1px solid var(--border-gold);
  border-right: 1px solid var(--border-gold);
  box-shadow: 16px 16px 0 16px var(--surface-warm);
  z-index: 3;
}

.explore-tabs .active::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -16px;
  width: 16px;
  height: 16px;
  background: transparent;
  border-bottom-left-radius: 16px;
  border-bottom: 1px solid var(--border-gold);
  border-left: 1px solid var(--border-gold);
  box-shadow: -16px 16px 0 16px var(--surface-warm);
  z-index: 3;
}

@media (max-width: 991.98px) {

  .explore-tabs .active::before,
  .explore-tabs .active::after {
    display: none !important;
  }
}

.explore-tabs .active img {
  opacity: 1 !important;
  filter: invert(39%) sepia(85%) saturate(1915%) hue-rotate(360deg) brightness(93%) contrast(93%) !important;
}

.explore-panel {
  position: relative;
  z-index: 1;
  border-radius: 12px;
  border: 1px solid var(--border-gold);
  background: var(--surface-warm) !important;
  padding: 24px;
}

.explore-photo-frame {
  position: relative;
  margin: 0;
  padding: 0;
  border-radius: 12px;
  background: transparent;
  box-shadow: none;
}

.explore-photo {
  height: 340px;
  width: 100%;
  object-fit: cover;
  border: 0;
  border-radius: 12px;
}

.eyebrow {
  display: block;
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 600;
  color: var(--orange);
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.explore-panel h3 {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 34px;
  font-weight: 600;
  color: var(--brown-rich);
  margin: 0 0 6px;
}

.accent-line {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: var(--text-brown-mid);
  font-weight: 600;
  margin-bottom: 10px;
}

.divider-line {
  height: 1px;
  background: var(--border-gold);
  width: 100%;
  margin-bottom: 15px;
}

.copy {
  font-size: 15px;
  color: var(--text-brown-mid);
  line-height: 1.6;
  margin-bottom: 14px;
}

.stat-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.stat-grid span {
  display: flex;
  align-items: center;
  gap: 9px;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid var(--gold-border);
  border-radius: 5px;
  background: var(--white)9ef;
  color: var(--orange-dark);
  font-size: 12px;
  font-weight: 800;
}

.stat-grid i {
  color: var(--orange);
  font-size: 18px;
}

.stat-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 30px;
}

.stat-pills span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 10px 18px;
  border: 1px solid var(--border-gold);
  border-radius: 8px;
  background: transparent;
  color: var(--orange-burn);
  font-size: 14px;
  font-weight: 600;
}

.stat-pills span img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

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

.btn-brand-brown {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: #b54a10;
  color: var(--white);
  border-radius: 999px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 16px rgba(181, 74, 16, 0.2);
}

.btn-outline-brand {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  border: 1px solid var(--orange-burn);
  color: var(--orange-burn);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
  background: transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.btn-outline-brand .ic-360 {
  /* Tint the PNG icon to match the button text color (var(--orange-burn)) */
  filter: brightness(0) saturate(100%) invert(28%) sepia(82%) saturate(1600%) hue-rotate(15deg) brightness(95%) contrast(95%);
}

.campus-map {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: var(--brown-rich);
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin-left: auto;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.campus-map:hover {
  color: var(--orange);
  opacity: 0.92;
}

.campus-map span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.campus-map span img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}



.parikrama-card {
  position: relative;

  border-radius: 8px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.75);
  background: url('../assets/bg/parikrama-bg.png') center 50% / cover no-repeat;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.17);
}

.parikrama-card::before {
  content: "";
  position: absolute;
  inset: 18px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  border-radius: 4px;
  pointer-events: none;
  z-index: 1;
}

.parikrama-card::after {
  content: "";
  position: absolute;
  top: -16px;
  left: -24px;
  right: -24px;
  bottom: -32px;
  background: url('../assets/bg/parikrama-overlay.svg') center / 100% 100% no-repeat;
  pointer-events: none;
  z-index: 1;
}

.parikrama-card-content {
  position: relative;
  z-index: 2;
  padding: 56px 96px 58px;
  text-align: center;
}

.parikrama-card h2 {
  margin-bottom: 6px;
  color: var(--white);
  font-size: 36px;
  font-family: 'Tiro Devanagari Hindi';
  font-weight: 500;
  line-height: 1.1;
}

.parikrama-card h2 em {
  font-style: italic;
  color: var(--orange-border);
}

.parikrama-card p {
  color: var(--white);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
  margin-bottom: 0;
}

.parikrama-steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  max-width: 900px;
  margin-top: 28px;
  margin-left: auto;
  margin-right: auto;
  border-top: 0;
  border-bottom: 0;
}

.parikrama-steps::before,
.parikrama-steps::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(214, 132, 54, 0.2) 20%,
      rgba(214, 132, 54, 0.8) 50%,
      rgba(214, 132, 54, 0.2) 80%,
      transparent 100%);
  pointer-events: none;
}

.parikrama-steps::before {
  top: 0;
}

.parikrama-steps::after {
  bottom: 0;
}

.parikrama-steps article {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-height: 82px;
  padding: 12px 18px;
  border-right: 0;
}

.parikrama-steps article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 18px;
  right: 0;
  bottom: 18px;
  width: 1px;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(214, 132, 54, 0.2) 16%,
      rgba(214, 132, 54, 0.8) 50%,
      rgba(214, 132, 54, 0.2) 84%,
      transparent 100%);
  pointer-events: none;
}

.parikrama-steps b {
  width: 48px;
  height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border: 1px solid rgba(214, 132, 54, 0.6);
  border-radius: 50%;
  color: var(--orange-border);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 0;
  transform: translateY(-0.09em);
}

.parikrama-steps span {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  background: transparent;
  color: var(--white);
  text-align: left;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 21px;
  font-weight: 500;
  line-height: 1.12;
}

.parikrama-steps small {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 5px;
  color: #d1d1d1;
  font-family: Inter, system-ui, sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.parikrama-path-icon {
  width: 14px;
  height: 14px;
  object-fit: contain;
  opacity: 0.9;
}

@media (max-width: 1439.98px) {
  .core {
    padding-top: 54px;
  }
}

.icon-grid article {
  position: relative;
}

.core-grid article,
.service-grid article {
  padding: 0 10px;
}

.core-grid {
  position: relative;
}

/* .core-grid::before,
.core-grid::after {
  content: "";
  position: absolute;
  top: -26px;
  width: 150px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: .7;
  pointer-events: none;
} */

/* .core-grid::before {
  left: 0;
  background-image: url('../assets/core/wave-left.png');
}

.core-grid::after {
  right: 0;
  background-image: url('../assets/core/wave-right.png');
} */

.core-grid article,
.service-grid article {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  border-right: 0;
  margin-bottom: 32px;
}

.core-grid article:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 1px;
  background: linear-gradient(180deg,
      transparent 0%,
      rgba(214, 132, 54, 0.14) 14%,
      rgba(214, 132, 54, 0.85) 50%,
      rgba(214, 132, 54, 0.14) 86%,
      transparent 100%);
  pointer-events: none;
}

.core-grid img,
.service-grid img {
  /* width: 180px;*/
  height: 140px;
  background: transparent;
  object-fit: contain;
}

.round-arrow {
  width: 32px;
  height: 32px;
  display: inline-grid;
  place-items: center;
  margin: 5px auto 0;
  border-radius: 50%;
  background: var(--orange);
  color: var(--white);
  font-size: 12px;
  box-shadow: none;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.round-arrow:hover {
  background: var(--orange-flame);
  color: var(--white);
  box-shadow: 0 4px 12px rgba(185, 75, 21, 0.35);
}

.core-grid h3 {
  margin-top: -15px;
}

.core-grid h3,
.service-grid h3 {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 22px;
  font-weight: 500;
  color: var(--brown-rich);
  margin-bottom: 2px;
}

.core-grid p,
.service-grid p {
  color: rgba(20, 21, 22, 1);
  font-size: 14px;
  margin-bottom: 14px;
}

.service-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  color: var(--orange);
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 16px;
}

.service-pill--live {
  flex-direction: column;
  gap: 2px;
}

.service-pill--live small {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--orange);
}

.service-pill--live .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e73626;
}

.core-grid article h3,
.core-grid article p,
.core-grid article .round-arrow i {
  transition: all 0.3s ease;
}

.core-grid article:hover h3,
.core-grid article:hover p {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: rgba(214, 90, 23, 0.4);
}

.stay-card h3 {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 28px;
  color: var(--brown-rich);
  margin-bottom: 4px;
}

.stay-card-sub {
  font-family: Inter, system-ui, sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: var(--brown-rich);
}

.stay-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 14px 0 16px;
}

.stay-tags span {
  padding: 6px 12px;
  border: 1px solid var(--orange);
  border-radius: 4px;
  color: var(--orange);
  font-size: 13px;
  font-weight: 500;
  background: rgba(255, 240, 223, 1);
}

.stay-card-note {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(20, 21, 22, 1);
  margin-bottom: 16px;
}

.stay-card-note .dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--orange);
}

.stay-card {
  min-height: 186px;
  overflow: hidden;
  border: 1px solid #e5c08c;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(247, 229, 199, .55), rgba(247, 229, 199, .35)),
    url('../assets/bg/stay-bg.png') center / cover no-repeat,
    #f7e5c7;
}

.stay-card>img {
  width: 320px;
  height: 100%;
  min-height: 186px;
  object-fit: contain;
  object-position: left center;
  mix-blend-mode: multiply;
}

.btn-brand-brown {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 20px;
  background: #bc500f;
  color: var(--white);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  border: none;
  box-shadow: 0 8px 16px rgba(188, 80, 15, 0.25);
}

.service-grid article .btn-brand-brown {
  margin-top: auto;
}

.service-grid .service-icon {
  width: 104px;
  height: 104px;
  display: grid;
  place-items: center;
  margin: 0 auto 12px;
  border: 1px solid #efc990;
  border-radius: 50%;
  background:
    radial-gradient(circle at 35% 30%, var(--white)2cf, #de7b25 56%, #8a320f 100%);
  color: var(--white)8e9;
  font-size: 36px;
  box-shadow: 0 14px 25px rgba(132, 58, 13, .18);
}

.column-title {
  display: flex;
  align-items: center;
  gap: 11px;
}

.column-title::before {
  content: "";
  width: 42px;
  height: 2px;
  background: var(--orange);
}

/* Updates Section Specifics */
.updates .row {
  position: relative;
}

@media (min-width: 992px) {
  .updates .row::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #e0e0e0;
  }
}

.updates .column-title {
  display: block;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 26px;
  font-weight: 500;
  color: var(--brown-rich);
  margin-bottom: 18px;
}

.updates .column-title::before {
  display: none;
}

.updates .column-title em {
  font-style: italic;
  color: var(--orange);
}

/* News List */
.news-list {
  display: flex;
  flex-direction: column;
}

.news-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 18px 0;
}

.news-item h3 {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 17px;
  font-weight: 500;
  color: var(--brown-rich);
  margin-bottom: 0;
  transition: color 0.2s ease;
}

.news-item p {
  font-size: 13px;
  color: rgba(20, 21, 22, 1);
  margin-bottom: 6px;
  line-height: 1.4;
}

.news-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 11px;
}

.news-meta .tag {
  display: inline-flex;
  align-items: center;
  padding: 4px 8px;
  border-radius: 4px;
  border: 1px solid var(--orange);
  color: var(--orange);
  font-family: 'Hind', sans-serif !important;
  font-weight: 500 !important;
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 100% !important;
  letter-spacing: 0% !important;
  background: transparent;
}

.news-date {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: rgba(20, 21, 22, 1);
}

.news-date .dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--orange);
}

/* Event Grid */
.event-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.event-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid #f2cfb3;
  padding: 16px;
}

.event-card .event-ico {
  width: 34px;
  height: 34px;
  margin-bottom: 12px;
}

.event-card .event-ico img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.event-card h3 {
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
  font-weight: 500;
  color: var(--brown-rich);
  margin-bottom: 0;
  line-height: 1.3;
}

.event-card p {
  font-size: 13px;
  color: rgba(20, 21, 22, 1);
  line-height: 1.4;
  margin-bottom: auto;
  /* push footer to bottom */
}

.event-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
  font-size: 12px;
  color: rgba(20, 21, 22, 1);
}

.event-foot i {
  color: var(--text-brown-mid);
  margin-right: 4px;
}

.event-foot a {
  color: var(--orange);
  text-decoration: underline;
  font-weight: 600;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease;
}

.photo-grid article {
  position: relative;
  overflow: hidden;
  border: 1px solid #efcf9f;
  border-radius: 8px;
  background: var(--white)8ec;
  box-shadow: 0 12px 24px rgba(101, 57, 17, .12);
}

.photo-grid img {
  height: 224px;
  object-fit: cover;
}

.photo-grid span {
  position: absolute;
  top: 10px;
  left: 10px;
  padding: 5px 9px;
  border-radius: 999px;
  background: rgba(255, 248, 236, .92);
  color: var(--orange);
  font-size: 11px;
  font-weight: 900;
}

.photo-grid h3 {
  padding: 0 12px 13px;
  color: var(--brown-deep);
}


.gallery-tabs {
  display: flex;
  width: fit-content;
  margin: 0px auto 30px;
}

.gallery-section-center {
  text-align: center;
}

.gallery-tabs button {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 6px 24px;
  border: 1px solid #cbd0d1;
  margin-left: -1px;
  background: #fdf5eb;
  color: #4f4f4f;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease;
}

.gallery-tabs button img {
  width: 18px;
  height: 18px;
  object-fit: contain;
}

.gallery-tabs button:first-child {
  margin-left: 0;
  border-radius: 8px 0 0 8px;
}

.gallery-tabs button:last-child {
  border-radius: 0 8px 8px 0;
}

.gallery-tabs button.active {
  border-color: var(--orange-hot);
  color: var(--orange-hot);
  position: relative;
  z-index: 1;
}

.sacred-gallery-panel[hidden] {
  display: none !important;
}

.photo-grid article {
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.photo-grid-img {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 12px 24px rgba(101, 57, 17, .14);
}

.photo-grid-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  border-radius: 8px;
}

.photo-grid .count {
  position: absolute;
  top: auto;
  left: auto;
  right: 10px;
  bottom: 10px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(20, 12, 6, 0.72);
  color: var(--white);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

.photo-grid h3 {
  padding: 12px 0 0;
  text-align: center;
  color: var(--brown-deep);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 18px;
  font-weight: 500;
}

.photo-grid h3.is-active {
  color: var(--orange);
  text-decoration: underline;
  text-underline-offset: 4px;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.video-card {
  margin: 0;
}

.video-card-frame {
  overflow: hidden;
  border: 1px solid rgba(214, 132, 54, .24);
  border-radius: 8px;
  background: #160b05;
  box-shadow: 0 12px 24px rgba(101, 57, 17, .14);
}

.video-card video {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.video-card h3 {
  padding: 12px 0 0;
  text-align: center;
  color: var(--brown-deep);
  font-family: 'Tiro Devanagari Hindi';
  font-size: 18px;
  font-weight: 600;
}

.yatra-card {
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
}

.yatra img {
  height: 210px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.yatra-card-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 20px 0 0;
}

.yatra-card h3 {
  margin: 0 0 8px;
  font-family: 'Tiro Devanagari Hindi';
  font-size: 21px;
  font-weight: 500;
}

.yatra-card p {
  display: inline-flex;
  align-items: center;
  margin: 0;
  color: rgba(20, 21, 22, 1);
  font-size: 14px;
}

  .btn-bookmark-circle {
    width: 92px;
    height: 92px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    text-decoration: none;
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: -22px;
    margin-bottom: -22px;
    margin-right: -22px;
  }

  .btn-bookmark-circle img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .btn-bookmark-circle:hover {
    transform: translateY(-2px);
    background: transparent;
    box-shadow: none;
    color: var(--white);
  }



  .app-badges a {
    padding: 0;
    border: 0;
    background: transparent;
  }

  .app-badges img {
    height: 38px;
  }


/* Desktop precision pass: section spacing and component sizing for the desktop comp. */
/* Per-section vertical rhythm tuned to match Home-Pg.svg (1920px comp, scaled from 1440px). */
/* Applied from 992px up so tablet-landscape/small-desktop widths match the >=1440 layout. */
@media (min-width: 768px) {
  .section.festivals {
    padding: 28px 0 36px;
    background: transparent;
  }

  .section.explore {
    padding: 40px 0 40px;
    background: transparent;
  }

  .section.parikrama {
    padding: 36px 0 44px;
    background: transparent;
  }

  .section.core {
    padding: 40px 0 38px;
    background: transparent;
  }

  .section.digital {
    background: transparent;
  }

  .section.updates {
    padding: 56px 0 40px;
    background: transparent;
    margin-top: 40px;
  }

  .section.gallery {
    padding: 36px 0 40px;
    background: transparent;
  }

  .section.yatra {
    padding: 40px 0 38px;
    background: transparent;
  }

  .homepage-sections-only>.center-line {
    padding-left: var(--section-px);
    padding-right: var(--section-px);
    margin: 16px auto;
  }

  .homepage-sections-only .section .container-xl {
    padding-left: var(--section-px);
    padding-right: var(--section-px);
  }

  .section-title {
    margin-bottom: 28px;
  }

  .section-subtitle {
    margin: -14px 0 28px;
  }

  .festival-card-body {
    padding: 16px 16px 20px;
  }

  .explore-panel {
    padding: 24px 32px;
  }

  .stay-card {
    padding: 22px 32px;
    margin-top: 50px;
  }

  .updates .col-lg-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .news-item {
    padding: 14px 0;
  }

  .event-card {
    padding: 16px 16px 14px;
  }

  .trust {
    padding: 48px 0 36px;
  }

  .core-grid article {
    margin-bottom: 0;
    padding: 0 16px;
  }

  .service-grid article {
    padding: 0 16px 8px;
  }

  .gallery-tabs {
    margin-bottom: 24px;
  }

  .parikrama-card-content {
    padding: 54px 72px 56px;
  }

  .section-title {
    font-size: 35px;
    gap: 18px;
  }

  .section-title::before,
  .section-title::after {
    width: 120px;
    height: 16px;
  }

  .today-at-shakti-dham {
    padding-top: 0;
    padding-bottom: 36px;
  }

  .today-at-shakti-card {
    transform: translateY(-12px);
    padding: 20px 60px 14px;
    border-radius: 10px;
  }

  .today-at-shakti-item {
    padding: 0 12px;
  }



  .today-at-shakti-item small {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
  }

  .today-at-shakti-item--cta small {
    font-family: 'Tiro Devanagari Hindi', serif !important;
  }

  .today-at-shakti-item strong {
    font-family: 'Tiro Devanagari Hindi', serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    font-style: normal !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
  }

  .today-at-shakti-item p {
    font-family: 'Hind', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
    font-size: 14px !important;
    line-height: 100% !important;
    letter-spacing: 0% !important;
    text-align: center !important;
  }

  .today-at-shakti-card h2 .live-updates-pill {
    display: inline-flex;
    align-items: center;
    padding: 10px 18px;

    border-radius: 999px;
    background: #FF3B30;
    color: var(--white);
    font-family: Inter, system-ui, sans-serif;
    font-size: 13px;
    font-weight: 700;
    vertical-align: middle;
  }

  .stat-pills {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 4px;
  }

  .stat-pills span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 8px 13px;
    border: 1px solid var(--gold-border);
    border-radius: 7px;
    background: rgba(184, 72, 11, 0.07);

    color: #a8480f;
    font-size: 12px;
    font-weight: 700;
  }

  .stat-pills i {
    color: var(--orange);
    font-size: 13px;
  }

  .explore-panel {
    background: #fdeeda;
  }

  .explore-tabs {
    background: #fbe6cf;
  }

  .explore-tabs button {
    background: #fbe6cf;
    color: #7a7a7a;
  }

  .explore-tabs .active {
    background: var(--surface-warm);
    color: var(--orange);
  }

  .explore-panel h3 {
    font-size: 27px;
  }

  .accent-line {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 13px;
  }

  /* .accent-line::after {
  content: "";
  flex: 1;
  height: 1px;
  max-width: 120px;
  background: #e4b884;
} */
  .campus-map {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--brown);
    font-weight: 700;
    font-size: 13px;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .campus-map span {
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .core-grid {
    gap: 0;
  }

  .core-grid article {
    padding: 0 18px;
  }

  .festival-card b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 191px;
    max-width: 100%;
    height: 34px;
    padding: 6px 10px;
    font-size: 11px;
    border: 0.5px solid #e3b787;
    color: var(--orange-burn);
    background: transparent;
    border-radius: 6px;
    font-weight: 500;
    box-sizing: border-box;
    cursor: pointer;
    transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  }

  .stay-card {
    gap: 36px;
    padding: 22px 40px;
    min-height: 200px;
  }

  .stay-card>img {
    width: 300px;
    height: 168px;
    mix-blend-mode: normal;
    object-position: center;
  }

  .stay-card h3 {
    font-size: 26px;
    margin-bottom: 6px;
  }

  .stay-card-sub {
    color: #2c1407;
  }

  .stay-tags {
    margin: 12px 0 12px;
  }

  .stay-card-note {

    font-size: 12.5px;
    margin-bottom: 14px;
  }

  .service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
  }

  .service-grid article {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 18px;
    position: relative;
    border-right: 0;
  }

  .service-grid article:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    bottom: 12px;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(214, 132, 54, 0.16) 16%,
        rgba(214, 132, 54, 0.78) 50%,
        rgba(214, 132, 54, 0.16) 84%,
        transparent 100%);
    pointer-events: none;
  }

  .service-grid img {
    width: 180px;
    height: 180px;
    margin-bottom: 14px;
    object-fit: contain;
  }

  .service-grid h3 {
    font-family: 'Tiro Devanagari Hindi';
    font-size: 20px;
    margin-bottom: 5px;
  }

  .service-grid p {

    font-size: 13px;
    margin-bottom: 12px;
  }

  .service-pill {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 7px 14px;
    margin-bottom: 14px;
    border: 1px solid var(--gold-border);
    border-radius: 7px;
    background: var(--white)af2;
    color: var(--orange);
    font-size: 12px;

  }

  .service-pill--live small {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    color: #c0491a;
    font-size: 10px;
  }

  .service-pill--live .dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e63c28;
    display: inline-block;
  }

  .news-item {
    display: block;
    padding: 16px 0;
  }

  .news-item h3 {
    font-family: 'Tiro Devanagari Hindi';

    font-size: 18px;
    margin-bottom: 6px;
  }

  .news-item p {
    margin-bottom: 9px;
  }

  .news-meta {
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .news-meta span {
    width: auto;
    height: auto;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: transparent;
    font-weight: 700;
  }

  .news-date {
    white-space: nowrap;
  }



  .news-date {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--muted);
    font-size: 12px;
  }

  .news-date .dot,
  .stay-card-note .dot,
  .yatra-card .dot,
  .trust-dots .dot {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #d8953a;
    display: inline-block;
  }

  .event-grid {
    gap: 18px;
  }

  .event-grid article.event-card {
    display: block;
    min-height: auto;
    padding: 18px 18px 16px;
    border: 1px solid #edd4ad;
    border-radius: 8px;
    background: var(--white)af1;
    font-weight: 400;
  }

  .event-ico {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    margin-bottom: 12px;
    border-radius: 50%;
    background: linear-gradient(180deg, #e3812c, #c0561a);
    color: var(--white);
  }

  .event-card h3 {
    font-size: 17px;
    margin-bottom: 6px;
  }

  .event-card p {
    font-size: 12.5px;
    margin-bottom: 12px;
  }

  .event-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
  }





  /* Slightly tighter type + spacing on 1440–1679 while keeping the same layout. */
  @media (max-width: 1679.98px) {
    :root {
      --section-px: 32px;
    }

    .section-title {
      font-size: 32px;
      gap: 16px;
      margin-bottom: 24px;
    }

    .section-title::before,
    .section-title::after {
      width: 108px;
      height: 14px;
    }

    .section-subtitle {
      font-size: 15px;
    }

    .explore-panel {
      padding: 22px 22px;
    }

    .explore-panel h3 {
      font-size: 25px;
    }

    .explore-tabs button {
      padding: 14px 32px;
      font-size: 14px;
      min-height: 68px;
    }

    .stay-card {
      padding: 20px 28px;
    }

    .stay-card h3 {
      font-size: 24px;
    }

    .today-at-shakti-card {
      padding: 18px 48px 14px;
    }

    .today-at-shakti-item strong {
      font-size: 18px !important;
    }

    .festival-card h3 {
      font-size: 20px;
    }

    .festival-card p {
      font-size: 15px;
    }

    .core-grid h3,
    .service-grid h3 {
      font-size: 19px;
    }

    .updates .column-title {
      font-size: 24px;
      margin-bottom: 16px;
    }

    .parikrama-card-content {
      padding: 50px 60px 52px;
    }

    .parikrama-card h2 {
      font-size: 34px;
    }

    .carousel-arrow--left {
      left: -48px;
    }

    .carousel-arrow--right {
      right: -48px;
    }

    .hero-content {
      margin-top: 420px;
    }

    .hero h1 {
      font-size: 40px;
    }

    .trust-card .section-title {
      font-size: 30px;
    }
  }

}

/* Real asset icons (replacing former Font Awesome glyphs) */
.mantra-wave {
  height: 13px;
  width: auto;
}

.mantra-wave--right {
  transform: scaleX(-1);
}

.live-card .ic-attend {
  width: 14px;
  height: 14px;
  object-fit: contain;
  vertical-align: -2px;
}

.view360 .ic-360 {
  width: 38px;
  height: 38px;
  padding: 7px;
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 10px;
  background: rgba(0, 0, 0, .35);
  object-fit: contain;
}



.explore-tabs button img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.stat-pills span img {
  width: 16px;
  height: 16px;
  object-fit: contain;
}

.campus-map span img {
  width: 34px;
  height: 34px;
  object-fit: contain;
}

.event-ico {
  background: none;
  width: 36px;
  height: 36px;
}

.event-ico img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}



@media (max-width: 767.98px) {
  .topbar-pill {
    height: 24px;
    gap: 5px;
    padding: 0 10px;
    margin-right: 12px;
    border-radius: 4px 0 0 4px;
    font-size: 10px;
  }

  .topbar-pill::after {
    right: -12px;
    width: 12px;
  }

  .topbar-pill i {
    width: 10px;
    height: 10px;
  }

  .topbar-pill i::before {
    width: 5px;
    height: 5px;
  }

  .today-at-shakti-arrow,
  .carousel-arrow {
    display: none;
  }

  .today-at-shakti-card {
    padding: 26px;
  }

  .parikrama-steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .parikrama-steps article {
    border-right: 0;
    border-bottom: 1px solid rgba(214, 132, 54, 0.25);
  }

  .parikrama-steps article:nth-child(odd) {
    border-right: 1px solid rgba(214, 132, 54, 0.25);
  }

  .parikrama-steps article:nth-last-child(-n+2) {
    border-bottom: 0;
  }

  .parikrama-steps article::after {
    display: none !important;
  }

  .stat-grid {
    grid-template-columns: 1fr;
  }

  .footer-bottom,
  .copyright {
    justify-content: center;
    text-align: center;
  }
}

@media (max-width: 575.98px) {
  .topbar-pill {
    height: 20px;
    padding: 0 8px;
    margin-right: 10px;
    font-size: 9px;
  }

  .topbar-pill::after {
    right: -10px;
    width: 10px;
  }

  .mantra {
    font-size: 12px;
    letter-spacing: 1px;
  }

  .mantra span {
    width: 20px;
  }

  .nav-donate {
    padding-inline: 13px;
    font-size: 12.5px;
  }

  .explore-tabs button {
    min-height: auto;
    padding: 13px;
  }

  .explore-photo {
    height: 260px;
  }

  .parikrama-card h2 {
    font-size: 30px;
  }

  .parikrama-card-content {
    padding: 30px 18px;
  }

  .parikrama-steps span {
    font-size: 20px;
  }

  .stay-card>img {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .service-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px 0;
  }

  .core-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .core-grid article,
  .service-grid article {
    border-right: 0;
  }

  .core-grid article::after {
    display: none;
  }

  .stat-pills {
    gap: 8px;
  }

  .footer-top {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .footer-address {
    text-align: left;
  }
}

@media (max-width: 575.98px) {

  .service-grid,
  .core-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px 12px;
  }

  .service-grid article,
  .core-grid article {
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }
}


/* today-at-shakti-dham */

.today-at-shakti-dham {
  text-align: center;
}

/* center line */

.center-line .center-child {
  height: 1px;
  max-width: var(--content-max);
  margin: 0 auto;
  background: linear-gradient(90deg,
      transparent 0%,
      rgba(214, 132, 54, 0.2) 20%,
      rgba(214, 132, 54, 0.8) 50%,
      rgba(214, 132, 54, 0.2) 80%,
      transparent 100%);
}

#today_at_shakti_dham_title {
  margin-bottom: 18px !important;
}

/* =====================================================================
   Responsive overrides.
   Medium screens keep the desktop composition without viewport zoom.
   ===================================================================== */
@media (min-width: 1440px) and (max-width: 1679.98px) {
  .nav-links {
    gap: 21px;
  }
}

@media (min-width: 768px) and (max-width: 1359.98px) {

  html,
  body {
    overflow-x: hidden;
  }

  .container-xl,
  .container {
    max-width: 1076px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .topbar {
    min-height: 34px;
  }

  .topbar .container-xl {
    gap: 10px !important;
  }

  .topbar-pill {
    height: 25px;
    gap: 5px;
    padding: 0 10px;
    margin-right: 12px;
    font-size: 12px;
  }

  .topbar-pill::after {
    right: -12px;
    width: 12px;
  }

  .topbar-pill i {
    width: 9px;
    height: 9px;
  }

  .topbar-pill i::before {
    width: 5px;
    height: 5px;
  }

  .marquee-content {
    gap: 12px;
  }

  .topbar-news {
    gap: 5px;
    font-size: 13.5px;
  }

  .topbar-actions {
    gap: 9px !important;
    margin-left: 16px;
  }

  .topbar-icon,
  .topbar-lang {
    height: 24px;
    font-size: 12px;
  }

  .topbar-icon {
    width: 24px;
    margin-right: 14px;
  }

  .topbar-lang-wrapper {
    margin-right: 14px;
  }

  .topbar-lang {
    padding: 0 10px !important;
  }

  .topbar-icon::after,
  .topbar-lang-wrapper::after {
    right: -20px;
    width: 24px;
  }

  .topbar-social,
  .topbar-social img {
    width: 18px;
    height: 18px;
  }

  .navbar-custom {
    padding: 10px 0;
  }

  .navbar-custom .container-xl {
    min-height: 48px;
  }

  .brand img {
    width: 60px;
    height: 60px;
  }

  .nav-links.d-none.d-xl-flex {
    display: flex !important;
  }

  .nav-links {
    flex: 1 1 auto;
    justify-content: center;
    gap: clamp(10px, 1.2vw, 17px);
    min-width: 0;
    font-size: clamp(11.5px, 1.05vw, 14.5px);

  }

  .nav-links a i {
    margin-left: 2px;
    font-size: 8px;
  }

  .login {
    font-size: 13px;
  }

  .nav-donate,
  .btn-brand-brown {
    min-height: 34px;
    padding: 9px 16px;
    font-size: 12px;
  }

  .nav-hamburger {
    display: none !important;
  }

  .hero {
    min-height: clamp(650px, 69vw, 820px);
    background-position: center top;
    background-size: cover;
  }

  .live-card {
    top: clamp(140px, 16vw, 190px);
    right: 24px;
    width: 190px;
    padding: 12px;
  }

  .live-card strong {
    padding: 5px 10px;
    font-size: 9px;
  }

  .live-card h3 {
    font-size: 12px;
  }

  .live-card p,
  .live-card a {
    font-size: 10px;
  }

  .hero-content {
    margin-top: clamp(270px, 30vw, 360px);
  }

  .hero h1 {
    max-width: 800px;
    font-size: clamp(33px, 3.35vw, 45px);
  }

  .mantra {
    font-size: 14px;
  }

  .hero-actions {
    gap: 12px !important;
  }

  .view360 i,
  .view360 .ic-360 {
    width: 32px;
    height: 32px;
  }
}

/* Phone-only responsive overrides */
@media (max-width: 767.98px) {
  :root {
    --section-py: 40px;
  }

  html,
  body {
    overflow-x: hidden;
  }

  .container-xl,
  .container {
    max-width: 100%;
    padding-left: 18px;
    padding-right: 18px;
  }

  img,
  video,
  iframe {
    max-width: 100%;
  }

  .section {
    overflow-x: hidden;
  }

  .section-title {
    line-height: 1.22;
  }

  .icon-grid,
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 26px 18px;
  }

  .photo-grid,
  .event-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .video-grid {
    grid-template-columns: 1fr;
  }

  .footer-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-top,
  .stay-card,
  .trust-card {
    flex-wrap: wrap;
  }

  .stay-card>img {
    width: min(100%, 280px);
    height: auto;
  }

  .core-grid article:not(:last-child)::after,
  .service-grid article:not(:last-child)::after {
    display: none;
  }

  /* Hero floating card — mini version like desktop */
  .live-card {
    display: block !important;
    top: 72px;
    right: 10px;
    width: 150px;
    padding: 10px;
  }

  .live-card strong {
    padding: 4px 8px;
    font-size: 8px;
  }

  .live-card h3 {
    margin-top: 8px;
    font-size: 10px;
  }

  .live-card p {
    font-size: 8px;
  }

  .live-card a {
    margin-top: 6px;
    padding: 5px 8px;
    font-size: 8px;
  }

  /* Explore: keep horizontal 4-tab row like desktop */
  .explore-tabs {
    padding-left: 0;
    display: grid;
    grid-template-columns: repeat(4, minmax(88px, 1fr));
    overflow-x: auto;
    flex-wrap: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .explore-tabs button {
    flex: 0 0 auto;
    min-width: 0;
    padding: 10px 8px;
    font-size: 11px;
    white-space: nowrap;
  }

  .explore-photo {
    height: 280px;
  }

  .explore-panel h3 {
    font-size: 24px;
  }

  /* Parikrama: steps already collapse above; just calm the heading/padding. */
  .parikrama-card h2 {
    font-size: 28px;
  }

  .parikrama-card-content {
    padding: 36px 28px;
  }

  .sec-heading h2 {
    font-size: 28px;
  }

  .column-title {
    font-size: 24px;
  }

  .footer-network {
    font-size: 20px;
  }

  .side-dock {
    display: none !important;
  }

  .fest-nav-btn {
    display: none;
  }

  .festivals-section .position-relative {
    padding-left: 0;
    padding-right: 0;
  }
}

/* Phone hero and layout refinements */
@media (max-width: 767.98px) {
  :root {
    --section-py: 36px;
  }

  .container-xl,
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-title {
    font-size: 28px;
  }

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

  .row {
    --bs-gutter-x: 1rem;
  }

  /* Keep card grids 2-up on phones so cards stay close to desktop
     proportions instead of becoming oversized full-width blocks. */
  .icon-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px 14px;
  }

  .core-grid,
  .service-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 22px 14px;
  }

  .core-grid article,
  .service-grid article {
    flex: 0 0 calc(50% - 7px) !important;
    max-width: calc(50% - 7px) !important;
  }

  .event-grid,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .core-grid article:not(:last-child)::after,
  .service-grid article:not(:last-child)::after {
    display: none !important;
  }

  .core-grid article,
  .service-grid article {
    padding: 0 6px 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid rgba(214, 132, 54, .22);
  }

  .core-grid article:nth-last-child(-n+2),
  .service-grid article:nth-last-child(-n+2) {
    margin-bottom: 0;
    border-bottom: 0;
  }

  .core-grid article:nth-child(odd)::after,
  .service-grid article:nth-child(odd)::after {
    display: block !important;
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(214, 132, 54, 0.14) 14%,
        rgba(214, 132, 54, 0.85) 50%,
        rgba(214, 132, 54, 0.14) 86%,
        transparent 100%);
    pointer-events: none;
  }

  .core-grid article:last-child::after,
  .service-grid article:last-child::after {
    display: none !important;
  }

  .core-grid img,
  .service-grid img {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
  }

  .core-grid h3,
  .service-grid h3 {
    font-size: 18px;
  }

  .core-grid p,
  .service-grid p {
    font-size: 13px;
    margin-bottom: 10px;
  }

  .stay-card,
  .trust-card {
    flex-direction: column;
    text-align: center;
  }

  .stay-tags {
    justify-content: center;
  }

  .topbar .container-xl {
    justify-content: center !important;
  }

  /* Hero floating card — mini desktop-style on phone */
  .live-card {
    display: block !important;
    top: clamp(150px, 32vw, 186px);
    right: 12px;
    left: auto;
    width: 124px;
    padding: 7px 8px;
    transform: none;
  }

  .live-card strong {
    font-size: 7.5px;
    padding: 3px 6px;
  }

  .live-card h3 {
    font-size: 9px;
    margin-top: 6px;
  }

  .live-card p {
    font-size: 7.5px;
  }

  .live-card a {
    font-size: 7.5px;
    padding: 4px 6px;
  }

  .hero {
    min-height: 660px;
    background-position: center top;
    background-size: auto 108%;
  }

  .hero::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.97) 1.24%, rgba(0, 0, 0, 0) 22.12%, rgba(0, 0, 0, 0.92) 84.74%);
  }

  .hero-content {
    margin-top: 255px;
    padding-bottom: 58px;
  }

  .mantra-trishul {
    width: 24px;
    height: 24px;
    margin-bottom: 6px;
  }

  .hero h1 {
    font-size: 28px;
    line-height: 1.18;
    max-width: 100%;
  }

  .mantra {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    line-height: 1.35;
  }

  .mantra-wave {
    width: 34px;
    height: auto;
  }

  .hero-actions {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 12px !important;
    margin-top: 15px !important;
  }

  .hero-actions .btn-glass,
  .hero-actions .btn-brand-brown {
    flex: none !important;
    width: auto !important;
    min-width: 160px;
    min-height: 38px;
    padding: 8px 20px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .hero-actions .view360 {
    flex: none !important;
    width: auto !important;
    gap: 5px;
    font-size: 11px;
    flex-direction: row;
    align-self: center;
    transform: none;
  }

  .hero-actions .view360 span {
    display: inline-block;
  }

  .hero-actions .ic-360 {
    width: 30px;
    height: 30px;
  }

  /* Today panel: 2-column grid like desktop, scaled down */
  .today-at-shakti-card {
    padding: 18px !important;
  }

  .today-at-shakti-card .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .today-at-shakti-card h2 {
    font-size: 20px;
    flex-wrap: wrap;
  }

  .today-at-shakti-item {
    padding: 8px 10px;
    min-height: auto;
  }


  .today-at-shakti-item strong {
    font-size: 16px !important;
  }

  .today-at-shakti-item p {
    font-size: 12px !important;
  }

  .today-at-shakti-item::after {
    display: none !important;
  }

  .today-at-shakti-item--cta {
    border-top: 1px solid rgba(214, 132, 54, 0.28) !important;
    padding-top: 14px !important;
    margin-top: 8px !important;
  }

  .live-updates-pill {
    white-space: normal;
  }

  /* Explore tabs: horizontal row like desktop */
  .explore-tabs {
    display: flex;
    gap: 0;
    align-items: flex-end;
    overflow-x: auto;
    padding-left: 0;
    margin-bottom: -1px;
    -webkit-overflow-scrolling: touch;
  }

  .explore-tabs button {
    flex: 0 0 116px;
    width: 116px;
    min-width: 116px;
    min-height: 56px;
    padding: 9px 7px;
    border: 1px solid transparent;
    border-bottom: none;
    border-radius: 10px 10px 0 0;
    background: transparent !important;
    font-size: 10.5px;
    line-height: 1.18;
    justify-content: center;
    gap: 5px;
    box-shadow: none;
  }

  .explore-tabs button img {
    width: 18px;
    height: 18px;
  }

  .explore-tabs .active {
    border-color: var(--border-gold);
    /* border-radius: 10px; */
    background: var(--surface-warm) !important;
    font-size: 11px;
  }

  .explore-panel {
    padding: 16px;
    border-radius: 14px;
  }

  .explore-photo {
    height: 190px;
    border-radius: 10px;
  }

  .explore-panel h3 {
    font-size: 22px;
    line-height: 1.16;
  }

  .accent-line {
    gap: 6px;
    margin-bottom: 10px;
    font-size: 11.5px;
    line-height: 1.35;
  }

  .divider-line {
    margin-bottom: 12px;
  }

  .copy {
    font-size: 12.5px;
    line-height: 1.55;
  }

  .stat-pills {
    gap: 8px;
    margin-bottom: 18px;
  }

  .stat-pills span {
    padding: 7px 9px;
    border-radius: 7px;
    font-size: 10.5px;
    gap: 6px;
  }

  .stat-pills span img {
    width: 15px;
    height: 15px;
  }

  .explore-actions {
    gap: 8px;
  }

  .explore-actions .btn-brand-brown,
  .explore-actions .btn-outline-brand {
    min-height: 34px;
    padding: 8px 12px;
    font-size: 11px;
  }

  .campus-map {
    gap: 6px;
    font-size: 11px;
  }

  .campus-map span {
    width: 28px;
    height: 28px;
  }

  .campus-map span img {
    width: 28px;
    height: 28px;
    object-fit: contain;
  }

  .festival-card {
    border-radius: 10px;
  }

  .festival-card span {
    left: 10px;
    width: 29px;
    height: 50px;
    padding: 5px 2px 10px;
    font-size: 9px;
    line-height: 1.1;
  }

  .festival-card img {
    height: 128px;
    border-radius: 10px 10px 0 0;
  }

  .festival-card-body {
    min-height: 104px;
    padding: 12px 8px;
  }

  .festival-card h3 {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.15;
  }

  .festival-card p {
    margin-bottom: 8px;
    font-size: 12px;
    line-height: 100%;
  }

  .festival-card b {
    width: auto;
    height: auto;
    padding: 4px 8px;
    font-size: 9.5px;
    line-height: 1.2;
  }

  /* News & events stack; let dates wrap instead of forcing width. */
  .news-date {
    white-space: normal;
  }

  .updates .col-lg-6+.col-lg-6 {
    margin-top: 1rem;
  }

  .parikrama-card h2 {
    margin-bottom: 6px;
    font-size: 26px;
    line-height: 1.12;
    text-shadow: none;
  }

  .parikrama-card-content {
    padding: 34px 18px 36px;
  }

  .parikrama-card {
    min-height: 260px;
    border-radius: 8px;
    background-position: center 50%;
  }

  .parikrama-card::before {
    inset: 12px;
    border-radius: 4px;
  }



  .parikrama-card p {
    margin-bottom: 0;
    font-size: 13px;
    color: var(--white);
  }

  .parikrama-steps {
    gap: 0;
    margin-top: 22px;
  }

  .parikrama-steps::before,
  .parikrama-steps::after {
    display: block;
  }

  .parikrama-steps article {
    min-height: 76px;
    padding: 10px 8px;
    justify-content: center;
    gap: 10px;
    border: 0 !important;
    border-radius: 0;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
  }

  .parikrama-steps article:not(:last-child)::after {
    display: block !important;
    content: "";
    position: absolute;
    top: 18px;
    right: 0;
    bottom: 18px;
    width: 1px;
    background: linear-gradient(180deg,
        transparent 0%,
        rgba(214, 132, 54, 0.2) 16%,
        rgba(214, 132, 54, 0.8) 50%,
        rgba(214, 132, 54, 0.2) 84%,
        transparent 100%);
    pointer-events: none;
  }

  .parikrama-steps article:nth-child(2)::after {
    display: none !important;
  }

  .parikrama-steps article:nth-child(-n+2) {
    border-bottom: 1px solid rgba(214, 132, 54, 0.45) !important;
  }

  .parikrama-steps b {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    font-size: 18px;
    background: transparent;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .parikrama-steps span {
    font-size: 14px;
    line-height: 1.12;
  }

  .parikrama-steps small {
    margin-top: 4px;
    font-size: 10px;
    line-height: 1.25;
  }

  /* Footer */
  .footer-address {
    text-align: start !important;
  }

  .footer-network {
    font-size: 18px;
  }

  .footer-meta p {
    overflow-wrap: anywhere;
  }
}

/* Mobile */
@media (max-width: 575.98px) {
  :root {
    --section-py: 32px;
  }

  .container-xl,
  .container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .btn-orange,
  .btn-outline-white,
  .btn-green,
  .btn-outline-orange-custom,
  .btn-brand-brown {
    padding: 11px 20px;
    font-size: 14px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-title span {
    display: inline;
  }

  .section-title::before,
  .section-title::after {
    max-width: 56px;
  }

  .icon-grid,
  .photo-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }

  .core-grid,
  .service-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 18px 12px;
  }

  .core-grid article,
  .service-grid article {
    flex: 0 0 calc(50% - 6px) !important;
    max-width: calc(50% - 6px) !important;
  }

  .event-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }

  .core-grid img,
  .service-grid img {
    width: 72px;
    height: 72px;
  }

  .core-grid h3,
  .service-grid h3 {
    font-size: 16px;
  }

  .core-grid p,
  .service-grid p {
    font-size: 12.5px;
  }

  .service-grid .service-pill {
    font-size: 11px;
    padding: 4px 10px;
  }

  .stay-card {
    padding: 18px;
  }

  .stay-card>img {
    width: 100%;
  }

  .sec-heading h2 {
    font-size: 24px;
  }

  .navbar-brand__name {
    font-size: 16px;
  }

  .hero {
    min-height: 620px;
    background-position: center top;
    background-size: auto 104%;
  }

  .hero-content {
    margin-top: 242px;
    padding-bottom: 58px;
  }

  .live-card {
    top: 140px;
    right: 9px;
    left: auto;
    width: 112px;
    padding: 6px;
    transform: none;
  }

  .mantra-trishul {
    width: 22px;
    height: 22px;
  }

  .mantra {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    font-size: 11px;
    letter-spacing: .6px;
  }

  .hero h1 {
    font-size: 25px;
  }

  .hero-actions {
    flex-wrap: wrap !important;
    justify-content: center;
    gap: 8px !important;
  }

  .hero-actions .btn-glass,
  .hero-actions .btn-brand-brown {
    flex: none !important;
    width: auto !important;
    min-width: 140px;
    min-height: 36px;
    padding: 6px 16px !important;
    font-size: 12.5px !important;
    white-space: nowrap !important;
  }

  .hero-actions .view360 {
    flex: none !important;
    width: auto !important;
    gap: 4px;
    font-size: 10px;
    flex-direction: row;
    align-self: center;
    transform: none;
  }

  .hero-actions .view360 span {
    display: inline-block;
  }

  .hero-actions .ic-360 {
    width: 26px;
    height: 26px;
  }

  .logo-circle {
    width: 44px;
    height: 44px;
  }

  .heading-decor::before,
  .heading-decor::after {
    width: 36px;
    height: 12px;
  }

  /* Image heights — real markup classes. */
  .festival-card img {
    height: 112px;
  }

  .festival-card span {
    left: 8px;
    width: 26px;
    height: 45px;
    padding: 4px 2px 9px;
    font-size: 8px;
  }

  .festival-card-body {
    min-height: 96px;
    padding: 10px 7px;
  }

  .festival-card h3 {
    font-size: 15px;
  }

  .festival-card p {
    margin-bottom: 7px;
    font-size: 10px;
    line-height: 100%;
  }

  .festival-card b {
    width: auto;
    height: auto;
    padding: 4px 6px;
    font-size: 8.5px;
  }

  .explore-tabs {
    gap: 0;
  }

  .explore-tabs button {
    flex-basis: 77px;
    width: 77px;
    min-width: 77px;
    min-height: 52px;
    padding: 8px 5px;
    font-size: 10px;
    white-space: initial;
  }

  .explore-tabs button img {
    width: 16px;
    height: 16px;
  }

  .explore-tabs .active {
    font-size: 10px;
  }

  .explore-panel {
    padding: 14px;
  }

  .explore-photo {
    height: 165px;
  }

  .explore-panel h3 {
    font-size: 20px;
  }

  .accent-line,
  .copy {
    font-size: 11px;
  }

  .stat-pills span {
    padding: 6px 8px;
    font-size: 9.5px;
  }

  .photo-grid-img img {
    height: 160px;
  }

  .yatra-card img {
    height: 180px;
  }

  .today-title {
    font-size: 16px;
  }

  .parikrama-step__num {
    width: 32px;
    height: 32px;
    font-size: 14px;
  }

  .parikrama-card {
    border-radius: 8px;
  }

  .parikrama-card-content {
    padding: 30px 14px;
  }

  .parikrama-card h2 {
    font-size: 22px;
  }

  .parikrama-card p {
    margin-bottom: 0;
    font-size: 12px;
  }

  .parikrama-steps {
    gap: 0;
    margin-top: 18px;
  }

  .parikrama-steps article {
    min-height: 66px;
    padding: 8px 6px;
    border-radius: 0;
  }

  .parikrama-steps b {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
    font-size: 16px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .parikrama-steps span {
    font-size: 12.5px;
  }

  .parikrama-steps small {
    font-size: 9px;
  }

  .footer-col h4 {
    font-size: 15px;
  }
}

/* Small mobile */
@media (max-width: 375px) {

  .container-xl,
  .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .hero h1 {
    font-size: 22px;
  }

  .live-card {
    top: 130px;
    right: 7px;
    left: auto;
    width: 100px;
    padding: 6px;
    transform: none;
  }

  .hero-actions {
    flex-direction: row;
    flex-wrap: nowrap !important;
    align-items: center !important;
    width: 100%;
    gap: 4px !important;
    margin-top: 8px !important;
  }

  .hero-actions .btn-glass,
  .hero-actions .btn-brand-brown,
  .hero-actions .view360 {
    width: auto;
  }

  .hero-actions .btn-glass,
  .hero-actions .btn-brand-brown {
    padding: 6px 4px;
    font-size: 8.6px;
    min-height: 32px;
  }

  .hero-actions .view360 {
    flex-basis: 34px;
    min-width: 34px;
    border: 0;
    border-radius: 0;
    background: transparent;
    flex-direction: row;
    align-self: center;
    transform: none;
  }

  .hero-actions .view360 span {
    display: none;
  }

  .hero-actions .ic-360 {
    width: 30px;
    height: 30px;
  }

  .parikrama-steps {
    grid-template-columns: 1fr;
  }

  .parikrama-steps article:nth-child(odd) {
    border-right: 0;
  }

  .parikrama-card-content {
    padding: 24px 12px;
  }

  .parikrama-steps article {
    min-height: 58px;
    justify-content: center;
    border-radius: 0;
    background: transparent;
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .parikrama-steps article:not(:last-child) {
    border-bottom: 1px solid rgba(214, 132, 54, 0.45) !important;
  }

  .parikrama-steps article:not(:last-child)::after {
    display: none !important;
  }

  .hero-actions .btn,
  .hero-content .btn {
    width: auto;
    justify-content: center;
  }

  .sec-heading h2 {
    font-size: 22px;
  }

  .explore-tabs button {
    flex-basis: 94px;
    width: 94px;
    min-width: 94px;
    min-height: 48px;
    padding: 7px 4px;
    font-size: 8.8px;
  }

  .explore-tabs button img {
    width: 14px;
    height: 14px;
  }

  .explore-photo {
    height: 150px;
  }

  .festival-card img {
    height: 104px;
  }

  .festival-card-body {
    min-height: 90px;
    padding: 9px 6px;
  }

  .column-title {
    font-size: 22px;
  }
}

/* ── Mobile Header & Bottom Navigation Mockup Overhaul (Visible <= 767.98px) ── */
@media (max-width: 767.98px) {

  /* Mobile Header Custom Background & Border */
  :root {
    --site-header-offset: 74px;
  }

  .navbar-custom {
    background: var(--cream-soft) !important;
    border-bottom: 1px solid rgba(45, 22, 7, 0.12) !important;
    padding: 8px 0 !important;
  }

  .hero {
    min-height: 480px !important;
    background-position: center top !important;
    background-size: cover !important;
  }

  /* Mobile Custom Header Layout */
  .mobile-header-row {
    padding: 10px 0;
  }

  .mobile-header-hamburger {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(45, 22, 7, 0.22);
    border-radius: 8px !important;
    background: #fce8d382;
    color: var(--brown-deep);
    font-size: 15px;
    cursor: pointer;
  }

  .mobile-header-brand {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none !important;
    color: var(--brown-deep);
    font-family: 'Tiro Devanagari Hindi';
    font-size: 18px;
    font-weight: 700;
  }

  .mobile-header-brand img {
    width: 36px;
    height: 36px;
    border-radius: 0;
    object-fit: contain;
  }

  .mobile-header-bell {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(45, 22, 7, 0.22);
    border-radius: 8px;
    background: #fce8d382;
    color: var(--brown-deep);
    font-size: 16px;
    text-decoration: none !important;
  }

  .mobile-header-bell .bell-badge {
    position: absolute;
    top: -2px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background: #d32f2f;
    color: var(--white);
    font-size: 10px;
    font-weight: 700;
    border-radius: 50%;
    border: 1px solid var(--white);
  }
}

/* Interactive hover states — buttons, links, and controls */
@media (hover: hover) and (pointer: fine) {
  .btn-brand:hover {
    background: linear-gradient(180deg, #f0852c 0%, var(--orange-deep) 100%);
    box-shadow: 0 12px 24px rgba(157, 63, 17, .34), inset 0 1px 0 rgba(255, 255, 255, .24);
    transform: translateY(-2px);
    color: var(--white);
  }

  .btn-glass:hover {
    background: rgba(255, 255, 255, .14);
    border-color: var(--white);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .28), inset 0 1px 0 rgba(255, 255, 255, .28);
    transform: translateY(-2px);
    color: var(--white);
  }

  .btn-outline-brand:hover {
    background: rgba(200, 82, 21, .08);
    border-color: var(--orange-deep);
    color: var(--orange-deep);
    box-shadow: 0 6px 16px rgba(188, 80, 15, 0.18);
    transform: translateY(-2px);
  }

  .btn-brand-brown:hover {
    transform: translateY(-2px);
  }

  .btn-brand-brown:hover i,
  .btn-outline-brand:hover i {
    transform: translateX(3px);
    transition: transform 0.2s ease;
  }

  .btn-brand-brown i,
  .btn-outline-brand i,
  .btn-glass i,
  .btn-brand i {
    transition: transform 0.2s ease;
  }

  .carousel-arrow:hover {
    background-color: var(--orange-deep) !important;
    box-shadow: 0 8px 18px rgba(137, 56, 12, .35) !important;
    transform: translateY(-50%) scale(1.06);
  }

  .round-arrow:hover {
    transform: scale(1.08);
  }

  .view360:hover {
    opacity: 0.88;
    color: var(--white);
  }

  .view360:hover .ic-360 {
    border-color: rgba(255, 255, 255, .75);
    background: rgba(0, 0, 0, .5);
  }

  .explore-tabs button:hover {
    color: var(--orange);
    background: rgba(255, 243, 223, .65) !important;
  }

  .gallery-tabs button:not(.active):hover {
    background: var(--surface-warm);
    color: var(--orange-hot);
    border-color: #e0b07a;
  }

  .festival-card b:hover,
  .event-foot a:hover {
    background: rgba(200, 82, 21, .1);
    border-color: var(--orange-burn);
    color: var(--orange-deep);
  }

  .news-item:hover h3 {
    color: var(--orange);
  }

  .topbar-news:hover {
    color: #3d2410;
  }

  .topbar-news:hover span {
    color: var(--orange);
  }

  .topbar-icon:hover,
  .topbar-lang:hover {
    background: rgba(255, 255, 255, .22);
    border-color: rgba(90, 58, 28, .28);
  }

  .login:hover {
    color: var(--white);
    text-decoration-thickness: 2px;
  }

  .live-card a:hover {
    opacity: 0.9;
    text-decoration: underline;
    text-underline-offset: 3px;
  }

  .side-dock a:hover {
    opacity: 1;
    transform: translateX(-3px) scale(1.04);
  }

  .btn-bookmark-circle:hover {
    transform: translateY(-3px) scale(1.04);
  }

  .photo-grid h3:hover,
  .photo-grid article:hover h3 {
    color: var(--orange);
  }

  .yatra-card:hover img {
    transform: scale(1.03);
  }

  .yatra-card img {
    transition: transform 0.25s ease;
  }
}

/* Prevent layout shift on touch / coarse pointers */
@media (hover: none),
(pointer: coarse) {

  .btn-brand:hover,
  .btn-glass:hover,
  .btn-outline-brand:hover,
  .btn-brand-brown:hover,
  .btn-bookmark-circle:hover,
  .side-dock a:hover {
    transform: none !important;
  }
}

/* ── Accessibility & standards ── */
@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

.donation-input:focus-visible,
.peethas-search-input:focus-visible {
  outline: 2px solid var(--orange-2);
  outline-offset: 2px;
}

.skip-link:focus,
.skip-link:focus-visible {
  z-index: 1100;
}