/* Styling for the customer support icons */
.support-icons {
    position: fixed;
    right: 20px;
    bottom: 50px;   
    z-index: 999;
  }
  
  .support-icon {
    display: block;
    margin: 10px 0;
    background-color: #25D366; 
    padding: 15px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    color: white;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    text-decoration: none;
    
  }
  
  .support-icon.phone {
    background-color: #4CAF50; /* Phone icon color */
  }
  
  .support-icon:hover {
    transform: scale(1.1);
  }
  
  .support-icon i {
    color: white;
  }
  
  .support-icon:active {
    transform: scale(0.9);
  }


.navbar {
    background-color: white;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);  
    overflow-x: hidden;
  }
  
  .navbar .nav-link {
    color: black !important;
    font-size: 16px;
    padding: 15px 20px;
  }
  
  .navbar .nav-link:hover {
    background-color: #f1f1f1;
    border-radius: 5px;
  }
  
  .navbar .navbar-toggler-icon {
    background-color: white;
  }
  
  .navbar-nav .nav-item {
    margin-right: 20px;
  }
  
  .navbar-brand img {
    width: 50px;
    height: auto;
  }
  
  .navbar-nav .nav-item i {
    margin-right: 8px;
  }
  
  .navbar-nav .nav-item .nav-link {
    display: flex;
    align-items: center;
  }
  
  .navbar-nav .nav-item a {
    text-decoration: none;
  }

  .top-section {

    padding: 40px 0;
    text-align: center;
  
  }

  .Vacuum-Cleaners h1{
    font-size: 60px;
    color: #3c2f2f;
    margin-bottom: 20px;
  }
  /* General styles for the container */
