.elementor-15737 .elementor-element.elementor-element-f69304c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-af2f2be */.jyotish-section {
  padding: 60px 20px;
  background: linear-gradient(to bottom right, #fffaf0, #ffe8cc);
  border-top: 4px solid #f2c76e;
  animation: fadeIn 2s ease-in-out;
}

.jyotish-heading {
  text-align: center;
  margin-bottom: 40px;
}

.jyotish-heading h2 {
  font-size: 2.8rem;
  color: #6a3e07;
  text-shadow: 0 0 8px rgba(255, 189, 74, 0.4);
  margin-bottom: 10px;
}

.jyotish-heading p {
  font-size: 1.2rem;
  color: #5b3810;
}

.jyotish-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
  max-width: 1000px;
  margin: 0 auto;
}

.jyotish-card {
  background: #fff7eb;
  padding: 20px;
  border-radius: 16px;
  box-shadow: 0 0 20px rgba(255, 210, 130, 0.3);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  animation: fadeInUp 1s ease forwards;
}

.jyotish-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 190, 100, 0.4);
}

.jyotish-card h3 {
  color: #874f1d;
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.jyotish-card p {
  font-size: 1.05rem;
  color: #5c3510;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81ab947 */<style>
  @import url('https://fonts.googleapis.com/css2?family=Mukta:wght@400;700&display=swap');

  body {
    margin: 0;
    font-family: 'Mukta', sans-serif;
    background: linear-gradient(to bottom, #fffefc, #fff6e6);
    color: #4b2e0f;
    line-height: 1.7;
  }

  .mystic-section {
    padding: 80px 20px;
    background: linear-gradient(135deg, #fffaf0, #ffe6cc);
    position: relative;
    overflow: hidden;
  }

  .mystic-section::before {
    content: '';
    position: absolute;
    top: -10%;
    left: -10%;
    width: 120%;
    height: 120%;
    background: radial-gradient(circle, rgba(255, 215, 140, 0.15) 20%, transparent 80%);
    animation: auraRotate 60s linear infinite;
    z-index: 0;
  }

  .mystic-heading {
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
  }

  .mystic-heading h2 {
    font-size: 2.8rem;
    color: #5a2b00;
    text-shadow: 0 0 10px rgba(255, 165, 0, 0.3);
    margin-bottom: 10px;
    animation: fadeInUp 1s ease-in-out;
  }

  .mystic-heading p {
    font-size: 1.2rem;
    color: #6b3e0d;
    animation: fadeInUp 1.5s ease-in-out;
  }

  .mystic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
    position: relative;
    z-index: 1;
  }

  .mystic-box {
    background: #fffdf9;
    padding: 25px;
    border-radius: 18px;
    box-shadow: 0 6px 18px rgba(255, 183, 77, 0.25);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 2px dashed #ffcc80;
  }

  .mystic-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(255, 160, 0, 0.35);
  }

  .mystic-box h3 {
    font-size: 1.6rem;
    color: #4e250a;
    margin-bottom: 10px;
  }

  .mystic-box p {
    font-size: 1.1rem;
    color: #5c3711;
  }

  @keyframes auraRotate {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }

  @keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(30px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @media (max-width: 600px) {
    .mystic-heading h2 {
      font-size: 2.2rem;
    }

    .mystic-box h3 {
      font-size: 1.4rem;
    }

    .mystic-box p {
      font-size: 1rem;
    }
  }
</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-26f8ea7 *//* Shared Styling */
.faq-section, .name-numerology, .meditation-section {
  max-width: 900px;
  margin: 50px auto;
  padding: 40px 20px;
  background: rgba(255, 249, 230, 0.8);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 196, 126, 0.3);
  animation: fadeIn 1.2s ease-in-out;
  text-align: left;
}

.faq-section h2, .name-numerology h2, .meditation-section h2 {
  font-size: 2.4rem;
  color: #5a3305;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 174, 0, 0.4);
}

.faq-item, .numerology-card {
  margin-bottom: 25px;
  background: #fffdf7;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(255, 204, 128, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover, .numerology-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(255, 145, 80, 0.4);
}

.faq-item h3, .numerology-card h3 {
  font-size: 1.4rem;
  color: #6d3e0c;
}

.faq-item p, .numerology-card p {
  font-size: 1.1rem;
  color: #44290a;
}

.numerology-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(min-width: 700px) {
  .numerology-grid {
    flex-direction: row;
    justify-content: space-between;
  }
  .numerology-card {
    flex: 1;
  }
}

/* Meditation Section */
.meditation-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.meditation-list li {
  background: #fff9ea;
  padding: 15px 20px;
  border-left: 5px solid #f2a654;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #4e310d;
  transition: background 0.3s ease;
}

.meditation-list li:hover {
  background: #fff0d5;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e3a0cc0 *//* Numerology Section */
.numerology-name-section {
  background: #f7f6f4;
  padding: 60px 20px;
  text-align: center;
  border-radius: 15px;
  max-width: 900px;
  margin: 0 auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.numerology-heading h2 {
  font-size: 2.5rem;
  color: #6d4c41;
  margin-bottom: 20px;
}

.numerology-heading p {
  font-size: 1.2rem;
  color: #5a4031;
  margin-bottom: 20px;
}

.numerology-form {
  margin-bottom: 20px;
}

.numerology-form input {
  padding: 10px;
  font-size: 1rem;
  width: 60%;
  margin-bottom: 10px;
  border: 2px solid #c4a08d;
  border-radius: 5px;
}

.numerology-form button {
  background-color: #f1c40f;
  border: none;
  padding: 10px 20px;
  font-size: 1.1rem;
  color: white;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.numerology-form button:hover {
  background-color: #e67e22;
}

.numerology-result {
  margin-top: 20px;
  display: none;
  background: #fff6e6;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #e0c3a0;
}

.numerology-result h3 {
  font-size: 2rem;
  color: #6b3e0d;
}

.numerology-result p {
  font-size: 1.2rem;
  color: #7b4a17;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7ef6150 *//* Shared Styling */
.faq-section, .name-numerology, .meditation-section {
  max-width: 900px;
  margin: 50px auto;
  padding: 40px 20px;
  background: rgba(255, 249, 230, 0.8);
  border-radius: 20px;
  box-shadow: 0 0 20px rgba(255, 196, 126, 0.3);
  animation: fadeIn 1.2s ease-in-out;
  text-align: left;
}

.faq-section h2, .name-numerology h2, .meditation-section h2 {
  font-size: 2.4rem;
  color: #5a3305;
  margin-bottom: 20px;
  text-align: center;
  text-shadow: 0 0 6px rgba(255, 174, 0, 0.4);
}

.faq-item, .numerology-card {
  margin-bottom: 25px;
  background: #fffdf7;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 12px rgba(255, 204, 128, 0.25);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.faq-item:hover, .numerology-card:hover {
  transform: scale(1.02);
  box-shadow: 0 0 20px rgba(255, 145, 80, 0.4);
}

.faq-item h3, .numerology-card h3 {
  font-size: 1.4rem;
  color: #6d3e0c;
}

.faq-item p, .numerology-card p {
  font-size: 1.1rem;
  color: #44290a;
}

.numerology-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media(min-width: 700px) {
  .numerology-grid {
    flex-direction: row;
    justify-content: space-between;
  }
  .numerology-card {
    flex: 1;
  }
}

/* Meditation Section */
.meditation-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.meditation-list li {
  background: #fff9ea;
  padding: 15px 20px;
  border-left: 5px solid #f2a654;
  border-radius: 10px;
  margin-bottom: 12px;
  font-size: 1.1rem;
  color: #4e310d;
  transition: background 0.3s ease;
}

.meditation-list li:hover {
  background: #fff0d5;
}

/* Animation */
@keyframes fadeIn {
  from {opacity: 0; transform: translateY(20px);}
  to {opacity: 1; transform: translateY(0);}
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4219e0d *//* General Section Styling */
section {
  padding: 60px 20px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.1);
  transition: all 0.3s ease;
}

section:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(255, 165, 0, 0.3);
}

/* Section Titles */
h2 {
  font-size: 2.5rem;
  color: #4b2e0f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 165, 0, 0.4);
}

h3 {
  font-size: 2rem;
  color: #5d330d;
  margin-bottom: 15px;
  text-shadow: 0 0 6px rgba(255, 200, 0, 0.5);
}

/* Mantra Cards */
.mantra-card, .chart-card, .spiritual-card, .destiny-card {
  background-color: rgba(255, 250, 240, 0.9);
  padding: 20px;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mantra-card:hover, .chart-card:hover, .spiritual-card:hover, .destiny-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 165, 0, 0.4);
}

/* Grid Layout */
.mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.mantra-card h3, .chart-card h3, .spiritual-card h3, .destiny-card h3 {
  font-size: 1.6rem;
  color: #6b3e0d;
}

.mantra-card p, .chart-card p, .spiritual-card p, .destiny-card p {
  font-size: 1.2rem;
  color: #7b4a17;
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  .mantra-card, .chart-card, .spiritual-card, .destiny-card {
    padding: 15px;
    font-size: 1rem;
  }

  .mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9b988e6 *//* General Section Styling */
section {
  padding: 60px 20px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.1);
  transition: all 0.3s ease;
}

section:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(255, 165, 0, 0.3);
}

/* Section Titles */
h2 {
  font-size: 2.5rem;
  color: #4b2e0f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 165, 0, 0.4);
}

h3 {
  font-size: 2rem;
  color: #5d330d;
  margin-bottom: 15px;
  text-shadow: 0 0 6px rgba(255, 200, 0, 0.5);
}

/* Mantra Cards */
.mantra-card, .chart-card, .spiritual-card, .destiny-card {
  background-color: rgba(255, 250, 240, 0.9);
  padding: 20px;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mantra-card:hover, .chart-card:hover, .spiritual-card:hover, .destiny-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 165, 0, 0.4);
}

/* Grid Layout */
.mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.mantra-card h3, .chart-card h3, .spiritual-card h3, .destiny-card h3 {
  font-size: 1.6rem;
  color: #6b3e0d;
}

.mantra-card p, .chart-card p, .spiritual-card p, .destiny-card p {
  font-size: 1.2rem;
  color: #7b4a17;
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  .mantra-card, .chart-card, .spiritual-card, .destiny-card {
    padding: 15px;
    font-size: 1rem;
  }

  .mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f379f82 *//* General Section Styling */
section {
  padding: 60px 20px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.1);
  transition: all 0.3s ease;
}

section:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(255, 165, 0, 0.3);
}

/* Section Titles */
h2 {
  font-size: 2.5rem;
  color: #4b2e0f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 165, 0, 0.4);
}

h3 {
  font-size: 2rem;
  color: #5d330d;
  margin-bottom: 15px;
  text-shadow: 0 0 6px rgba(255, 200, 0, 0.5);
}

/* Mantra Cards */
.mantra-card, .chart-card, .spiritual-card, .destiny-card {
  background-color: rgba(255, 250, 240, 0.9);
  padding: 20px;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mantra-card:hover, .chart-card:hover, .spiritual-card:hover, .destiny-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 165, 0, 0.4);
}

