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

    
     body {
      font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
      background: #ffffff99;
      margin: 0;
      padding: 0;
     }
    /* 🌟 Glass Navbar */
    nav {
      position: fixed;
      top: 1;
      margin-left: 0px;
      width: 99%;
      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 */
    .logo img {
      height: 78px;
      width: auto;
      display: block;
    }

   
      .banner-text h1 {
      color: #15156A;
    font-size: 21px; 
    font-weight: bold;
    margin: 0 0 15px;
    height:10px;
}
    /* 🍔 Hamburger icon */
    .hamburger {
      display: flex;
      flex-direction: column;
      cursor: pointer;
      gap: 6px;
      z-index: 1100;
    }

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

    /* Dropdown menu hidden by default */
    .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: 14px 18px;
      color: #15156A;
      font-weight: bold;
      text-decoration: none;
      display: block;
      transition: background 0.3s;
    }

    .nav-links a:hover {
     

      background: rgba(255, 255, 255, 0.25);
    }

    /* Show when active */
    .nav-links.active {
      display: flex;
    }
    .background {
  position: relative;
  height: 80vh;
  width: 100%;
  background: url("image//pink-himalayan-rock-salt-lumps-coarse-chunks-page-photo.jpg") no-repeat center center/cover;
  
  display: flex;
  flex-direction: column; 
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: 100% 100%;   
 
  
}
@media (max-width: 480px) {
  .background {
    width: 100%;
    height: 30svh;
    background-size: 100% 100%; /* Forces image to stretch to the edges */
    background-repeat: no-repeat; 
  }
}


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

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



    /* 🌐 Responsive adjustments */
    @media (max-width: 768px) {
      .banner-text h1 {
        display: none; /* hide slogan on small screen */
      }
    }
    .products-section {
    background:#bab887b3;
      padding: 40px 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; /* center horizontally */
   gap: 15px; /* space between text and image */
 }

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

}

.title-with-image img {
  height: 175px; /* adjust image size */
  width: auto;
  margin-top: 25px;
  margin-bottom: 50px;
} 

     


    .products-section h3 {
      font-size: 2.2rem;
      color: rgb(255, 255, 255);
      margin-bottom: 40px;
    }
     .product-btn  {
  display: flex;
  justify-content: center;  
}

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

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

    .product-card {
      background: #ffffff;
      border-radius: 15px;
      padding: 15px;
      cursor: pointer; /* Hand 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: 275px;
      object-fit: 100% 100%;
      border-radius: 12px;
    }

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

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

    .product-info p {
      font-weight: 550 ;
      font-size: 1.0rem;
      color: #15156A;
      margin-top: -7px;
      line-height: 1.4;
    }
    .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);
}

    /* .product-btn  {
  display: flex;
  justify-content: center;  
}
  */
     
    /* Responsive */
    @media (max-width: 900px) {
      .products-container {
        grid-template-columns: repeat(2, 1fr); /* 2 per row on tablets */
      }
    }

    @media (max-width: 600px) {
      .products-container {
        grid-template-columns: 1fr; /* 1 per row on mobile */
      }
     
    }
      .more-btn-container {
  display: flex;
  justify-content: flex-end; /* aligns the button to the right */
  margin-top: 40px;
  

}

.more-btn {
  width: 220px;
  background: linear-gradient(90deg, #025DDB, #15156A); /* Gradient blue */
  color: #fff;
  padding: 12px 30px;
  font-size: 1rem;
  font-weight: normal;
  border: none;
  border-radius: 50px; /* Rounded pill shape */
  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); /* Reverse gradient */
  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: normal;
  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;
}

/* Responsive for Mobile */
@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; /* aligns the button to the right */
  margin-top: 40px;
}
}


  

/* Responsive Fixes */
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 !important;
  }
  .col {
    width: 100% !important;
    margin-bottom: 15px;
  }
  .slick-dots {
    bottom: -20px;
  }
}

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

/* ===== PREMIUM UI UPGRADE ===== */
body {
  font-family: 'Segoe UI', sans-serif;
  background: #f8f9fb;
}

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

/* Card Style */
.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);
}

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

button:hover {
  background: #0b5ed7;
}

html, body { 
height: 100%; 
margin: 0; padding: 0; 
overflow-x: hidden; /* Prevents horizontal wiggle */ } 

body { min-height: 100dvh; 
}  

/* WhatsApp Floating Button */
.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;
}

/* Scroll Animations */
.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}
