


:root {
  --header-height: 80px; /* Navbar height */
  --font-primary: "poppins", serif;/* Updated font */
}

body, html {
  margin: 0;
  padding: 0;
  font-family: var(--font-primary);
  /* Apply updated font */
  font-size: 16px;
  line-height: 1.7;
  background-color: #fdfdfd;



  color: #333;
  scroll-behavior:smooth;
  overflow-x: hidden;
  overflow-y:auto;
}
/* nav bar  */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  background-color: white;
  z-index: 1000;
  transition: box-shadow 0.3s ease;
}

.nav.scrolled {
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.nav .container {
  max-width: 1024px;
  height: 100%;
  margin-left: 170px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.l{
font-weight:600;
  font-size:18px;
color:#808080;
  text-decoration: none;
  white-space: nowrap;
} 
.logo {
  display: flex;
  align-items: center; /* Ensure logo and text align properly */
  gap: 10px; /* Add spacing between logo and text */
}

.logo img{
 /* Adjust size as needed */
  height: auto; /* Maintains aspect ratio */
  max-height: 100px; /* Prevents it from being too large */
}

.nav .nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.nav .nav-links li {
  position: relative; /* Required for dropdown */
}

.nav .nav-links a {
  text-decoration: none;
  color:#808080;
  font-size:17px;
  
  padding: 8px 12px;
  transition: background-color 0.3s, color 0.3s;
}

.nav .nav-links a:hover {
  background-color: #f4f4f4;
  border-radius: 4px;
}
/* nav bar */


/* ✅ FIXED DROPDOWN MENU */
.dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%; /* Directly below parent */
  left: 50%; /* Center it under the parent */
  transform: translateX(-50%); /* Perfect centering */
  background-color: white;
  display: none;
  min-width: 137px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 5px;
  padding: 5px 0;
  text-align: center;
  border: 1px solid #ddd; /* Soft border for better visibility */
}

/* ✅ FIXED DROPDOWN LINKS */
.dropdown-menu li {
  padding: 1px 0;
 /* Light divider */
}

.dropdown-menu li:last-child {
  border-bottom: none;
}

.dropdown-menu li a {
 font-color: #808080
  font-size:13px;
  display: block;
 /* Fixed from white */
  padding: 10px 15px;
  
}

.dropdown-menu li a:hover {
  
  background-color: #f4f4f4;
  color: black;
}

/* ✅ FIXED HOVER ISSUE */
.dropdown:hover .dropdown-menu {
  display: block;
}


/* banner Section */
.banner {
                                  
  min-height: 100vh;
  background: linear-gradient(135deg, rgba(173, 216, 230, 0.4) 25%, rgba(255, 240, 245, 0.4) 50%, rgba(255, 255, 224, 0.4) 75%);
  background-size: 400% 400%; /* Spread the colors */
  animation: moveBackground 10s ease infinite;
  scroll-margin-top:80px;
  overflow: hidden;
}

@keyframes moveBackground {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 100% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}


.banner {
  position: absolute;
  width: 100%;
 
  backdrop-filter: blur(8px); /* Apply blur effect */
  -webkit-backdrop-filter: blur(8px); /* For Safari */
}


.banner {
  display: flex;
  margin-top: 70px;
 
  padding: 20px;
  position: relative; /* Ensure wave SVG positions correctly */
}

.banner-left, .banner-right {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.bnl-box {
  margin-left: 100px; /* Reduced margin */
  padding: 20px;
}


.frozen-word {
  color: #0ABAB5;
}

.banner-right {
  position: relative;
}

.banner-right img {
  max-width: 550px; /* Slightly reduced for better balance */
  height: auto;
  margin-top: 40px;
  display: block;
  margin: auto; /* Center image */
}

/* Banner Left */
.banner-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -50px; /* Adjusted margin */
  text-align: center;
}

.banner-left h1 {
  font-size: 50px;
  font-weight: bold;
  text-align: justify;
  line-height: 1.6;
  margin-top: 50px;
  font-family: "Montserrat", serif;
  margin-bottom: 10px;

  }


.banner-left p {
  font-size: 1rem;
  text-align: justify;
  margin-top: -10px;
  line-height: 1.6;
}
/*only media required for 810 >*/
@media (min-width: 811px) { 
  .banner {
    min-height: calc(100vh - 80px); /* Full screen height only on large screens */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px; /* Prevents content from touching edges */
    box-sizing: border-box;
  }
}


@media (max-width:810px) {
  .banner {
    flex-direction: column;
    margin-top: 50px; 
 
  } 

  .bnl-box {
    margin-left: 10px;
  }

  .banner-left, .banner-right {
    width: 100%;
  }


  .banner-right img {
    max-width: 350px; /* Improved visibility */
    margin: auto;
  }
}

@media (min-width: 820px) and (max-width: 1025px) {
 

  .banner-left {
    flex: 1;
    margin-left: 20px;
    justify-content: flex-start;
    text-align: left;
  }

  .banner-right {
    flex: 1;
    justify-content: center;
    align-items: center;
    text-align: center;
  }


  .banner-left p {
    font-size: 16px;
    margin-top: 0;
    line-height: 1.6;
  }

  .banner-right img {
    max-width: 450px;
    margin-top: 20px;
  }

  .bnl-box {
    margin-left: 0;
    padding-left: 20px;
  }
}


/* banner section */
/* About Us Section */
.about-us {
  display: flex;
  flex-wrap: wrap; /* Allow content to wrap on smaller screens */
  align-items: center;
  scroll-margin-top: 180px;
  
  min-height: 500px; /* Allows dynamic height */
}

.about-left, .about-right {
  flex: 1;
  padding: 20px;
  box-sizing: border-box;
}

/* Text Styling */
.about-us .kp {
  font-size: 2rem;
  margin-bottom: 15px;
  color:#0ABAB5;
}

.pp{
  font-size:28px;

  
}
.about-us p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: justify;
  max-width: 90%; /* Adjusts instead of fixed margin */
}
.column p{
  
  font-size: 1.125rem;
  line-height: 1.7;
  text-align: justify;
  
}
.column h1{
  font-size: 28px;
}

