       @font-face {
  font-family: 'Poppins-Black';
  src: url('../fonts/Poppins-Medium.ttf') format('opentype');
  font-style: normal;
}
    
    /* RESET */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }

    body {
      font-family: 'Poppins-Black';
      width: 100%;
    }

    /* ================= HEADER ================= */
    header {
      height: 13vh;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 1rem;
    }

    .logo {
      width: 8vw;
    }

    /* ================= 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/desktop 1st (1) (1).webp");
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 100%;
    }

    /* Mobile Image */
    .hero-mobile {
      display: none;
      background-image: url("../../assets/images/mobile 1st.png");
      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 h3 {
      font-size: 2.3rem;
      margin-bottom: 0.6rem;
    }


    .hero-content p {
      font-size: 1.6rem;
      margin-bottom: 1.5rem;
    }

    .hero-content button {
      padding: 0.9em 2.5em;
      font-size: 1rem;
      border: none;
      border-radius: 0.55em;
      background: #939308;
      color: #fff;
      cursor: pointer;
      font-weight: bold;
    }
    
    .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;
}


.why-us {
  width: 100%;
  padding: 6vh 5vw;
  background-color: #f3f3f1;
  text-align: center;
}

.why-title {
     font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.stats-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  flex-wrap: wrap;
  background-color: #f3f3f1;
  padding: 6vh 4vw;
}

.stat-box {
  flex: 1 1 20%;
  min-width: 200px;
}

.stat-box h3 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  color: #5a6b2d;
  margin-bottom: 1.2vh;
  font-weight: 800;
}

.stat-box p {
  font-size: 1.2rem;
  color: #5a6b2d;
  font-weight: 600;
}

  .location-section {
  width: 100%;
  padding: 5vh 6vw;
}

.location-container {
  display: flex;
  gap: 4vw;
  align-items: center;
}

.location-info {
  width: 45%;
  font-size: 1rem;
}

.location-info h2 {
  font-size: 1.8rem;
  margin-bottom: 0.8rem;
}

.location-info p {
  font-size: 1rem;
  line-height: 1.6em;
  margin-bottom: 0.8rem;
}

.directions {
  display: inline-block;
  font-size: 1rem;
  color: #f5a200;
  margin-bottom: 2vh;
  text-decoration: none;
}

.highlight {
  color: #f5a200;
  text-decoration: none;
  font-weight: 600;
}

.hours {
  list-style: none;
  padding: 0;
  margin: 1vh 0 0;
}

.hours li {
  font-size: 1rem;
  line-height: 1.8em;
}

.location-map {
  width: 55%;
  height: 80vh;
}

.location-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 0.5rem;
}

.site-footer {
  width: 100%;
  padding: 5vh 6vw;
  background: #ffffff;
  font-size: 1rem;
}

.site-footer a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

.site-footer a:hover {
  opacity: 0.8;
}

.footer-top {
  display: flex;
  justify-content: space-between;
  gap: 3vw;
  flex-wrap: wrap;
}

.footer-col {
  width: 18%;
}

.mme {
     width: 32%;
}

.mme1 {
     width: 12%;
}

.mme2 {
     width: 12%;
}

.mme3 {
     width: 32%;
}


.footer-col h3 {
  font-size: 1.3rem;
  margin-bottom: 1.5vh;
  font-weight: 700;
}

.contact-item {
  display: block;
  margin-bottom: 0.8vh;
}

.store-hours {
  margin-top: 2vh;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 1.2vh;
}

.footer-col ul li a {
  display: inline-block;
}

.social-icons {
  display: flex;
  gap: 1vw;
  margin: 1.5vh 0;
}

.social-icons a {
  width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
  background: #6b7a1f;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
}

.disclaimer {
  font-size: 0.9rem;
  line-height: 1.6em;
}

.footer-bottom {
  margin-top: 4vh;
  font-size: 0.95rem;
}

.payment-icons {
  margin-top: 3vh;
  display: flex;
  justify-content: center;
}

.payment-image {
  width: 40vw;
  max-width: 25rem;
  height: auto;
}

/* ================= 1st SECTION : BEST SELLERS ================= */
.best-sellers {
  padding: 60px 20px;
  text-align: center;
  background: #ffffff;
}

.section-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto 40px;
}

.product-card {
  position: relative;
}