/* Grid Layout */
.mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.mantra-card h3, .chart-card h3, .spiritual-card h3, .destiny-card h3 {
  font-size: 1.6rem;
  color: #6b3e0d;
}

.mantra-card p, .chart-card p, .spiritual-card p, .destiny-card p {
  font-size: 1.2rem;
  color: #7b4a17;
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  .mantra-card, .chart-card, .spiritual-card, .destiny-card {
    padding: 15px;
    font-size: 1rem;
  }

  .mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c8c173c *//* General Section Styling */
section {
  padding: 60px 20px;
  margin-bottom: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 15px;
  box-shadow: 0 0 20px rgba(255, 200, 0, 0.1);
  transition: all 0.3s ease;
}

section:hover {
  transform: scale(1.02);
  box-shadow: 0 0 30px rgba(255, 165, 0, 0.3);
}

/* Section Titles */
h2 {
  font-size: 2.5rem;
  color: #4b2e0f;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  text-shadow: 0 0 5px rgba(255, 165, 0, 0.4);
}

h3 {
  font-size: 2rem;
  color: #5d330d;
  margin-bottom: 15px;
  text-shadow: 0 0 6px rgba(255, 200, 0, 0.5);
}

/* Mantra Cards */
.mantra-card, .chart-card, .spiritual-card, .destiny-card {
  background-color: rgba(255, 250, 240, 0.9);
  padding: 20px;
  margin: 10px;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(255, 200, 0, 0.2);
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.mantra-card:hover, .chart-card:hover, .spiritual-card:hover, .destiny-card:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(255, 165, 0, 0.4);
}

/* Grid Layout */
.mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  margin-top: 30px;
}

