/* Make the main nav centered while logo stays left */
    /* On tablet widths we force the Contact Us link to break to its own row */
    @media (min-width: 900px) and (max-width: 1000.98px) {
      /* Make the whole nav wrapable and ensure contact link occupies full width */
      .navbar .nav-row {
        display: flex;
        flex-wrap: wrap;
        gap: 0.5rem;
        width: 100%;
      }
      .navbar .contact-link {
        flex-basis: 100%;
        justify-content: center;
        margin-top: 0.25rem;
      }
    }

    /* Keep center nav visually centered on larger screens */
    @media (min-width: 992px) {
      .navbar-nav {
        margin-left: auto;
        margin-right: auto;
      }
    }

    /* Small styling touch for centered nav items */
    .nav-center .nav-link {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
    }
    .carousel-item {
      height: 100vh; /* Full screen height */
      background-size: cover;
      background-position: center;
      position: relative;
    }
    .carousel-item::before {
      content: "";
      position: absolute;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgba(68, 66, 66, 0.6); /* Black overlay */
    }
    .carousel-caption {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      z-index: 2;
    }
    .carousel-caption h1 {
      font-size: 3rem;
      font-weight: bold;
    }
    .carousel-caption p {
      font-size: 1.2rem;
      margin: 10px 0;
    }
    .carousel-caption .btn {
      padding: 10px 25px;
      font-size: 1.1rem;
      border-radius: 30px;
    }
 background{ 
  
  color: #f7f9fc;
      font-family: 'Segoe UI', sans-serif;
    }
    h2 {
      font-weight: 700;
      color: #2c3e50;
    }
    .puja-card {
      border: none;
      border-radius: 15px;
      overflow: hidden;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: #fff;
      box-shadow: 0 6px 15px rgba(0,0,0,0.1);
    }
    .puja-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0,0,0,0.2);
    }
    .puja-img {
      height: 200px;
      width: 100%;
      object-fit: cover;
    }
    .puja-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #34495e;
    }
    .btn-puja {
      background: linear-gradient(135deg, #ff9800, #ff5722);
      color: #fff;
      font-weight: 600;
      border: none;
      border-radius: 8px;
      padding: 8px 18px;
      transition: 0.3s;
    }
    .btn-puja:hover {
      background: linear-gradient(135deg, #ff5722, #ff9800);
    }
    /* Modal Styling */
    .modal-content {
      border-radius: 15px;
      border: none;
      box-shadow: 0 6px 25px rgba(0,0,0,0.2);
    }
    .modal-header {
      background: linear-gradient(135deg, #ff9800, #ff5722);
      color: white;
      border-top-left-radius: 15px;
      border-top-right-radius: 15px;
    }
    .form-control {
      border-radius: 10px;
      padding: 10px;
    }
    {
  font-family: Arial, sans-serif;
  background: #fdf6e3;
  margin: 0;
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 42px;
  margin: 20px 0;
  color: #c0392b;
  font-weight: bold;
}

.chadhava-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  width: 300px;
  text-align: center;
  padding: 15px;
  transition: 0.3s;
}

.card:hover {
  transform: scale(1.05);
}

.card img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.card h2 {
  font-size: 22px;
  margin: 10px 0;
  color: #e67e22;
}

.book-btn {
  background: #e67e22;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.book-btn:hover {
  background: #d35400;
}

/* Form Popup */
.form-popup {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.form-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 350px;
  position: relative;
}

.form-container h2 {
  margin-top: 0;
  color: #e67e22;
}

.form-container input {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-container button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  background: #27ae60;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.form-container button:hover {
  background: #219150;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red !important;
  width: 30px !important;
  border-radius: 50%;
  font-weight: bold;
}
{
  font-family: Arial, sans-serif;
  background: #fdf6e3;
  margin: 0;
  padding: 0;
}

.section-title {
  text-align: center;
  font-size: 44px;
  margin: 20px 0;
  color: #8e44ad;
  font-weight: bold;
}

.parikrama-container {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px;
}

.parikrama-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  width: 320px;
  text-align: center;
  padding: 15px;
  transition: 0.3s;
}

.parikrama-card:hover {
  transform: scale(1.05);
}

.parikrama-card img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  object-fit: cover;
}

.parikrama-card h2 {
  font-size: 24px;
  margin: 10px 0;
  color: #d35400;
}

.parikrama-card .etihas {
  font-size: 14px;
  color: #333;
  margin: 5px 0;
}

.parikrama-card .date {
  font-size: 14px;
  color: #16a085;
  font-weight: bold;
}

