:root {
  --saffron: #ff8c00;
  --maroon: #5a0f16;
  --dark: #101010;
  --bg-soft: #f9f6f2;
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  color: #1f1f1f;
  background: #fff;
}

.announcement-bar {
  background: linear-gradient(90deg, var(--saffron), #ffb347);
  font-weight: 500;
}

.top-header {
  position: relative;
  z-index: 1035;
  background: var(--maroon);
}

.social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
}

.social-icons a:hover {
  background: var(--saffron);
  transform: translateY(-2px);
}

.lang-switcher .btn-lang-toggle {
  --bs-btn-padding-y: 3px;
  --bs-btn-padding-x: 12px;
  --bs-btn-font-size: inherit;
  background: #fff;
  color: var(--maroon);
  border: none;
  border-radius: 999px;
  font-weight: 500;
  line-height: 1.4;
  box-shadow: none;
}

.lang-switcher .btn-lang-toggle:hover,
.lang-switcher .btn-lang-toggle:focus,
.lang-switcher .btn-lang-toggle.show {
  background: #fff;
  color: var(--maroon);
  border: none;
  box-shadow: none;
}

.lang-switcher .btn-lang-toggle::after {
  margin-left: 0.35em;
  vertical-align: 0.15em;
}

.lang-switcher.dropup .dropdown-menu {
  z-index: 1036;
}

.lang-dropdown-menu {
  min-width: 10rem;
  border: 1px solid rgba(90, 15, 22, 0.12);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  padding: 6px;
  margin-top: 0 !important;
  margin-bottom: 8px !important;
}

.lang-dropdown-menu .dropdown-item {
  border-radius: 8px;
  font-weight: 500;
  color: #333;
}

.lang-dropdown-menu .dropdown-item:hover,
.lang-dropdown-menu .dropdown-item:focus {
  background: rgba(90, 15, 22, 0.08);
  color: var(--maroon);
}

.lang-dropdown-menu .dropdown-item.active {
  background: var(--maroon);
  color: #fff;
}

.main-navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(8px);
}

.navbar-brand img {
  width: 68px;
  height: 68px;
  object-fit: cover;
  border-radius: 50%;
}

.main-navbar .navbar-nav .nav-link {
  font-weight: 500;
  color: #333;
}

.main-navbar .navbar-nav .nav-link:hover {
  color: var(--maroon);
}

.main-navbar .navbar-nav .nav-link.active {
  color: var(--maroon);
  font-weight: 700;
}

.citizen-ribbon {
  background: #121212;
  text-align: center;
  padding: 8px;
}

.citizen-ribbon a {
  color: #fff;
  text-decoration: none;
  font-weight: 500;
}

.hero-section {
  background: linear-gradient(rgba(90, 15, 22, 0.74), rgba(255, 140, 0, 0.74)), radial-gradient(circle at center, #7f1d1d 0%, #3c060b 90%);
  color: #fff;
  padding: 110px 0 100px;
  position: relative;
}

.hero-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.11) 1px, transparent 1px);
  background-size: 16px 16px;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 1;
}

.section-title {
  font-weight: 700;
  color: var(--maroon);
}

.home-about-image {
  max-width: 380px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.premium-card {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
  height: 100%;
}

.premium-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.13);
}

.icon-pill {
  width: 52px;
  height: 52px;
  border-radius: 12px;
  background: rgba(255, 140, 0, 0.12);
  color: var(--maroon);
  font-size: 1.4rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
}

.impact-section {
  background: var(--bg-soft);
}

.counter-number {
  font-size: 2rem;
  font-weight: 700;
  color: var(--maroon);
}

.highlight-form {
  background: linear-gradient(135deg, rgba(255, 140, 0, 0.1), rgba(90, 15, 22, 0.1));
  border: 1px solid rgba(90, 15, 22, 0.15);
  border-radius: 18px;
}

.gallery-box {
  background: #f4f4f4;
  border-radius: 16px;
  aspect-ratio: 4 / 5;
  max-height: 360px;
  overflow: hidden;
}

.gallery-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.site-footer {
  background: #181818;
}

.site-footer h5,
.site-footer h6,
.site-footer a {
  color: #fff;
}

.footer-links a {
  color: #d7d7d7;
  text-decoration: none;
  display: block;
  margin-bottom: 8px;
}

.footer-links a:hover {
  color: var(--saffron);
}

.whatsapp-float {
  position: fixed;
  right: 18px;
  bottom: 20px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: #25d366;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  box-shadow: 0 14px 25px rgba(0, 0, 0, 0.18);
  z-index: 1000;
}

.inner-hero {
  padding: 80px 0;
  background: linear-gradient(135deg, #5a0f16, #2d2d2d);
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-brand img {
    width: 56px;
    height: 56px;
  }

  .gallery-box {
    margin-left: auto;
    margin-right: auto;
    width: min(100%, 320px);
  }

  .hero-section {
    padding: 80px 0 70px;
  }

  .counter-number {
    font-size: 1.7rem;
  }
}
