.elementor-85 .elementor-element.elementor-element-5af4d2a{padding:90px 0px 0px 0px;}.elementor-85 .elementor-element.elementor-element-7c02c5a iframe{height:440px;}.elementor-85 .elementor-element.elementor-element-dcb1469 .contact-details__text p{font-family:"Montserrat", Sans-serif;color:#020202;}.elementor-85 .elementor-element.elementor-element-dcb1469 .contact-details__text h3 a, .elementor-85 .elementor-element.elementor-element-dcb1469 .contact-details__text h3{font-family:"Montserrat", Sans-serif;color:#0A0142;}/* 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 */