.elementor-18146 .elementor-element.elementor-element-5632515{--display:flex;--min-height:1357px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}:root{--page-title-display:none;}@media(min-width:768px){.elementor-18146 .elementor-element.elementor-element-5632515{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-d86d580 *//* Button Styling */
.toggle-button {
  background-color: #FF9933;
  border: none;
  padding: 10px 20px;
  font-size: 1.2rem;
  cursor: pointer;
  color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  transition: background-color 0.3s;
}

.toggle-button:hover {
  background-color: #FF6600;
}

/* Flower container hidden by default */
.flower-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none; /* Disable interaction with flowers */
  z-index: -1;
  display: none; /* Start as hidden */
}
/* Flower animation */
@keyframes fallingFlowers {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
  }
  100% {
    transform: translateY(100vh) rotate(360deg);
    opacity: 0;
  }
}

/* Flower Style */
.flower {
  width: 25px;
  height: 25px;
  background-color: #FF69B4;
  border-radius: 50%;
  position: absolute;
  animation: fallingFlowers 6s infinite;
  opacity: 0.7;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2b3c8a0 */.divya-hero {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(to right, #ff7f00, #ffb84d); /* Saffron to golden gradient */
  color: white;
  border-radius: 15px;
  margin: 2rem 1rem;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3), 0 0 15px rgba(255, 255, 255, 0.6);
  position: relative;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.divya-hero:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 300%;
  height: 300%;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: divya-glow 5s infinite ease-in-out;
  pointer-events: none;
}

.divya-hero h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  font-family: 'Mukti Narrow', sans-serif;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 50px rgba(255, 255, 255, 0.7);
  animation: text-glow 2s ease-in-out infinite alternate;
}

.divya-hero p {
  font-size: 1.3rem;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
  font-family: 'Tiro Devanagari Hindi', serif;
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
  animation: fadeInText 0s ease-in-out infinite alternate;
}

/* Animations */
@keyframes divya-glow {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.5;
  }
}

@keyframes text-glow {
  0% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 50px rgba(255, 255, 255, 0.7);
  }
  50% {
    text-shadow: 0 0 30px rgba(255, 255, 255, 1), 0 0 60px rgba(255, 255, 255, 0.9);
  }
  100% {
    text-shadow: 0 0 20px rgba(255, 255, 255, 0.8), 0 0 50px rgba(255, 255, 255, 0.7);
  }
}

