        @font-face {
  font-family: 'Hanley-Pro-Script';
  src: url('../fonts/Hanley-Pro-Script (1).otf') format('opentype');
  font-style: normal;
}
    
    /* RESET */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
        font-family: "Poppins", sans-serif;
      width: 100%;
    }

    /* ================= HEADER ================= */
    header {
      height: 13vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .logo {
      width: 8vw;
    }
    .offer {
        background-image: url("../../assets/images/offerstrip.png");
        height: 70px;
        display: flex;
        align-items: end;
        padding-bottom: 10px;
        color: #fff;
        justify-content: center;
        font-size: 20px;
        font-weight: 700;
    }
    /* ================= HERO SECTION ================= */
    .hero {
      position: relative;
      height: 100vh;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }

    /* Desktop Image */
    .hero-desktop {
      background-image: url("../../assets/images/unity-banner.jpg");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
    }
    img.hero-img {
        width: 100%;
        max-width: 277px;
    }

    /* Mobile Image */
    .hero-mobile {
      display: none;
      background-image: url("../../assets/images/unity-banner.jpg");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
    }

    /* Overlay */
    .hero::after {
      content: "";
      position: absolute;
      inset: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1;
    }

    /* Center Content */
    .hero-content {
      position: absolute;
      z-index: 2;
      text-align: center;
      color: #fff;
      padding: 2rem;
      width: 90%;
    }

    .hero-content h1 {
      font-size: clamp(1.8rem, 4vw, 3rem);
      margin-bottom: 1rem;
    }

    .hero-content p {
      font-size: 1.8rem;
      margin-bottom: 1.5rem;
    }

.hero-content button {
    padding: 15px 50px;
    font-size: 20px;
    border: none;
    border-radius: 0.55em;
    background: #ffffff;
    color: #f15a22;
    cursor: pointer;
    font-weight: bold;
    border-radius: 30px;
    box-shadow: 0 10px 10px 0 #00000082;
    margin-top: 30px;
}
.d-flex {
    display: flex;
    align-items: end;
    justify-content: space-between;
    text-align: center;
}
.shop-by-category h2 {
    font-size: 33px;
    color: #F15A22;
    font-weight: 500;
}
.container {
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
}
section.proudly-txt{
    font-family: 'Hanley-Pro-Script';
    font-size: 40px;
    color: #fff;
    text-align: center;
}
.shop-by-category {
    padding: 40px 0;
}
section.shop-by-category p {
    font-size: 20px;
    color: #F15A22;
}
.neighborhood {
    background-image: url("../../assets/images/unity-banner.jpg");
    padding: 100px 20px;
}
.box1 p:first-child {
    color: #F15A22;
    font-size: 20px;
}
.flex {
    display: flex;
    align-items: center;
}
.box1 {
    background: #000000cc;
    color: #fff;
    padding: 30px 30px 50px;
    border-radius: 30px;
}
.col{
    width: 50%;
}
.box-2 img {
    width: 100%;
    padding: 30px;
}
.neighborhood h2 {
    font-size: 40px;
    font-weight: 500;
}
a.btn {
    background: #f15a22;
    text-decoration: unset;
    color: #fff;
    padding: 13px 20px;
    border-radius: 50px;
    font-weight: 600;
}
.button {
    margin-top: 35px;
    text-align: left;
}
section.proudly-txt {
    background: #f89626;
    padding: 30px 20px;
}
    .features-section {
  width: 100%;
  padding: 8vh 5vw;
  background: #f9fafb;
}

.features-container {
  display: flex;
  justify-content: center;
  gap: 3vw;
  max-width: 90vw;
  margin: 0 auto;
}

.feature-card {
  background: #ffffff;
  border-radius: 1.5rem;
  padding: 3rem 2rem;
  text-align: center;
  width: 30%;
  box-shadow: 0 1.5rem 3rem rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease;
}

.feature-card:hover {
  transform: translateY(-0.5rem);
}

.icon-box {
  width: 5rem;
  height: 5rem;
  margin: 0 auto 2rem;
  border-radius: 1.2rem;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-box img {
  width: 2.2rem;
  height: 2.2rem;
}

.feature-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #111827;
}

.feature-card p {
  font-size: 1rem;
  line-height: 1.6em;
  color: #6b7280;
}

    /* ================= FOOTER ================= */
   .footer-section {
  background-color: #f4511e;
  color: #ffffff;
  width: 100%;
}

.footer-container {
  width: 60%;
  margin: auto;
  padding: 6vh 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5vw;
}

/* LEFT */
.footer-left ul {
  list-style: none;
}

.footer-left li {
  margin-bottom: 2vh;
}

.footer-left a {
  text-decoration: none;
  color: white;
  font-size: 1.4rem;
}

/* CENTER */
.footer-center {
  text-align: center;
}

.footer-logo {
  width: 12vw;
  max-width: 150px;
  margin-bottom: 4vh;
}

.order-btn {
  display: flex;
  padding: 1em 3em;
  background: #e0e0e0;
  color: #f4511e;
  border-radius: 3em;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0.5vh 1vh rgba(0,0,0,0.3);
  transition: 0.3s ease;
}

.order-btn:hover {
  transform: translateY(-0.3vh);
}

/* RIGHT */
.footer-right {
  text-align: right;
}

.footer-right h3 {
  font-size: 2rem;
  margin-bottom: 1vh;
}

.footer-right p {
  font-size: 1.2rem;
  margin-bottom: 0.8vh;
}

.phone {
  margin: 2vh 0;
  text-decoration: underline;
  font-weight: bold;
}

.hours {
  margin-top: 3vh;
}

.hours h4 {
  font-size: 1.6rem;
  margin-bottom: 1vh;
}

/* Bottom Strip */
.footer-bottom {
  background: #dcdcdc;
  color: #333;
  text-align: center;
  padding: 2vh 0;
  font-size: 1rem;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footer-left,
  .footer-right {
    text-align: center;
  }

  .footer-logo {
    width: 25vw;
  }

  .footer-right {
    margin-top: 4vh;
  }
}

@media (max-width: 600px) {
  .footer-left a {
    font-size: 1.2rem;
  }

  .footer-right h3 {
    font-size: 1.6rem;
  }

  .order-btn {
    font-size: 1rem;
    padding: 0.8em 2em;
  }
}
    
    /* ================= RESPONSIVE ================= */
    @media (max-width: 768px) {
        
        header {
    height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 4rem;
    flex-wrap: wrap;
}
        
          .hero {
      height: 85vh;
    }
        
      .hero-desktop {
        display: none;
      }
      
      .hero-content {
    padding: 1.3rem;
    width: 100%;
      }

      .hero-mobile {
        display: block;
      }

      .logo {
        width: 31vw;
      }
      
      .hero-content p {
    font-size: 1.65rem;
    margin-bottom: 1.3rem;
      }
      
      .hero-content button {
    padding: 0.9em 1.5em;
    font-size: 1.3rem;
}

 .features-container {
  
  }

  .feature-card {
    width: 100%;
  }
  .d-flex {
           display: flex;
        align-items: center;
        text-align: center;
        /* flex-direction: column; */
        flex-wrap: wrap;
        padding: 10px;
}
.offer {
        height: 85px;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 55px; */
        text-align: center;
}

.offer p {
margin: 0px;
        padding: 10px;
        margin-top: 30px;
}

.category-wrapper {
                width: 45vw;
}

.shop-by-category h2 {
    text-align: center;
}
.flex {
    flex-direction: column;
}
.col {
    width: 100%;
}
.neighborhood {
    padding: 60px 20px;
}
.neighborhood {
    padding: 60px 20px;
    background-size: cover;
}
    }
