.gallery-page {
  overflow-x: clip;
  background:
    radial-gradient(900px 520px at 12% 8%, rgba(202, 162, 74, 0.18), transparent 60%),
    radial-gradient(800px 500px at 90% 22%, rgba(74, 44, 26, 0.12), transparent 62%),
    linear-gradient(180deg, #f6efe4, #fbf7ef 48%, #f6efe4);
}

.gallery-page .navbar {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background: rgba(246, 239, 228, 0.94) !important;
}

/* Hero */
.gallery-hero {
  --gallery-hero-bg: url("../images/SantoshjiImg1.jpeg");
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: 92vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(5.5rem, 14vw, 8.5rem) clamp(1.25rem, 4vw, 2.5rem) clamp(3rem, 8vw, 5rem);
  text-align: center;
}

.gallery-hero__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background-color: #1a0f0a;
  background-image: var(--gallery-hero-bg);
  background-size: cover;
  background-position: center 25%;
  transform: scale(1.08);
  filter: saturate(1.05) contrast(1.04);
}

.gallery-hero__veil {
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(10, 5, 3, 0.72), rgba(20, 9, 7, 0.55) 42%, rgba(8, 4, 5, 0.9)),
    radial-gradient(circle at center, rgba(202, 162, 74, 0.14), transparent 58%);
}

.gallery-hero__vignette {
  position: absolute;
  inset: 0;
  z-index: 2;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.5);
}

.gallery-hero__accent {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
  height: 5px;
  background: linear-gradient(90deg, transparent, rgba(202, 162, 74, 0.95), transparent);
}

.gallery-hero__inner {
  position: relative;
  z-index: 4;
  max-width: 62rem;
  margin: 0 auto;
}

.gallery-hero__eyebrow {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(0.78rem, 1.8vw, 0.95rem);
  font-weight: 700;
  letter-spacing: 0.36em;
  text-transform: uppercase;
  color: rgba(246, 239, 228, 0.86);
  margin-bottom: 1.1rem;
}

.gallery-hero__title {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(3rem, 9vw, 5.7rem);
  font-weight: 600;
  line-height: 1.03;
  margin-bottom: 1rem;
  text-shadow: 0 8px 50px rgba(0, 0, 0, 0.55);
}

.gallery-hero__title span {
  background: linear-gradient(135deg, #fff8ed, #e8d5a8 42%, #fff8ef 70%, #caa24a);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.gallery-hero__rule {
  width: min(13rem, 44vw);
  height: 1px;
  margin: 0 auto 1.4rem;
  background: linear-gradient(90deg, transparent, rgba(202, 162, 74, 0.95), transparent);
}

.gallery-hero__subtitle {
  max-width: 48rem;
  margin: 0 auto 2rem;
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(1rem, 2.3vw, 1.22rem);
  line-height: 1.8;
  color: rgba(246, 239, 228, 0.9);
}

.gallery-hero__hint {
  display: inline-flex;
  gap: 0.55rem;
  align-items: center;
  color: rgba(202, 162, 74, 0.95);
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.82rem;
}

/* Filters */
.gallery-filters-section {
  position: sticky;
  top: 0;
  z-index: 20;
  padding: 1.35rem 0 1.55rem;
  background: rgba(246, 239, 228, 0.94);
  border-bottom: 1px solid rgba(202, 162, 74, 0.26);
  box-shadow: 0 10px 30px rgba(74, 44, 26, 0.07);
}

.gallery-filters-section__title {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(1.45rem, 3vw, 1.9rem);
  font-weight: 700;
  color: var(--brown);
  text-align: center;
 margin: 0 0 1.2rem;
}

.gallery-filters-section__lead {
  max-width: 42rem;
  margin: 0 auto 1rem;
  text-align: center;
  font-size: 0.94rem;
  line-height: 1.6;
}

.gallery-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.55rem;
}

.gallery-filter-pill {
  border: 1px solid rgba(202, 162, 74, 0.42);
  background: rgba(255, 255, 255, 0.58);
  color: var(--brown);
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: 0.82rem;
  font-weight: 800;
  padding: 0.55rem 1rem;
  border-radius: 999px;
  cursor: pointer;
  transition: 0.18s ease;
}

