.elementor-20471 .elementor-element.elementor-element-12eddae{--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;}.elementor-20471 .elementor-element.elementor-element-19f7f19{width:var( --container-widget-width, 104.17% );max-width:104.17%;--container-widget-width:104.17%;--container-widget-flex-grow:0;}.elementor-20471 .elementor-element.elementor-element-19f7f19.elementor-element{--align-self:center;--flex-grow:0;--flex-shrink:0;}@media(min-width:768px){.elementor-20471 .elementor-element.elementor-element-12eddae{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-1b95ea6 */<style>
/* General Page */
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(ellipse at center, #0d0d0d 0%, #1a1a1a 100%);
  color: #ffd700;
  font-family: 'Mukti Narrow', 'Open Sans', sans-serif;
  overflow-x: hidden;
}

/* Hero Banner */
.hero-banner {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(180deg, #E9F5BE 0%, #F7AD45 100%);
  position: relative;
}
.hero-banner h1 {
  font-size: 2.8em;
  margin-bottom: 10px;
}
.hero-banner p {
  font-size: 1.2em;
}

/* Aarti Boxes */
.aarti-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}
.aarti-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aarti-line {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #ffcc00;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.1rem;
  text-align: center;
  backdrop-filter: blur(6px);
}
.aarti-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 25px;
  width: 700px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.aarti-box h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.aarti-box p {
  font-size: 1em;
  margin-bottom: 20px;
}
.play-btn {
  padding: 10px 20px;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.play-btn:hover {
  background: #ffcc00;
}

/* Aarti Method */
.aarti-method {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 20px;
  text-align: center;
}
.aarti-method h3 {
  font-size: 2em;
  margin-bottom: 20px;
}
.aarti-method ul {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
}
.aarti-method li {
  margin: 10px 0;
}

/* Footer */
.credits {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #aaaaaa;
}

/* Diya Flicker Effect */
.hero-banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle, rgba(255,215,0,0.3) 0%, transparent 70%);
  animation: flicker 2s infinite alternate;
  pointer-events: none;
}

@keyframes flicker {
  0% {opacity: 0.7;}
  50% {opacity: 1;}
  100% {opacity: 0.6;}
}

.diya-flame {
  width: 40px;
  height: 60px;
  background: radial-gradient(ellipse at center, #ffcc00 0%, #ff6600 60%, transparent 70%);
  border-radius: 50% 50% 45% 45%;
  animation: flicker 1s infinite alternate;
  margin: 20px auto;
}

@keyframes flicker {
  0% { transform: scale(1) rotate(0deg); opacity: 0.9; }
  50% { transform: scale(1.05) rotate(1deg); opacity: 1; }
  100% { transform: scale(0.95) rotate(-1deg); opacity: 0.8; }
}
 

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c2f9ce7 */<style>
/* General Page */
body {
  margin: 0;
  padding: 0;
  background: radial-gradient(ellipse at center, #0d0d0d 0%, #1a1a1a 100%);
  color: #ffd700;
  font-family: 'Mukti Narrow', 'Open Sans', sans-serif;
  overflow-x: hidden;
}

/* Hero Banner */
.hero-banner {
  text-align: center;
  padding: 50px 20px;
  background: linear-gradient(180deg, #E9F5BE 0%, #F7AD45 100%);
  position: relative;
}
.hero-banner h1 {
  font-size: 2.8em;
  margin-bottom: 10px;
}
.hero-banner p {
  font-size: 1.2em;
}

/* Aarti Boxes */
.aarti-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  padding: 40px 20px;
}
.aarti-content {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.aarti-line {
  background: rgba(255, 255, 255, 0.08);
  border-left: 4px solid #ffcc00;
  padding: 12px;
  border-radius: 10px;
  font-size: 1.1rem;
  text-align: center;
  backdrop-filter: blur(6px);
}
.aarti-box {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 25px;
  width: 700px;
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  position: relative;
  overflow: hidden;
  text-align: center;
}
.aarti-box h2 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.aarti-box p {
  font-size: 1em;
  margin-bottom: 20px;
}
.play-btn {
  padding: 10px 20px;
  background: #ffd700;
  color: #000;
  border: none;
  border-radius: 30px;
  font-weight: bold;
  cursor: pointer;
  transition: background 0.3s;
}
.play-btn:hover {
  background: #ffcc00;
}

/* Aarti Method */
.aarti-method {
  background: rgba(255, 255, 255, 0.03);
  padding: 40px 20px;
  text-align: center;
}
.aarti-method h3 {
  font-size: 2em;
  margin-bottom: 20px;
}
.aarti-method ul {
  list-style: none;
  padding: 0;
  font-size: 1.2em;
}
.aarti-method li {
  margin: 10px 0;
}

/* Footer */
.credits {
  text-align: center;
  padding: 20px;
  font-size: 0.9em;
  color: #aaaaaa;
}

/* Diya Flicker Effect */
.hero-banner::after {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(circle, rgba(255,215,0,0.3) 0%, transparent 70%);
  animation: flicker 2s infinite alternate;
  pointer-events: none;
}

@keyframes flicker {
  0% {opacity: 0.7;}
  50% {opacity: 1;}
  100% {opacity: 0.6;}
}

.diya-flame {
  width: 40px;
  height: 60px;
  background: radial-gradient(ellipse at center, #ffcc00 0%, #ff6600 60%, transparent 70%);
  border-radius: 50% 50% 45% 45%;
  animation: flicker 1s infinite alternate;
  margin: 20px auto;
}

@keyframes flicker {
  0% { transform: scale(1) rotate(0deg); opacity: 0.9; }
  50% { transform: scale(1.05) rotate(1deg); opacity: 1; }
  100% { transform: scale(0.95) rotate(-1deg); opacity: 0.8; }
}
 
 .sticky-ganesh {
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: 70px;
  height: 70px;
  z-index: 9999;
  overflow: hidden;
  touch-action: none;  /* ✅ Important for mobile no-drag */
  pointer-events: none; /* ✅ Prevent accidental drag on touch */
}

.sticky-ganesh img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(255, 100, 0, 0.8);
  user-select: none; /* ✅ Prevent selecting image */
}

/* Mobile fix */
@media (max-width: 600px) {
  .sticky-ganesh {
    width: 55px;
    height: 55px;
    bottom: 10px;
    right: 10px;
  }
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow-x: hidden; /* ✅ Prevent sideways scrolling */
}


</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3a42cff *//* Aarti Method Section */
.aarti-method {
  background: linear-gradient(135deg, #ffe680 0%, #ffb347 100%);
  padding: 20px 20px;
  text-align: center;
  border-radius: 20px;
  margin: 40px auto;
  width: 90%;
  max-width: 1200px;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.5);
  position: relative;
  overflow: hidden;
}

/* Decorative divine aura */
.aarti-method::before {
  content: "";
  position: absolute;
  top: -50px;
  left: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.3) 0%, transparent 60%);
  animation: rotateAura 10s linear infinite;
  z-index: 0;
}
.aarti-method::after {
  content: "";
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, transparent 60%);
  animation: rotateAuraReverse 12s linear infinite;
  z-index: 0;
}

 
/* Heading Style */
.aarti-method h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  color: #8B0000;
  position: relative;
  z-index: 1;
}

 
.aarti-method li {
  margin: 15px 0;
  padding: 12px 20px;
  background: rgba(255, 255, 255, 0.2);
  border-left: 5px solid #ff6600;
  border-radius: 10px;
  color: #4B0082;
  box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s, background 0.3s;
}
.aarti-method li:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.3);
}
 
 .aarti-method ul {
  width: 100%;
  max-width: 700px; /* thoda manageable width */
  margin: 0 auto; /* center ul */
  padding: 0;
  list-style: none;
  text-align: left; /* text left rahe */
  position: relative;
  z-index: 1;
}/* End custom CSS */