/* Fix for mobile top white space */
@media (max-width: 767px) {
  /* Remove top margin from logo on mobile */
  .elementor-22 .elementor-element.elementor-element-43ef45b5 img {
    margin-top: 0 !important;
  }
  
  /* Ensure header section has no extra padding on mobile */
  .elementor-22 .elementor-element.elementor-element-6a2250d6 {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  /* Remove the empty section above header */
  .elementor-22 .elementor-element.elementor-element-5851bd6 {
    display: none !important;
  }
  
  /* Remove any body padding on mobile */
  body {
    padding-top: 0 !important;
    margin-top: 0 !important;
  }
  
  /* Ensure header location has no extra space */
  .elementor-location-header {
    margin-top: 0 !important;
    padding-top: 0 !important;
  }
}

@media (max-width: 1024px) {
  /* Also fix for tablet */
  .elementor-22 .elementor-element.elementor-element-5851bd6 {
    display: none !important;
  }
  
  .elementor-22 .elementor-element.elementor-element-6a2250d6 {
    margin-top: 0 !important;
  }
}
