 :root {
      --bg: #fff7ec;
      --card: #ffffff;
      --border: #e8d9c3;
      --primary: #7a1f1f;
      --accent: #d4a018;
      --text: #2b2b2b;
      --muted: #6a6a6a;
      --shadow: 0 10px 25px rgba(0,0,0,.06);
    }
body {
      font-family: "Noto Sans Devanagari", sans-serif;
      background-color: #fffaf3;
      color: #2c2c2c;
      margin:0;
      padding:0;
    }
    html, body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

    header {
      background: linear-gradient(90deg, #8b0000, #b22222);
      color: white;
      padding: 15px 0;
      text-align: center;
      position: sticky;
      top: 0;
      z-index: 1000;
    }
    header h3 { font-weight: 700; }
    nav a {
      color: white !important;
      margin: 0 14px;
      font-weight: 500;
      text-decoration: none;
      transition: 0.3s;
    }
    nav a:hover { color: #ffcc66 !important; }
/* =========================banner============================ */
        #bannerCarousel .carousel-item img {
  width: 100%;
  object-fit: cover;
}

    /* ==========================Notification=========================== */
    /* ------- 3 Column Layout ------- */
.notice-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 15px;
}
.wrap {
  flex: 1 1 32%;
  min-width: 300px;
}

/* ------------------------------------------
   TESTIMONIAL BOX STYLING (Column 3)
------------------------------------------- */
.testimonial-img {
      width: 140px;
      height: 140px;
      border-radius: 50%;
      object-fit: cover;
      border: 5px solid #f1f1f1;
    }
.testimonial-box {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.t-item {
  display: flex;
  background: #ffffff;
  border-radius: 16px;
  padding: 16px;
  box-shadow: var(--shadow);
  border: 1px solid var(--border);
  align-items: center;
  gap: 14px;
}

.t-img img {
  width: 100px;
  height: 100px;
  border-radius: 12px;
  object-fit: cover;
}
.tt-img img {
  width: 200px;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
}
.t-text h4 {
  font-size: 18px;
  font-weight: 700;
  color: #d35400;
  margin: 0 0 4px;
}
.t-text p {
  margin: 0 0 10px;
  font-size: 14px;
  color: #444;
}

.t-btn {
  background: var(--maroon);
  color: #fff;
  border: none;
  padding: 6px 16px;
  font-size: 14px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none !important;
}
.t-btn.orange {
  background: var(--maroon);
}

@media (max-width: 768px) {
  .wrap { flex: 1 1 100%; }
  .t-item { flex-direction: column; text-align: center; }
  .t-img img { width: 110px; height: 110px; }
}

    /* .notice-row {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 15px;
}
.wrap {
  flex: 1 1 35%;
  min-width: 300px;
} */

/* --- Card --- */
.notice-card { 
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 16px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.notice-header {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(90deg, var(--primary), #5d1717);
  color: #fff;
}
.notice-header .dot {
  width: 10px; height: 10px;
  background: var(--accent);
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(212,160,24,.25);
}
.notice-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .2px;
}

/* --- Body --- */
.notice-body {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 10px 12px;
}
.label-col {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--primary);
  font-weight: 700;
  white-space: nowrap;
}
.label-col .badge {
  padding: 6px 10px;
  border: 1px solid var(--border);
  border-radius: 999px;
  background: #fff;
  box-shadow: var(--shadow);
}

/* --- Ticker --- */
.ticker-viewport {
  position: relative;
  overflow: hidden;
  height: 180px; 
  flex: 1;
  border-left: 1px dashed var(--border);
  padding-left: 10px;
}
.ticker-list {
  position: absolute;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
.ticker-item {
  display: flex;
  gap: 8px;
  align-items: center;
  min-height: 45px;
  border-bottom: 1px dashed #eee;
}
.tag {
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: var(--accent);
  padding: 3px 8px;
  border-radius: 6px;
}
.text { font-size: 15px; line-height: 1.4; }
.muted { color: var(--muted); font-size: 12px; }
.pause-hint { padding: 4px 16px 12px; color: var(--muted); font-size: 12px; }

@media (max-width: 640px) {
  .ticker-viewport { height: 160px; }
  .text { font-size: 14px; }
  .label-col { display: none; }
}
 

    .section-title {
      color: var(--maroon);
      font-weight: 700;
      text-shadow: 1px 1px 3px rgba(214,178,94,0.4);
      border-left: 5px solid var(--gold);
      padding-left: 10px;
      margin-bottom: 1.5rem;
    }

    /* ==========================Donate Section============================= */
    
    .about-card {
      background: rgba(255,255,255,0.7);
      border-radius: 15px;
      box-shadow: 0 8px 18px rgba(0,0,0,0.1);
      /* border: 1px solid rgba(214,178,94,0.3); */
      padding: 2rem;
      backdrop-filter: blur(5px);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }
    .about-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 24px rgba(109,0,0,0.2);
    }
    .highlight {
      color: var(--maroon);
      font-weight: 600;
    }
    .divider {
      height: 3px;
      width: 80px;
      background:rgba(255,255,255,0.7);
      margin: 15px auto;
      border-radius: 5px;
    }
    .feature-card {
      border: none;
      background: rgba(255,255,255,0.7);
      border-left: 4px solid var(--gold);
      box-shadow: 0 8px 18px rgba(0,0,0,0.1);
      border-radius: 10px;
      padding: 1rem 1.5rem;
      transition: 0.3s;
    }
    .feature-card:hover {
      transform: translateY(-4px);
      background: #fffdf7;
      box-shadow: 0 12px 24px rgba(109,0,0,0.2);
    }
/* ==========================Footer Section============================= */
footer {
      background: #2d2d2d;
      color: #fff;
      padding: 40px 20px;
    }
    footer a {
      color: #ffcc66;
      text-decoration: none;
    }
    footer a:hover { color: #fff; }
    /* Floating WhatsApp */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      left: 20px;
      background: #25D366;
      color: white;
      border-radius: 50%;
      width: 55px;
      height: 55px;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 1000;
      box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    }

    /* Floating Buttons */
    .translate-btn {
      position: fixed; z-index: 1000; cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      border: none;
    }
    .translate-btn {
      top: 15px; right: 15px;
      background: #ffcc66; color: #8b0000;
      border-radius: 25px;
      padding: 8px 16px;
      font-weight: 600;
    }
   
.f-img{
  max-width: 100%;
    height: 350px;
}
.img-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.85);
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.lightbox-content {
    width: 100%;
    max-width: 800px;     /* लगभग A4 width */
    height: auto;
    max-height: 100vh;    /* 100% screen height */
    object-fit: contain;
    background: white;    /* A4 जैसा सफेद background */
    padding: 10px;
    border-radius: 4px;
}

