/* 🔹 Extra Small Tablets (481px - 600px, 7" small tablets) */
@media only screen and (min-width: 481px) and (max-width: 600px) {
  footer .footer-waves {
    background: url('../img/footer-mask-mob.png') !important;
  }

  /* .our-values {
    background: url('../img/our-values-mob.png') center/cover no-repeat !important;
  }

  .community {
    background: url('../img/community-mob.png') center/cover no-repeat !important;
  }

  .quality {
    background: url('../img/quality-mob.png') center/cover no-repeat !important;
  } */

  .powered {
    background: url('../img/powered-mob.png') center/cover no-repeat !important;
  }

  .partnerships {
    background: url('../img/partnerships-mob.png') center/cover no-repeat !important;
  }

  .common-section.about-section {
    background: url("../img/about_mobile.png") center/cover no-repeat;
  }

  .common-section.foodies-section {
    background: url("../img/to_talk_mobile.png") center/cover no-repeat;
  }

  .common-section.catering-section {
    background: url("../img/catering_mobile.png") center/cover no-repeat;
  }

  .common-section.right {
    justify-content: start;
  }

  .common-content {
    max-width: 100%;
  }

  .getOffer {
    left: unset;
    right: 20px;
  }

  .customPopup {
    display: none;
    width: 240px;
    height: auto;
    padding: 20px;
    top: 85px;
  }

  .customPopupContent {
    gap: 20px;
  }

  .breadcrumbs .bread-social {
    position: absolute;
    bottom: 14px;
    gap: 5px;
  }

  .breadcrumbs .bread-available-platforms {
    position: absolute;
    bottom: 14px;
    right: 10px;
  }

  .bread-available-platforms h6 {
    font-size: 16px;
  }

  .bread-available-platforms img {
    width: 19px;
  }
}

/* 🔹 Small Tablets (601px - 720px, Galaxy Tab, Nexus 7 portrait) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
  footer .footer-waves {
    background: url('../img/footer-mask-mob.png') !important;
  }

  /* .our-values {
    background: url('../img/our-values-mob.png') center/cover no-repeat !important;
  }

  .community {
    background: url('../img/community-mob.png') center/cover no-repeat !important;
  }

  .quality {
    background: url('../img/quality-mob.png') center/cover no-repeat !important;
  } */

  .powered {
    background: url('../img/powered-mob.png') center/cover no-repeat !important;
  }

  .partnerships {
    background: url('../img/partnerships-mob.png') center/cover no-repeat !important;
  }

  .common-section.about-section {
    background: url("../img/about_mobile.png") center/cover no-repeat;
  }

  .common-section.foodies-section {
    background: url("../img/to_talk_mobile.png") center/cover no-repeat;
  }

  .common-section.catering-section {
    background: url("../img/catering_mobile.png") center/cover no-repeat;
  }

  .common-section.right {
    justify-content: start;
  }

  .common-content {
    max-width: 100%;
  }

  .getOffer {
    left: unset;
    right: 20px;
  }

  .customPopup {
    display: none;
    width: 240px;
    height: auto;
    padding: 20px;
    top: 85px;
  }

  .customPopupContent {
    gap: 20px;
  }

  .breadcrumbs .bread-social {
    position: absolute;
    bottom: 14px;
    gap: 5px;
  }

  .breadcrumbs .bread-available-platforms {
    position: absolute;
    bottom: 14px;
    right: 10px;
  }

  .bread-available-platforms h6 {
    font-size: 16px;
  }

  .bread-available-platforms img {
    width: 19px;
  }
  .emailBtn { 
    width: 15%;
 }
}