/* Product Image */
.product-card img {
  width: 100%;
  max-height: 220px;
  object-fit: contain;
  margin-bottom: 15px;
  padding: 12px;
  border: 2px solid transparent;
  border-radius: 12px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(120deg, #333) border-box;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.product-card:hover img {
  transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}

.product-card h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  line-height: 1.4;
}

.price {
  font-size: 16px;
  font-weight: 600;
}

.price .old {
  text-decoration: line-through;
  color: #aaa;
  margin-right: 6px;
}

/* Badges */

.badge.sale {
  background: #ff6b6b;
}

.badge.offer {
  background: #e63946;
  font-size: 9px;
  right: 10px;
  left: auto;
}

/* CTA Button */
.explore-btn {
  padding: 0.9em 2.5em;
    font-size: 1rem;
    border: none;
    border-radius: 0.55em;
    background: #939308;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
}

/* ================= 2nd SECTION : ENERGY ================= */
.energy-section {
  background-image: url("../../assets/images/download (9).webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 20px;
  position: relative;
  overflow: hidden;
}

.energy-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  gap: 10px;
}

/* Left Content */
.energy-content {
  max-width: 520px;
}

.eyebrow {
 font-family: "Roboto Slab", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.5em;
    color: #2d3659;
}

.energy-content h1 {
  font-size: 46px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    color: #2d3659;
}

.energy-content p {
font-family: "Roboto Slab", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 2em;
    color: #2d3659;
}

.cta-btn {
  display: inline-block;
  padding: 10px 22px;
  border: 1.5px solid #1f2a44;
  border-radius: 20px;
  color: #1f2a44;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}


.control {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #7a8f1c;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Decorative Leaves */
.energy-section::before,
.energy-section::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: url("../../assets/images/leaf.png") no-repeat center / contain;
  opacity: 0.3;
}

.energy-section::before {
  top: -40px;
  left: -40px;
}

.energy-section::after {
  bottom: -40px;
  right: -40px;
}

.love-review-section {
  padding: 80px 20px;
  background: #ffffff;
}

.love-review-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
}

/* LEFT IMAGE */
.love-image img {
  max-width: 80%;
  height: auto;
}

/* CARD */
.review-card {
  background: #fff;
  border-radius: 18px;
  padding: 26px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.08);
}

.rated {
  font-size: 14px;
  color: #6b7280;
}

.header-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.rating {
  font-size: 42px;
  font-weight: 700;
}

.total-reviews {
  font-size: 14px;
  color: #6b7280;
  margin-left: 8px;
}

.stars {
  color: #f5b400;
  font-size: 20px;
}

.platforms {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.platform {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #f5b400;
}

.platform svg {
  width: 18px;
  height: 18px;
}

/* REVIEWS */
.review-list {
  margin-top: 22px;
}

.review-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.avatar {
      width: 50px;
    height: 50px;
    background: #e8f0ff;
    color: #2b5cff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    
  display: flex;
  align-items: center;
  justify-content: center;

  font-weight: 600;
  font-size: 16px;
  line-height: 1;         /* prevents text stretching */
  text-transform: uppercase;
  flex-shrink: 0;         /* key fix */
}

.review-item p {
  font-size: 14px;
  color: #374151;
  margin: 0;
}

/* BUTTON */
.review-btn {
  display: block;
  margin-top: 20px;
  background: #9a9800;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .love-review-container {
    flex-direction: column;
    text-align: center;
  }

  .header-row {
    flex-direction: column;
    align-items: center;
  }

  .platforms {
    flex-direction: row;
    justify-content: center;
  }
}






.badge {
  color: #7a7a7a;
  font-size: 14px;
}

.rating-header h4 {
  margin: 6px 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.rating-score {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.score {
  font-size: 42px;
  font-weight: 700;
}

.reviews-count {
  font-size: 14px;
  color: #777;
}

.stars {
  color: #f5b400;
  font-size: 20px;
  margin: 6px 0;
}

.platform-stars div {
  font-size: 14px;
  margin-top: 4px;
}

/* REVIEWS */
.reviews-list {
  margin-top: 20px;
}

.review-item {
  display: flex;
  gap: 10px;
  margin-bottom: 14px;
}

.avatar {
  width: 34px;
  height: 34px;
  background: #e8f0ff;
  color: #2b5cff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.review-item p {
  font-size: 14px;
  color: #333;
  margin: 0;
}

/* BUTTON */
.review-btn {
  display: block;
  margin-top: 20px;
  background: #9a9800;
  color: #fff;
  text-align: center;
  padding: 12px;
  border-radius: 25px;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}
.mission-section {
  padding: 80px 20px;
  background: #ffffff;
}

.mission-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
}

/* TEXT SIDE */
.mission-text {
  max-width: 520px;
}

.mission-text h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #0f172a;
}

