:root {
  --vgg-saffron: #c82800;
  --vgg-cream: #fbf6ee;
  --vgg-ink: #3b271c;
  --vgg-gold: #c9a44a;
}

/* About page: Vishwa Nath / Geeta Devi photo pair stays an even 50/50 row */
.elementor-element-vns001a,
.elementor-element-3296bdd,
.elementor-element-feed3a6,
.elementor-element-93b769d {
  flex: 0 0 50% !important;
  width: 50% !important;
  max-width: 50%;
  min-width: 0;
}

body.theme-vgg,
body.vgg-astra {
  background: var(--vgg-cream);
  color: var(--vgg-ink);
  font-family: "Source Sans 3", "Noto Sans Devanagari", sans-serif;
}

.vgg-rescue {
  position: sticky;
  top: 0;
  z-index: 10050;
  background: var(--vgg-saffron);
  color: #fff;
}
.vgg-rescue .wrap {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.vgg-rescue-label {
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.vgg-rescue a {
  color: #fff !important;
  font-weight: 800;
  font-size: 1.35rem;
  letter-spacing: 0.04em;
  text-decoration: none;
}
.vgg-rescue-numbers {
  white-space: nowrap;
}
.vgg-lang a {
  color: #fff;
  font-weight: 700;
  margin-left: 8px;
  padding: 4px 10px;
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 999px;
  text-decoration: none;
}
.vgg-lang a.is-on {
  background: #fff;
  color: var(--vgg-saffron) !important;
}

.vgg-fab-rescue {
  display: none;
}

@media (max-width: 600px) {
  .vgg-rescue .wrap {
    min-height: 52px;
    padding: 0;
    justify-content: flex-end;
  }
  .vgg-rescue .wrap > div:first-child {
    display: none;
  }
  .vgg-lang a {
    padding: 4px 9px;
    font-size: 0.78rem;
    margin-left: 8px;
  }
  .site-header,
  #masthead {
    top: 52px;
  }

  .vgg-fab-rescue {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    position: fixed;
    top: 75%;
    right: 14px;
    transform: translateY(-50%);
    z-index: 10060;
  }
  .vgg-fab-label {
    background: var(--vgg-ink);
    color: #fff;
    font-size: 0.76rem;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 6px 16px rgba(0,0,0,.2);
    opacity: 1;
    animation: vgg-fab-label-fade 0.6s ease 5s forwards;
  }
  @keyframes vgg-fab-label-fade {
    to {
      opacity: 0;
      visibility: hidden;
    }
  }
  .vgg-fab-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 16px rgba(0,0,0,.24);
  }
  .vgg-fab-btn svg {
    width: 24px;
    height: 24px;
    fill: #fff;
  }
  .vgg-fab-call {
    background: var(--vgg-saffron);
  }
  .vgg-fab-whatsapp {
    background: #25d366;
  }
}

.site-header,
#masthead {
  position: sticky;
  top: 52px;
  z-index: 10040;
}

.vgg-donate {
  background: var(--vgg-saffron) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 8px 16px !important;
  font-weight: 700;
}

.elementor-widget-image-carousel .swiper-slide,
.elementor-image-carousel .swiper-slide {
  background: var(--vgg-ink);
}
.elementor-widget-image-carousel .swiper-slide img,
.elementor-image-carousel img {
  aspect-ratio: 21 / 9;
  object-fit: cover;
  width: 100%;
}

.vgg-html h1, .elementor-widget-html h1 {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", serif;
  color: #3b271c;
  line-height: 1.2;
  font-size: clamp(2rem, 4vw, 3.2rem);
}
.vgg-html h2, .elementor-widget-html h2 {
  font-family: "Cormorant Garamond", "Noto Serif Devanagari", serif;
  color: #c82800;
}
.vgg-html .kicker {
  color: #c82800;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-size: 0.78rem;
}
.vgg-html .lede { font-size: 1.12rem; color: #6a5244; max-width: 42rem; }
.vgg-html .hero-grid, .vgg-html .two {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 28px;
  align-items: center;
}
.vgg-html .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}
.vgg-html .card {
  background: #fffaf3;
  border: 1px solid rgba(200,40,0,.14);
  border-radius: 22px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(90,40,12,.08);
}
.vgg-html .btn {
  display: inline-flex;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  margin-right: 8px;
  margin-top: 8px;
}
.vgg-html .btn-primary { background: #c82800; color: #fff !important; }
.vgg-html .btn-ghost { border: 1.5px solid #c82800; color: #c82800 !important; }
.vgg-html .strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  text-align: center;
  background: linear-gradient(90deg,#fff1e4,#fff8ee);
  padding: 18px;
  border-radius: 16px;
  margin: 24px 0;
}
.vgg-html .strip strong { display: block; color: #c82800; }
.vgg-html .hero-card img { border-radius: 50%; max-width: 320px; margin: 0 auto; }
.vgg-html .gallery-16 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.vgg-html .gallery-16 img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 16px;
}
.vgg-html blockquote {
  margin: 0;
  padding: 22px 24px;
  background: #fff;
  border-left: 5px solid #c9a44a;
  border-radius: 0 18px 18px 0;
  font-size: 1.25rem;
}
.vgg-html .note {
  background: #fff8ee;
  border: 1px dashed #c9a44a;
  padding: 16px 18px;
  border-radius: 14px;
}
.vgg-html .section-head { text-align: center; margin-bottom: 22px; }
footer.vgg-foot {
  background: #fff8ee;
  border-top: 1px solid rgba(200,40,0,.14);
  padding: 36px 0 18px;
  margin-top: 24px;
}
footer.vgg-foot .wrap {
  width: min(1200px, calc(100% - 28px));
  margin: 0 auto;
}
footer.vgg-foot .foot-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 24px;
}
footer.vgg-foot h3 { color: #c82800; font-size: 1.1rem; }
footer.vgg-foot .legal {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(200,40,0,.14);
  color: #6a5244;
  font-size: 0.88rem;
}
.ast-small-footer, .site-footer .ast-footer-overlay { display: none !important; }

@media (max-width: 900px) {
  .vgg-html .hero-grid, .vgg-html .two, .vgg-html .cards, .vgg-html .strip, .vgg-html .gallery-16,
  footer.vgg-foot .foot-grid { grid-template-columns: 1fr; }
}

a.e-con {
  text-decoration: none !important;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
a.e-con:hover {
  box-shadow: 0 10px 24px rgba(90,40,12,0.14) !important;
  transform: translateY(-2px);
}

