.elementor-18051 .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-18051 .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-16a5155 */.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 */