.book-btn {
  background: #e67e22;
  color: #fff;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}

.book-btn:hover {
  background: #d35400;
}

/* Form Popup */
.form-popup {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.form-container {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 350px;
  position: relative;
}

.form-container h2 {
  margin-top: 0;
  color: #8e44ad;
}

.form-container input {
  width: 100%;
  padding: 8px;
  margin: 8px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.form-container button {
  width: 100%;
  margin-top: 10px;
  padding: 10px;
  border: none;
  background: #27ae60;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}

.form-container button:hover {
  background: #219150;
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: red !important;
  width: 30px !important;
  border-radius: 50%;
  font-weight: bold;
}

{
  font-family: Arial, sans-serif;
  background: #f9f6f2;
  margin: 0;
  padding: 0;
}

header {
  text-align: center;
  background: #d97706;
  color: white;
  padding: 20px;
}

.temple-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px;
}

.temple-card {
  background: white;
  border-radius: 12px;
  box-shadow: 0px 4px 8px rgba(0,0,0,0.2);
  width: 300px;
  text-align: center;
  padding: 15px;
  transition: 0.3s;
}

.temple-card:hover {
  transform: scale(1.05);
}

.temple-card img {
  width: 100%;
  height: 200px;
  border-radius: 12px;
  object-fit: cover;
}

.temple-card h2 {
  color: #b91c1c;
  margin: 10px 0;
}

.temple-card button {
  background: #b91c1c;
  color: white;
  padding: 8px 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 10px;
}

.temple-card button:hover {
  background: #dc2626;
}

/* Modal */
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  justify-content: center;
  align-items: center;
}

.modal-content {
  background: white;
  padding: 20px;
  border-radius: 12px;
  width: 500px;
  max-width: 90%;
  text-align: center;
}

.close {
  float: right;
  font-size: 24px;
  cursor: pointer;
  color: #333;
}
:root{
  --accent: #d35400;
  --muted: #666;
  --card-bg: #fff;
  --page-bg: #f7f4f1;
  --max-width: 1100px;
}

*{box-sizing:border-box}
body{
  font-family: "Noto Sans", "Helvetica Neue", Arial, sans-serif;
  margin:0;
  background:var(--page-bg);
  color:#222;
  -webkit-font-smoothing:antialiased;
}

.wrap{max-width:var(--max-width);margin:0 auto;padding:20px;}

.site-header{
  background: linear-gradient(90deg, rgba(243,156,18,0.12), rgba(211,84,0,0.06));
  border-bottom:1px solid rgba(0,0,0,0.03);
  padding:28px 0;
  margin-bottom:18px;
}
.site-header h1{
  margin:0;
  font-size:28px;
  color:var(--accent);
}
.lead{margin:6px 0 0;color:var(--muted)}

/* grid */
.grid{
  display:grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap:20px;
}

/* card */
.card{
  background:var(--card-bg);
  border-radius:12px;
  overflow:hidden;
  box-shadow: 0 8px 18px rgba(0,0,0,0.07);
  display:flex;
  flex-direction:column;
  transition: transform .22s ease, box-shadow .22s;
}
.card:hover{ transform: translateY(-6px); box-shadow: 0 18px 30px rgba(0,0,0,0.10); }

.card img{
  width:100%;
  height:160px;
  object-fit:cover;
  display:block;
}

/* content */
.card-content{ padding:14px; flex:1; display:flex; flex-direction:column; }
.card h3{ margin:0 0 8px;font-size:18px; color:#b23b15; }
.card .short{ color:var(--muted); font-size:14px; margin-bottom:10px; flex:1; }
.card .meta{ font-size:13px; color:#444; margin-bottom:10px; }

/* button */
.card .actions{ display:flex; gap:8px; }
.btn{
  border:0;
  padding:10px 12px;
  border-radius:8px;
  cursor:pointer;
  font-weight:600;
}
.btn-primary{ background: linear-gradient(135deg,#ff9800,#ff6f00); color:#fff; }
.btn-light{ background:#f3f3f3; color:#333; }

/* modal */
.modal{
  position:fixed; inset:0; display:none; align-items:center; justify-content:center;
  background: rgba(0,0,0,0.55); z-index:1200; padding:20px;
}
.modal[aria-hidden="false"]{ display:flex; }
.modal-dialog{
  width:100%; max-width:760px; background:#fff; border-radius:10px; padding:18px; position:relative;
  box-shadow: 0 20px 50px rgba(0,0,0,0.3);
}
.modal-close{
  position:absolute; right:14px; top:12px; background:#eee; border-radius:6px; padding:6px 10px; border:0; cursor:pointer;
  font-size:20px;
}
.modal img{ width:100%; height:260px; object-fit:cover; margin:10px 0; border-radius:8px; }
.modal h2{ margin:0; color:var(--accent); }
.modal-body{ color:#333; line-height:1.6; margin-top:10px; }

/* responsive smaller images */
@media (max-width:520px){
  .modal img{ height:160px; }
  .card img{ height:140px; }
  .site-header h1{ font-size:20px; }
}

{
  font-family: Arial, sans-serif;
  background: #f5f5f5;
  margin: 0;
  padding: 20px;
}
.container {
  max-width: 900px;
  margin: auto;
}
h1 {
  text-align: center;
  margin-bottom: 20px;
}
.card {
  background: #fff;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
video {
  border-radius: 8px;
  margin-bottom: 10px;
}
.channel-link {
  display: inline-block;
  margin-top: 10px;
  padding: 8px 12px;
  background: #c62828;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.channel-link:hover {
  background: #a10f0f;
}
ul {
  list-style: none;
  padding: 0;
}
ul li {
  background: #eee;
  margin: 5px 0;
  padding: 8px;
  border-radius: 5px;
}
button {
  margin-top: 10px;
  padding: 6px 12px;
  border: none;
  background: #1976d2;
  color: white;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background: #125a9e;
}

{
      font-family: "Poppins", sans-serif;
      background: #fff8f0;
      margin: 0;
      padding: 0;
      text-align: center;
    }

    header {
      background: linear-gradient(90deg, #ffcccb, #ffe6cc);
      padding: 20px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }

    h1 {
      color: #b30000;
      font-size: 28px;
      margin: 0;
    }

    .music-control {
      margin-top: 10px;
    }

    button {
      background: #b30000;
      color: white;
      border: none;
      padding: 10px 20px;
      border-radius: 25px;
      cursor: pointer;
      transition: 0.3s;
    }

    button:hover {
      background: #ff4d4d;
    }

    .mandir-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 20px;
      justify-content: center;
      padding: 30px;
    }

    .mandir {
      background: #fff;
      border-radius: 15px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      transition: transform 0.3s, box-shadow 0.3s;
      cursor: pointer;
      overflow: hidden;
    }

    .mandir:hover {
      transform: scale(1.05);
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

    .mandir img {
      width: 100%;
      height: 200px;
      object-fit: cover;
    }

    .mandir h2 {
      margin: 10px 0;
      color: #b30000;
    }

    .mandir p {
      color: #666;
      padding: 0 10px 15px;
    }

    #map {
      width: 90%;
      height: 400px;
      border: 4px solid #b30000;
      border-radius: 15px;
      margin: 30px auto;
      display: none;
    }

    footer {
      background: #fff0e6;
      padding: 10px;
      color: #666;
      font-size: 14px;
    }

    :root{--bg:#0b1220;--card:#0f1724;--muted:#9aa4b2;--accent:#ffd166;--white:#ffffff}
*{box-sizing:border-box}
body{font-family:Inter,system-ui,Segoe UI,Roboto,"Noto Sans",Arial,sans-serif;margin:0;background:#fff}
.bd-footer{background:linear-gradient(180deg,var(--bg),#071020);color:var(--white)}
.container{max-width:1100px;margin:0 auto;padding:40px 20px}
.grid{display:grid;gap:24px;grid-template-columns:repeat(12,1fr)}
.col-4{grid-column:span 4}
.col-3{grid-column:span 3}
.logo{font-weight:700;letter-spacing:0.4px;font-size:20px}
.muted{color:var(--muted);font-size:14px}
.links a{display:block;color:var(--white);text-decoration:none;margin:8px 0;font-size:15px}
.links a:hover{color:var(--accent)}
.social{display:flex;gap:10px;margin-top:8px}
.social a{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;background:rgba(255,255,255,0.04);border-radius:8px;text-decoration:none}
.newsletter{display:flex;gap:8px;margin-top:12px}
.newsletter input{flex:1;padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,0.06);background:transparent;color:var(--white)}
.btn{background:var(--accent);color:#071020;padding:10px 14px;border-radius:8px;border:none;cursor:pointer}
.bottom{border-top:1px solid rgba(255,255,255,0.04);padding:18px 20px;margin-top:24px;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between}
.credits{font-size:13px;color:var(--muted)}
.quick{display:flex;gap:12px;align-items:center}
iframe.map{width:100%;height:180px;border:0;border-radius:8px;margin-top:10px}
/* Responsive */
@media (max-width:880px){
.grid{grid-template-columns:repeat(6,1fr)}
.col-4{grid-column:span 6}
.col-3{grid-column:span 3}
.bottom{flex-direction:column;gap:10px;align-items:flex-start}
}