
body {
        font-family: 'Poppins', sans-serif;
        background-color: #fffaf5;
      }
.who-we-are-section {
  background: #fffaf0;
}
.who-we-are-section p {
  font-family: 'Noto Serif', 'Poppins', serif;
}
.who-we-are-section h2 {
  letter-spacing: 1px;
}
.who-we-are-section blockquote {
  background: #fff8e6;
  border-radius: 8px;
  padding: 15px 20px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.navbar {
  background: linear-gradient(90deg, #ffcc00, #ff9933);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
  padding: 0.8rem 1rem;
}




      .navbar-brand {
        font-size: 1.7rem;
        letter-spacing: 1px;
        text-shadow: 0 0 8px rgba(255,255,255,0.6);
      }
      .brand-text {
  font-family: 'Cinzel Decorative', serif;
  font-weight: 700;
  font-size: 0.9rem;
  color: #4a2600; /* deep brown-golden text */
  letter-spacing: 1px;
  text-shadow: 
    1px 1px 3px #ffcc00, /* golden edge glow */
    0 0 8px rgba(255, 153, 51, 0.5); /* saffron aura */
  border: 2px solid transparent;
  padding: 3px 10px;
  border-image: linear-gradient(90deg, #ffcc00, #ff9933) 1;
  border-radius: 8px;
  background-color: rgba(255, 248, 220, 0.2);
  transition: all 0.3s ease;
}

.brand-text:hover {
  transform: scale(1.05);
  text-shadow: 0 0 15px rgba(255,153,51,0.8);
}

      .nav-link {
        font-weight: 500;
        font-size: 1rem;
        color: #fff !important;
        padding: 0.5rem 1rem;
      }
      .nav-link:hover {
        text-shadow: 0 0 10px rgba(255,255,255,0.9);
        transform: scale(1.05);
      }
      
.devotional-scroll {
    background: linear-gradient(90deg, #fff8e1, #ffecb3, #fff8e1);
    color: #5c3d00;
 
    padding: 2px 0;
    font-size: 0.85rem;
    text-align: center;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 6px rgba(0,0,0,0.1);
  }

  .devotional-scroll p {
    display: inline-block;
    white-space: nowrap;
    animation: scroll-left 14s linear infinite;
    margin: 0;
  }

  @keyframes scroll-left {
    0% { transform: translateX(100%); }
    100% { transform: translateX(-100%); }
  }
  
  /* Carousel */
      .divine-img {
        height: 90vh;
        object-fit: cover;
        filter: brightness(80%);
        transition: transform 1.2s ease-in-out;
      }
      .carousel-item.active .divine-img {
        transform: scale(1.2);
      }
      .carousel-item::before {
        content: "";
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: radial-gradient(circle, rgba(255,153,51,0.25), rgba(0,0,0,0.7));
      }
      .divine-title {
        font-size: 2.6rem;
        font-weight: bold;
        text-shadow: 0 0 20px rgba(255,255,255,0.9);
        color: #fffaf0;
        animation: fadeUp 2s ease;
      }
      .divine-text {
        font-size: 1.2rem;
        color: #fff;
        text-shadow: 0 0 15px rgba(255,140,0,1);
        animation: fadeUp 2.5s ease;
      }
      @keyframes fadeUp {
        0% { opacity: 0; transform: translateY(40px); }
        100% { opacity: 1; transform: translateY(0); }
      }

      /* Section: Homas & Rishis */
      .section-title {
        text-align: center;
        font-size: 2rem;
        font-weight: 700;
        color: #CC5200;
        margin-top: 60px;
        margin-bottom: 30px;
        text-shadow: 0 0 10px rgba(255, 165, 0, 0.4);
      }
      
    .devotional-scroll {
        background: linear-gradient(90deg, #ffcc80, #ffe0b2, #ffcc80);
        color: #4a2600;
        font-weight: 600;
        padding: 5px 0;
        font-size: 1.2rem;
        text-align: center;
        overflow: hidden;
        position: relative;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      }
      .devotional-scroll p {
        display: inline-block;
        white-space: nowrap;
        animation: scroll-left 15s linear infinite;
      }
      @keyframes scroll-left {
        from { transform: translateX(100%); }
        to { transform: translateX(-100%); }
      }

      /* 🌼 Footer */
      footer {
        background: linear-gradient(135deg, #f4b400, #ffd54f, #fff3e0);
        color: #4a2600;
        padding: 30px 10px;
        text-align: center;
        box-shadow: inset 0 4px 10px rgba(0,0,0,0.2);
      }
      footer h5 {
        font-weight: 700;
      }
      footer a {
        color: #4a2600;
        text-decoration: none;
      }
      footer a:hover {
        text-decoration: underline;
      }


      .owl-carousel .card {
        border: none;
        border-radius: 15px;
        overflow: hidden;
        transition: all 0.4s ease;
        box-shadow: 0 4px 20px rgba(0,0,0,0.15);
      }
      .owl-carousel .card:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 25px rgba(255, 102, 0, 0.4);
      }
      .card img {
        height: 300px;
        object-fit: cover;
      }
      .card-body {
        background: linear-gradient(180deg, #fffaf0, #fff);
        text-align: center;
        padding: 1rem;
      }
      .card-title {
        color: #CC5200;
        font-weight: bold;
        margin-bottom: 0.5rem;
      }
      .card-text {
        color: #555;
        font-size: 0.95rem;
      }
      .rishis-section {
  background: linear-gradient(135deg, #ff9933, #ffcc80, #fff3e0);
  color: #4a2c00;
  border-top: 5px solid #e65100;
  border-bottom: 5px solid #e65100;
}

.section-title {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  color: #4a2c00;
  text-shadow: 0 1px 2px rgba(0,0,0,0.2);
}

.rishi-card {
  border: none;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  max-width: 320px;
}

.rishi-card:hover {
  transform: scale(1.04);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

.rishi-card img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  height: 220px;
  object-fit: cover;
}

.rishi-card .card-body {
  background-color: rgba(255, 255, 255, 0.95);
  padding: 15px;
}

.rishi-card .card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #c05a00;
}

.rishi-card .card-text {
  font-size: 0.9rem;
  color: #5c3a00;
}

      section {
        padding: 40px 20px;
        background: linear-gradient(145deg, #fff8e1, #fff3e0, #ffe0b2);
      }

      /* 🪔 Card Section */
      .card {
        border: none;
        border-radius: 20px;
        background: linear-gradient(135deg, #fffbe6, #ffe082, #ffd54f);
        box-shadow: 0 8px 20px rgba(0,0,0,0.2);
        transition: all 0.4s ease;
        height: 100%;
      }
      .card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 35px rgba(0,0,0,0.3);
      }
      .card img {
        height: 250px;
        object-fit: cover;
        border-radius: 15px;
        box-shadow: 0 0 20px rgba(0,0,0,0.2);
      }
      .card-body {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }
      .card-title {
        color: #6b3e00;
        font-weight: bold;
      }
      .btn-custom {
        background: linear-gradient(90deg, #f4b400, #ffca28);
        border: none;
        color: #4a2600;
        font-weight: 600;
        border-radius: 20px;
        padding: 8px 20px;
        transition: 0.3s;
      }
      .btn-custom:hover {
        background: linear-gradient(90deg, #ffb300, #ffa000);
        color: white;
        box-shadow: 0 4px 10px rgba(0,0,0,0.3);
      }

            /* 🌼 Devotional Scroller */
      .devotional-scroll {
        background: linear-gradient(90deg, #ffcc80, #ffe0b2, #ffcc80);
        color: #4a2600;
        font-weight: 600;
        padding: 10px 0;
        font-size: 1.2rem;
        text-align: center;
        overflow: hidden;
        position: relative;
        box-shadow: 0 4px 15px rgba(0,0,0,0.2);
      }
      .devotional-scroll p {
        display: inline-block;
        white-space: nowrap;
        animation: scroll-left 15s linear infinite;
      }
      @keyframes scroll-left {
        from { transform: translateX(100%); }
        to { transform: translateX(-100%); }
      }

      /* 🌼 Footer */
      footer {
        background: linear-gradient(135deg, #f4b400, #ffd54f, #fff3e0);
        color: #4a2600;
        padding: 30px 10px;
        text-align: center;
        box-shadow: inset 0 4px 10px rgba(0,0,0,0.2);
      }
      footer h5 {
        font-weight: 700;
      }
      footer a {
        color: #4a2600;
        text-decoration: none;
      }
      footer a:hover {
        text-decoration: underline;
      }
.carousel {
  box-shadow: 0 0 40px rgba(0,0,0,0.3);
  border-radius: 25px;
  overflow: hidden;
}
.carousel-item img {
  transition: transform 3s ease-in-out;
}
.carousel-item.active img {
  transform: scale(1.03);
}
