.elementor-1486 .elementor-element.elementor-element-8fea7e0{--display:flex;--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;}.elementor-1486 .elementor-element.elementor-element-2ff91fb{--display:flex;--margin-top:50px;--margin-bottom:050px;--margin-left:0px;--margin-right:0px;}.elementor-1486 .elementor-element.elementor-element-0974584 > .elementor-widget-container{margin:010px 0px 010px 0px;}.elementor-1486 .elementor-element.elementor-element-0974584 .section-title__title{color:#0A0142;}.elementor-1486 .elementor-element.elementor-element-0974584 .section-title__tagline{color:#0A0A0A;}.elementor-1486 .elementor-element.elementor-element-0974584 .content p{color:#0A0707;}.elementor-1486 .elementor-element.elementor-element-0974584 .content h4, .elementor-1486 .elementor-element.elementor-element-0974584 .content h4 a{font-family:"Montserrat", Sans-serif;color:#080808;}/* 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 */