.elementor-20905 .elementor-element.elementor-element-bc502fe{--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;}@media(min-width:768px){.elementor-20905 .elementor-element.elementor-element-bc502fe{--width:1600px;}}/* Start custom CSS for html, class: .elementor-element-7852136 */.ganesh-hero {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  border-radius: 12px;
  margin: 2rem 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ganesh-hero h1 {
  font-size: 2.7rem;
  margin-bottom: 1rem;
  font-family: 'Mukti Narrow', sans-serif;
}

.ganesh-hero p {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
  font-family: 'Tiro Devanagari Hindi', serif;
}
.ganesh-hero {
  text-align: center;
  padding: 3rem 2rem;
  background: linear-gradient(to right, #ff6a00, #ee0979);
  color: white;
  border-radius: 12px;
  margin: 2rem 1rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

.ganesh-hero h1 {
  font-size: 2.7rem;
  margin-bottom: 1rem;
  font-family: 'Mukti Narrow', sans-serif;
}

.ganesh-hero p {
  font-size: 1.25rem;
  line-height: 1.8;
  max-width: 850px;
  margin: 0 auto;
  font-family: 'Tiro Devanagari Hindi', serif;
}

/* For smaller screens (mobile) */
@media (max-width: 768px) {
  .ganesh-hero h1 {
    font-size: 2rem;
  }

  .ganesh-hero p {
    font-size: 1rem;
  }
}

/* For very small screens (extra mobile) */
@media (max-width: 480px) {
  .ganesh-hero h1 {
    font-size: 1.5rem;
  }

  .ganesh-hero p {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e307221 *//* Mantra Boxes */
.mantra-boxes {
  display: grid;
  align-content: center
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.mantra-box {
  background-color: #ffffff;
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
}

.mantra-box:hover {
  background-color: #f2e6ff;
  transform: translateY(-5px);
}

/* Play Button */
.play-btn {
  margin-top: 15px;
  padding: 10px 20px;
  background-color: #8e44ad;
  color: #fff;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.play-btn:hover {
  background-color: #732d91;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-1f7f2b8 */.devotional-page {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff8e1; /* हल्का क्रीम */
}

.mantra-text {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #e65100; /* केसरी */
}

.devotional-highlight {
  margin-bottom: 40px;
}

.devotional-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.inner-block {
  flex: 1 1 45%;
  background: #fff3e0; /* हल्का भगवा टोन */
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(230, 81, 0, 0.2); /* केसरी हल्का शैडो */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.inner-block:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 15px rgba(230, 81, 0, 0.4);
}

.inner-block h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #4e342e; /* गहरा भूरा */
}

.inner-block p, .inner-block ul {
  font-size: 16px;
  color: #5d4037; /* slightly light brown */
  line-height: 1.6;
}

.play-btn {
  display: inline-block;
  margin-top: 10px;
  color: #ffffff;
  background: #ff9800; /* main भगवा */
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
}

.play-btn:hover {
  background: #e65100; /* गहरा केसरी */
}

@media (max-width: 768px) {
  .inner-block {
    flex: 1 1 100%;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b6ac4c6 */.devotional-grid-section {
  padding: 60px 20px;
  background: linear-gradient(to right, #fff8e1, #ffe0b2);
  text-align: center;
}

.devotional-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}

.devotional-card {
  background: #fffdf5;
  border: 2px solid #ffe082;
  border-radius: 15px;
  padding: 25px;
  width: 280px;
  box-shadow: 0 0 12px rgba(255, 204, 102, 0.6);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.devotional-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 20px rgba(255, 183, 77, 0.8);
}

.devotional-card h3 {
  font-size: 20px;
  color: #b34400;
}

.devotional-card p {
  font-size: 14px;
  margin: 10px 0 20px;
  color: #333;
}

.read-more {
  display: inline-block;
  padding: 10px 18px;
  background: #ffcc80;
  color: #4e2600;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease;
}

.read-more:hover {
  background: #ffb74d;
}/* End custom CSS */