   
body {
  font-family: 'Noto Serif Devanagari', serif;
  margin:0;
  padding:0;
  background: linear-gradient(
  180deg,
  #fef9c3 0%,
  #fdf2f8 50%,
  #f0fdf4 100%
);
}

    @keyframes floatUpDown {
      0%, 100% { transform: translateY(0);}
      50% { transform: translateY(-18px);}
    }
    .animate-float-updown {
      animation: floatUpDown 4s ease-in-out infinite;
    }

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  left: 20px;
  background: #25D366;
  color: white;
  font-size: 30px;
  
  padding: 4px 11px;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 999;
  transition: 0.3s;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
}

.scroll-top-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ff9800;
  color: white;
  font-size: 22px;
  padding: 8px 15px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
  z-index: 999;
  transition: 0.3s;
}
.scroll-top-btn:hover {
  transform: scale(1.1);
}
.navbar{
    background:#f2af31;
    border-bottom : 4px solid #fddd7d;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
}
/* Glow Effect */
.floating-img {
  filter: drop-shadow(0px 0px 18px rgba(255, 200, 0, 0.6));
  animation: float 4s infinite ease-in-out;
}

/* Floating Animation */
@keyframes float {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-10px); }
  100% { transform: translateY(0px); }
}

/* Button Theme */
.custom-btn {
  background: #F2AC29;
  color: #fff;
  font-weight: bold;
  border-radius: 30px;
  transition: 0.3s;
  border: 2px solid #ffbdd3;
}

.custom-btn:hover {
  background: #d6458e;
  transform: scale(1.05);
}

/* Title Shadow Style */
.title {
  text-shadow: 2px 2px 5px rgba(255, 193, 7, 0.5);
}

