.mobile-top-header {
  display: none;
}

@media (max-width: 768px) {
  header.elementor-location-header {
    display: none !important;
  }

  .mobile-top-header {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    z-index: 50;
  }

  .mobile-info-bar {
    min-height: 52px;
    padding: 0 10px;
    background: linear-gradient(90deg, #4e73df, #224abe);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .mobile-time-block,
  .mobile-contact-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-width: 0;
    line-height: 1.1;
  }

  .mobile-time-block {
    flex: 0 0 clamp(126px, 40vw, 151px);
    padding-left: 2px;
  }

  .mobile-clock-row {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 6px;
  }

  .mobile-clock-icon {
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 50%;
    position: relative;
  }

  .mobile-clock-icon::before,
  .mobile-clock-icon::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 2px;
    background: #fff;
    border-radius: 2px;
    transform-origin: bottom center;
  }

  .mobile-clock-icon::before {
    height: 7px;
    transform: translate(-50%, -100%) rotate(0deg);
  }

  .mobile-clock-icon::after {
    height: 6px;
    transform: translate(-50%, -100%) rotate(135deg);
  }

  .mobile-date-time {
    font-size: clamp(9px, 2.93vw, 11px);
    font-weight: 400;
    white-space: nowrap;
  }

  .mobile-contact-block {
    flex: 1 1 auto;
    align-items: flex-start;
    gap: 7px;
    font-size: clamp(8px, 2.93vw, 11px);
    font-weight: 700;
    white-space: nowrap;
  }

  .mobile-contact-block a {
    color: inherit;
    text-decoration: none;
  }

  .mobile-logo-row {
    height: 94px;
    padding: 0 13px 0 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
  }

  .mobile-logo-link {
    width: 76px;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 76px;
  }

  .mobile-logo-link img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    display: block;
  }

  .mobile-menu-toggle {
    width: 44px;
    height: 44px;
    padding: 0;
    border: 1px solid #dadde1;
    border-radius: 7px;
    background: #fff;
    color: #555;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
  }

  .mobile-menu-toggle span,
  .mobile-menu-toggle::before,
  .mobile-menu-toggle::after {
    content: "";
    width: 24px;
    height: 2px;
    background: #555;
    border-radius: 2px;
    display: block;
    position: absolute;
  }

  .mobile-menu-toggle::before {
    transform: translateY(-8px);
  }

  .mobile-menu-toggle::after {
    transform: translateY(8px);
  }

  .mobile-menu-toggle[aria-expanded="true"] span {
    opacity: 0;
  }

  .mobile-menu-toggle[aria-expanded="true"]::before {
    transform: rotate(45deg);
  }

  .mobile-menu-toggle[aria-expanded="true"]::after {
    transform: rotate(-45deg);
  }

  .mobile-nav {
    display: none;
    flex-direction: column;
    width: 100%;
    border-top: 1px solid #e9e9e9;
    background: #fff;
  }

  .mobile-nav.is-open {
    display: flex;
  }

  .mobile-nav a {
    padding: 13px 18px;
    color: #222;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
  }
}
