.shodasha-page {
  --reference-ink: #101522;
  --reference-copy: #73737b;
  --reference-purple: #6b61a8;
  --reference-purple-dark: #554a94;
  --reference-gold: #d69b15;
  --reference-pale: #f7fbfd;
  color: var(--reference-ink);
  overflow: hidden;
}

.shodasha-page * {
  box-sizing: border-box;
}

.shodasha-page img {
  max-width: 100%;
}

.shodasha-page .theme-main-menu .right-button-group {
  gap: 10px;
}

.shodasha-page .theme-main-menu .right-button-group li {
  margin: 0;
  padding: 0;
}

.shodasha-page .theme-main-menu .right-button-group a {
  align-items: center;
  display: flex;
  height: 40px;
  justify-content: center;
  line-height: 1;
  width: 40px;
}

.shodasha-page .theme-main-menu .right-button-group img {
  display: block;
  height: 40px;
  object-fit: contain;
  width: 40px;
}

.shodasha-page .section-shell {
  background: #fff;
  padding: 120px 0;
}

.shodasha-page .section-soft {
  background: var(--reference-pale);
}

.shodasha-page .section-heading {
  margin: 0 auto 70px;
  max-width: 920px;
  text-align: center;
}

.shodasha-page .section-heading .eyebrow,
.shodasha-page .intro-copy .eyebrow,
.shodasha-page .festival-copy .eyebrow {
  color: #a2a2aa;
  display: block;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1.1px;
  margin-bottom: 11px;
  text-transform: uppercase;
}

.shodasha-page .section-heading h2,
.shodasha-page .intro-copy h2,
.shodasha-page .festival-copy h2 {
  color: var(--reference-ink);
  font-family: gordita, sans-serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: -1.5px;
  line-height: 1.12;
  margin: 0 0 25px;
}

.shodasha-page .section-heading h2::after,
.shodasha-page .intro-copy h2::after,
.shodasha-page .festival-copy h2::after {
  background: linear-gradient(90deg, #ff9a3d, #ffc65b);
  content: "";
  display: block;
  height: 4px;
  margin: 18px auto 0;
  width: 140px;
}

.shodasha-page .intro-copy h2::after,
.shodasha-page .festival-copy h2::after {
  margin-left: 0;
}

.shodasha-page .section-heading p,
.shodasha-page .intro-copy p,
.shodasha-page .festival-copy p {
  color: var(--reference-copy);
  font-family: Rubik, sans-serif;
  font-size: 17px;
  line-height: 1.8;
  margin: 0;
}

.shodasha-page .heading-mark {
  display: none;
}

.shodasha-hero {
  align-items: center;
  background: #161118 url("../img/lordganesh.jpg") center/cover no-repeat;
  display: flex;
  min-height: 620px;
  overflow: hidden;
  padding: 165px 0 75px;
  position: relative;
}

.shodasha-hero::before {
  background: rgba(15, 10, 14, .38);
  content: "";
  inset: 0;
  position: absolute;
}

.shodasha-hero .container {
  position: relative;
  z-index: 1;
}

.shodasha-hero-content {
  margin: auto;
  max-width: 1180px;
  text-align: center;
  width: 100%;
}

.shodasha-hero h1 {
  color: #fff;
  font-family: gordita, sans-serif;
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -2px;
  line-height: 1.1;
  margin: 0 auto 12px;
}

.shodasha-hero h2 {
  color: #fff;
  font-family: gordita, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 auto 15px;
  white-space: normal;
}

.shodasha-hero p {
  color: rgba(255, 255, 255, .9);
  font-family: Rubik, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  margin: 0 auto 30px;
  max-width: 760px;
}

.hero-form-preview {
  display: grid;
  gap: 34px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0 auto;
  max-width: 960px;
}

.hero-preview-card {
  background: #463a91;
  border-radius: 16px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .12);
  height: 190px;
  overflow: hidden;
  position: relative;
}

.hero-preview-card img {
  height: 100%;
  object-fit: cover;
  opacity: .82;
  width: 100%;
}

.hero-preview-card::after {
  background: linear-gradient(180deg, transparent 35%, rgba(49, 36, 121, .95));
  content: "";
  inset: 0;
  position: absolute;
}

.hero-preview-card span {
  background: #e4dff9;
  color: #151221;
  font-family: gordita, sans-serif;
  font-size: 16px;
  font-weight: 700;
  left: 0;
  padding: 7px 13px;
  position: absolute;
  top: 0;
  z-index: 2;
}

.hero-preview-card strong {
  bottom: 15px;
  color: #fff;
  font-family: gordita, sans-serif;
  font-size: 16px;
  left: 15px;
  position: absolute;
  right: 15px;
  z-index: 2;
}