.gallery-filter-pill:hover {
  background: rgba(255, 255, 255, 0.95);
  border-color: rgba(202, 162, 74, 0.8);
  transform: translateY(-2px);
}

.gallery-filter-pill.is-active {
  color: #2b1a10;
  background: linear-gradient(180deg, var(--gold), var(--gold-2));
  border-color: rgba(74, 44, 26, 0.22);
  box-shadow: 0 10px 24px rgba(202, 162, 74, 0.28);
}

/* Common section heading */
.section-heading {
  max-width: 48rem;
  margin: 0 auto clamp(1.7rem, 4vw, 2.4rem);
}

.section-heading__kicker {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--brown);
  margin-bottom: 0.65rem;
}

.section-heading__kicker i {
  color: var(--gold-2);
  margin-right: 0.35rem;
}

.section-heading__title {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(2.1rem, 5vw, 3.1rem);
  font-weight: 700;
  color: var(--brown);
  margin-bottom: 0.75rem;
}

.section-heading__subtitle {
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(0.95rem, 2vw, 1.08rem);
  line-height: 1.8;
}

/* Awards */
.awards-showcase {
  scroll-margin-top: 8.5rem;
  padding: clamp(3rem, 7vw, 4.8rem) 0;
  background:
    radial-gradient(circle at top left, rgba(202, 162, 74, 0.12), transparent 30rem),
    linear-gradient(180deg, rgba(255,255,255,0.35), rgba(246,239,228,0.95));
  border-bottom: 1px solid rgba(202, 162, 74, 0.18);
}

.awards-showcase__mount {
  width: 100%;
}

.awards-showcase__stage.awards-gallery {
  position: relative;
}

.awards-gallery__viewport {
  --ag-gap: 1rem;
  --ag-card-w: calc((100% - 3 * var(--ag-gap)) / 4);
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scrollbar-width: none;
  scroll-snap-type: x proximity;
}

.awards-gallery__viewport::-webkit-scrollbar {
  display: none;
}

.awards-gallery__strip {
  display: flex;
  gap: var(--ag-gap);
}

.awards-gallery__card {
  flex: 0 0 var(--ag-card-w);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: zoom-in;
  scroll-snap-align: start;
}

.awards-gallery__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(202, 162, 74, 0.26);
  background: rgba(255, 255, 255, 0.62);
  box-shadow: 0 14px 32px rgba(74, 44, 26, 0.11);
}

.awards-gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.awards-gallery__card:hover .awards-gallery__img {
  transform: scale(1.05);
}

.awards-gallery__caption {
  display: block;
  text-align: center;
  padding: 0.7rem 0.3rem 0;
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-size: 0.88rem;
  font-weight: 700;
  color: var(--muted);
  line-height: 1.45;
}

.awards-gallery__arrow {
  position: absolute;
  top: 42%;
  transform: translateY(-50%);
  z-index: 3;
  display: grid;
  place-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 50%;
  border: 1px solid rgba(202, 162, 74, 0.55);
  background: rgba(246, 239, 228, 0.96);
  color: var(--brown);
  box-shadow: 0 10px 26px rgba(45, 27, 78, 0.14);
  cursor: pointer;
}

.awards-gallery__arrow--prev {
  left: -0.4rem;
}

.awards-gallery__arrow--next {
  right: -0.4rem;
}

.awards-gallery__arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Political */
.political-showcase {
  scroll-margin-top: 8.5rem;
  padding: clamp(3rem, 7vw, 4.8rem) 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(202, 162, 74, 0.16), transparent 28rem),
    radial-gradient(circle at 90% 20%, rgba(74, 44, 26, 0.1), transparent 30rem),
    linear-gradient(180deg, #f8f1e7, #f6efe4);
  border-bottom: 1px solid rgba(202, 162, 74, 0.18);
}

.political-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.4rem);
}

.political-card {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(202, 162, 74, 0.26);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.62);
  cursor: zoom-in;
  text-align: left;
  box-shadow: 0 14px 34px rgba(74, 44, 26, 0.1);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.political-card:hover {
  transform: translateY(-7px);
  border-color: rgba(202, 162, 74, 0.58);
  box-shadow: 0 22px 50px rgba(74, 44, 26, 0.17);
}

