.menu-layout1 {
    background-color: #f5f5f5;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

html, body {
  overflow-x: clip;
  width: 100%;
}

.owl-stage,
.owl-stage-outer {
  max-width: 100% !important;
  width: 100% !important;
  overflow-x: hidden !important;
  transform: none !important;
}

.elementor-element-b4a97e6 {
  overflow-x: hidden !important;
  max-width: 100vw !important;
}

* {
  box-sizing: border-box;
}

.elementor-section .elementor-widget-image img.attachment-full.size-full {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
  border-radius: 8px;
  margin-bottom: 1rem;
}