.Vacuum-card-container {
  display: flex;
  flex-wrap: wrap;
  
}
.Air-card-container{
  display: flex;
  flex-wrap: wrap;
}
.water-card-container{
  display: flex;
  flex-wrap: wrap;  
}


  .hero-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, #1d1e3c 60%, #3c2f2f);
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  } 

  .hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }

  .hero-text {
    max-width: 50%;
  }

  .hero-text h1 {
    font-size: 64px;
    margin-bottom: 20px;
    line-height: 1.2;
  }

  .hero-text p {
    font-size: 40px;
    margin-bottom: 40px;
    font-weight: 500;
  }
  .hero-text  strong{
    font-size: 50px;
  }

  .price-details {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .hero-button {
    background-color: #000;
    color: #fff;
    border: none;
    padding: 15px 40px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
    
    
  }

  .hero-button:hover {
    background-color: #333;
  }

  .hero-image {
    max-width: 45%;
  }

  .hero-image img {
    width: 100%;
    height: auto;
  }

  /* Features Section */
  .features {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    width: 100%;
  }

  .feature-card {
    background-color: #1d1e3c;
    border-radius: 20px;
    overflow: hidden;
    width: 50%;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
    margin: 3px;
  }

  .feature-card:hover {
    transform: translateY(-10px);
  }

  .feature-img {
    background-color: #2e2f4f;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .feature-img img {
    max-width: 100%;
    height: auto;
  }

  .feature-info {
    background-color: #000;
    padding: 10px;
  }

  .feature-info h3 {
    font-size: 17px;
    margin-bottom: 10px;
  }

  .feature-info p {
    font-size: 14px;
    color: #ccc;
  }

  .hero-section-2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(to right, #333333 60%, #222222);
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  }
  .hero-section-3{
    background-color: #be8967;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  }
  .hero-section-4{
    background-color: #333c4c;
    background: linear-gradient(to right, #333c4c 60%, #47505f);

    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  }

  .hero-section-5{
    background-color: #333c4c;
    background: linear-gradient(to right, #3a3a3a 60%, #8b8b8b);

    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  }
  .highlight {
    color: #c4c4c4;
  }
  
  .hero-section-6{
    background-color: #333c4c;
    background: linear-gradient(to right, #b08f87 60%, #b08f87);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  }
  .hero-section-7{
    background-color: #333c4c;
    background: linear-gradient(to right, #8b8b8b 60%, #8b8b8b);
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    height: 170vh;
    width: 100%;
    padding: 20px 30px;
  }


  
    .shop-btn:hover {
      background-color: #333;
    }
    .product-img {
      width: 300px;
      margin-top: 20px;
    }
    .icons {
      position: absolute;
      bottom: 20px;
      display: flex;
      gap: 20px;
    }
    .icons img {
      width: 40px;
      cursor: pointer;
    }

    /* cards */

    .cards {
      display: flex;
      gap: 3rem;
      flex-wrap: wrap; /* Allow wrapping of cards to the next row */
    }
    
    .card {
      flex: 1 1 22%; /* Set the width of each card for larger screens */
      padding: 1rem;
    }
    
    img {
      max-width: 100%;
      height: auto;
    }


    



.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .product-card {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
    overflow: hidden;
    transition: transform 0.3s ease;
  }
  .product-card:hover {
    transform: scale(1.05);
  }
  .product-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px; 
    background-color: #f5f5f5; 
  }
  
  .product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
  }
  
  .product-details {
    padding: 15px;
  }
  .product-name {
    font-size: 18px;
    font-weight: bold;
    color: #333;
  }
  .product-price {
    font-size: 16px;
    color: #666;
    text-decoration: line-through;
  }
  .product-discount {
    font-size: 18px;
    color: #e74c3c;
    font-weight: bold;
  }
  .product-description p{
    background-color: #27ae60;
    color: white;
   border-radius: 10px;
   padding: 2px;
   font-size: 12px;
   font-weight: 500;
   text-transform: uppercase;
   width: 80%;
   
  }
  .emi {
    font-size: 14px;
    color: blue;
    font-weight: bold;
  }
  .mrp {
    font-size: 14px;
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .ro-text p{
    font-size: 14px;
    border: 1px solid green;
   border-radius: 5px;
   padding: 2px;

  }   
  .ro-minerals p{
    font-size: 14px;
    border: 1px solid orange;
    border-radius: 5px;
    padding: 2px;
    color: orange   ;
  } 
  .aquasaver p{
    font-size: 14px;
    border: 1px solid red;
    border-radius: 5px;
    padding: 2px;
    color: red   ;
    width: 70px;
  }    


  /* Initially hide the extra products */
.extra-products {
  display: none;
  flex-wrap: wrap;
  gap: 20px; /* Optional: Add spacing between the cards */
  justify-content: center;

}


/* Ensure the product cards take a proper width */
.product-cards {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 300px;
  overflow: hidden;
  transition: transform 0.3s ease;
}

/* Ensure image does not overflow the card */
.product-image img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; 
}


.view-more button{
  color: black;
  padding: 10px 20px;
  border: 1px solid black;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 20px;
}

.view-more button:hover{
  background-color: black;
  color: white;
}


.owl-nav {
  position: absolute;
  bottom: -70px; /* Move navigation up */
  right: 30px; 
  display: flex;
  gap: 10px;
}

.owl-nav button {
  background: #3F3D9D !important;
  color: white !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}



/* FAQS */
.FAQS{
    background-color: whitesmoke;
}
.nav-list li{
  list-style: none;
}


footer {
  background-color: #f8f9fa;
  color: #333;
  font-family: Arial, sans-serif;
  color: #555;
}

.footer-list li {
  display: none;
  margin-right: 20px;
}
.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin-bottom: 10px;
}
.footer-section ul li a {
  text-decoration: none;
  color: black;
  transition: color 0.3s;
  font-weight: 500;
} 


  
  @media (min-width: 992px) {
    .mobile-footer{
      display: none ;
    }
  }
  @media (max-width: 992px) {
    .hero-section {
      padding: 30px 20px;
      height: auto;
    }


    .hero-top {
      flex-direction: column;
      text-align: center;
    }

    .hero-text, .hero-image {
      max-width: 100%;
    }

    .hero-text h1 {
      font-size: 48px;
    }

    .hero-text p {
      font-size: 20px;
    }

    .price-details {
      font-size: 18px;
    }

    .features {
      display: flex;
      gap: 20px;
      margin-top: 20px;
      overflow-x: auto;
      white-space: nowrap;
      border-radius: 10px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);  
    }
    
    .feature-card {
      min-width: 250px; 
      flex: 0 0 auto;   
      scroll-snap-align: start; 
    }
    .hero-section-8{
      height: auto;
      flex-direction: column;
    }
    .card {
      flex: 1 1 47%;
    }
    .card img{
      width: 20px;
    }
     .card h3{
      margin-bottom: 10px;
      font-size: 18px;
      font-weight: 500;
     }
     .card p{
      font-size: 13px;
      
     }
     .navbar{
      overflow-x: hidden;
    }
    .footer-container{
      display: none;  
    }

    .mobile-footer{
      position: relative;
      top: 90px;
      display: block;
  
    }
  }