.shodasha-page .seo-breadcrumb {
  background: #fff;
  border-bottom: 1px solid #f0f0f2;
  padding: 21px 0;
}

.shodasha-page .seo-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.shodasha-page .seo-breadcrumb a {
  color: #ff5f45;
}

.shodasha-page .seo-breadcrumb li:not(:last-child)::after {
  color: #a2a2aa;
  content: "/";
  margin-left: 9px;
}

.shodasha-page .intro-wrap {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.shodasha-page .intro-image {
  height: 600px;
  object-fit: cover;
  width: 100%;
}

.shodasha-page .intro-copy p + p,
.shodasha-page .festival-copy p + p {
  margin-top: 18px;
}

.forms-quick-answer {
  background: #f7fbfd;
  border-left: 4px solid var(--reference-gold);
  margin-top: 60px;
  padding: 32px 36px;
}

.forms-quick-answer h2 {
  color: var(--reference-ink);
  font-size: 30px;
  margin: 0 0 10px;
}

.forms-quick-answer p {
  color: var(--reference-copy);
  margin: 0 0 20px;
}

.forms-index {
  counter-reset: form-index;
  display: grid;
  gap: 10px 28px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}

.forms-index li {
  counter-increment: form-index;
}

.forms-index a {
  color: var(--reference-purple-dark);
  font-weight: 500;
}

.forms-index a::before {
  color: var(--reference-gold);
  content: counter(form-index) ". ";
  font-weight: 700;
}

.forms-index a:hover,
.forms-index a:focus {
  color: #8f1d22;
  text-decoration: underline;
}

.answer-facts,
.editorial-note {
  margin-top: 34px;
}

.answer-facts h2,
.editorial-note h2 {
  color: var(--reference-ink);
  font-size: 28px;
  margin: 0 0 20px;
}

.answer-facts dl {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.answer-facts dl > div {
  border: 1px solid #e5e7eb;
  padding: 22px;
}

.answer-facts dt {
  color: var(--reference-ink);
  font-weight: 700;
  margin-bottom: 8px;
}

.answer-facts dd,
.editorial-note p {
  color: var(--reference-copy);
  line-height: 1.75;
  margin: 0;
}

.editorial-note {
  border-top: 1px solid #e5e7eb;
  padding-top: 30px;
}

.editorial-note p + p {
  margin-top: 12px;
}

.editorial-note cite {
  color: var(--reference-ink);
}

.ganapathi-card[id] {
  scroll-margin-top: 120px;
}

.forms-grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ganapathi-card {
  background: #fff;
  border: 1px solid #e4bd58;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(84, 56, 16, .05);
  display: flex;
  flex-direction: column;
  min-width: 0;
  overflow: hidden;
  position: relative;
  transition: transform .3s ease, box-shadow .3s ease;
}

.ganapathi-card:hover {
  box-shadow: 0 18px 40px rgba(84, 56, 16, .12);
  transform: translateY(-8px);
}

.ganapathi-card .card-image {
  height: 225px;
  overflow: visible;
  position: relative;
}

.ganapathi-card .card-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform .3s ease;
  width: 100%;
}

.ganapathi-card .card-image img[src$="lordganesh1.jpeg"] {
  object-position: center 24%;
}

.ganapathi-card:hover .card-image img {
  transform: scale(1.04);
}

.ganapathi-card .form-number {
  align-items: center;
  background: var(--reference-purple);
  border: 3px solid #fff;
  border-radius: 50%;
  bottom: -22px;
  color: #fff;
  display: flex;
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  left: 23px;
  position: absolute;
  width: 46px;
  z-index: 2;
}

.ganapathi-card .card-content {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 40px 28px 28px;
}

.ganapathi-card h3 {
  color: #8f1d22;
  font-family: gordita, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 9px;
}

.ganapathi-card .meaning {
  color: #b77a21;
  font-family: Rubik, sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .6px;
  margin-bottom: 16px;
  text-transform: uppercase;
}

.ganapathi-card .description {
  color: var(--reference-copy);
  flex: 1;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.ganapathi-card .associated {
  border-top: 1px dashed #dfdfe5;
  color: #6e6e75;
  font-family: Rubik, sans-serif;
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
  padding-top: 15px;
}

.ganapathi-card .associated strong {
  color: #8f1d22;
  display: block;
  font-size: 10px;
  letter-spacing: .7px;
  margin-bottom: 4px;
  text-transform: uppercase;
}

.ganapathi-card.featured {
  border: 2px solid var(--reference-gold);
}

.ganapathi-card .featured-badge {
  background: #8f1d22;
  border-radius: 30px;
  color: #fff;
  font-family: Rubik, sans-serif;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .6px;
  padding: 7px 14px;
  position: absolute;
  right: 13px;
  text-transform: uppercase;
  top: 13px;
  z-index: 3;
}

.meaning-grid {
  display: grid;
  gap: 45px 60px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.meaning-card {
  background: transparent;
  border: 0;
  min-height: 210px;
  padding: 0 25px 0 0;
}

.meaning-card .meaning-icon {
  height: 82px;
  margin-bottom: 25px;
  width: 82px;
}

.meaning-card .meaning-icon img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.meaning-card h3 {
  color: var(--reference-ink);
  font-family: gordita, sans-serif;
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 12px;
}

.meaning-card h3 span {
  border-bottom: 2px solid #ff8f3d;
}

.meaning-card p {
  color: var(--reference-copy);
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

.festival-wrap {
  align-items: center;
  display: grid;
  gap: 80px;
  grid-template-columns: 1fr 1fr;
}

.festival-image-wrap {
  position: relative;
}

.festival-image {
  height: 510px;
  object-fit: cover;
  width: 100%;
}

.pooja-cta {
  background: #fff;
  border-bottom: 1px solid #ededf1;
  border-top: 1px solid #ededf1;
  padding: 110px 0;
}

.pooja-cta .cta-inner {
  margin: auto;
  max-width: 900px;
  text-align: center;
}

.pooja-cta .cta-mark {
  display: none;
}

.pooja-cta h2 {
  color: var(--reference-ink);
  font-family: gordita, sans-serif;
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 1.2;
  margin: 0 0 20px;
}

.pooja-cta p {
  color: var(--reference-copy);
  font-family: Rubik, sans-serif;
  font-size: 17px;
  line-height: 1.75;
  margin: 0 auto 35px;
  max-width: 760px;
}

.pooja-cta .cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}

.pooja-cta .cta-button {
  align-items: center;
  background: var(--reference-purple);
  border: 0;
  border-radius: 0;
  color: #fff;
  display: inline-flex;
  font-family: Rubik, sans-serif;
  font-size: 14px;
  font-weight: 500;
  justify-content: center;
  min-height: 50px;
  padding: 13px 25px;
  transition: background .25s ease;
}

.pooja-cta .cta-button:hover {
  background: var(--reference-purple-dark);
  color: #fff;
}

.shodasha-faq {
  background: #fff;
}

.shodasha-faq .section-heading h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.shodasha-faq .section-heading h2::after {
  background: #f6d994;
  height: 12px;
  margin-top: -13px;
  position: relative;
  z-index: -1;
}

.shodasha-faq .faq-list {
  margin: auto;
  max-width: 930px;
}

.shodasha-faq details {
  background: #f7f7f8;
  border: 0;
  border-radius: 0;
  margin-bottom: 10px;
}

.shodasha-faq summary {
  color: var(--reference-ink);
  cursor: pointer;
  font-family: Rubik, sans-serif;
  font-size: 17px;
  font-weight: 400;
  list-style: none;
  padding: 26px 65px 26px 28px;
  position: relative;
}

.shodasha-faq summary::-webkit-details-marker {
  display: none;
}

.shodasha-faq summary::after {
  color: var(--reference-ink);
  content: "\f107";
  font-family: FontAwesome;
  font-size: 15px;
  position: absolute;
  right: 28px;
  top: 27px;
}

.shodasha-faq details[open] summary::after {
  content: "\f106";
}

.shodasha-faq .faq-answer {
  padding: 0 28px 25px;
}

.shodasha-faq .faq-answer p {
  color: var(--reference-copy);
  font-family: Rubik, sans-serif;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
}

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

.related-card {
  background: #fff;
  box-shadow: 0 10px 35px rgba(15, 21, 34, .07);
  overflow: hidden;
  transition: transform .3s ease, box-shadow .3s ease;
}

.related-card:hover {
  box-shadow: 0 18px 40px rgba(15, 21, 34, .12);
  transform: translateY(-6px);
}

.related-card .related-image {
  height: 225px;
  overflow: hidden;
}

.related-card .related-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
  width: 100%;
}

.related-card .related-image img[src$="lordganesh1.jpeg"] {
  object-position: center 24%;
}

.related-card:hover .related-image img {
  transform: scale(1.04);
}

.related-card .related-copy {
  padding: 30px;
}

.related-card h3 {
  color: var(--reference-ink);
  font-family: gordita, sans-serif;
  font-size: 21px;
  line-height: 1.35;
  margin: 0 0 11px;
}

.related-card p {
  color: var(--reference-copy);
  font-family: Rubik, sans-serif;
  font-size: 14px;
  line-height: 1.7;
  margin: 0 0 20px;
}

.related-card .learn-more {
  color: var(--reference-purple);
  font-family: Rubik, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.related-card .learn-more i {
  margin-left: 6px;
}

@media (max-width: 1199px) {
  .shodasha-hero h1 { font-size: 58px; }
  .forms-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ganapathi-card .card-image { height: 290px; }
}

@media (min-width: 992px) and (max-width: 1450px) {
  .shodasha-page .theme-menu-one.center-white .navbar-nav .nav-item .nav-link {
    margin: 0 10px;
  }
}

@media (max-width: 991px) {
  .shodasha-page .section-shell { padding: 85px 0; }
  .shodasha-page .section-heading h2,
  .shodasha-page .intro-copy h2,
  .shodasha-page .festival-copy h2 { font-size: 42px; }
  .shodasha-hero { min-height: 620px; padding-top: 145px; }
  .hero-form-preview { gap: 18px; }
  .shodasha-page .intro-wrap,
  .festival-wrap { gap: 55px; grid-template-columns: 1fr; }
  .festival-copy { order: -1; }
  .meaning-grid,
  .related-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .forms-index { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .answer-facts dl { grid-template-columns: 1fr; }
  .shodasha-page .theme-main-menu .navbar-toggler {
    align-items: center;
    background: var(--reference-purple);
    border: 0;
    border-radius: 0;
    display: flex;
    height: 46px;
    justify-content: center;
    position: fixed;
    right: 16px;
    top: 24px;
    width: 46px;
    z-index: 1000;
  }
  .shodasha-page .theme-main-menu .navbar-toggler i { display: none; }
  .shodasha-page .theme-main-menu .navbar-toggler::before {
    color: #fff;
    content: "\f0c9";
    font-family: FontAwesome;
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  .shodasha-page .section-shell { padding: 65px 0; }
  .shodasha-page .section-heading { margin-bottom: 45px; }
  .shodasha-page .section-heading h2,
  .shodasha-page .intro-copy h2,
  .shodasha-page .festival-copy h2,
  .pooja-cta h2 { font-size: 34px; letter-spacing: -.5px; }
  .shodasha-hero {
    background-position: 63% center;
    min-height: 600px;
    padding: 135px 0 55px;
  }
  .shodasha-hero::before { background: rgba(15, 10, 14, .55); }
  .shodasha-hero h1 { font-size: 42px; letter-spacing: -1px; }
  .shodasha-hero h2 { font-size: 21px; }
  .shodasha-hero p { font-size: 15px; }
  .hero-form-preview { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-preview-card { height: 150px; }
  .forms-grid,
  .meaning-grid,
  .related-grid { grid-template-columns: 1fr; }
  .ganapathi-card .card-image { height: 260px; }
  .shodasha-page .intro-image,
  .festival-image { height: 430px; }
  .meaning-card { min-height: 0; }
  .pooja-cta { padding: 75px 0; }
}

@media (max-width: 575px) {
  .shodasha-page .section-shell { padding: 55px 0; }
  .shodasha-page .section-heading h2,
  .shodasha-page .intro-copy h2,
  .shodasha-page .festival-copy h2,
  .pooja-cta h2 { font-size: 30px; }
  .shodasha-page .section-heading p,
  .shodasha-page .intro-copy p,
  .shodasha-page .festival-copy p { font-size: 15px; }
  .shodasha-hero { min-height: 580px; }
  .shodasha-hero h1 { font-size: 36px; }
  .hero-form-preview { gap: 12px; }
  .hero-preview-card { border-radius: 10px; height: 135px; }
  .hero-preview-card strong { bottom: 10px; font-size: 12px; left: 10px; right: 10px; }
  .hero-preview-card span { font-size: 12px; padding: 5px 9px; }
  .shodasha-page .intro-image,
  .festival-image { height: 360px; }
  .ganapathi-card .card-image { height: 235px; }
  .ganapathi-card .card-content { padding: 38px 22px 25px; }
  .pooja-cta .cta-actions { flex-direction: column; gap: 8px; }
  .pooja-cta .cta-button { width: 100%; }
  .forms-quick-answer { margin-top: 40px; padding: 25px 20px; }
  .forms-quick-answer h2 { font-size: 25px; }
  .forms-index { grid-template-columns: 1fr; }
  .shodasha-faq summary { font-size: 15px; padding-left: 20px; }
}

@media (prefers-reduced-motion: reduce) {
  .ganapathi-card,
  .ganapathi-card .card-image img,
  .related-card,
  .related-card .related-image img { transition: none; }
}
