.elementor-531 .elementor-element.elementor-element-f24409c{--display:flex;}.elementor-531 .elementor-element.elementor-element-737b305 .faq-one-accrodion .accrodion-title h4{font-family:"Montserrat", Sans-serif;color:#0A0142;}.elementor-531 .elementor-element.elementor-element-737b305 .faq-one-accrodion .accrodion-content p{font-family:"Montserrat", Sans-serif;color:#080606;}/* Start custom CSS *//* ------------------------------
   📱 Responsive Media Queries
   Add your custom CSS inside each section
------------------------------ */

/* 🖥 Large Screens / Desktops (1200px and above) */
@media (min-width: 1200px) {
  /* Example:
  .hero-section h1 { font-size: 48px; }
  */
}

/* 💻 Laptops (1024px to 1199px) */
@media (max-width: 1199px) and (min-width: 1024px) {
  /* Example:
  .hero-section h1 { font-size: 42px; }
  */
}

/* 📲 Tablets (768px to 1023px) */
@media (max-width: 1023px) and (min-width: 768px) {
  /* Example:
  .hero-section h1 { font-size: 36px; }
  .hero-section p { font-size: 16px; }
  */
}

/* 📱 Mobile Landscape (576px to 767px) */
@media (max-width: 767px) and (min-width: 576px) {
  /* Example:
  .hero-section h1 { font-size: 30px; }
  .hero-section p { font-size: 15px; }
  .button { padding: 10px 20px; }
  */
}

/* 📱 Mobile Portrait (up to 575px) */
@media (max-width: 575px) {
  /* Example:
  .hero-section h1 { font-size: 26px; text-align: center; }
  .hero-section p { font-size: 14px; text-align: center; }
  .button { width: 100%; }
  */
}/* End custom CSS */