.elementor-15718 .elementor-element.elementor-element-a4dc15f{--display:flex;}/* Start custom CSS for html, class: .elementor-element-f189056 */<style>
/* Background with soft gradient + floating glowing particles */
body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Devanagari', 'Mukta', sans-serif;
  background: linear-gradient(to bottom, #fff4e6, #ffe9e3);
  background-attachment: fixed;
  overflow-x: hidden;
  position: relative;
}

/* Floating glowing circles */
body::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle, rgba(255, 242, 204, 0.4) 10%, transparent 70%) 0 0 / 200px 200px repeat;
  animation: float-bg 60s linear infinite;
  z-index: 0;
  pointer-events: none;
}

@keyframes float-bg {
  0% { background-position: 0 0; }
  100% { background-position: 200px 200px; }
}

/* Deity sections styling */
.deity-section {
  position: relative;
  background: #fffefc;
  padding: 40px 20px;
  margin: 30px auto;
  max-width: 900px;
  border-radius: 20px;
  box-shadow: 0 0 25px rgba(255, 204, 0, 0.3);
  text-align: center;
  z-index: 1;
}

.deity-section {
  transition: all 0.4s ease;
  border-radius: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fffbe6; /* 🌟 Divine cream-white color */
}

.deity-section h2 {
  color: #ffe066; /* Golden text */
  text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.deity-section p {
  color: #fdfdfd; /* Light readable text */
}

.deity-section .english {
  color: #dcdcdc;
  font-style: italic;
}

/* Divider styling */
.divider {
  width: 60%;
  height: 2px;
  margin: 30px auto;
  background: linear-gradient(to right, transparent, #e67e22, transparent);
  animation: pulse-divider 2s infinite ease-in-out;
}

@keyframes pulse-divider {
  0%, 100% { opacity: 0.6; }
  50% { opacity: 1; }
}

/* Responsive */
@media (max-width: 600px) {
  .deity-section {
    padding: 25px 15px;
  }
  .deity-section img {
    max-width: 130px;
  }
  .deity-section h2 {
    font-size: 1.4rem;
  }
  .deity-section p {
    font-size: 1rem;
  }
}
/* Add this to your existing CSS */
.parallax-bg {
  background-image: url('https://bhaktivibes.in/wp-content/uploads/2025/03/ChatGPT-Image-Apr-5-2025-02_46_25-PM.png'); /* use any devotional image */
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}
.deity-section {
  transition: all 0.4s ease;
  border-radius: 15px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.deity-section:hover {
  box-shadow: 0 0 25px 5px rgba(255, 215, 0, 0.6); /* Golden glow */
  transform: scale(1.02);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.3);
}

.deity-section:hover img {
  filter: drop-shadow(0 0 10px rgba(255, 215, 0, 0.7));
  transform: scale(1.05);
  transition: transform 0.3s ease, filter 0.3s ease;
}

</style>/* End custom CSS */