.mission-text p {
  font-size: 16px;
  line-height: 1.7;
  color: #475569;
  margin-bottom: 32px;
}

/* IMAGE SIDE */
.mission-image img {
  width: 100%;
  max-width: 520px;
  border-radius: 20px;
  object-fit: cover;
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.responsive-img {
  max-width: 40%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}



/* MOBILE */
@media (max-width: 768px) {
  .footer-col {
    width: 100%;
  }

  .social-icons {
    justify-content: flex-start;
  }
  
   .payment-image {
    width: 80vw;
  }
}

 /* ================= RESPONSIVE ================= */
    @media (max-width: 768px) {
        
          .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.45rem;
    margin-bottom: 1.3rem;
      }
      
      .hero-content button {
    padding: 0.9em 1.5em;
    font-size: 1.3rem;
}

 .features-container {
    flex-direction: column;
    gap: 4vh;
  }

  .feature-card {
    width: 100%;
  }
  
   .location-container {
    flex-direction: column;
  }

  .location-info,
  .location-map {
    width: 100%;
  }

  .location-map {
    height: 45vh;
    margin-top: 3vh;
  }
}
/* ================= TABLET ================= */
@media (max-width: 992px) {
  .products-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .energy-container {
    flex-direction: column;
    text-align: center;
  }

  .energy-content h1 {
    font-size: 32px;
  }
}

/* ================= MOBILE ================= */
@media (max-width: 576px) {

  .best-sellers {
    padding: 40px 15px;
  }

  .section-title {
    font-size: 18px;
    margin-bottom: 25px;
  }

  .products-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .product-card img {
    max-height: 150px;
    padding: 10px;
  }

  .product-card h3 {
    font-size: 13px;
  }

  .price {
    font-size: 15px;
  }

  .explore-btn {
    font-size: 12px;
    padding: 10px 22px;
  }

  .energy-section {
    padding: 50px 15px;
  }

  .energy-content h1 {
    font-size: 24px;
  }

  .energy-content p {
    font-size: 13px;
  }

  .video-card {
    width: 220px;
    height: 390px;
    margin: 0 auto;
  }

  .energy-section::before,
  .energy-section::after {
    display: none;
  }
}
.categories-section {
  padding: 50px 20px;
  background: #f6f6f6;
  text-align: center;
}

.categories-title {
 font-size: 22px;
    font-weight: 700;
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.categories-wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
.img-wrapper{
    max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 10px;
}

.categories-list {
  display: flex;
  gap: 30px;
  align-items: center;
}

.category-card {
  width: 217px;
  background: #fff;
  padding: 14px;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.category-card:hover {
   transform: scale(1.03);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
}


.category-card img {
  width: 100%;
  height: 127px;
  object-fit: contain;
  margin-bottom: 10px;
  transition: transform 0.3s ease;
}
.category-card:hover img {
  transform: scale(1.1);
}

.category-card h3 {
  font-size: 13px;
  font-weight: 700;
  color: #6aa531;
  line-height: 1.2;
}

/* Responsive */
@media (max-width: 1024px) {
  .categories-list {
    flex-wrap: wrap;
    justify-content: center;
  }
  .category-card {
  width: 375px;
 }
  .category-card img{
    height: 165px;
  }
  .stats-wrapper {
    padding: 0vh 4vw;
  }

}
/* ================= RESPONSIVE ================= */
@media (max-width: 768px) {
  .hero { height: 85vh; }
  .hero-desktop { display: none; }
  .hero-mobile { display: block; }

  .features-container,
  .energy-container {
    flex-direction: column;
  }

  .feature-card,
  .footer-col {
    width: 100%;
  }

  .products-grid {
    grid-template-columns: 1fr;
  }

  .video-card {
    margin: auto;
  }
}
@media (max-width: 992px) {
  .mission-container {
    flex-direction: column;
    text-align: left;
  }

  .mission-image img {
    max-width: 100%;
  }
}
@media (max-width: 576px) {
  .product-preview,
  .product-img-gradient {
    max-width: 200px;
  }
}
