/* Ensure logo and company name are visible on mobile */
@media (max-width: 767px) {
  .elementor-widget-image[data-id="6f0fa30"] {
    display: block !important;
  }
  .elementor-widget-heading[data-id="5ad0d8f"] {
    display: block !important;
  }
  .elementor-widget-heading[data-id="5ad0d8f"] .elementor-heading-title {
    font-size: 16px !important; /* Adjust font size for mobile */
  }
}

/* Fix mobile menu behavior on iOS */
.elementor-widget-opal-nav-menu {
  /* Prevent scrolling of background when menu is open */
  overscroll-behavior-y: none;
}

/* iPhone specific fix for 100vh issue */
@supports (-webkit-touch-callout: none) {
  .elementor-widget-opal-nav-menu .elementor-nav-menu--dropdown {
    height: -webkit-fill-available;
  }
}