.political-card__media {
  display: block;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  background: rgba(74, 44, 26, 0.08);
}

.political-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.36s ease;
}

.political-card:hover .political-card__media img {
  transform: scale(1.055);
}

.political-card__body {
  display: block;
  padding: 1rem 1rem 1.15rem;
}

.political-card__tag {
  display: inline-flex;
  margin-bottom: 0.55rem;
  padding: 0.25rem 0.55rem;
  border-radius: 999px;
  background: rgba(202, 162, 74, 0.16);
  color: var(--brown);
  font-size: 0.68rem;
  font-weight: 900;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.political-card__caption {
  display: block;
  font-family: "Noto Serif Devanagari", Georgia, serif;
  color: var(--muted);
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.55;
}

/* Coming sections */
.coming-section {
  scroll-margin-top: 8.5rem;
  padding: clamp(2.5rem, 6vw, 4rem) 0;
  border-bottom: 1px solid rgba(202, 162, 74, 0.16);
}

.coming-card {
  max-width: 760px;
  margin: 0 auto;
  padding: clamp(1.5rem, 4vw, 2.3rem);
  border-radius: 24px;
  border: 1px solid rgba(202, 162, 74, 0.25);
  background: rgba(255, 255, 255, 0.58);
  box-shadow: 0 16px 42px rgba(74, 44, 26, 0.09);
}

.coming-card i {
  color: var(--gold-2);
  font-size: 2rem;
  margin-bottom: 0.8rem;
}

.coming-card h2 {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  color: var(--brown);
  font-size: clamp(1.8rem, 4vw, 2.5rem);
  font-weight: 700;
}

.coming-card p {
  margin: 0;
  color: var(--muted);
  font-family: "Noto Serif Devanagari", Georgia, serif;
}

/* Lightbox */
.awards-lightbox {
  position: fixed;
  inset: 0;
  z-index: 1085;
  visibility: hidden;
  pointer-events: none;
}

.awards-lightbox.is-open {
  visibility: visible;
  pointer-events: auto;
}

.awards-lightbox__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at center, rgba(202, 162, 74, 0.12), transparent 48%),
    rgba(4, 2, 3, 0.93);
  opacity: 0;
  transition: opacity 0.24s ease;
}

.awards-lightbox.is-open .awards-lightbox__backdrop {
  opacity: 1;
}

.awards-lightbox__panel {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(3.5rem, 10vw, 4.5rem) clamp(0.75rem, 3vw, 1.5rem);
}

.awards-lightbox__stage {
  max-width: min(96vw, 1200px);
  max-height: 86vh;
  overflow: hidden;
  border-radius: 16px;
  background: #0a0605;
  box-shadow:
    0 0 0 1px rgba(202, 162, 74, 0.42),
    0 32px 90px rgba(0, 0, 0, 0.62);
}

.awards-lightbox__img {
  display: block;
  max-width: min(96vw, 1200px);
  max-height: min(72vh, 760px);
  width: auto;
  height: auto;
  object-fit: contain;
}

.awards-lightbox__caption {
  margin: 0;
  padding: 0.75rem 1rem;
  text-align: center;
  color: rgba(246, 239, 228, 0.93);
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-weight: 700;
  background: linear-gradient(180deg, rgba(18, 10, 8, 0.4), rgba(8, 4, 6, 0.98));
}

.awards-lightbox__caption[hidden] {
  display: none !important;
}

.awards-lightbox__close,
.awards-lightbox__nav {
  position: absolute;
  z-index: 2;
  display: grid;
  place-items: center;
  border-radius: 50%;
  border: 1px solid rgba(202, 162, 74, 0.45);
  background: rgba(12, 6, 4, 0.58);
  color: #faf6ef;
  cursor: pointer;
}

.awards-lightbox__close {
  top: 1rem;
  right: 1rem;
  width: 2.75rem;
  height: 2.75rem;
}

.awards-lightbox__nav {
  top: 50%;
  transform: translateY(-50%);
  width: 2.75rem;
  height: 2.75rem;
}

.awards-lightbox__nav--prev {
  left: clamp(0.5rem, 3vw, 1.25rem);
}