.close-btn {
    position: absolute;
    top: 25px;
    right: 35px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
}



    .whatsapp-float {
      position: fixed; bottom: 20px; left: 20px;
      background: #25D366; color: white;
      border-radius: 50%; width: 55px; height: 55px;
      display: flex; align-items: center; justify-content: center;
      font-size: 28px; box-shadow: 2px 2px 8px rgba(0,0,0,0.3);
    }

    .alt-bg { background-color: #fff8ef; }
    /* ==========================gallery Section============================= */
    .gallery-grid {
      display:grid;
      grid-template-columns:repeat(auto-fit,minmax(200px,1fr));
      gap:14px;
    }
    .gallery-grid img {
      width:100%; height:200px;
      object-fit:cover; border-radius:10px;
      cursor:pointer; transition:transform .3s;
    }
    .gallery-grid img:hover { transform: scale(1.05); }

    #lightbox {
      display:none; position:fixed; top:0; left:0; width:100%; height:100%;
      background:rgba(0,0,0,0.8); justify-content:center; align-items:center; z-index:1000;
    }
    .lightbox-content {
      max-width:80%; max-height:80%; border-radius:10px;
    }
    .close {
      position:absolute; top:20px; right:30px; color:#fff;
      font-size:40px; cursor:pointer;
    }
    .gallery-filters{
    text-align:center;
}
.filter-btn{
    background:#fff;
    border:1px solid #f7711d;
    color:#f7451d;
    padding:8px 20px;
    margin:5px;
    border-radius:25px;
    cursor:pointer;
    font-size:15px;
    transition:0.3s;
}
.filter-btn:hover,
.filter-btn.active{
    background:#f7941d;
    color:#fff;
}

/* Grid */
.gallery-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));
    gap:20px;
    padding:10px;
}

.gallery-item{
    background:white;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0px 0px 10px #dcdcdc;
    transition:0.3s;
}
.gallery-item:hover{
    transform:scale(1.03);
}

.gallery-item img{
    width:100%;
    height:350px;
    object-fit:cover;
}
@media (max-width: 768px) {
  .gallery-item img{
  height:550px;

  }
}
.g-title{
    padding:8px;
    font-size:15px;
    color:#444;
}
    /* ===================================Contact=================================== */
     :root {
      --cream: #faf6ef;
      --maroon: #6d0000;
      --gold: #d6b25e;
      --text-dark: #4a3b2d;
    }
    body {
      background-color: var(--cream);
      color: var(--text-dark);
      font-family: "Noto Sans Devanagari", serif;
      
    }
    
    .contact-card {
      background: rgba(255,255,255,0.7);
      border-radius: 15px;
      box-shadow: 0 8px 18px rgba(0,0,0,0.1);
      border: 1px solid rgba(214,178,94,0.3);
      padding: 2rem;
      backdrop-filter: blur(5px);
    }
    .info-item {
      display: flex;
      align-items: center;
      margin-bottom: 1rem;
      font-size: 1.1rem;
    }
    .info-item i {
      color: var(--maroon);
      font-size: 1.4rem;
      margin-right: 10px;
    }
    iframe {
      width: 100%;
      height: 400px;
      border: none;
      border-radius: 15px;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }
   