 * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
    }
    img {
  display: block;
}
html, body {
  margin: 0;
  padding: 0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.background {
  margin: 0;
  padding: 0;
}

.products-section {
  margin-top: 0;
  padding-top: 20px; /* keep small controlled spacing */
}

h1, h2, h3, p {
  margin: 0;
}

     body {
      font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      background: #f0f8ff;
    } 
     body {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      background: #ffffff99;
      margin: 0;
      padding: 0;
    } 
    
    nav {
      position: fixed;
      top: 1;
      margin-left: 0px;
      width: 100%;
      height: 90px;
      background: rgba(255, 255, 255, 0.15);
      backdrop-filter: blur(8px);
      -webkit-backdrop-filter: blur(12px);
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
      padding: 8px 8px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-radius: 12px 12px 12px 12px;
      z-index: 20;
      
    }
    

    
    .logo img {
      height: 75px;
      width: auto;
      display: block;
    }

    
    .banner-text h1 {
      color: #15156A;
      font-size: 21px;
      font-weight: bold;
      margin-left: 15px;
    }

    
    .hamburger {
      display: flex;
      flex-direction: column;
      cursor: pointer;
      gap: 6px;
      z-index: 1100;
    }

    .hamburger span {
      width: 28px;
      height: 3px;
      background: #080808;
      border-radius: 2px;
      transition:  0.3s ease;
      margin-right: 20px;
    }

    
    .nav-links {
      display: none;
      flex-direction: column;
       background: #ffffff99;
      backdrop-filter: blur(10px);
      position: absolute;
      top: 90px;
      right: 20px;
      width: 220px;
      border-radius: 12px;
      padding: 12px 0;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .nav-links a {
      padding: 12px 18px;
      color: #15156A;
      font-weight: bold;
      text-decoration: none;
      display: block;
      transition:  0.3s;
    }

    .nav-links a:hover {
     

      background: #ffffff99;
    }

    
    .nav-links.active {
      display: flex;
    }
    .background {
  position: relative;
  height: 80vh;
  width: 100%;
  background: url("image//banner-herb-licorice-redrose-ephedra-rose-petals-alkanet.jpg");
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover; 
  display: block; 
  
  
}
 .background  img {
  margin-top: -70px;       
}

.background::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4); 
}

.background h1 {
  position: relative;
  color: #fff;
  font-size: 3rem;
  margin-bottom: 20px;
  z-index: 1;
}


    
    @media (max-width: 768px) {
      .banner-text h1 {
        display: none; 
      }
    }
    .products-section {
    background:#bab887b3;
      padding: 20px 20px;
      text-align: center;
    }
    .products-section h2{
      color:#15156A;
       margin-top: 20px;
       margin-bottom: 20px;
    }
    .products-section img{
      height: 80px;
      width: 80px;
    
    }
    .title-with-image {
      
  display: flex;
  align-items: center;
  justify-content: center; 
   gap: 15px; 
 }

.title-with-image h3 {
  font-size: 2rem;
  color: #15156A;

}

