/* YOTOEAT FINAL PATCH */

/* Desktop remains as recovered */
html,
body {
  overflow-x: hidden !important;
  background: #fff !important;
}

.mobile-hero-final {
  display: none;
}

.search-wraps,
.advance-search {
  width: 100vw !important;
  max-width: none !important;
  margin-left: calc(50% - 50vw) !important;
  margin-right: calc(50% - 50vw) !important;
  min-height: 540px !important;
  background: url("../images/banner.jpg") center center / cover no-repeat !important;
  position: relative !important;
  box-sizing: border-box !important;
}

.mobile-home-banner {
  display: none !important;
}

.search-menu {
  max-width: 880px !important;
  margin: 130px auto 25px auto !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 !important;
}

.search-menu li {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
}

.forms-search {
  max-width: 730px !important;
  margin: 18px auto 0 auto !important;
}

.search-input-wraps,
.search-input-wraps input,
.search-field {
  width: 100% !important;
}

.forms-search.tab-byaddress {
  display: block !important;
}

/* Mobile: use clean rebuilt hero */
@media only screen and (max-width: 767px) {

  .search-wraps,
  .advance-search {
    display: none !important;
  }

  .mobile-hero-final {
    display: block !important;
    min-height: 650px;
    background: url("../images/banner.jpg") center center / cover no-repeat;
    color: #fff;
    margin: 0;
    padding: 34px 22px 0 22px;
    box-sizing: border-box;
  }

  .mh-icons {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
    width: 100%;
    margin: 0 auto 72px auto;
  }

  .mh-icon {
    width: 62px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    line-height: 17px;
  }

  .mh-circle {
    width: 62px;
    height: 62px;
    border: 2px solid #ff572f;
    border-radius: 50%;
    background: rgba(0,0,0,0.72);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    box-sizing: border-box;
  }

  .mh-circle img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    display: block;
  }

  .mh-copy {
    text-align: center;
    margin-bottom: 34px;
  }

  .mh-copy h1 {
    color: #fff;
    font-size: 31px;
    line-height: 38px;
    font-weight: 700;
    margin: 0 0 12px 0;
  }

  .mh-copy p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
  }

  .mh-search {
    width: 100%;
    height: 62px;
    background: #fff;
    border-radius: 36px;
    display: flex;
    align-items: center;
    padding: 0 18px;
    box-sizing: border-box;
    box-shadow: 0 5px 15px rgba(0,0,0,0.28);
  }

  .mh-left-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff572f;
    display: block;
    flex: 0 0 20px;
    margin-right: 18px;
  }

  .mh-search input {
    border: 0;
    outline: 0;
    flex: 1;
    min-width: 0;
    height: 58px;
    font-size: 17px;
    color: #555;
  }

  .mh-search input::placeholder {
    color: #999;
  }

  .mh-search-icon {
    color: #ff572f;
    font-size: 34px;
    line-height: 1;
    margin-left: 14px;
  }

  .sections.section-grey,
  .grey-bg,
  .section-grey {
    margin-top: 0 !important;
    padding-top: 25px !important;
  }
}

@media only screen and (max-width: 767px) {

  header,
  .header,
  .top-header,
  .main-header,
  .navbar,
  .menu-area,
  .menu-wrapper,
  .header-wrap,
  .header-container {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }

  .mobile-hero-final {
    margin-top: 0 !important;
    padding-top: 0 !important;
    position: relative !important;
    top: -2px !important;
  }

  body,
  html,
  .wrapper,
  .content,
  .container-fluid {
    background: #fff !important;
  }

  .mobile-hero-final:first-child,
  .mobile-hero-final {
    margin-top: -2px !important;
  }
}


/* FINAL MOBILE GAP + ICON POSITION FIX */
@media only screen and (max-width: 767px) {

  .mobile-hero-final {
    margin-top: -12px !important;
    padding-top: 48px !important;
  }

  .mh-icons {
    margin-top: 0 !important;
    margin-bottom: 62px !important;
  }

  .mh-circle {
    width: 58px !important;
    height: 58px !important;
  }

  .mh-circle img {
    width: 32px !important;
    height: 32px !important;
  }

  .mh-icon {
    width: 58px !important;
    font-size: 13px !important;
  }

  .mh-search {
    height: 58px !important;
    border-radius: 32px !important;
  }

  .mh-search input {
    height: 56px !important;
    font-size: 16px !important;
  }

}