/* Image Styling */
.about-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about-img {
  max-width: 399px;
  height: auto;
  display: block;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .about-us {
    flex-direction: column; /* Stack content */
    text-align: center;
  }

  .about-right p {
    max-width: 100%;
    margin-right: 0; /* Remove fixed margin */
  }

  .about-img {
    max-width: 320px; /* Scale image down */
    margin-top: 20px;
  }
}

@media (max-width: 768px) {
  .about-us {
    padding: 20px;
  }

  .about-us h2 {
    font-size: 24px;
  }

  .about-us p {
    font-size: 16px;
    line-height: 1.6;
  }

  .about-img {
    max-width: 250px;
  }
}

.services-offered{
  background-color:red; 
  height:500px;
  
}
.products{
  height:400px;
  scroll-margin-top: 300px;
  
}
/* /////////////// */
.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);
}
body {
  
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.services-section {

  padding: 50px 20px;

  
  text-align: center;

}

.services-section h2 {
  font-size: 2rem;
  
  margin-bottom: 20px;
}

.services-container {
  display: grid;
  padding:99px 0;
 
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.whatweoffer{
  
  font-size:1.5rem;
  color: #0ABAB5;
}
.exploreourproducts{
  font-size:1.125rem;
  margin-bottom:100px;
  color:  #0ABAB5;
}
.service {
  background-color: white;
  border-radius: 10px;
  padding: 20px;
  
  text-align: center;
}

.service-icon {
  max-width:4rem;
  
 text-align:justify;
  margin-bottom: 15px;
}

.service .pp {
  font-size: 1.25rem;
 font-weight:bold;
  margin-bottom: 10px;
}

.service p {
  text-align:center;
  font-size: 1rem;
 
  line-height: 1.5;
}




.responsive-section {
  width: 70%; /* 70% width on larger screens */
  margin: 30px auto; /* Center the section */
  display: flex; /* Flexbox for two columns */
  gap: 20px; /* Space between columns */
  padding: 20px;
  box-sizing: border-box; /* Include padding in total width */
}

.column {
  /* Light background color for columns */
  padding: 20px;
  border-radius: 8px; /* Rounded corners */
  text-align: center;
}

/* Column widths */
.first-column {
  flex: 3; /* 60% of the space */
  text-align:left;
}

.second-column {
  flex: 2; /* 40% of the space */
}

/* Responsive Styles */
.centered-image {
  max-width: 100%; /* Ensure image does not overflow */
  height: auto; /* Maintain aspect ratio */
  display: block; /* Make image a block-level element */
  margin: 0 auto; /* Center image horizontally */
}
/* 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 */
  text-align: center; /* Center align text */
  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 */
}

/* Hover Effect */
.styled-button:hover {
  background-color: #2980b9; /* Darker blue background on hover */
  transform: scale(1.05); /* Slightly enlarge the button on hover */
}

/* Focus Effect */
.styled-button:focus {
  outline: none; /* Remove default outline */
  box-shadow: 0 0 5px rgba(52, 152, 219, 0.7); /* Add a focus shadow */
}


/* For Tablets (1024px) */
@media (max-width: 1024px) {
  .responsive-section {
    width: 90%; /* 90% width for tablets */
  }

  .first-column {
    flex: 1; /* Both columns take equal width on tablet */
  }

  .second-column {
    flex: 1;
  }
}

/* For Mobile and iPad Air (768px and below) */
@media (max-width: 768px) {
  .responsive-section {
    width: 100%; /* Full width on mobile */
    flex-direction: column; /* Stack columns vertically */
  }

  .first-column, .second-column {
    flex: 1; /* Both columns take equal width when stacked */
    margin-bottom: 20px; /* Add space between columns */
  }

  .second-column {
    margin-bottom: 0; /* No extra margin on the second column */
  }
}












@media (max-width: 768px) {
  
  .contact-container{
    
    grid-template-columns: repeat(1, 1fr);
  
   
  }
  .whatsapp-chat .whatsapp-icon {
    width: 50px;
    height: 50px;
  }
  .services-container {
    grid-template-columns: 1fr;
}
  .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 */
  }
}


  .three-box-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap:70px; /* Adjust the gap between boxes */
    padding: 20px; /* Add some padding to the section */
    flex-wrap: wrap; /* Makes the layout responsive */
  }
  
  /* Box styles */
  .box {
   
   
    padding: 20px;
    text-align: center;

    height: auto;
    border-radius: 20px;
background: #ffffff;
box-shadow:  8px 8px 16px #f5f5f5,
             -8px -8px 16px #ffffff;
    flex: 1 1 300px; /* Adjust width and allow flexibility */
    max-width: 200px; /* Limit the max width of each box */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    margin-bottom: 20px;
  }
  
  /* Box hover effect */
  .box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }

  .product-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  
  .view-product-link {
    display: inline-block;
    margin-top: auto;
    padding: 8px 16px;
    background-color:#0ABAB5;
    color: white;
    margin-top: auto; 
    text-decoration: none;
    border-radius: 4px;
  }
  
  .view-product-link:hover {
    background-color: #2980b9;
  }
  .contact{
    height:250px;
    background-color:#c3e9eb;
  }
  .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 */
  
    color: #1da1f2; 
}


  /* 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 */
    }
  }
  @media (min-width: 405px) and (max-width: 810px) {
   .banner{
    
    flex-direction: column;
    
   } 
  }