.title-with-image img {
  
  height: 130px; 
  width: auto;
  margin-top: 25px;
  margin-bottom: 50px;
} 

     


    .products-section h3 {
      font-size: 2.2rem;
      font-weight: bold;
      color: #f3f4f5;
      margin-bottom: 40px;
    }
     .product-btn  {
  display: flex;
  justify-content: center;  
}

    
     
   
    .products-section h1 {
      
    font-size: 48px; 
    font-weight: bold;
    font-size: 3.2rem;
      color: #0c0c0c;
      align-items: center;
      gap: 15px;
    }

    .products-container {
      display: grid;
      grid-template-columns: repeat(3, 1fr); 
      gap: 30px;
      max-width: 1130px;
      margin: auto;
    }
    

    .product-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 10px;
      cursor: pointer; 
      box-shadow: 0 4px 10px rgba(0,0,0,0.1);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }

    .product-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 6px 15px rgba(0,0,0,0.2);
    }

    .product-card img {
      width: 100%;
      height: 250px;
      object-fit: 100% 100%;
      border-radius: 12px;
    }

    .product-info {
      margin-top: 0px;
      text-align: left;
    }

    .product-info h3 {
      font-size: 1.2rem;
      color: #15156A;
      margin-bottom: 5px;
    }

    .product-info p {
      font-weight: 550 ;
      font-size: 1.0rem;
      color: #15156A;
      margin-top: -7px;
      line-height: 1.4;
    }
     .product-btn  {
  display: flex;
  justify-content: center;  
}
    .buy-btn {
  background: linear-gradient(90deg, #025DDB, #15156A);
  color: #fff;
  padding: 10px 22px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  font-size: 0.95rem;
  transition: all 0.4s ease;
  box-shadow: 0 6px 15px rgba(0,0,0,0.2);
  margin-bottom: -5px;
}

.buy-btn:hover {
  background: linear-gradient(90deg, #15156A, #025DDB);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}

    
  
     
    
    @media (max-width: 900px) {
      .products-container {
        grid-template-columns: repeat(3, 1fr); 
      }
    }

    @media (max-width: 600px) {
      .products-container {
        grid-template-columns: 1fr; 
      }
     
    }
      .more-btn-container {
  display: flex;
  justify-content: flex-end; 
  margin-top: 40px;
  

}

.more-btn {
  width: 220px;
  background: linear-gradient(90deg, #025DDB, #15156A); 
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  border-radius: 50px; 
  cursor: pointer;
  transition: all 0.4s ease;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  margin-right: 500PX;
  margin-bottom: 30px;
}

.more-btn:hover {
  background: linear-gradient(90deg, #15156A, #025DDB); 
  transform: translateY(-3px) scale(1.05);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.3);
}
  .footer {
  background-color: #bab887b3;
  color: #15156A;
  padding: 50px 20px;
}

.footer-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1200px;
  margin: auto;
}

.footer-section h2 {
  margin-bottom: 15px;
}

.footer-section p {
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer-section a {
  color: #15156A;
  text-decoration: none;
}

.footer-section iframe {
  width: 100%;
  height: 200px;
  border: none;
  border-radius: 10px;
}

.footer-section form input,
.footer-section form textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: none;
  border-radius: 5px;
}

.footer-section form button {
  background-color: #025DDB;
  color: rgb(0, 0, 0);
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
  transition: background-color 0.3s;
}

.footer-section form button:hover {
  background-color: #fcfcfd;
}

.footer-bottom {
  text-align: center;
  margin-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 0px;
}


@media (max-width: 768px) {
  .footer-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-section iframe {
    height: 250px;
  }
    .more-btn-container {
  display: flex;
  justify-content: flex-end;
  margin-top: 40px;
}
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

body {
  overflow-x: hidden;
}

.slider-container {
  width: 100%;
  margin: auto;
  padding: 10px;
}

.product-slider .slick-slide {
  padding: 5px;
}

.product-slider img {
  width: 100%;
  border-radius: 10px;
}

.slick-dots {
  bottom: -25px;
}

@media (max-width: 1024px) {
  .product-slider .slick-slide {
    padding: 4px;
  }
}

@media (max-width: 768px) {
  .row {
    display: block;
  }
  .col {
    width: 100% ;
    margin-bottom: 15px;
  }
  .slick-dots {
    bottom: -20px;
  }
}

@media (max-width: 480px) {
  .product-slider img {
    border-radius: 6px;
  }
}


body {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fb;
}

h1, h2, h3 {
  font-weight: 600;
  letter-spacing: 0.5px;
}


.product-slider .slick-slide {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 10px;
  transition: transform 0.3s ease;
}

.product-slider .slick-slide:hover {
  transform: translateY(-5px);
}


button, .btn {
  border-radius: 25px;
  padding: 10px 20px;
  background: #0d6efd;
  color: #fff;
  border: none;
  transition: 0.3s;
}

button:hover {
  background: #0b5ed7;
}

.background {
  position: relative;
  width: 100%;
  min-height: 85svh;
  background-image: url("image/banner-herb-licorice-redrose-ephedra-rose-petals-alkanet.jpg"); 
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

@media (max-width: 768px) {
  .background {
    min-height: 60svh;
    background-position: center top;
  }
}

@media (max-width: 480px) {
  .background {
    width: 100%;
    height: 30svh;
    background-size: 100% 100%; /* Forces image to stretch to the edges */
    background-repeat: no-repeat; 
  }
}

@media (max-width: 932px) and (orientation: landscape) {
  .background {
    height: 80svh; 
    background-size: 100% 100%; 
    background-position: center;
    background-repeat: no-repeat;
  }
  .product-card img {
      width: 100%;
      height: 180px;
      object-fit: 100% 100%;
      border-radius: 12px;
    }
}

@media (max-width: 480px) {
  .background {
    background-image: url("image/banner-herb-mobile.jpg"); 
    min-height: 30svh;
    
  }
  .product-card img {
      width: 100%;
      height: 240px;
      object-fit: 100% 100%;
      border-radius: 12px;
    }
}

.whatsapp-float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 20px;
  right: 20px;
  background-color: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 28px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.3);
  z-index: 1000;
}


.fade-in {opacity: 0;
  transform: translateY(20px);
}  
 