.elementor-15735 .elementor-element.elementor-element-db29a28{--display:flex;}/* Start custom CSS for html, class: .elementor-element-2a07144 *//* Reset and base */
body {
  margin: 0;
  font-family: 'Noto Sans Devanagari', 'Georgia', serif;
  background: #fffdf6;
  color: #3b2f2f;
  line-height: 1.8;
}

h2, h3, h4 {
  font-family: 'Tiro Devanagari Hindi', serif;
  color: #a52a2a;
  text-shadow: 1px 1px 0 #f8e3b9;
}

section.vrat-hero {
  background: linear-gradient(to right, #fff8e1, #ffecd2);
  padding: 60px 20px;
  text-align: center;
  box-shadow: inset 0 0 20px rgba(255, 153, 0, 0.2);
}

.hero-content h2 {
  font-size: 2em;
  color: #b33c00;
  text-shadow: 2px 2px 4px #ffcc80;
  margin-bottom: 20px;
}

.hero-content p {
  font-size: 1.1em;
  color: #5a3d1f;
  max-width: 800px;
  margin: 0 auto;
  background: rgba(255, 243, 205, 0.5);
  padding: 10px 20px;
  border-radius: 10px;
}

.vrat-tyohar-section {
  padding: 40px 15px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
}

.section-block {
  background: #fff7eb;
  border-left: 5px solid #ff9800;
  padding: 25px 20px;
  margin-bottom: 30px;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(255, 193, 7, 0.1);
  transition: transform 0.3s;
}

.section-block:hover {
  transform: translateY(-3px);
}

.section-block h3 {
  font-size: 1.6em;
  margin-bottom: 15px;
  border-bottom: 2px dashed #d2691e;
  padding-bottom: 5px;
}

.section-block h4 {
  font-size: 1.2em;
  margin-top: 20px;
  color: #9c27b0;
}

.section-block p, 
.section-block ul, 
.section-block ol {
  font-size: 1em;
  color: #4e342e;
}

.section-block ul li, .section-block ol li {
  margin: 8px 0;
  padding-left: 5px;
}

.alt-bg {
  background: linear-gradient(135deg, #fff3e0 0%, #fff8dc 100%);
  border-left-color: #f57c00;
}

@media screen and (max-width: 768px) {
  .hero-content h2 {
    font-size: 1.6em;
  }

  .hero-content p {
    font-size: 1em;
  }

  .section-block {
    padding: 20px 15px;
  }

  .section-block h3 {
    font-size: 1.3em;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ccd12c */.request-vrat {
  background: #fff8f0;
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 0 20px rgba(255, 181, 96, 0.3);
}
.request-vrat h2 {
  color: #b56c00;
  margin-bottom: 1rem;
}
.request-vrat form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.request-vrat input, .request-vrat textarea {
  padding: 0.8rem;
  border: 1px solid #e0c090;
  border-radius: 0.5rem;
}
.request-vrat button {
  background: #ffcc66;
  color: #000;
  padding: 0.8rem 1.5rem;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}
.request-vrat button:hover {
  background: #ffb733;
}
.request-vrat .note {
  font-size: 0.9rem;
  color: #666;
  margin-top: 1rem;
}/* End custom CSS */