:root {
  --blue-dark: #171a4a;
  --blue: #db4f08;
  --blue-mid: #f47a1f;
  --blue-soft: #fff4ea;
  --gold: #f6b31b;
  --gold-dark: #c57900;
  --ink: #15173f;
  --muted: #655f58;
  --white: #ffffff;
  --shadow: 0 22px 60px rgba(219, 79, 8, 0.15);
  --font-sans: "DM Sans", "Segoe UI", Tahoma, Geneva, Verdana, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-devanagari: "Noto Sans Devanagari", var(--font-sans);
  --text-xs: 0.75rem;
  --text-sm: 0.875rem;
  --text-base: 1rem;
  --text-lg: 1.125rem;
  --text-xl: 1.25rem;
  --text-2xl: 1.5rem;
  --text-3xl: 1.875rem;
  --text-4xl: 2.25rem;
  --text-5xl: 3rem;
  --text-section-xl: 2.75rem;
  --leading-tight: 1.25;
  --leading-relaxed: 1.625;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: 1.5;
  overflow-x: hidden;
}

a {
  text-decoration: none;
}

.topbar {
  background: #15173f;
  color: #fff;
  font-size: var(--text-sm);
  font-weight: 600;
  padding: 8px 0;
}

.topbar-info,
.topbar-links {
  display: flex;
  align-items: center;
  gap: 22px;
}

.topbar a {
  color: #fff;
  font-weight: 600;
}

.topbar .donate-link {
  color: var(--gold);
}

.main-navbar {
  background: rgba(255, 255, 255, 0.985);
  border-bottom: 1px solid rgba(219, 79, 8, 0.1);
  box-shadow: 0 8px 24px rgba(21, 23, 63, 0.08);
  padding: 8px 0;
}

