   @font-face {
  font-family: "dmsans-cur";
  font-style: normal;
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Wp2ywxg089UriCZaSExd86J3t9jz86MvyyKy58Q.woff2) format("opentype");
  display:swap;
  
  }
    @font-face {
  font-family: "dmsans";
  font-style: normal;
  src: url(https://irp.cdn-website.com/fonts/s/dmsans/v15/rP2Yp2ywxg089UriI5-g4vlH9VoD8Cmcqbu0-K4.woff2) format("opentype");
  display:swap;
  
  }
    @font-face {
  font-family: "montserrat";
  font-style: normal;
  src: url(https://irp.cdn-website.com/fonts/s/montserrat/v26/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format("opentype");
  display:swap;
  
  }


  body {
   font-family: "dmsans";
  margin: 0;
  padding: 0;
}
  header {
      height: 7vh;
 width: 100vw;
      padding: 0vh 0vw;
        position: fixed;
        color: #fff;
       font-size: 1rem;
     font-weight: 700;
    background: rgba(67, 105, 102, 1) ;
    z-index:999;
    display: flex;
    justify-content: center;
    align-items: center;
    }

        nav {
          text-align: center;
          padding: 10px;
        }

        .hero-section{
    background-image: url("../images/Pcb.png");
    background-repeat: no-repeat;
        background-color: #00000085;
    background-size: cover;
    min-height:85vh;
    background-blend-mode: multiply;
    background-position: center;
}

.widd{
    filter: brightness(0) invert(1);
    width: 20%;
}

.hero-content {
      width: 100%;
    height: 85vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

nav{

   padding: 0 0 2rem 0;
    
}

.hero-subheading{
    color: rgb(184, 159, 100);
    font-size: 2.5rem;
        font-family: "dmsans";
    font-weight: 700;
        margin-bottom: 1rem;
}

.back-friday{
       color:#fff;
        font-size: 1.7rem;
  font-family: "dmsans";
    font-weight: bold;
        margin-bottom: 1rem;
}

.offer-content {
    font-style: italic;
    color: rgb(184, 159, 100);
    display: initial;
    font-weight: 400;
    font-size: 1rem;
    font-family: "dmsans";
    display: flex;
  flex-direction: row; /* Default: horizontal (desktop) */
  gap: 1em 2em;
  flex-wrap: wrap;
      margin-bottom: 0rem;
}

.custom-button4  {
    color:rgb(184, 159, 100);
    /*background-color: #000;*/
    border: 2px solid ;
    text-decoration: none;
    font-size: 1.3rem;
    font-family: "dmsans";
font-weight: bold;
     border-radius: 8px;
     margin-top: .6rem;
         padding: .8rem 2rem;
    display: inline-block;
    text-align: center;
        background: transparent;


}
















@media screen and (max-width: 767px) {
    
     header {
        font-size: 0.7rem;
        height: 9vh;
        text-align: center;
     }
      .hero-section {
        background-image: url("../images/Pcbm.png");
         height: 90vh;
    }

        .widd {
    width: 45%;
}

    .hero-subheading {
    font-size: 1.5rem;
    font-weight: 700;
    }
    .back-friday{
             font-size: 1.1rem;
    }

     .offer-content {
    flex-direction: column; /* Mobile: stack vertically */
    text-align: center;
    align-items: center;
      gap: 0.3em 2em;
  }

  .offer-content p {
    white-space: nowrap;
    font-size: .75rem;
    margin-bottom: 0rem;
  }
    
        .custom-button4 {
      font-size: 1rem;


    
}
}



:root {
  --section-padding: 5vh;
  --heading-font: 2.5rem;
  --feature-heading: 1.2rem;
  --feature-text: 1rem;
  --line-color: #000;
  --line-height: 1px;
}


.why-delivery {
  padding: var(--section-padding) 5vw;
  text-align: center;
  position: relative;
}

.why-delivery::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5vw;
  width: 90vw;
  height: var(--line-height);
  background-color: var(--line-color);
}

.why-delivery h2 {
  font-size: var(--heading-font);
  font-weight: bold;
  margin-bottom: 4vh;
}

.features {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2rem;
}

.feature {
  flex: 1 1 22%;
  min-width: 200px;
  max-width: 25%;
  text-align: left;
}

.feature h3 {
  font-size: var(--feature-heading);
  font-weight: 700;
  margin-bottom: 1em;
}

.feature p {
  font-size: var(--feature-text);
  line-height: 1.6em;
}

/* Responsive Styling */
@media (max-width: 1024px) {
  .feature {
    flex: 1 1 45%;
    max-width: 48%;
  }
}

@media (max-width: 600px) {
  .features {
    flex-direction: column;
    align-items: center;
  }

  .feature {
    max-width: 90%;
    text-align: center;
  }

  .feature h3 {
    font-size: 1.4rem;
  }

  .feature p {
    font-size: 1rem;
  }
}



:root {
  --section-padding1: 6vh 5vw;
  --font-lg1: 2.5rem;
  --font-md1: 1.2rem;
  --font-sm1: 1rem;
  --gap1: 4vw;
  --btn-bg1: #000;
  --btn-color1: #fff;
}



.delivery-availability {
  padding: var(--section-padding1);
  text-align: center;
}

.delivery-availability h2 {
  font-size: var(--font-lg1);
  font-weight: bold;
  margin-bottom: 1.5vh;
}

.subtext {
  font-size: var(--font-sm1);
  margin-bottom: 5vh;
}

.subtext a {
  color: inherit;
  text-decoration: underline;
}

.location-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--gap1);
}

.location-card {
  flex: 1 1 40%;
  max-width: 45%;
  text-align: left;
}

.map-img {
  width: 100%;
  height: auto;
  margin-bottom: 1em;
}

.location-card h3 {
  font-size: 1.5rem;
  margin: 1em 0 0.5em;
}

.location-card p {
  font-size: var(--font-sm1);
  line-height: 1.6em;
  margin-bottom: 1.2em;
}

.shop-btn {
  background-color: var(--btn-bg1);
  color: var(--btn-color1);
  padding: 0.8em 1.5em;
  font-size: 1rem;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 0.05em;
}

.shop-btn:hover {
  opacity: 0.85;
}

/* Responsive */
@media (max-width: 768px) {
  .location-card {
    max-width: 90%;
    flex: 1 1 100%;
  }

  .delivery-availability h2 {
    font-size: 2rem;
  }

  .shop-btn {
    width: 100%;
    padding: 1em 0;
  }

  .location-card {
    text-align: center;
  }
}



footer {
       font-family: "dmsans";
    background-color: #47423e;
    padding: 3px 10px;
    text-align: center;
}

footer a, footer a:hover {
       font-family: "dmsans";
    text-decoration: none;
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 16px;
}
