 
    body {
      scroll-behavior: smooth;
      overflow-x: hidden;
       font-family: "Noto Sans", sans-serif !important;
    }
    section {
      /*min-height: 100vh;*/
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      text-align: center;
     
    }
    #contacts{
        padding: 40px 0 ;
    }
 img{
  width: 100%;
 }
    .container{
           
    } 
    
     ul{
         list-style: none;
         display: flex;
         margin-bottom: 0 !important;
         padding: 0 !important;
         gap:15px;
     }
     ul li i{
         padding-right: 5px;
     }
    .slider {
      width: 100%;
      margin: 0 ;
       
    }
    .slider img {
      width: 100%;
      height: auto;
      /*border-radius: 10px;*/
    }
.slide{
  position: relative;
}
.content-slider{
  position: absolute;
  top:200px;
  left: 50px;
  text-align: justify;
  
}

.content-slider1{
  position: absolute;
  top:250px;
  left: 400px;
  text-align: justify;
  
}

.footer-bottom p{
    margin: 0 !important;
}
    .footer-bottom p a{
        color: #EC5937;
    }
    .footer-bottom p a:hover{
        color: #59AD5D !important;
    }
 /* about section */

.about-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: left;
   
 
  }

  .about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
       border-radius: 20px;
        
  }

    .about-section {
    display: flex;
    align-items: 
    text-align: left;;  
    gap: 20px;  
    padding: 20px;
  }

   

  .about-content {
    flex: 1;  
    color: black
  }

  button {
    margin-top: 10px;
    padding: 10px 20px;
    cursor: pointer;
  }
  .about-image {
  width: 100%;        
  max-width: 400px;   
  margin: 0 auto;     
}

.about-image img {
  width: 100%;       
  height: auto;      
  display: block;    
  object-fit: contain; 
  user-select: none; 
  pointer-events: none;  
}
.about-content p {
  text-align: justify;
}


 .aboutus {
  display: inline-block;        
  font-size: 2.5rem;
  color: #110101;
  transition: all 0.4s ease;
  cursor: pointer;
  position: relative;
}

.aboutus:hover {
  color: #ff6600;              
  /* transform: scale(1.2);         */
  text-shadow: 2px 2px 8px rgba(255, 87, 34, 0.7);  
}

/* Underline animation */
/*.aboutus::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  width: 0;*/
/*  height: 2px;*/
/*  bottom: -6px;*/
/*  left: 0;*/
/*  background-color: #ff6600;*/
/*  transition: width 0.4s ease;*/
/*}*/


.aboutus:hover::after {
  width: 80%;
}
  .about-image {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }

  .about-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    user-select: none;
    pointer-events: none;
  }
 
  .navbar-nav .nav-link {
  color: #0e0101;                  /* Normal light gray color */
  position: relative;
  transition: color 0.3s ease;
  font-weight: 500;
  text-align: center;
}

/* Hover effect: orange color + underline animation */
.navbar-nav .nav-link:hover {
  color: #ff6600;               /* Bright orange */
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link:focus {
  color: #28a745;
  font-weight: 700;
}


/* Optional: underline on hover */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #ff6600;
  transition: width 0.3s ease;
  /* border-radius: 2px; */
}

.navbar-nav .nav-link:hover::after {
  width: 100%;
}

/* Underline for active link in green */
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link:focus::after {
  width: 100%;
  background-color: #28a745;
}


/* product section  */

  
    * {
      margin: 0;
      padding: 0;
      /* box-sizing: border-box; */
    }

    /* body {
      font-family: 'Segoe UI', sans-serif;
      background: linear-gradient(to right, #f8f9fa, #fffaf0);
      padding: 40px 20px;
    } */

    .section {
      max-width: 1200px;
      margin: auto;
    }

    h2 {
      text-align: center;
      font-size: 2.5rem;
      color: #222;
      margin-bottom: 50px;
      position: relative;
       font-family: "Noto Sans", sans-serif;
    }

    h2::after {
      content: "";
      width: 80px;
      height: 4px;
      background: #ff6600;
      display: block;
      margin: 10px auto 0;
      /* border-radius: 2px; */
    }

    /* Card style */
    .card {
      background: white;
      border-radius: 16px;
      overflow: hidden;
      transition: transform 0.4s ease;
      box-shadow:   rgba(228, 97, 10, 0.08);
      text-align: center;
    }

    .card:hover {
      transform: scale(1.03);
      box-shadow:   rgba(236, 114, 14, 0.6);
    }

    /* .card img {
      width: 100%;
      height: 180px;
      object-fit: cover;
      display: block;
    } */