.mantra-card h3, .chart-card h3, .spiritual-card h3, .destiny-card h3 {
  font-size: 1.6rem;
  color: #6b3e0d;
}

.mantra-card p, .chart-card p, .spiritual-card p, .destiny-card p {
  font-size: 1.2rem;
  color: #7b4a17;
  margin-top: 15px;
}

/* Responsive Design */
@media (max-width: 768px) {
  h2 {
    font-size: 2rem;
  }

  .mantra-card, .chart-card, .spiritual-card, .destiny-card {
    padding: 15px;
    font-size: 1rem;
  }

  .mantra-grid, .chart-grid, .spiritual-grid, .destiny-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ab2feea *//* Disclaimer Section */
.disclaimer-section {
  background: #f0f0f0;
  padding: 40px 20px;
  margin-top: 40px;
  text-align: center;
  border-radius: 10px;
  max-width: 800px;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.disclaimer-heading h2 {
  font-size: 2rem;
  color: #6d4c41;
  margin-bottom: 20px;
}

.disclaimer-heading p {
  font-size: 1.1rem;
  color: #5a4031;
  margin-bottom: 15px;
}

.disclaimer-body h3 {
  font-size: 1.5rem;
  color: #6b3e0d;
  margin-top: 30px;
}

.disclaimer-body p {
  font-size: 1rem;
  color: #7b4a17;
  margin-bottom: 10px;
}/* End custom CSS */