/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  font-size: 16px;
  background-color: #fff; /* Default background */
  color: #465b52;
  
}
.whatsapp-button{
  background-color: #33d325;
  height: 10vh;
  border-radius: 20px;
  width: 100px;
  color: white;
  padding: 18px;


}

/* Breadcrumb */
.breadcrumb {
  display: flex;
  align-items: center;
  font-size: 14px;
  margin: 20px 0;
  color: #0071e3;
}
#additional-info{
  height: 10vh;
}

.breadcrumb a {
  text-decoration: none;
  color: inherit;
  margin: 0 5px;
}

.breadcrumb span {
  margin: 0 5px;
}

/* Slider */
.slider-container {
  display: flex;
  align-items: center;
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slide {
  display: flex;
  flex-direction: row-reverse;
  transition: transform 0.5s ease;
}

.nav-btn {
  padding: 10px;
  background-color: #007BFF;
  color: white;
  border: none;
  cursor: pointer;
}



/* Product Details */
#prodetails {
  width: 80%;
  background-color: whitesmoke;
  border-radius: 10px;
  border-bottom: 1px solid #1a1a1a;
  display: flex;
  margin: auto;
}

.product-image {
  border-radius: 4px;
  width: 50%;
  margin-right: 50px;
}

.single-pro-details {
  width: 50%;
  padding-top: 30px;
}

.single-pro-details h2 {
  font-size: 26px;
  color: #8CC63F;
}

.single-pro-details button {
  background-color: green;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
}

/* Features Section */
#feature {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature .fe-box {
  width: 180px;
  text-align: center;
  padding: 24px 15px;
  border: 1px solid #cce7d0;
  border-radius: 4px;
  margin: 15px 0;
  transition: box-shadow 0.3s;
}

#feature .fe-box:hover {
  box-shadow: 10px 10px 54px rgba(70, 62, 221, 0.1);
}

/* Footer */
/* ===== FOOTER BASE ===== */
#footer {
  background: linear-gradient(135deg, #0f172a, #111827);
  color: #e5e7eb;
  padding: 60px 8% 25px;
  margin-top: 60px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

/* GRID LAYOUT */
.footer-container {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr;
  gap: 40px;
  align-items: start;
}

/* HEADINGS */
.footer-col h2,
.footer-col h3 {
  color: #fff;
  margin-bottom: 18px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.footer-brand h2 {
  font-size: 1.8rem;
}

/* TEXT */
.footer-brand p,
.footer-col p {
  color: #cbd5e1;
  line-height: 1.8;
  font-size: 0.96rem;
}

/* LINKS */
.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin-bottom: 12px;
}

.footer-col ul li a {
  color: #cbd5e1;
  text-decoration: none;
  transition: 0.3s;
}

.footer-col ul li a:hover {
  color: #22c55e;
  padding-left: 6px;
}

/* ===== BADGES ===== */
.footer-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.footer-badges span {
  background: rgba(255,255,255,0.08);
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 0.85rem;
}

/* ===== CONTACT ===== */
.footer-contact {
  margin-top: 18px;
  font-size: 0.95rem;
}

.footer-contact p {
  margin: 6px 0;
}

/* ===== WHATSAPP BUTTON ===== */
.whatsapp-btn {
  display: inline-block;
  margin-top: 14px;
  background: #25D366;
  color: white;
  padding: 10px 16px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
  transform: translateY(-2px);
}

/* ===== LOCATION CARD ===== */
.footer-location {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.07);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
}