/* 
    .card img {
  width: 100%;
  height: 200px;         
  object-fit: cover;     
  display: block;
} */
.card img {
  width: 100%;
  height: 200px;              /* Fixed height for uniform card size */
  object-fit: contain;        /* Show full image */
  display: block;
  background-color: #f9f9f9;  /* Optional: contrast background */
  padding: 10px;              /* Optional: add spacing inside */
  border-radius: 8px;         /* Optional: round image corners */
}


    /* .card img {
  width: 100%;
  height: auto;
  max-height: 200px;   
  object-fit: contain;  
  display: block;
  padding: 10px;
  background-color: #fff;
} */

    .caption {
      padding: 12px;
      font-weight: bold;
      font-size: 1rem;
      color: #dd551f;
      background-color: #fff;
    }

    /* Top layout */
    .top-row {
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
      margin-bottom: 60px;
    }

    .top-left-images {
      flex: 1 1 55%;
      display: flex;
      gap: 20px;
      flex-direction: row;
    }

    .top-left-images .card {
      flex: 1 1 50%;
    }

    .top-right-content {
      flex: 1 1 40%;
      background: #ffffffcc;
      border-radius: 16px;
      padding: 35px;
      backdrop-filter: blur(5px);
      box-shadow:  rgba(224, 111, 19, 0.1);
      animation: fadeInUp 1s ease-in-out;
    }

    .top-right-content h3 {
      color: #ff6600;
      font-size: 1.8rem;
      margin-bottom: 15px;
    }

    .top-right-content p {
      color: #111111;
      line-height: 1.7;
    }

    /* Bottom layout */
    .bottom-row {
      display: flex;
      gap: 25px;
      flex-wrap: wrap;
      justify-content: center;
      margin-bottom: 50px;
    }

    .bottom-row .card {
      flex: 1 1 calc(33.33% - 20px);
      max-width: calc(33.33% - 20px);
    }

    /* View More Button */
    .view-more {
      display: flex;
      justify-content: center;
    }

    .view-more button {
   /* background: linear-gradient(45deg, orange, green); */
background: linear-gradient(45deg, #ec5937, #ec5937);
/* background: linear-gradient(45deg, #ffa500, #c0cc00, #008000); */

 
/* background: linear-gradient(45deg, #ec5937, #ec5937);  */
 
      color: white;
      padding: 14px 30px;
      font-size: 1rem;
      font-weight: bold;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: 0.3s ease;
      box-shadow: rgba(255, 165, 0, 0.5);
    }

    .view-more button:hover {
      background: linear-gradient(45deg, #ec5937, #90b785);
      transform: scale(1.05);
    }

    /* Animation */
    @keyframes fadeInUp {
      from {
        transform: translateY(30px);
        opacity: 0;
      }
      to {
        transform: translateY(0);
        opacity: 1;
      }
    }

    /* Responsive */
    @media (max-width: 768px) {
      .top-row {
        flex-direction: column;
      }

      .top-left-images {
        flex-direction: column;
      }

      .bottom-row .card {
        flex: 1 1 100%;
        max-width: 100%;
      }
    }
  .card {

  
 background-color: #ff6600;
}


/* Heading */
.aboutus {
  text-align: center;
  font-size: 2.5rem;
  color: black;
  margin-bottom: 40px;
  position: relative;
}

.aboutus::after {
  content: '';
  width: 80px;
  height: 4px;
  background: #ff6600;
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}

/* Horizontal Scroll Container */
.image-scroll-row {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

.image-scroll-row::-webkit-scrollbar {
  height: 6px;
}
.image-scroll-row::-webkit-scrollbar-thumb {
  background-color: #ff6600;
  border-radius: 3px;
}

/* Card Design */
.onion-card {
  flex: 0 0 auto;
  width: 220px;
  scroll-snap-align: start;
  /* background-color: #fff8e1; */
  border-radius: 14px;
  text-align: center;
  padding: 12px;
  box-shadow:  rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.onion-card:hover {
  transform: translateY(-6px);
  box-shadow: rgba(255, 140, 0, 0.3);
}

.onion-card img {
  width: 100%;
  height: 160px;
  object-fit: contain;
  background: #fff;
  border-radius: 10px;
  padding: 8px;
}

.caption {
  margin-top: 10px;
  font-weight: bold;
  font-size: 1rem;
  color: #444;
}


 /* Bubble Common Style */
    /*.bubble {*/
    /*  position: fixed;*/
    /*  width: 14px;*/
    /*  height: 14px;*/
    /*  border-radius: 50%;*/
    /*  pointer-events: none;*/
    /*  animation: spiral 2s ease-out forwards;*/
    /*  z-index: 500;*/
    /*}*/
    /*@keyframes spiral {*/
    /*  0% { transform: scale(0.5) translate(0,0); opacity:1; }*/
    /*  100% { transform: scale(1.5) translate(80px,-150px) rotate(720deg); opacity:0; }*/
    /*}*/
    /* White Bubble (cursor move) */
    /*.white-bubble {*/
    /*  background: radial-gradient(circle, rgba(202, 111, 37, 0.9), rgba(255,255,255,0.1));*/
    /*  box-shadow: rgba(72, 235, 107, 0.8);*/
    /*}*/
    /* Orange Bubble (scroll) */
    /*.orange-bubble {*/
    /*  background: radial-gradient(circle, rgba(255,165,0,0.9), rgba(255,165,0,0.1));*/
    /*  box-shadow: rgba(255,165,0,0.8);*/
    /*}*/


     /* WhatsApp Floating Icon */
    .whatsapp-float {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background: #25d366;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow:  rgba(0,0,0,0.3);
      z-index: 3000;
      cursor: pointer;
      animation: pulse 2s infinite;
      transition: transform 0.3s;
    }
    .whatsapp-float:hover {
      transform: scale(1.1);
    }
    @keyframes pulse {
      0% { box-shadow:   rgba(37, 211, 102, 0.6); }
      70% { box-shadow:   rgba(37, 211, 102, 0); }
      100% { box-shadow:  rgba(37, 211, 102, 0); }
    }
    .whatsapp-float svg {
      width: 32px;
      height: 32px;
      fill: white;
    }

   
 

    /* Side Floating Inquiry Button */
.side-panel {
  position: fixed;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  z-index: 1000;
  display: flex;
  justify-content: center;
  width: auto;
}

.side-btn {
  background: linear-gradient(135deg, #4CAF50, #388E3C); /* green gradient */
  padding: 14px 12px;
  color: #fff;
  font-size: 15px;
  font-weight: 550;
  border-radius: 5px 12 12 5px;
  /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  border: none;

  writing-mode: vertical-rl;
  transform: rotate(180deg);
}

.side-btn:hover {
  transform: rotate(180deg) translateY(-2px) scale(1.05);
  background: linear-gradient(135deg, #66BB6A, #2E7D32); /* lighter green on hover */
  box-shadow: 0 0 12px rgba(76, 175, 80, 0.6); /* green glow */
}


    /* Modal Background */
    .modal-bg {
      position: fixed;
      inset: 0;
      background: rgba(0,0,0,0.65);
      display: none;
      justify-content: center;
      align-items: center;
      z-index: 2000;
    }
 
 
    .container {
      display: flex;
      width: 80%;
      max-width: 900px;
      background: #fff;
      box-shadow:   rgba(0, 0, 0, 0.1);
      border-radius: 10px;
      overflow: hidden;
    }

    .contact-form {
      flex: 1;
      padding: 40px;
      background: #ffffff;
    }

    .contact-form h2 {
      margin-bottom: 20px;
      color: #333;
       font-family: "Noto Sans", sans-serif;
    }

    .form-group {
      margin-bottom: 20px;
    }

    .form-group input,
    .form-group textarea {
      width: 100%;
      padding: 12px;
     border: 1px solid #ccc; 
      border-radius: 5px;
      font-size: 16px;
    }

    .form-group textarea {
      resize: vertical;
      height: 100px;
    }
 
    
   .btn-submit {
      background: linear-gradient(45deg, #ec5937, #ec5937);
      color: white;
      padding: 14px 30px;
      font-size: 1rem;
      font-weight: bold;
      border: none;
      border-radius: 30px;
      cursor: pointer;
      transition: 0.3s ease;
      box-shadow:   #ec5937;
    }
   .btn-submit:hover{
       background: linear-gradient(45deg, #ec5937, #90b785);
      transform: scale(1.05);
    }




    .contact-info {
      flex: 1;
     background: linear-gradient(45deg, #ec5937, #ec5937);
      color: white;
      padding: 40px;
      display: flex;
      flex-direction: column;
      justify-content: center;
    }

    .contact-info h2 {
      margin-bottom: 20px;
       font-family: "Noto Sans", sans-serif;
    }

    .info-item {
      margin-bottom: 15px;
      line-height: 1.6;
      text-align:center;
    }

    .info-item i {
      margin-right: 10px;
    }

    @media (max-width: 768px) {
      .container {
        flex-direction: column;
      }

      .contact-info {
        text-align: center;
      }
    }
  
    .contact-info {
  text-align: left; /* Ensures all text is aligned to the left */
  padding: 40px;
  /* background: linear-gradient(135deg, #007bff, #0056b3);
  color: white; */
  border-radius: 20px;
}

.contact-info h2 {
  margin-bottom: 20px;
  
}

.info-item {
  margin-bottom: 15px;
  line-height: 1.6;
}





 
    .card-img-tops {
      border-radius: 12px 12px 0 0;
      
      /* width: 300px; */
      object-fit: cover;
    }
    
    .cards {
      position: relative;
      border: none;
      border-radius: 12px;
      overflow: hidden;
      /* box-shadow: 0 4px 10px rgba(0,0,0,0.1); */
    }
  .product-image-name{
    padding:20px 10px 20px 10px;
  }

  .spices-product{
font-size: normal;
text-align: justify;
 padding-top: 90px;
  }


/* logo */
    
    .top-bar {
      background-color: #1c1c1c;
      color: white;
      font-size: 14px;
      padding: 10px 0;
    }

    .top-bar a {
      color: white;
      text-decoration: none;
      margin-left: 10px;
    }

    .main-header {
      background-color: white;
      padding: 15px 0px ;
      /* border-bottom: 1px solid #ddd; */
    }

    .navbar-nav a {
      margin: 0 15px;
      color: black;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
    }

    .get-quote-btn {
      background-color: #cc6600;
      color: white;
      border: none;
      padding: 6px 15px;
      border-radius: 3px;
      font-weight: bold;
    }

    .logo img {
      max-height: 60px;
    }
  
 
  
       
  .why-us-container {
    max-width: 800px;
    margin: 0 auto;
    
  }
  .why-us-container p {
    background: #f9f9f9;
    padding: 12px 20px 12px 15px; /* extra left padding for border */
    border-left: 5px solid #cc6600;
    margin-bottom: 15px;
    border-radius: 4px;
    color: #333;
    /* Remove nowrap to allow wrapping */
    white-space: normal;
    overflow-wrap: break-word; /* break long words if needed */
  }
  .why-us-container p strong {
    color: #cc6600;
    font-size: 1.1rem;
    margin-right: 8px;
  }
  .why-us-container p:hover {
    background-color: #e6f0ff;
    border-left-color: #cc6600;
  }
  .vaidic-footer{
      text-align: center;
    padding: 20px 10px;
    background: black;
}
 
   