@keyframes fadeInText {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ✅ Responsive Enhancements */
@media (max-width: 1024px) {
  .divya-hero {
    padding: 2.5rem 1.5rem;
  }

  .divya-hero h1 {
    font-size: 2.6rem;
  }

  .divya-hero p {
    font-size: 1.2rem;
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .divya-hero {
    padding: 2rem 1rem;
  }

  .divya-hero h1 {
    font-size: 2.2rem;
  }

  .divya-hero p {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .divya-hero {
    padding: 1.5rem 0.8rem;
  }

  .divya-hero h1 {
    font-size: 1.8rem;
  }

  .divya-hero p {
    font-size: 1rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5990127 *//* Reusable Devotional Page Styles */
.devotional-page {
  background-color: #fffdf5;
  font-family: 'Noto Serif Devanagari', 'Georgia', serif;
  color: #4B2E2E;
  padding: 3rem 1.5rem;
  line-height: 1.8;
}

.devotional-page h1, .devotional-page h2 {
  color: #800000;
  text-align: center;
  margin-bottom: 1.5rem;
}

.devotional-page h1 {
  font-size: 2.5rem;
  border-bottom: 2px dashed #FFD700;
  padding-bottom: 0.5rem;
  margin-bottom: 2rem;
}

.devotional-page p {
  font-size: 1.1rem;
  margin: 1rem 0;
  text-align: justify;
}

.devotional-highlight {
  background: #fff9e5;
  border-left: 4px solid #FFD700;
  padding: 1rem 1.2rem;
  border-radius: 6px;
  margin: 2rem 0;
  font-style: italic;
  color: #5C4033;
}

.devotional-credits {
  font-size: 0.95rem;
  text-align: center;
  color: #777;
  margin-top: 3rem;
}

.divya-naam-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  column-gap: 3rem;
  max-width: 800px;
  margin: 1.5rem auto;
  padding: 1rem 1.5rem;
  background: #fff8e6;
  border: 1px solid #ffd9a0;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.divya-naam-list ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.divya-naam-list li {
  padding: 0.4rem 0;
  font-size: 1.1rem;
  color: #5a3000;
  position: relative;
  padding-left: 1.2rem;
}

.divya-naam-list li::before {
  content: "🕉️";
  position: absolute;
  left: 0;
}

.devotional-page ol {
  columns: 2;
  column-gap: 20px;
  padding: 0;
  list-style-position: inside;
}

@media (min-width: 600px) {
  .devotional-page ol {
    columns: 2;
  }
}

@media (min-width: 900px) {
  .devotional-page ol {
    columns: 3;
  }
}

@media (min-width: 1200px) {
  .devotional-page ol {
    columns: 4;
  }
}

/* Optional: Style for <li> items */
.devotional-page ol li {
  break-inside: avoid-column;
  margin-bottom: 10px;
}
.divine-light-effect {
  position: relative;
  display: inline-block;
  padding: 10px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.2); /* Light glow background */
  box-shadow: 0 0 15px rgba(255, 223, 0, 0.5), 0 0 30px rgba(255, 223, 0, 0.4); /* Golden glow */
  animation: divine-glow 1.5s infinite alternate;
}

@keyframes divine-glow {
  0% {
    box-shadow: 0 0 10px rgba(255, 223, 0, 0.5), 0 0 20px rgba(255, 223, 0, 0.3);
  }
  100% {
    box-shadow: 0 0 25px rgba(255, 223, 0, 0.8), 0 0 40px rgba(255, 223, 0, 0.6);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-db51642 */.glow-section {
  border: 3px solid #ffc107;
  padding: 2.5rem 1.5rem;
  margin: 2rem auto;
  border-radius: 12px;
  background-color: #fff8e6;
  box-shadow: 0 0 12px rgba(255, 193, 7, 0.6);
  animation: auraPulse 3s ease-in-out infinite;
  text-align: center;
  max-width: 800px;
}

.glow-section h2 {
  font-size: 2.2rem;
  color: #8B0000;
  margin-bottom: 1rem;
  font-family: 'Mukti Narrow', sans-serif;
}

.glow-section p {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #4B2E2E;
  font-family: 'Tiro Devanagari Hindi', serif;
  max-width: 90%;
  margin: 0 auto;
}

@keyframes auraPulse {
  0% {
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.4);
  }
  50% {
    box-shadow: 0 0 30px rgba(255, 193, 7, 0.8);
  }
  100% {
    box-shadow: 0 0 10px rgba(255, 193, 7, 0.4);
  }
}

/* Responsive Design */
@media (max-width: 1024px) {
  .glow-section {
    padding: 2rem 1rem;
    max-width: 90%;
  }

  .glow-section h2 {
    font-size: 2rem;
  }

  .glow-section p {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .glow-section {
    padding: 1.8rem 1rem;
    max-width: 100%;
  }

  .glow-section h2 {
    font-size: 1.8rem;
  }

  .glow-section p {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .glow-section {
    padding: 1.5rem 0.8rem;
    max-width: 100%;
  }

  .glow-section h2 {
    font-size: 1.5rem;
  }

  .glow-section p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6fc6bab *//* Flicker effect for text */
.flicker-effect {
  display: inline-block;
  animation: light-flicker 1.5s infinite alternate;
}

@keyframes light-flicker {
  0% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.8), 0 0 10px rgba(255, 223, 0, 0.8), 0 0 15px rgba(255, 223, 0, 0.7);
  }
  25% {
    opacity: 0.8;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.6), 0 0 10px rgba(255, 223, 0, 0.6), 0 0 15px rgba(255, 223, 0, 0.5);
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(255, 255, 255, 1), 0 0 10px rgba(255, 223, 0, 1), 0 0 15px rgba(255, 223, 0, 0.9);
  }
  75% {
    opacity: 0.9;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.7), 0 0 10px rgba(255, 223, 0, 0.7), 0 0 15px rgba(255, 223, 0, 0.6);
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.9), 0 0 10px rgba(255, 223, 0, 1), 0 0 15px rgba(255, 223, 0, 0.8);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e32cdd9 */.devotional-grid-section {
  padding: 2rem;
  background: #fef9f4;
  border-radius: 12px;
}

.devotional-grid-section h2 {
  text-align: center;
  color: #6b4f23;
  margin-bottom: 1.5rem;
}

.devotional-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1.5rem;
}

.devotional-card {
  background-color: #fff;
  border-left: 6px solid #dab56e;
  padding: 1rem;
  border-radius: 10px;
  box-shadow: 0 0 8px rgba(180, 140, 90, 0.1);
  transition: transform 0.2s ease;
}

.devotional-card:hover {
  transform: translateY(-4px);
}

.devotional-card h3 {
  margin-top: 0;
  color: #8b5c20;
}

.devotional-card p {
  color: #444;
  font-size: 0.95rem;
  margin: 0.5rem 0 1rem;
}

.read-more {
  display: inline-block;
  padding: 6px 12px;
  background-color: #f4d27a;
  color: #333;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2537563 */.bhajan-audio-strip {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #ffb347, #ffcc33);
  color: #4b2900;
  box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
  z-index: 9999;
}

.bhajan-strip-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0.8rem 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: 'Mukti Narrow', sans-serif;
  font-size: 1rem;
  flex-wrap: wrap;
}

.bhajan-info {
  font-weight: bold;
  margin-bottom: 0.5rem;
  flex: 1 1 100%;
  text-align: center;
}

.bhajan-controls {
  flex: 1 1 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bhajan-controls audio {
  height: 35px;
  max-width: 100%;
}

/* Responsive Design */
@media (min-width: 600px) {
  .bhajan-info {
    flex: 0 0 auto;
    margin-bottom: 0;
    text-align: left;
  }

  .bhajan-controls {
    flex: 0 0 auto;
    justify-content: flex-end;
  }

  .bhajan-strip-wrapper {
    flex-wrap: nowrap;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08ec848 */.floating-diya {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 70px;
  height: auto;
  z-index: 9999;
  animation: glowPulse 2.5s infinite ease-in-out;
}

@keyframes glowPulse {
  0%, 100% {
    filter: drop-shadow(0 0 6px #FFD700) brightness(1.1);
    transform: scale(1);
  }
  50% {
    filter: drop-shadow(0 0 14px #FFA500) brightness(1.4);
    transform: scale(1.05);
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5632515 *//* === Global Bhakti Page Styling === */
body {
  font-family: 'Noto Sans Devanagari', 'Segoe UI', sans-serif;
  background-color: #fffdf8;
  color: #2c2c2c;
  line-height: 1.8;
  font-size: 17px;
  margin: 0;
  padding: 0;
}

/* Headings */
h1, h2, h3, h4 {
  color: #800000;
  font-weight: 600;
  margin-bottom: 1rem;
}

/* Devotional Container */
.bhakti-container {
  background: #fff9e5;
  padding: 2rem;
  margin: 2rem auto;
  border-left: 6px solid #FFD700;
  border-radius: 10px;
  max-width: 900px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

/* Hero/Intro Sections */
.bhakti-hero {
  background: linear-gradient(to right, #fffbe6, #fceabb);
  padding: 2rem;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 2rem;
}
.bhakti-hero p {
  font-size: 1.3rem;
  font-style: italic;
  color: #4b3b2a;
}

/* Button Styling */
.bhakti-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #FFD700;
  color: #4b3b2a;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: all 0.3s ease;
}
.bhakti-btn:hover {
  background-color: #f7c600;
}

/* Lists with icons */
.bhakti-list {
  list-style: none;
  padding: 0;
}
.bhakti-list li {
  padding-left: 1.5rem;
  position: relative;
  margin-bottom: 0.8rem;
}
.bhakti-list li::before {
  content: "🔸";
  position: absolute;
  left: 0;
  color: #800000;
}

/* Responsive */
@media (max-width: 768px) {
  .bhakti-container {
    padding: 1.2rem;
  }
  .bhakti-hero {
    padding: 1.2rem;
  }
  
}/* End custom CSS */