/* INFO BLOCKS */
.info-card {
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.info-card:last-child {
  border-bottom: none;
}

/* ICON BOX */
.info-icon {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #22c55e;
  color: white;
  border-radius: 12px;
  font-size: 1.2rem;
  box-shadow: 0 8px 20px rgba(34,197,94,0.25);
}

/* TEXT */
.info-text strong {
  display: block;
  margin-bottom: 6px;
  color: #fff;
}

/* CLOSED TEXT */
.closed {
  color: #f87171;
  font-weight: 600;
}

/* ===== MAP BUTTON ===== */
.map-btn {
  display: inline-block;
  margin-top: 10px;
  background: linear-gradient(135deg, #22c55e, #16a34a);
  color: white;
  padding: 12px 18px;
  border-radius: 12px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.map-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(34,197,94,0.3);
}

/* ===== SOCIAL ===== */
.footer-social {
  display: flex;
  justify-content: center;
  gap: 25px;
  margin-top: 35px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-social a {
  color: #cbd5e1;
  text-decoration: none;
  font-size: 0.95rem;
  transition: 0.3s;
}

.footer-social a:hover {
  color: #22c55e;
}

/* ===== BOTTOM ===== */
.footer-bottom {
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.footer-bottom p {
  color: #94a3b8;
  font-size: 0.9rem;
  margin: 0;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 992px) {
  .footer-container {
    grid-template-columns: 1fr 1fr;
  }

  .footer-location {
    grid-column: span 2;
  }
}

@media (max-width: 768px) {
  #footer {
    padding: 45px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .footer-location {
    grid-column: span 1;
  }

  .footer-brand h2 {
    font-size: 1.5rem;
  }

  .footer-social {
    
    align-items: center;
    gap: 12px;
  }
}

.icon-box-container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  padding: 20px;
  background-color: #f9f9f9; /* Optional background color */
}

.icon-box {
  max-width: 200px;
  margin: 10px;
  box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.05);
 border-radius: 1rem 1rem 1rem 1rem ;
}

.icon-box .icon img {
  width: 50px; /* Adjust icon size */
  height: 50px;
  margin-bottom: 10px;
}

.icon-box h3 {
  font-size: 18px;
  color: #333; /* Title color */
  margin: 10px 0;
  min-height: 10vh;
}
  .icon-box p{
    margin-bottom: 0px;
  }
  

#product-categories{
  width: 100%;

 
  margin-bottom: 50px;
  align-items: center;
  margin-top: 50px;
  display: flex;
 flex-wrap: nowrap;
  gap: 1px;
  height: 50vh;
  border-style: solid;

}
.audio{
  
  flex-direction: column;
  position: relative;
  margin-left: 20px;
  

 
}
  
.audio img{
  background-color: #E3E6F3;
}
 

.audio-title{
  position: absolute;
left: 10px;
size: 80px;
color: black;
 font-size: 20px;
 font-weight: 200;
 top: -40px;
}





.container {
    display: flex;
    gap: 20px;
}


.main-content {
    width: 100%;
}
h2 {
    color: #333;
   
}

  /* General styling for buttons */
  .contact-button {
    display: inline-block;
   
   
    
    border-radius: 50%;
    text-decoration: none;
    font-size: 18px;
    text-align: center;
    box-shadow:white ;
    transition: background-color 0.3s ease;
   
    margin-bottom: 10px; /* Space between buttons */
    text-align: center;
    margin-bottom: 0%;
    
    
  }

  .contact-button:hover {
    background-color: #128C7E; /* Darker Green for Hover */
  }

  /* Container to hold both buttons */
  .contact-buttons-container {
    position: fixed;
    bottom: 0;
    left: 80%;
    right: 0;
    padding: 10px;
    z-index: 1000; /* Ensure buttons are above other content */
    display: none;
    height: 5vh;

  }




     .product-info{
      display: flex;
      width: 100%;
      
     }
       /* General Styles */
       .product-gallery {
        margin-bottom: 20px;
      }
   
      
      
      .thumbnails-container {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        padding: 10px;
        overflow-x: auto; /*  scroll by default */
        max-width: 100%;
      }
      
      .thumbnails-container img {
        flex-shrink: 0;
        width: 80px; /* Thumbnail size for desktop */
        height: auto;
        border: 1px solid #ccc;
        border-radius: 5px;
        cursor: pointer;
        transition: transform 0.3s;

      }
      
      .thumbnails-container img.active {
        border-color: #007bff;
        transform: scale(1.1);
      }
      
      
      /* Main Product Display */
      .product-display {
        text-align: left;
        width: 100%;
       
        
      }
      .product-image-section{
        flex-basis: 50%;

      }
      #main-product-image{
        width: 90%;
        margin-left: 10px;
      

      }
      
      .product-display img {
     
        max-width:100%; /* Ensure the main image is responsive */
        height: auto;
        border-radius: 10px;
      }
      .dots-container{
        display: none;
      }
      
      /* Responsive Styling for Small Screens */
      @media (max-width: 480px) {
        .product-display{
          display: none;
        }
        .thumbnails-container {
          overflow-x: auto; /* Enable horizontal scrolling */
          white-space: nowrap; /* Prevent thumbnails from wrapping */
           flex-wrap: nowrap;
        }
      
        .thumbnails-container::-webkit-scrollbar {
          display: none; /* Hide scrollbar for cleaner UI */
        }
      
        /* Thumbnails */
        .thumbnails-container img {
            flex-shrink: 0;
            width: 100%;
            height: auto;
            border-radius: 5px;
            cursor: pointer;
            transition: transform 0.2s ease;
          }
      
          .thumbnails-container img.active {
            border: 2px solid green;
            transform: scale(1.1);
          }
      
          /* Dots */
          .dots-container {
            display: flex;
            justify-content: center;
            gap: 5px;
            padding: 10px 0;
          }
      
          .dots-container .dot {
            width: 10px;
            height: 10px;
            background-color: #ccc;
            border-radius: 50%;
            transition: background-color 0.2s ease;
            cursor: pointer;
          }
      
          .dots-container .dot.active {
            background-color: green;
          }
          .contact-buttons-container{
            display: flex;
          }
          .footer-section .footer-banner{
            display: none;
          }
          #footer {
           
           }

            .icon-box-container {
              flex-wrap: wrap;
              padding: 5px;
            }
            
            .icon-box {
              flex: 1 1 calc(50% - 10px);
              max-width: 42%;
              margin: 5px;


            }
      
      }
.delivery-card{
  display:grid;
  grid-template-columns: auto 50px 1fr auto;
  align-items:center;
  gap:12px;
  padding:12px;
  border:1px solid var(--border);
  border-radius:16px;
  cursor:pointer;
  transition:.2s;
  background:#fff;
}

.delivery-card:hover{
  border-color: rgba(34,197,94,.5);
  box-shadow: 0 0 0 4px rgba(34,197,94,.1);
}

.delivery-card input{
  transform: scale(1.2);
}

.delivery-logo img{
  width:40px;
  height:40px;
  object-fit:contain;
}

.delivery-title{
  font-weight:800;
  font-size:14px;
}

.delivery-sub{
  font-size:12px;
  color:var(--muted);
}

.delivery-price{
  font-weight:900;
}