.awards-lightbox__nav--next {
  right: clamp(0.5rem, 3vw, 1.25rem);
}

/* Responsive */
@media (max-width: 1199.98px) {
  .awards-gallery__viewport {
    --ag-card-w: calc((100% - 2 * var(--ag-gap)) / 3);
  }
}

@media (max-width: 991.98px) {
  .awards-gallery__viewport {
    --ag-card-w: calc((100% - 1 * var(--ag-gap)) / 2);
  }

  .political-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .gallery-filters-section {
    position: relative;
  }
}

@media (max-width: 575.98px) {
  .gallery-hero {
    min-height: 86vh;
  }

  .gallery-hero__eyebrow {
    letter-spacing: 0.22em;
  }

  .gallery-filters {
    gap: 0.45rem;
  }

  .gallery-filter-pill {
    font-size: 0.76rem;
    padding: 0.48rem 0.78rem;
  }

  .awards-gallery__viewport {
    --ag-card-w: 88%;
  }

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

  .awards-gallery__arrow--prev {
    left: 0.2rem;
  }

  .awards-gallery__arrow--next {
    right: 0.2rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gallery-filter-pill,
  .awards-gallery__img,
  .political-card,
  .political-card__media img,
  .awards-lightbox__backdrop {
    transition: none;
  }

  .gallery-filter-pill:hover,
  .political-card:hover,
  .political-card:hover .political-card__media img,
  .awards-gallery__card:hover .awards-gallery__img {
    transform: none;
  }
}
/*  theater cs */
.theatre-scroll-showcase {
  scroll-margin-top: 8.5rem;
  padding: clamp(3rem, 7vw, 4.8rem) 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(202, 162, 74, 0.16), transparent 30rem),
    linear-gradient(180deg, #f6efe4, #fbf7ef);
  border-bottom: 1px solid rgba(202, 162, 74, 0.18);
}

.theatre-scroll-gallery {
  position: relative;
}

.theatre-scroll-viewport {
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
  scroll-behavior: smooth;
}

.theatre-scroll-viewport::-webkit-scrollbar {
  display: none;
}

.theatre-scroll-strip {
  display: flex;
  gap: 1rem;
  padding: 0.25rem 0.15rem 0.75rem;
}

.theatre-scroll-card {
  flex: 0 0 280px;
  border: 1px solid rgba(202, 162, 74, 0.3);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.62);
  padding: 0.65rem;
  box-shadow: 0 14px 34px rgba(74, 44, 26, 0.1);
  cursor: zoom-in;
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.theatre-scroll-card:hover {
  transform: translateY(-5px);
  border-color: rgba(202, 162, 74, 0.7);
  box-shadow: 0 20px 48px rgba(74, 44, 26, 0.16);
}

.theatre-scroll-card img {
  width: 100%;
  height: 230px;
  object-fit: cover;
  object-position: center;
  border-radius: 13px;
  display: block;
  background: rgba(74, 44, 26, 0.07);
}

.theatre-scroll-card--portrait img {
  object-fit: contain;
}

.theatre-scroll-card span {
  display: block;
  margin-top: 0.7rem;
  text-align: center;
  color: var(--brown);
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-weight: 900;
}

.theatre-scroll-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  z-index: 5;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 50%;
  border: 1px solid rgba(202, 162, 74, 0.55);
  background: rgba(246, 239, 228, 0.96);
  color: var(--brown);
  display: grid;
  place-items: center;
  cursor: pointer;
  box-shadow: 0 10px 26px rgba(45, 27, 78, 0.14);
}

.theatre-scroll-arrow--prev {
  left: -0.4rem;
}

.theatre-scroll-arrow--next {
  right: -0.4rem;
}

.theatre-scroll-arrow:disabled {
  opacity: 0.35;
  cursor: not-allowed;
}

/* Theatre Lightbox */
.theatre-lightbox {
  position: fixed;
  inset: 0;
  z-index: 2200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 4rem 1rem 1rem;
  background: rgba(4, 2, 3, 0.94);
}

.theatre-lightbox.is-open {
  display: flex;
}

.theatre-lightbox__img {
  max-width: 96vw;
  max-height: 88vh;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 16px;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.65);
}

