.elementor-15739 .elementor-element.elementor-element-6d30646{--display:flex;}/* Start custom CSS for html, class: .elementor-element-6f4cb37 */.rudraksha-rules {
  background-color: #f4f4f9;
  padding: 30px;
  margin: 20px 0;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.rudraksha-rules h2 {
  text-align: center;
  font-size: 28px;
  color: #4b3f72;
  margin-bottom: 20px;
  font-family: 'Mangal', sans-serif;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

.rudraksha-rules ul {
  list-style-type: none;
  padding: 0;
}

.rudraksha-rules li {
  font-size: 18px;
  line-height: 1.8;
  color: #5a5a5a;
  margin-bottom: 12px;
  font-family: 'Mangal', sans-serif;
  position: relative;
}

.rudraksha-rules li:before {
  content: "✔️";
  position: absolute;
  left: -30px;
  top: 0;
  font-size: 22px;
  color: #4b3f72;
}

.rudraksha-rules li strong {
  font-weight: bold;
  color: #4b3f72;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-addeb2c */.faq-section {
  background: url('path-to-your-lotus-pattern.jpg') no-repeat center center fixed; /* Divine mandala background */
  background-size: cover;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 50px;
  font-family: 'Mangal', sans-serif;
  color: #4b4b4b;
  animation: fadeIn 1.5s ease-in-out; /* Smooth fade-in */
}

.faq-section h2 {
  font-size: 30px;
  color: #2d4e71;
  text-align: center;
  margin-bottom: 30px;
  font-family: 'Lora', serif;
  font-weight: bold;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1); /* Text shadow for divine glow */
}

.faq-item {
  background-color: rgba(255, 255, 255, 0.9);
  margin: 15px 0;
  padding: 25px;
  border-radius: 8px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border: 2px solid #f1c40f; /* Golden border */
  position: relative;
  transition: transform 0.3s ease-in-out; /* Smooth hover effect */
}

.faq-item:hover {
  transform: translateY(-5px); /* Slight hover lift */
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.faq-item h3 {
  font-size: 24px;
  color: #1d5c70;
  padding-left: 40px;
  font-weight: bold;
  position: relative;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2); /* Divine text shadow */
}

.faq-item h3::before {
  content: "\1F4AC"; /* Speech Bubble Icon */
  font-size: 30px;
  color: #f39c12;
  position: absolute;
  left: 10px;
  top: 5px;
}

.faq-item p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
  line-height: 1.6;
  text-align: justify;
}

.faq-icon {
  font-size: 30px;
  color: #f39c12;
  position: absolute;
  left: 20px;
  top: 10px;
}

@keyframes fadeIn {
  0% { opacity: 0; }
  100% { opacity: 1; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2203901 */.user-reviews {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
}

.user-reviews h2 {
  font-size: 28px;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
}

.review-item {
  background-color: #f0f0f0;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.review-item p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

.review-item strong {
  color: #1e3d58;
  font-weight: bold;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-45e008f */.disclaimer {
  background-color: #fff7e6;
  border: 1px solid #ffcc00;
  padding: 15px;
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
  font-family: 'Mangal', sans-serif;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.disclaimer strong {
  color: #ff9900;
  font-weight: bold;
}/* End custom CSS */