.elementor-15729 .elementor-element.elementor-element-69449b1{--display:flex;}/* Start custom CSS for html, class: .elementor-element-fa1822a *//* Import Fonts */
@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Mukta&family=Noto+Sans+Devanagari&display=swap');

/* Animate.css should be included separately via link or import */

/* Basic Body Styles */
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 Particles */
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; }
}

/* Hero Section Styles */
.hero-section {
  background: linear-gradient(to bottom right, #2e1f0f, #4a341c);
   
  background-size: cover;
  background-position: center;
  padding: 140px 20px;
  position: relative;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(25, 16, 5, 0.6);
  z-index: 1;
}

.hero-section .overlay {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.1);
  padding: 40px;
  border-radius: 16px;
  box-shadow: 0 0 30px rgba(255, 233, 180, 0.6);
  backdrop-filter: blur(6px);
  max-width: 700px;
  margin: auto;
}

.hero-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #ffeabf;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}

.hero-section p {
  font-size: 1.4rem;
  color: #f3e9dc;
  margin-bottom: 10px;
}

.hero-section .english {
  font-size: 1.1rem;
  color: #fcecd1;
  font-style: italic;
}

/* Deity Section Styles */
.deity-section {
  position: relative;
  background: rgba(255, 255, 255, 0.05);
  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;
  color: #fffbe6;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.4s ease;
}

.deity-section h2 {
  color: #ffe066;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.deity-section p {
  color: #fdfdfd;
}

.deity-section .english {
  color: #dcdcdc;
  font-style: italic;
}

/* Deity Hover Effects */
.deity-section:hover {
  box-shadow: 0 0 25px 5px rgba(255, 215, 0, 0.6);
  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;
}
.overlay {
  background: rgba(0, 0, 0, 0.6); /* Dark translucent background */
  padding: 2rem;
  border-radius: 1rem;
  color: #fff;
}
h1, h2, p {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
}

/* 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; }
}

/* Parallax Background */
.parallax-bg {
  background-image: url('https://bhaktivibes.in/wp-content/uploads/2025/03/ChatGPT-Image-Apr-5-2025-02_46_25-PM.png');
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
}

/* Responsive Styling */
@media (max-width: 600px) {
  .deity-section {
    padding: 25px 15px;
  }
  .deity-section h2 {
    font-size: 1.4rem;
  }
  .deity-section p {
    font-size: 1rem;
  }
  .deity-section img {
    max-width: 130px;
  }
}/* End custom CSS */