.theatre-lightbox__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 50%;
  border: 1px solid rgba(202, 162, 74, 0.5);
  background: rgba(12, 6, 4, 0.75);
  color: #fff;
  display: grid;
  place-items: center;
  cursor: pointer;
}

@media (max-width: 575.98px) {
  .theatre-scroll-card {
    flex-basis: 84%;
  }

  .theatre-scroll-card img {
    height: 250px;
  }

  .theatre-scroll-arrow--prev {
    left: 0.2rem;
  }

  .theatre-scroll-arrow--next {
    right: 0.2rem;
  }
}


/* book launch tab */
.gallery-filter-link {
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* Akashwani Program */
.akashwani-showcase {
  scroll-margin-top: 8.5rem;
  padding: clamp(3rem, 7vw, 5rem) 0;
  background:
    radial-gradient(circle at 12% 8%, rgba(202, 162, 74, 0.16), transparent 30rem),
    radial-gradient(circle at 88% 18%, rgba(74, 44, 26, 0.1), transparent 32rem),
    linear-gradient(180deg, #f6efe4, #fbf7ef);
  border-bottom: 1px solid rgba(202, 162, 74, 0.18);
}

.akashwani-feature {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  align-items: center;
  padding: clamp(1rem, 3vw, 1.5rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,.72), rgba(255,255,255,.52));
  border: 1px solid rgba(202, 162, 74, 0.3);
  box-shadow: 0 18px 50px rgba(45, 27, 78, 0.1);
}

.akashwani-feature__photo {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(202, 162, 74, 0.35);
  box-shadow: 0 16px 38px rgba(74, 44, 26, 0.12);
}

.akashwani-feature__photo img {
  width: 100%;
  height: 390px;
  object-fit: cover;
  object-position: center;
  display: block;
}

.akashwani-feature__content h3 {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  color: var(--brown);
  font-weight: 700;
  margin: 0.7rem 0;
}

.akashwani-feature__content p {
  font-family: "Noto Serif Devanagari", Georgia, serif;
  color: var(--muted);
  line-height: 1.8;
  margin: 0;
}

.akashwani-badge {
  display: inline-flex;
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  background: rgba(202, 162, 74, 0.16);
  border: 1px solid rgba(202, 162, 74, 0.35);
  color: var(--brown);
  font-weight: 900;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.akashwani-videos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.35rem);
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.akashwani-video-card {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(202, 162, 74, 0.3);
  background: rgba(255,255,255,0.65);
  box-shadow: 0 14px 34px rgba(74, 44, 26, 0.1);
}

.akashwani-video-card iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

.akashwani-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(1rem, 2.5vw, 1.35rem);
}

.akashwani-team-card {
  border: 1px solid rgba(202, 162, 74, 0.3);
  border-radius: 18px;
  background: rgba(255,255,255,0.65);
  padding: 0.65rem;
  cursor: zoom-in;
  box-shadow: 0 14px 34px rgba(74, 44, 26, 0.1);
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.akashwani-team-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 48px rgba(74, 44, 26, 0.16);
}

.akashwani-team-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 13px;
  display: block;
}

.akashwani-team-card span {
  display: block;
  margin-top: 0.7rem;
  text-align: center;
  color: var(--brown);
  font-family: "Noto Serif Devanagari", Georgia, serif;
  font-weight: 900;
}

@media (max-width: 991.98px) {
  .akashwani-feature {
    grid-template-columns: 1fr;
  }

  .akashwani-feature__photo img {
    height: 340px;
  }

  .akashwani-videos,
  .akashwani-team-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 575.98px) {
  .akashwani-feature__photo img {
    height: 280px;
  }

  .akashwani-videos,
  .akashwani-team-grid {
    grid-template-columns: 1fr;
  }

  .akashwani-team-card img {
    height: 260px;
  }
}
/* youtube thumbnail */
.youtube-thumb{
  position: relative;
  display:block;
  overflow:hidden;
  border-radius:18px;
}

.youtube-thumb img{
  width:100%;
  display:block;
  aspect-ratio:16/9;
  object-fit:cover;
}

.play-btn{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  width:70px;
  height:50px;
  background:red;
  border-radius:12px;
  display:flex;
  align-items:center;
  justify-content:center;
  color:white;
  font-size:24px;
}