/* Hero Background Gradient */
.hero {
  background: linear-gradient(to bottom right, #fff8c6, #ffe6ee, #e4f6d6);
}
/* ----------------------------------------
   Global Typography for Hero Section
-----------------------------------------*/
.hero-title {
  font-family: 'Noto Serif Devanagari', serif;
  font-weight: 800;
  color: #78350f; /* yellow-900 */
  line-height: 1.2;
}
.title-color{
  font-family: 'Noto Serif Devanagari', serif;
  font-weight: 600;
  color: #78350f;
}
.desc-color{
  color: #1e3a8a; /* blue-900 */
  font-weight: 500;
}
.hero-title-small {
  color: #be185d; /* pink-700 */
  font-weight: 700;
  line-height: 1.3;
}

.hero-desc {
  color: #1e3a8a; /* blue-900 */
  font-weight: 600;
  line-height: 1.45;
  font-family: 'Lato', sans-serif;
}

/* ----------------------------------------
   Responsive Font Sizes
-----------------------------------------*/
.hero-title {
  font-size: 2.75rem;     /* 44px mobile */
}

@media (min-width: 768px) {
  .hero-title {
    font-size: 4rem;      /* 64px desktop */
  }
}

.hero-title-small {
  font-size: 1.75rem;     /* 28px mobile */
}

@media (min-width: 768px) {
  .hero-title-small {
    font-size: 2.25rem;   /* 36px desktop */
  }
}

.hero-desc {
  font-size: 1.4rem;      /* 22px mobile */
}

@media (min-width: 768px) {
  .hero-desc {
    font-size: 1.9rem;    /* 30px desktop */
  }
}

/* ----------------------------------------
   Button improvements
-----------------------------------------*/
.hero-btn {
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 1px;
  transition: all 0.3s ease;
}
.hero-btn:hover {
  transform: scale(1.1);
}

.navbar-nav .nav-link, .navbar-brand{
  color: #5c3b00 !important;
  font-size: 18px;
  position: relative;
  transition: 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #b4206b !important;
  transform: scale(1.05);
}

/* Active + Hover Underline */
.nav-link.custom-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 4px;
  background: linear-gradient(90deg, #F2AC29 60%, #F48FB1 100%);
  border-radius: 2px;
  transition: width 0.3s;
}

.nav-link.custom-link:hover::after,
.nav-link.custom-link.active::after {
  width: 100%;
}

.mission-para{
    color:#1e3a8a; font-size:1.10rem; line-height:1.7; text-shadow:0 1px 3px rgba(0,0,0,0.2); text-align:justify;
}

  .footer-bg {
    background-color: #F2AC29; /* Tailwind: bg-[#F2AC29] */
    border-top: 4px solid #fde047; /* Tailwind: border-yellow-300 */
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    color: #78350f; /* Tailwind: text-yellow-900 */
  }
  .footer-shadow {
    box-shadow: 0 -8px 25px rgba(0,0,0,0.15); /* similar to shadow-xl */
  }

   @keyframes fadeInUp {
      from { opacity: 0; transform: translateY(40px);}
      to { opacity: 1; transform: translateY(0);}
    }
    .animate-fadeInUp {
      animation: fadeInUp 1.2s cubic-bezier(0.23, 1, 0.32, 1) both;
    }
    /* Animated underline for active nav link */
    #nav-menu li:first-child a::after {
      content: '';
      display: block;
      margin: 0 auto;
      width: 80%;
      height: 4px;
      background: linear-gradient(90deg, #F2AC29 60%, #F48FB1 100%);
      border-radius: 2px;
      margin-top: 2px;
      transition: width 0.3s;
    }
    #nav-menu li:first-child a:hover::after,
    #nav-menu li:first-child a:focus::after {
      width: 100%;
      background: linear-gradient(90deg, #F48FB1 0%, #F2AC29 100%);
    }
    /* Floating petals animation */
    .floating-petal {
      position: absolute;
      width: 36px;
      height: 36px;
      background: radial-gradient(circle at 60% 40%, #F48FB1 70%, #fff0 100%);
      border-radius: 50% 60% 50% 60% / 60% 50% 60% 50%;
      opacity: 0.5;
      animation: floatPetal 7s infinite linear;
      z-index: 1;
    }
    .floating-petal:nth-child(2) {
      width: 28px; height: 28px; background: radial-gradient(circle at 60% 40%, #F2AC29 70%, #fff0 100%);
      animation-delay: 2s;
      opacity: 0.4;
    }
    .floating-petal:nth-child(3) {
      width: 24px; height: 24px; background: radial-gradient(circle at 60% 40%, #81C784 70%, #fff0 100%);
      animation-delay: 4s;
      opacity: 0.35;
    }
    .floating-petal:nth-child(4) {
      width: 32px; height: 32px; background: radial-gradient(circle at 60% 40%, #90CAF9 70%, #fff0 100%);
      animation-delay: 1s;
      opacity: 0.3;
    }
    @keyframes floatPetal {
      0% { transform: translateY(0) scale(1) rotate(0deg);}
      50% { transform: translateY(-40px) scale(1.1) rotate(10deg);}
      100% { transform: translateY(0) scale(1) rotate(0deg);}
    }
    /* Soft glow for hero images */
    .glow-img {
      box-shadow: 0 0 60px 10px #F48FB1, 0 0 0 0 #fff;
    }
    .glow-img2 {
      box-shadow: 0 0 40px 0 #F2AC29, 0 0 0 0 #fff;
    }
    /* =======================seva========================================== */

  /* Main white card */
  .matri-card {
    background: rgba(255, 255, 255, 0.9);
    border-left: 8px solid #ec4899; /* pink-500 */
    border-radius: 1.25rem;
    box-shadow: 0 18px 45px rgba(15, 23, 42, 0.12);
  }

  /* Section heading fonts/colors */
  .matri-heading {
    font-family: 'Noto Serif Devanagari', serif;
    font-weight: 700;
  }

  .text-deep-orange {
    color: #9a3412;
  }

  .text-deep-pink {
    color: #9d174d;
  }

  .text-deep-blue {
    color: #1e3a8a;
  }

  /* Orange gradient banner */
  .matri-banner {
    background: linear-gradient(90deg, #ffedd5, #fef3c7);
    border-left: 4px solid #f97316;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  }

  /* Small white inner cards */
  .matri-subcard {
    background: #ffffff;
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    margin-bottom: 1.25rem;
  }

  /* Colored section boxes */
  .matri-box-green {
    background: #dcfce7;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 12px 28px rgba(22, 101, 52, 0.18);
  }

  .matri-box-blue {
    background: #dbeafe;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 12px 28px rgba(30, 64, 175, 0.18);
  }

  .matri-box-purple {
    background: #efe9fe;
    border-radius: 1rem;
    padding: 1.25rem;
    box-shadow: 0 12px 28px rgba(88, 28, 135, 0.18);
  }

  /* Tables */
  .matri-table {
    font-size: 0.9rem;
    color: #1e3a8a;
    border-color: #d1d5db;
  }

  .matri-table thead th {
    border-color: #d1d5db;
  }

  .matri-table td {
    border-color: #d1d5db;
  }

  .matri-table-green thead {
    background: #bbf7d0; /* green-200 */
  }

  .matri-table-green tbody tr:nth-child(even) {
    background: #ecfdf5; /* green-50 */
  }

  .matri-table-blue thead {
    background: #bfdbfe; /* blue-200 */
  }

  .matri-table-blue tbody tr:nth-child(even) {
    background: #eff6ff; /* blue-50 */
  }

  .matri-table-purple thead {
    background: #e9d5ff; /* purple-200 */
  }

  .matri-table-purple tbody tr:nth-child(even) {
    background: #f5f3ff; /* purple-50 */
  }

  /* Bank details wrapper */
  .matri-bank {
    background: linear-gradient(90deg, #fdf2f8, #fef9c3);
    border-left: 4px solid #ec4899;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
  }

  .matri-bank-card {
    background: #ffffff;
    border-radius: 0.85rem;
    padding: 1rem 1.25rem;
    box-shadow: 0 6px 18px rgba(15, 23, 42, 0.08);
    border: 1px solid #facc15;
  }

  /* QR block */
  .matri-qr {
    background: linear-gradient(90deg, #fef3c7, #fed7aa);
    border-left: 4px solid #f59e0b;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.12);
    text-align: center;
  }

  /* Buttons */
  .btn-pink {
    background-color: #ec4899;
    border-color: #ec4899;
    color: #ffffff;
    font-weight: 700;
  }

  .btn-pink:hover {
    background-color: #db2777;
    border-color: #db2777;
    color: #ffffff;
  }

  .btn-whatsapp {
    background-color: #22c55e;
    border-color: #22c55e;
    color: #ffffff;
    font-weight: 700;
  }

  .btn-whatsapp:hover {
    background-color: #16a34a;
    border-color: #16a34a;
    color: #ffffff;
  }

  /* Contact text */
  .matri-contact {
    color: #1e3a8a;
    font-size: 1rem;
  }
/* ==================================Premises========================================= */
    .section-box {
      background: rgba(255,255,255,0.9);
      border-left: 8px solid #e1b200;
      border-radius: 20px;
      box-shadow: 0px 5px 25px rgba(0,0,0,0.15);
      padding: 40px;
    }

    .premises-btn {
      padding: 38px;
      width: 100%;
      border-radius: 20px;
      font-size: 18px;
      font-weight: 600;
      border: none;
      transition: 0.3s;
      box-shadow: 0px 5px 10px rgba(0,0,0,0.10);
    }

    .premises-btn:hover {
      transform: scale(1.07);
      cursor: pointer;
      opacity: 0.9;
    }

    .modal-title {
      font-size: 22px;
      font-weight: bold;
      color: #7a5800;
    }
/* =========================facility======================== */
    .facility-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      cursor: pointer;
      border-radius: 1rem;
      padding: 1.5rem;
      text-align: center;
      min-height: 250px;
    }

    .facility-card:hover {
      transform: scale(1.05);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    }

    .facility-icon {
      font-size: 3rem;
      margin-bottom: 1rem;
      transition: transform 0.3s ease;
    }

    .facility-card:hover .facility-icon {
      transform: scale(1.2);
    }

    h1.section-title {
      color: #2b6b2f;
      font-weight: 700;
      text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
      margin-bottom: 1rem;
    }

    p.section-desc {
      color: #1e3a8a;
      font-size: 1.1rem;
      margin-bottom: 2rem;
    }
    .member-btn{background-color:#92400e; color: #fefcbf; padding: 5px 8px; border-radius: 20px; margin-right: auto; }
    .bg-yellow { background-color: #fefcbf; color: #92400e; }
    .bg-pink { background-color: #ffe4e6; color: #831843; }
    .bg-green { background-color: #d1fae5; color: #065f46; }
    .bg-blue { background-color: #dbeafe; color: #1e3a8a; }
    /* =====================contact=========================== */
      .contact-box {
      background: rgba(255, 255, 255, 0.95);
      border-left: 8px solid #d63384;
      border-radius: 28px;
      padding: 50px;
      box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.15);
      animation: fadeInUp 0.7s ease;
      position: relative;
      overflow: hidden;
    }

    h1 {
      font-family: 'Noto Serif Devanagari', serif;
      color: #871044;
      font-weight: 900;
      text-shadow: 2px 2px 10px rgba(0, 0, 0, .2);
    }

    .info-card {
      background: #fff2be;
      padding: 25px;
      border-left: 5px solid #d63384;
      border-radius: 18px;
      box-shadow: 0px 6px 20px rgba(0, 0, 0, .15);
    }

    a {
      text-decoration: none;
    }

   