@media (min-width: 530px) and (max-width: 1025px) {
.product-image{
  max-height:14rem;
  max-width:14rem;
}
.box{
  max-height:100rem;
  max-width:50rem;
}
}


@media screen and (max-width: 1024px) {
body{
  overflow-x: hidden;
}
  .nav .nav-links {
    display: none; /* Hide navbar links */
  }

  .nav .logo {
    font-size: 15px;
  }

  

 

  .about-us {
    flex-direction: column; /* Stack columns vertically */
    height: auto; /* Adjust height for small screens */
  }

  .about-left, .about-right {
    flex: none;
    width: 100%; /* Full width on small screens */
  }

  .about-us h2 {
    font-size: 24px;
  }
  .about-img{
    max-width:300px;
    margin-left:30px;
  }
  .about-us p {
    font-size: 16px;
  }
  .about-us p{
    margin-right:10px;
  }

    .about-right {
      order: -1; /* Move the right column to the top */
    }
  
      

    .three-box-section {
      gap: 15px; /* Reduce gap for smaller screens */
    }
    .box {
      flex: 1 1 100%; /* Make boxes stack vertically */
      max-width: 50%; /* Full width on smaller screens */
    }
    .products{
      height:1000px;
    }

 .a{
  margin-top:10px;
 }
}




/* ✅ Fix layout issues for screens 370px - 1024px */
@media (max-width: 1024px) {
  .nav .container {
    margin-left: 0;
    padding: 0 10px;
  }





  /* ✅ Adjust About Us section */
  .about-us {
    flex-direction: column;
    text-align: center;
  }

  .about-left, .about-right {
    width: 100%;
    text-align: center;
    padding: 10px;
  }

  /* ✅ Fix product section */
  .products {
    scroll-margin-top: 100px;
    height: auto;
  }
}
@media (min-width: 800px) {
  .banner{
    height:50vh;}

    
  }
/* ✅ Further improvements for screens below 500px */
@media (max-width: 500px) {

  .services-container {
    grid-template-columns: repeat(1, 1fr);
  }

  .responsive-section {
    flex-direction: column;
    width: 100%;
  }

  .first-column, .second-column {
    width: 100%;
    margin-bottom: 20px;
  }

  .styled-button {
    width: 100%;
  }
}
