/* General Styles */
body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8f8f8;
  text-align: center;
}

.whatsapp-chat {
  position: fixed;
  bottom: 20px; /* Space from the bottom */
  right: 20px; /* Space from the right */
  z-index: 1000;
}

.whatsapp-chat .whatsapp-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.whatsapp-chat .whatsapp-icon:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  
  
  .whatsapp-chat .whatsapp-icon {
    width: 50px;
    height: 50px;
  }

  .whatsapp-chat {
    bottom: 95px; /* Slightly closer to the bottom */
    right: 30px;  /* Add more space from the right */
  }
}

@media (max-width: 480px) {
  .whatsapp-chat .whatsapp-icon {
    width: 40px;
    height: 40px;
  }

  .whatsapp-chat {
    bottom: 15px; /* Consistent bottom spacing */
    right: 15px;  /* Add extra space from the right */
  }
}

/* Banner Section */
.banner-product {
  background: #004d40;
  padding: 50px 0;
}

.title-product {
  color: white;
  font-size: 2rem;
  font-weight: bold;
}

/* Products Section */
.products-section {
  padding: 40px 20px;
}

.products-section h1 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: #333;
}

/* Products Grid */
.products-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1200px;
 
  margin: 0 auto;
}

/* Product Card */
.product-card {
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
 
}


.product-title {
  /* font-size: 1.2rem; */
 
  text-align: left;
  font-family: "Poppins", serif;
  font-weight: 490;
  font-style: normal;
}

/* Responsive Design */
@media (max-width: 768px) {
  .products-grid {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }

  .product-card {
    padding: 15px;
  }

  .product-title {
    font-size: 1rem;
  }
}
/* General Styles */
body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color:#fdfdfd;
}

/* Navbar Styling */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 15px 20px;
 
}

/* Logo */
.logo {
  font-weight:600;
  font-size:18px;
 
  text-decoration: none;
  /* font-size: 1.5rem; */
  margin:auto;
}

/* Nav Links */
.nav-links {
  display: flex;
  gap: 80px;
  list-style: none;
  margin: auto;
  padding: 0;
}

.nav-links li a {
  text-decoration: none;
  color:#808080;
  font-size:17px;
  
  padding: 8px 12px;
  transition: color 0.3s ease-in-out;
}
.nav-links li a {
  text-decoration: none;
  color:#808080;
  font-size:17px;
  
  padding: 8px 12px;
  transition: color 0.3s ease-in-out;
}


/* Hover Effect */
.nav-links li a:hover {
  color: #e63946;
}

/* Hamburger Menu */
.menu-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 1100;
}

.menu-toggle .bar {
  width: 100%;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

/* Responsive Design */
@media (max-width: 768px) {
  .nav-links {
      position: fixed;
      top: 0;
      gap:40px;
      right: -100%;
      width: 200px;
      height: 100vh;
      background: #fff;
      box-shadow: -4px 0 6px rgba(0, 0, 0, 0.1);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      padding: 20px;
      transition: right 0.3s ease-in-out;
  }

  .nav-links.show {
      right: 0;
  }

  .menu-toggle {
      display: flex;
  }

  /* Change Hamburger to "X" */
  .menu-toggle.open .bar:nth-child(1) {
      transform: translateY(10px) rotate(45deg);
  }

  .menu-toggle.open .bar:nth-child(2) {
      opacity: 0;
  }

  .menu-toggle.open .bar:nth-child(3) {
      transform: translateY(-10px) rotate(-45deg);
  }
}

.banner {
  height: 50vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 50px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.6;

  font-family: "Montserrat", serif;
  margin-bottom: 10px;

  padding: 20px;
  box-sizing: border-box;
background-color:#d7eaf1;}

@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}



/* Basic Button Style */
.styled-button {
  background-color: #0ABAB5; /* Blue background */
  color: white; /* White text */
  padding: 12px 24px; /* Vertical and horizontal padding */
  border: none; /* No border */
  border-radius: 8px; /* Rounded corners */
  font-size: 16px; /* Font size */
 text-decoration:none;
  cursor: pointer; /* Pointer cursor on hover */

  font-family:"poppins",serif;
  display: inline-block; /* Ensure the button doesn't take up the full width */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition for background color and scaling */


}
footer{
  background-color:#B3ECEC;
}
.footer {

  
  padding: 20px 15px; /* Reduced padding */
  text-align: center;
}

.footer-container {
  display: flex;

  justify-content: center;
  gap: 30px; /* Reduced gap */
  max-width: 1100px;
  margin: 0 auto;
}

.footer-col {
  flex: 1;
  min-width: 200px; /* Adjusted min width */
}

.footer-col h3 {
  font-size: 1rem; /* Reduced font size */
  margin-bottom: 8px;
  color:  #0ABAB5; /* Reduced spacing */
}

.footer-col p,
.footer-col ul {
  font-size: 0.9rem; /* Adjusted text size */
  margin: 5px 0;
  
}

.footer-col ul {
  list-style: none; /* Removes bullet points */
  padding: 0;
  margin: 0;
}


.footer-col ul li {
  margin-bottom: 3px;
}

.footer-col ul li a {
  text-decoration: none;

  transition: color 0.3s;
}

.footer-col ul li a:hover {
  color: #00bcd4;
}
.social-icons {
  margin-top: 10px;
}

.social-icons a {
  display: inline-block;
  margin-right: 10px;
  font-size: 20px;
  color: #fff; /* Adjust color as needed */
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #1da1f2; /* Change color on hover */
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 15px; /* Reduced vertical spacing */
  }

  .footer-col {
    margin-bottom: 10px; /* Reduced margin */
  }
}
.banner-left,
.banner-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;  /* Centers content horizontally within each section */
  justify-content: center; /* Centers content vertically within each section */
  text-align: center; 
}

.banner-right img {
  max-width: 50%;
  height: auto;
  border-radius: 10px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
  .banner {
    flex-direction: column;
    height: auto; /* Allow height to adjust based on content */
    text-align: center;
  }
  
  .banner-left,
  .banner-right {
    padding: 10px;
  }
  
  .banner-right {
    margin-top: 20px;
  }
  .banner-right img{
    height:auto;
  }
}
@media(min-width:769px) and (max-width:1288px){
  .banner-right img{
     max-width:100%;
      height:auto;
  }
}
.pp{
  font-size: 40px;
  font-weight: 600;
  font-family:"poppins",serif;
    line-height: 1.6;
  

}
.pp .chicken{
  color:#0ABAB5;
}