html,
body {
  max-width: 100%;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .header-section {
    position: fixed !important;
    top: 18px !important;
    right: 8px !important;
    left: auto !important;
    width: calc(100% - 124px) !important;
    padding: 0 4px 0 0 !important;
    background: transparent !important;
    z-index: 1003 !important;
    mix-blend-mode: normal !important;
  }

  .header-section > .e-con-full,
  .header-section > .e-con-inner,
  .header-section .e-con-full:first-child {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 14px !important;
    min-height: 36px !important;
  }

  .header-section .e-con,
  .header-section .elementor-widget-button,
  .header-section .elementor-widget-nav-menu {
    width: auto !important;
    max-width: none !important;
    flex: 0 0 auto !important;
  }

  .header-section .elementor-widget-button {
    position: fixed !important;
    top: 23px !important;
    right: 76px !important;
    z-index: 1004 !important;
  }

  .header-section .elementor-widget-nav-menu {
    position: fixed !important;
    top: 25px !important;
    right: 14px !important;
    z-index: 1004 !important;
  }

  .header-section .elementor-widget-button .elementor-button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    min-width: 104px;
    min-height: 36px;
    padding: 0 16px !important;
    border: 1px solid rgb(0 0 0 / 0.14) !important;
    border-radius: 999px !important;
    background: rgb(255 255 255 / 0.82) !important;
    box-shadow: 0 10px 28px rgb(0 0 0 / 0.08);
    color: #050505 !important;
    white-space: nowrap;
    line-height: 1 !important;
    backdrop-filter: blur(16px);
  }

  .header-section .elementor-widget-button .elementor-button::after {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 5px;
    height: 5px;
    border-top: 1px solid currentColor;
    border-right: 1px solid currentColor;
    transform: rotate(45deg);
  }

  .header-section .elementor-widget-button .elementor-button-content-wrapper {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    line-height: 1 !important;
  }

  .header-section .elementor-widget-button .elementor-button-text {
    display: inline-block !important;
    color: inherit !important;
    font-size: 11px !important;
    font-weight: 600 !important;
    letter-spacing: 0.07em;
    line-height: 1 !important;
    white-space: nowrap;
  }

  .header-section .elementor-menu-toggle {
    position: relative !important;
    width: 32px !important;
    height: 28px !important;
    padding: 0 !important;
    margin-left: auto !important;
    border: 0 !important;
    background: transparent !important;
    color: #050505 !important;
    outline: 0;
  }

  .header-section .elementor-menu-toggle svg {
    display: none !important;
  }

  .header-section .elementor-menu-toggle::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image:
      linear-gradient(currentColor, currentColor),
      linear-gradient(currentColor, currentColor),
      linear-gradient(currentColor, currentColor);
    background-position: center 7px, center 14px, center 21px;
    background-repeat: no-repeat;
    background-size: 22px 1.2px, 22px 1.2px, 22px 1.2px;
    opacity: 0.78;
  }
}