.navbar-brand .logo-mark {
  align-items: center;
  background: linear-gradient(135deg, #171a4a, #db4f08);
  border-radius: 50%;
  color: var(--gold);
  display: inline-flex;
  font-size: var(--text-xl);
  font-weight: 700;
  height: 46px;
  justify-content: center;
  width: 46px;
}

.navbar-brand strong {
  background: linear-gradient(90deg, #171a4a, #db4f08, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  display: block;
  font-size: var(--text-3xl);
  font-weight: 700;
  line-height: 1;
}

.navbar-brand small {
  color: var(--gold-dark);
  display: block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.navbar .nav-link {
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 600;
  padding: 18px 7px;
}

.navbar .nav-link:hover,
.navbar .nav-link.active {
  color: var(--gold-dark);
}

.premium-dropdown {
  border: 0;
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 12px;
}

.premium-dropdown .dropdown-item {
  border-radius: 6px;
  color: var(--ink);
  font-size: var(--text-sm);
  font-weight: 400;
  padding: 9px 13px;
}

.premium-dropdown .dropdown-item:hover {
  background: var(--blue-soft);
  color: var(--blue);
}

.btn {
  border-radius: 999px;
  font-size: var(--text-sm);
  font-weight: 700;
  padding: 11px 22px;
}

.btn-gold {
  background: linear-gradient(135deg, #ffd15a, var(--gold), var(--gold-dark));
  border: 0;
  color: var(--ink);
  box-shadow: 0 13px 32px rgba(217, 162, 51, 0.28);
}

.btn-gold:hover {
  color: var(--ink);
  transform: translateY(-2px);
}

.main-navbar .btn-gold {
  border-radius: 6px;
  box-shadow: none;
  font-size: var(--text-sm);
  min-width: auto;
  padding: 10px 16px;
  white-space: nowrap;
}

.btn-blue {
  background: linear-gradient(135deg, #171a4a, #db4f08);
  border: 0;
  color: #fff;
}

.btn-blue:hover {
  background: var(--blue);
  color: #fff;
  transform: translateY(-2px);
}

.btn-light-outline {
  border: 1px solid rgba(255, 255, 255, 0.45);
  color: #fff;
}

.btn-light-outline:hover {
  background: #fff;
  color: var(--blue-dark);
}

.hero,
.hero-slide {
  min-height: 0;
}

.hero-slide {
  position: relative;
}

.hero-banner-img {
  display: block;
  height: auto;
  width: 100%;
}

.eyebrow,
.section-kicker {
  color: var(--gold);
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  margin-bottom: 14px;
  text-transform: uppercase;
}

.hero h1 {
  font-size: var(--text-5xl, 3rem);
  font-weight: 700;
  line-height: 1;
  max-width: 840px;
}

.hero p {
  color: rgba(255, 255, 255, 0.88);
  font-size: 19px;
  line-height: 1.75;
  max-width: 740px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 30px;
}

.registration-strip {
  background: #fff;
  box-shadow: var(--shadow);
  margin-top: 0;
  padding: 28px 0;
  position: relative;
  z-index: 4;
}

.strip-icon {
  align-items: center;
  background: var(--blue-dark);
  border-radius: 8px;
  color: var(--gold);
  display: inline-flex;
  font-size: 30px;
  height: 70px;
  justify-content: center;
  min-width: 70px;
}

.registration-strip h2 {
  color: var(--blue-dark);
  font-size: var(--text-2xl);
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 4px;
}

.registration-strip p {
  color: var(--muted);
  margin: 0;
}

.section-pad {
  padding: 88px 0;
}

.bg-soft {
  background: #fff8f1;
}

.section-title {
  background: linear-gradient(90deg, #171a4a 0%, #db4f08 55%, #f6b31b 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: var(--text-3xl);
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: -0.025em;
  margin-bottom: 18px;
}

.registration-strip h2,
.service-card h3,
.why-box h3,
.event-card h3,
.price-card h3,
.activity-item h3,
.partners-strip h2,
.site-footer h3 {
  background: linear-gradient(90deg, #171a4a, #db4f08, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.meeting-caption h3,
.site-footer h3 {
  background: linear-gradient(90deg, #ffffff, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-text {
  color: var(--muted);
  font-size: 15px;
  font-weight: 400;
  line-height: var(--leading-relaxed);
  max-width: 760px;
}

.image-frame {
  border-radius: 8px;
  padding: 14px;
  position: relative;
}

.image-frame::before {
  border: 3px solid rgba(217, 162, 51, 0.35);
  border-radius: 8px;
  content: "";
  inset: 0 28px 28px 0;
  position: absolute;
}

.image-frame img,
.rounded-img {
  border-radius: 8px;
  box-shadow: var(--shadow);
  height: 520px;
  object-fit: cover;
  position: relative;
  width: 100%;
}

.mini-card {
  background: #fff;
  border: 1px solid rgba(219, 79, 8, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 35, 70, 0.06);
  color: var(--blue-dark);
  display: flex;
  flex-direction: column;
  font-size: var(--text-sm);
  font-weight: 600;
  gap: 9px;
  min-height: 130px;
  padding: 20px;
}

.mini-card i {
  color: var(--gold);
  font-size: 28px;
}

.stats-section {
  background: var(--blue-dark);
  color: #fff;
  padding: 48px 0;
}

.stat-box {
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 28px;
}

.stat-box strong {
  color: var(--gold);
  display: block;
  font-size: var(--text-4xl);
  font-weight: 700;
}

.stat-box strong::after {
  content: "+";
}

.stat-box span {
  color: rgba(255, 255, 255, 0.78);
  font-weight: 700;
}

.service-card,
.price-card,
.news-card,
.event-card,
.why-box {
  background: #fff;
  border: 1px solid rgba(219, 79, 8, 0.1);
  border-radius: 8px;
  height: 100%;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.service-card {
  padding: 34px;
}

.service-card:hover,
.price-card:hover,
.news-card:hover,
.event-card:hover,
.why-box:hover {
  border-color: rgba(217, 162, 51, 0.55);
  box-shadow: var(--shadow);
  transform: translateY(-8px);
}

.service-card i {
  align-items: center;
  background: var(--blue-dark);
  border-radius: 8px;
  color: var(--gold);
  display: inline-flex;
  font-size: 34px;
  height: 68px;
  justify-content: center;
  margin-bottom: 24px;
  width: 68px;
}

.service-card h3,
.why-box h3,
.event-card h3,
.news-card h3,
.price-card h3 {
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.35;
}

.service-card p,
.event-card p,
.news-card p,
.price-card p {
  color: var(--muted);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: var(--leading-relaxed);
}

.meeting-card,
.video-card {
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
  position: relative;
}

.meeting-card img,
.video-card img {
  height: 500px;
  object-fit: cover;
  width: 100%;
}

.meeting-caption {
  background: linear-gradient(0deg, rgba(23, 26, 74, 0.92), transparent);
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 90px 34px 30px;
  position: absolute;
  right: 0;
}

.meeting-caption span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.meeting-caption h3 {
  font-size: var(--text-3xl);
  font-weight: 600;
  line-height: 1.2;
}

.gallery-item {
  border: 0;
  border-radius: 8px;
  display: block;
  height: 245px;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

.gallery-item::after {
  align-items: center;
  background: rgba(23, 26, 74, 0.58);
  color: #fff;
  content: "\F52A";
  display: flex;
  font-family: "bootstrap-icons";
  font-size: 34px;
  inset: 0;
  justify-content: center;
  opacity: 0;
  position: absolute;
  transition: 0.25s ease;
}

.gallery-item:hover::after {
  opacity: 1;
}

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

.gallery-item:hover img {
  transform: scale(1.12);
}

.objective-list {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.objective-list li {
  color: var(--muted);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: var(--leading-relaxed);
  margin-bottom: 16px;
  padding-left: 34px;
  position: relative;
}

.objective-list li::before {
  color: var(--gold-dark);
  content: "\F26A";
  font-family: "bootstrap-icons";
  font-size: 20px;
  left: 0;
  position: absolute;
  top: 1px;
}

.why-box {
  padding: 24px;
}

.why-box i {
  color: var(--gold-dark);
  font-size: 34px;
  margin-bottom: 14px;
}

.video-card {
  cursor: pointer;
}

.play-button {
  align-items: center;
  background: var(--gold);
  border-radius: 50%;
  color: var(--ink);
  display: flex;
  font-size: 42px;
  height: 86px;
  justify-content: center;
  left: 50%;
  padding-left: 5px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 86px;
}

.price-card {
  padding: 36px;
  position: relative;
}

.price-card.featured {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  color: #fff;
  transform: translateY(-16px);
}

.price-card.featured p,
.price-card.featured li {
  color: #fff;
}

.price-card.featured h3 {
  background: linear-gradient(90deg, #ffffff, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.price-card .badge {
  background: var(--gold);
  color: var(--ink);
  margin-bottom: 16px;
}

.price-card strong {
  color: var(--blue-dark);
  display: block;
  font-size: var(--text-4xl);
  font-weight: 700;
  margin: 16px 0;
}

.price-card.featured strong {
  color: var(--gold);
}

.price-card ul {
  list-style: none;
  margin: 24px 0;
  padding: 0;
}

.price-card li {
  color: var(--muted);
  margin-bottom: 12px;
  padding-left: 28px;
  position: relative;
}

.price-card li::before {
  color: var(--gold);
  content: "\F26E";
  font-family: "bootstrap-icons";
  left: 0;
  position: absolute;
}

.events-section {
  background: #fff;
}

.event-card {
  overflow: hidden;
}

.event-card img {
  height: 205px;
  object-fit: cover;
  width: 100%;
}

.event-card h3,
.event-card p {
  padding-left: 24px;
  padding-right: 24px;
}

.event-card h3 {
  margin-top: 24px;
}

.event-card p {
  padding-bottom: 26px;
}

.testimonials-section {
  background: linear-gradient(135deg, #171a4a, #db4f08);
  color: #fff;
}

.testimonial-card {
  margin: 0 auto;
  max-width: 850px;
  min-height: 340px;
  padding: 40px 80px;
  text-align: center;
}

.testimonial-card i {
  color: var(--gold);
  font-size: 48px;
}

.testimonial-card p {
  font-size: var(--text-2xl);
  font-weight: 500;
  line-height: var(--leading-relaxed);
}

.testimonial-card h3 {
  color: var(--gold);
  font-size: var(--text-xl);
  font-weight: 700;
}

.testimonial-card span {
  color: rgba(255, 255, 255, 0.72);
}

.news-card {
  overflow: hidden;
}

.news-card img {
  height: 230px;
  object-fit: cover;
  width: 100%;
}

.news-card div {
  padding: 26px;
}

.news-card span {
  color: var(--gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.activity-list {
  display: grid;
  gap: 18px;
  margin-top: 28px;
}

.activity-item {
  align-items: flex-start;
  background: #fff;
  border: 1px solid rgba(219, 79, 8, 0.1);
  border-radius: 8px;
  box-shadow: 0 12px 30px rgba(8, 35, 70, 0.06);
  display: flex;
  gap: 18px;
  padding: 22px;
}

.activity-item i {
  align-items: center;
  background: var(--blue-dark);
  border-radius: 8px;
  color: var(--gold);
  display: inline-flex;
  font-size: 28px;
  height: 58px;
  justify-content: center;
  min-width: 58px;
}

.activity-item h3 {
  font-size: var(--text-xl);
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 7px;
}

.activity-item p {
  color: var(--muted);
  font-size: var(--text-base);
  font-weight: 400;
  line-height: var(--leading-relaxed);
  margin: 0;
}

.partners-strip {
  background: #fff;
  border-bottom: 1px solid rgba(219, 79, 8, 0.1);
  border-top: 1px solid rgba(219, 79, 8, 0.1);
  overflow: hidden;
  padding: 38px 0;
}

.partners-strip h2 {
  font-size: var(--text-2xl);
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 22px;
}

.partners-track {
  animation: scrollPartners 24s linear infinite;
  display: flex;
  gap: 18px;
  width: max-content;
}

.partners-track span {
  background: var(--blue-soft);
  border: 1px solid rgba(219, 79, 8, 0.1);
  border-radius: 8px;
  color: var(--blue-dark);
  display: grid;
  font-size: var(--text-lg);
  font-weight: 700;
  height: 78px;
  min-width: 180px;
  place-items: center;
}

@keyframes scrollPartners {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.premium-accordion .accordion-item {
  border: 1px solid rgba(219, 79, 8, 0.1);
  border-radius: 8px;
  margin-bottom: 14px;
  overflow: hidden;
}

.premium-accordion .accordion-button {
  background: #fff;
  color: var(--blue-dark);
  font-size: var(--text-base);
  font-weight: 600;
  padding: 20px;
}

.premium-accordion .accordion-button:not(.collapsed) {
  background: var(--blue-soft);
  color: var(--blue-dark);
  box-shadow: inset 0 -1px 0 rgba(219, 79, 8, 0.18);
}

.premium-accordion .accordion-button,
.premium-accordion .accordion-button:not(.collapsed) {
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-text-fill-color: var(--blue-dark);
}

.contact-section {
  background: linear-gradient(135deg, rgba(23, 26, 74, 0.96), rgba(219, 79, 8, 0.88)), url("https://images.unsplash.com/photo-1497366754035-f200968a6e72?auto=format&fit=crop&w=1800&q=85") center / cover;
  color: #fff;
}

.contact-text,
.contact-info p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-info {
  margin: 28px 0;
}

.contact-info p {
  display: flex;
  font-weight: 700;
  gap: 12px;
}

.contact-info i {
  color: var(--gold);
}

.contact-section iframe {
  border: 0;
  border-radius: 8px;
  height: 240px;
  width: 100%;
}

.contact-form {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 8px;
  box-shadow: var(--shadow);
  padding: 34px;
}

.form-control,
.form-select {
  border: 1px solid rgba(219, 79, 8, 0.14);
  border-radius: 8px;
  min-height: 54px;
  padding: 13px 16px;
}

.form-control:focus,
.form-select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 0.2rem rgba(217, 162, 51, 0.15);
}

.site-footer {
  background: #15173f;
  color: rgba(255, 255, 255, 0.72);
  padding: 70px 0 0;
}

.footer-brand {
  color: var(--gold);
  display: inline-block;
  font-size: var(--text-4xl);
  font-weight: 700;
  margin-bottom: 18px;
}

.site-footer h3 {
  font-size: var(--text-lg);
  font-weight: 600;
  margin-bottom: 18px;
}

.site-footer a:not(.footer-brand) {
  color: rgba(255, 255, 255, 0.72);
  display: block;
  margin-bottom: 10px;
}

.site-footer a:hover {
  color: var(--gold);
}

.visitor-box {
  background: rgba(255, 255, 255, 0.08);
  border-radius: 8px;
  display: inline-flex;
  gap: 12px;
  margin-top: 12px;
  padding: 12px 16px;
}

.visitor-box strong {
  color: var(--gold);
}

.newsletter-form {
  background: #fff;
  border-radius: 999px;
  display: flex;
  margin: 20px 0;
  overflow: hidden;
}

.newsletter-form input {
  border: 0;
  flex: 1;
  min-width: 0;
  outline: 0;
  padding: 14px 18px;
}

.newsletter-form button {
  background: var(--gold);
  border: 0;
  color: var(--ink);
  font-weight: 700;
  padding: 0 20px;
}

.social-links {
  display: flex;
  gap: 12px;
}

.social-links a {
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  color: #fff;
  display: flex !important;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 52px;
  padding: 22px 0;
  text-align: center;
}

.back-to-top,
.whatsapp-float {
  align-items: center;
  border: 0;
  border-radius: 50%;
  bottom: 22px;
  box-shadow: var(--shadow);
  color: #fff;
  display: flex;
  height: 48px;
  justify-content: center;
  position: fixed;
  width: 48px;
  z-index: 50;
}

.back-to-top {
  background: var(--blue-dark);
  opacity: 0;
  right: 22px;
  transform: translateY(20px);
  transition: 0.25s ease;
}

.back-to-top.show {
  opacity: 1;
  transform: translateY(0);
}

.whatsapp-float {
  background: #25d366;
  bottom: 84px;
  font-size: 22px;
  right: 22px;
}

.lightbox-content,
.video-modal {
  background: transparent;
  border: 0;
}

.lightbox-content .btn-close,
.video-modal .btn-close {
  align-self: flex-end;
  margin-bottom: 12px;
}

.lightbox-content img {
  border-radius: 8px;
  max-height: 82vh;
  object-fit: contain;
  width: 100%;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.animate-on-scroll.visible {
  opacity: 1;
  transform: translateY(0);
}

@media (min-width: 992px) {
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
  }
}

@media (max-width: 991px) {
  .navbar .nav-link {
    padding: 11px 0;
  }

  .mega-menu {
    columns: 1;
    left: auto;
    max-width: 100%;
    min-width: auto;
    transform: none;
  }

  .hero,
  .hero-slide {
    min-height: 0;
  }

  .registration-strip {
    margin-top: 0;
  }

  .price-card.featured {
    transform: none;
  }
}

@media (max-width: 767px) {
  .section-pad {
    padding: 68px 0;
  }

  .hero,
  .hero-slide {
    min-height: 0;
  }

  .hero p {
    font-size: var(--text-base);
  }

  .image-frame img,
  .rounded-img,
  .meeting-card img,
  .video-card img {
    height: 360px;
  }

  .testimonial-card {
    padding: 30px 42px;
  }

  .testimonial-card p {
    font-size: var(--text-xl);
  }
}

@media (min-width: 640px) {
  .section-kicker {
    font-size: var(--text-xs);
  }

  .section-title {
    font-size: var(--text-4xl);
  }

  .section-text {
    font-size: var(--text-base);
  }
}

@media (min-width: 1200px) {
  .section-title {
    font-size: var(--text-section-xl);
  }
}

@media (max-width: 480px) {
  .navbar-brand strong {
    font-size: var(--text-2xl);
  }

  .navbar-brand .logo-mark {
    height: 48px;
    width: 48px;
  }

  .hero-actions .btn {
    width: 100%;
  }

  .strip-icon {
    height: 56px;
    min-width: 56px;
  }
}
