* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  html, body {
    width: 100%;
    overflow-x: hidden;
    background-color: #fafafa !important;
    scroll-behavior: smooth;
}
  
  /* body {
    font-family: Arial, sans-serif;
  } */

  /* .poppins-thin {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: normal;
  }
  
  .poppins-extralight {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: normal;
  }
  
  .poppins-light {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
  }
  
  .poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  
  .poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
  
  .poppins-semibold {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
  }
  
  .poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
  }
  
  .poppins-extrabold {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: normal;
  }
  
  .poppins-black {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: normal;
  }
  
  .poppins-thin-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 100;
    font-style: italic;
  }
  
  .poppins-extralight-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 200;
    font-style: italic;
  }
  
  .poppins-light-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: italic;
  }
  
  .poppins-regular-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: italic;
  }
  
  .poppins-medium-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: italic;
  }
  
  .poppins-semibold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-style: italic;
  }
  
  .poppins-bold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: italic;
  }
  
  .poppins-extrabold-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    font-style: italic;
  }
  
  .poppins-black-italic {
    font-family: "Poppins", sans-serif;
    font-weight: 900;
    font-style: italic;
  }
   */

   li, a, span, p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
   }

   p {
    font-weight: 400;
    font-size: clamp(13px, 1vw + 0.3rem, 16px);
    line-height: clamp(18px, 1.5vw + 0.5rem, 22px);
    letter-spacing: clamp(1.2px, 0.1vw, 1.5px);
  }


   /* Header CSS Start */

   .top-header{
    height: 40px;
    background-color: #0E2333;
   }
   



/*   
  .header {
    
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    padding: 15px 30px;
    color: #0E2333;
    position: relative;
    box-shadow: 0px 2px 30px 0px #0000000D;
  } */

  .header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    background: #fff;
    padding: 15px 30px;
    color: #0E2333;
    position: relative; 
    box-shadow: 0px 2px 30px 0px #0000000D;
    transition: top 0.3s; 
    width: 100%; 
    height: 100px;
}

/* Sticky Header Styles */
.header.sticky {
    position: fixed; 
    top: 0;
    left: 0; 
    width: 100%; 
    z-index: 1000; 
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1); 
}

  
  .logo {
    font-size: 24px;
    font-weight: bold;
  }
  
  .nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    /* text-align: center; */
    /* line-height: 14px; */
    gap: 30px;
    list-style: none;
}


  
  .nav ul li {
    position: relative;
  }
  
  .nav ul li a {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    /*font-size: 0.925vw;*/
    font-size: clamp(16px, 0.925vw, 24px);;
    /*font-size: 16px;*/
    line-height: 22px;
    letter-spacing: 1.5px;
    text-decoration: none;
    color: #000000;
    /* color: white;
    text-decoration: none;
    padding: 10px 15px;
    display: block;
    transition: background 0.3s ease; */
  }

  .nav ul.dropdown-menu li a {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 22px;
    letter-spacing: 1.5px;
    position: relative;
  }

  .nav ul.dropdown-menu{
    /* height: 83px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  }

  .nav ul.dropdown-menu li a:after {
    content: '';
    border-bottom: 1px solid #000;
    width: 140px;
    left: 10px;
    bottom: 0px;
    position: absolute;
}

.nav ul.dropdown-menu li a.last:after {
  content: '';
  border-bottom: unset;
  width: 140px;
  left: 10px;
  bottom: 0px;
  position: unset;
}
  
  /* .nav ul li a:hover {
    background: #444;
  } */
  
  /* .dropdown-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #333;
    min-width: 180px;
    z-index: 999;
    flex-direction: column;
  } */
  
  /* .dropdown-menu li a {
    padding: 10px 15px;
    white-space: nowrap;
  }
  
  .dropdown:hover .dropdown-menu {
    display: block;
  } */


  .dropdown {
    position: relative;
    display: inline-block;
}

/* .dropdown-menu {
  display: none !important;
    position: absolute;
    top: 57px;
    left: 0;
    background-color: white;
    border: unset !important;
    list-style: none;
    border-radius: 0px !important;
    padding: 0;
    margin: 0;
    width: 200px;
}

.dropdown.open .dropdown-menu {
  display: block !important;
  margin-top: -2px;
} */
 
/* .dropdown {
  position: relative;
} */

.dropdown-menu {
  display: none !important;
    position: absolute;
    top: 57px;
    left: 0;
    background-color: white;
    border: unset !important;
    list-style: none;
    border-radius: 0px !important;
    padding: 0;
    margin: 0;
    /* width: 200px; */
}

/* Show on hover */
.dropdown:hover .dropdown-menu {
  display: block !important;
  margin-top: -8px;
}

/* Also show if .open class is added (on click) */
.dropdown.open .dropdown-menu {
  display: block !important;
  margin-top: -8px;
}

/* .dropdown:hover .dropdown-menu {
  display: block;
} */



.dropdown-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: black;
    /* border-bottom: 2px solid #6e6e6e; */
}


/* .dropdown-menu li a.last {
  border-bottom: unset !important;
} */
/* .dropdown-menu li a:hover {
    background-color: #eee;
} */
  
  .menu-toggle {
    display: none;
    font-size: 24px;
    cursor: pointer;
  }
  
  .header .contact-button.desktop-contact  {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
    border: 1px solid #1c75bc;
    background: #fff;
    padding: 10px 20px;
    border-radius: 30px 30px 30px 30px;
    color: #1c75bc;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1.5;
    text-decoration: none;
    transition: background-color 0.4s ease, color 0.3s ease;
}

.header .contact-button.desktop-contact:hover{
  background: #1c75bc;
  border: 1px Solid transparent;
  color: #fff;
} 

.header .contact-button.desktop-contact:hover button{
  color: #fff;
} 

.header .contact-button.desktop-button button i.fa-regular.fa-envelope{
  font-size: 20px;
  font-weight: 400;
  color: #1c75bc;
  margin-right: 5px;
  transition: background-color 0.4s ease, color 0.3s ease;
}

.header .contact-button.desktop-button:hover button i.fa-regular.fa-envelope{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin-right: 5px;
}

/* .mail-icon-outline {
  font-family: 'Material Icons Outlined';
  font-size: 36px;
  color: #d93025;
  transition: color 0.3s ease;
  cursor: pointer;
} */



.header .contact-button img {
  width: 20%;
  margin-top: -2px;
}

.header .logo img{
  width: 204px;
  height: 44px;
}

.top-header{
  display: flex;
  justify-content: flex-end;
  /*background-color:red;*/
}

.top-header .social-icons{
  display: flex;
  gap: 20px;
   align-items: center;
   margin-right: 30px;
  /* justify-content: center;  */
}


.top-header .social-icons i{
  font-size: 20px;
  color: #fff;
}

.contact-button a{
  text-decoration: none;
  color: #1c75bc;
}

.menu-toggle {
  display: none;
  font-size: 28px;
  cursor: pointer;
}


.header .contact-button.desktop-contact button{
  background: unset;
  border: unset;
  color: #1c75bc;
}


    /* Header CSS Start */



    /* Banner Section CSS Start */

     /* .banner .swiper {
      width: 100%;
      height: 82vh;
    } */
    
    /* .banner .swiper-slide {
      background-size: cover;
      background-position: center;
      position: relative;
    }  */

    /* .banner .swiper-slide {
      position: relative;
      overflow: hidden;
    }
    
    .slide-image {
      position: absolute;
      inset: 0;
      z-index: 0;
    }
    
    .slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translateX(0); 
    }
    
    
    .banner .slide-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      color: white;
      opacity: 0;
    }
    
    .banner .slide-content h2 {
      white-space: nowrap;
      color: #fff;
      font-weight: 800;
      font-family: "Lato", sans-serif;
      font-size: 50px;
      line-height: 68px;
      margin: 0;
    }
    
    .banner .slide-content.two h2{
      width: 700px;
    }  */
    /* @media (max-width: 768px) {
      .banner .slide-content h2 {
        font-size: 32px;
        line-height: 44px;
      }
    } */

    /* .banner .swiper {
      width: 100%;
      height: 82vh;
      position: relative;
    }
    
    .banner .swiper-slide {
      position: relative;
      overflow: hidden;
    }
    
    .slide-image {
      position: absolute;
      inset: 0;
      z-index: 1;
    }
     */
    /* .slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translateX(100%); 
      transition: transform 1.2s ease-out; 
    } */

    /* .slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transform: translateX(0); 
      transition: transform 0.4s ease-out;
    }
    
    .slide-content {
      position: absolute;
      top: 30%; 
      left: 50%;
      z-index: 2;
      transform: translate(-50%, 50%);
      text-align: center;
      color: white;
      opacity: 1;
    }
    
    .slide-content h2 {
      color: #fff;
      font-weight: 800;
      font-size: 50px;
      line-height: 68px;
      font-family: "Lato", sans-serif;
      margin: 0;
    }
     */
    
    /* .banner .initial-bg {
      position: fixed;
      inset: 0;
      background: url('assets/img/banner/banner-one.png') no-repeat center center/cover;
      z-index: 9999;
      transition: opacity 0.8s ease;
  }

  .banner .initial-bg.hide {
      opacity: 0;
      pointer-events: none;
  }

  .banner .swiper {
      width: 100%;
      height: 100vh;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.8s ease;
  }

  .banner .swiper.ready {
      opacity: 1;
      visibility: visible;
  }

  .banner .swiper-slide {
      position: relative;
      overflow: hidden;
  }

  .banner .slide-image {
      position: absolute;
      inset: 0;
      z-index: 1;
  }

  .banner .slide-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
  }

  .banner .slide-content {
      position: absolute;
      z-index: 2;
      top: 50%;
      left: 50%;
      transform: translate(-50%, 30%);
      opacity: 0;
      color: #fff;
      text-align: center;
      transition: all 1.4s ease-in-out;
  }

  .banner .swiper-slide-active .slide-content {
      transform: translate(-50%, -50%);
      opacity: 1;
  }

  .banner h2 {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    line-height: 68px;
    font-family: "Lato", sans-serif;
    margin: 0;
  } */


  .banner .slider-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.banner .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform 1s ease-in-out;
}

.banner .slide-text-wrapper {
  width: 800px;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: white;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    z-index: 10;
}

.banner .slide-text-wrapper #welcome{
    font-size: 35px;
    color: red;
}

/*.banner .slide-text-wrapper h2:first-of-type{*/
/*    font-size: 50px;*/
/*}*/

.banner .slide-text-wrapper h2 {
  color: #fff;
  font-weight: 800;
  /*font-size: 3.47vw;*/
  font-size: 60px;
  line-height: 68px;
  font-family: "Lato", sans-serif;
    margin: 10px 0;
    opacity: 0;
    transform: translateY(100%);
    transition: all 1.5s ease;
    /* Slower transition for text */
}

.banner .slide-text-wrapper.show h2 {
    opacity: 1;
    transform: translateY(0);
}

.banner .slide-text-wrapper.hide h2 {
    opacity: 0;
    transform: translateY(-100%);
}


.banner-btn {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 11;
  margin-top: 20px;
  text-align: center;
}

.banner-btn a {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px 40px;
  background-color: rgba(14, 35, 51, 0.8); /* 80% opacity */

  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  font-family: "Lato", sans-serif;
  border-radius: 50px;
  transition: all 0.3s ease;
  /* box-shadow: 0 4px 12px rgba(0,0,0,0.15); */
}

.banner-btn a:hover {
  background-color: #1C75BC; 
  /* color: #fff;
  box-shadow: 0 6px 18px rgba(0,0,0,0.3); */
}


        /* Banner Section CSS End */

        /* About Us CSS Start */

        .about_us .about-content h2{
          font-family: "Lato", sans-serif;
          font-size: 35px;
          font-weight: 800;
          color: #1C75BC;
          line-height: 47px;
        }

        .about_us .about-content p{
          font-family: "Poppins", sans-serif;
          font-weight: 400;
          font-size: 17px;
          line-height: 26px;
          color: #6E6E6E;
          letter-spacing: 0px;
          text-align: justify;
        }

        .about_us .container {
          position: relative;
          top: -60px;
          /* left: 42%; */
          left: 570px;
          transform: translate(-50%, 0%);
          z-index: 99;
          backdrop-filter: blur(40px);
          box-shadow: 0px 0px 30px 0px #0000001A;
          background: #fff;
          border-radius: 30px 30px 0px 0px;
          padding: 30px 30px 30px 30px;
      }

      .about_us {
        background-color: #BCF1FF;
        /* position: relative; */
        z-index: 99;
        height: 465px;
    }


      .about_us .about-img {
        display: flex;
        justify-content: center;
        align-items: center;

      }

      .about_us .container  .row{
        display: flex;
        justify-content: center;
        align-items: center;
      }


      .about_us .about-img img{
        width: 90%;
      }

      .about_us .about-content{
        display: flex;
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        /* align-items: center; */

      }

      .about-btn button {
        display: flex;
        gap: 8px;
        align-items: center;
        background: #89959c;
        padding: 15px 30px;
        border: 1px solid transparent;
        border-radius: 30px 30px 30px 30px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        font-family: "Lato", sans-serif;
        line-height: 24px;
        transition: background-color 0.3s ease-in-out;
    }

    .about-btn button:hover {
      background-color: #1C75BC; 
  }

  .about-btn a{
    text-decoration: none;
  }

        /* About Us CSS End */


        /* Company Facilities CSS Start */

        .company_facilities .row{
          display: flex;
          justify-content: center;
          align-items: center;
          margin-top: 60px;
        }


        .company_facilities {
          padding: 50px 0px;
          position: relative;
          z-index: 1;
          background-image: url('../img/bg/company-facilities-bg.jpg');
          background-size: cover; 
          background-position: center; 
          background-repeat: no-repeat; 
          height: 550px; 
        }

        .company_facilities h2{
          font-size: 45px;
          font-family: "Lato", sans-serif;
          font-weight: 800;
          color: #fff;
          line-height: 59px;
          text-align: center;
        }

        .company_facilities .facilities-card {
          /* height: 292px; */
          width: 100%;
          background-color: #fff;
          display: flex;
          flex-direction: column;
          gap: 25px;
          justify-content: center;
          align-items: center;
          border-radius: 30px;
          padding: 20px;
          transition: all 0.6s ease;
          transform: translateY(0);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
        }
        
        
        .company_facilities .facilities-card:hover {
          background-color: #1c75bc;
          transform: translateY(-30px); 
          box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
        }

        .company_facilities .facilities-card:hover h3 {
          color: #fff;
        }

        .company_facilities .facilities-card:hover p {
          color: #fff;
        }

        /* .company_facilities .facilities-card:hover button{
          color: #fff;
        } */
        
        .company_facilities .facilities-card:hover .facilities-icon .fil1 {
          fill: #1F73BB; 
        }

    
        .company_facilities .facilities-card:hover .facilities-icon  .fil0{
          fill: #ffffff; 
        }
        
        
        

        .company_facilities .facilities-card h3{
          font-size: 24px;
          font-family: "Lato", sans-serif;
          font-weight: 800;
          color: #2d2d2d;
          line-height: 35px;
          text-align: center;
          transition: all 0.6s ease;
        }

        .company_facilities .facilities-card button{
          background-color: unset;
          border: unset;
          font-family: "Lato", sans-serif;
          font-size: 14px;
          font-weight: 600;
          line-height: 24px;
          color: #17A8CF;
          transition: all 0.6s ease;
        }


        /* .facilities-card .facilities-icon img{
      
        } */


        .facilities-icon {
          position: relative;
          width: 75px !important;
          height: 75px !important;
      }

      /* .facilities-icon .hover-icon{
        height: 75px;
        width: 75px;
        border-radius: 30px;
      } */
      
      .facilities-icon .icon {
          position: absolute;
          top: 0;
          left: 0;
          transition: opacity 0.3s ease-in-out;
          width: 100%;
          height: 100%;
      }
      
      .facilities-icon .hover-icon {
          opacity: 0;
      }
      
      .facilities-card:hover .hover-icon {
          opacity: 1;
      }
      
      .facilities-card:hover .default-icon {
          opacity: 0;
      }
      

      .company_facilities .facilities-card p {
        /* height: 100px; */
        font-size: 16px;
        font-weight: 400;
        line-height: 26px;
        font-family: "Poppins", sans-serif;
        color: #6E6E6E;
        text-align: center;
        transition: all 0.6s ease;
    }


      /* Company Facilities CSS End */


      /* Clients Section CSS Start */

      /* .clients-slider {
        background: #1c75bc;
        padding: 40px 0;
      }
      
      .clients-slider .swiper {
        width: 100%;
        height: 100px;
        margin: 0 auto;
      }
      
      .clients-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
      }
      
      .clients-slider .swiper-slide img {
        display: block;
        width: 200px;
        height: auto;
        object-fit: contain;
        transition: transform 0.3s ease, filter 0.3s ease;
        filter: grayscale(100%);
      } */
      
      /* .clients-slider .swiper-slide img:hover {
        transform: scale(1.05);
        filter: grayscale(0%);
      } */
      

      .clients-slider {
        background: #1c75bc;
        padding: 40px 0;
        width: 100%;
      }
      
      .clients-slider .swiper {
        width: 100%;
        height: auto;
      }
      
      .clients-slider .swiper-slide {
        display: flex;
        justify-content: center;
        align-items: center;
      }
      
      .clients-slider .swiper-slide img {
        width: 100%;
        max-width: 150px; 
        height: auto;
        object-fit: contain;
      }
      




          /* Clients Section CSS End */


          /* Our Products Home Page CSS Start */

          /* .our_products{
            padding: 50px 0px;
            display: flex;
            gap: 100px;
            justify-content: center;
            align-items: center;
          }

          .product-card.one .product-img img{
            height: 350px;
            width: 350px;
            border-radius: 30px;
          } */


          /* .product-card {
            position: relative;
            width: 380px; 
            overflow: hidden;
          }
          
          .product-img {
            position: relative;
          }
          
          .product-img img {
            width: 100%;
            display: block;
          }
          
          .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.6); 
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            border-radius: 30px;
          }
          
          .overlay-icon {
            position: absolute;
            top: 10px;
            right: 10px;
            color: white;
            font-size: 20px;
          }
          
          .overlay-text p {
            color: #fff;
            font-size: 35px;
            line-height: 47px;
            font-weight: 800;
            text-align: center;
            font-family: "Lato", sans-serif;
            width: 250px;
        }

        .product-center h2{
          font-family: "Lato", sans-serif;
          font-size: 45px;
          font-weight: 800;
          line-height: 59px;
          color: #1C75BC;
          text-align: center;
        } */


        /*
          


        .product-card {
          position: relative;
          width: 100%;
          max-width: 350px;
          height: 350px;
          overflow: visible;
      
        }
        
        .product-img {
          position: absolute;
          width: 100%;
          height: 100%;
          transition: transform 0.6s ease;
          z-index: 2;
        }

       
        .product-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        
        .img-overlay {
          position: absolute;
          inset: 0;
          background: rgba(0, 0, 0, 0.4);
          color: #fff;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          transition: opacity 0.6s ease;
        }
        
        .overlay-icon {
          font-size: 24px;
          margin-bottom: 10px;
        }
        
        .overlay-text-short p {
          color: #fff;
            font-size: 35px;
            line-height: 47px;
            font-weight: 800;
            text-align: center;
            font-family: "Lato", sans-serif;
            width: 250px;
        }
        
        .product-content {
          position: absolute;
          top: 0;
          right: -40%;
          width: 100%;
          height: 100%;
          background: #fff;
          padding: 20px;
          box-sizing: border-box;
          overflow-y: auto;
          transition: right 0.6s ease;
          z-index: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          opacity: 0;
        }
        
        .product-content h3 {
          margin-bottom: 10px;
          font-size: 20px;
        }
        
        .product-content p {
          font-size: 14px;
          color: #333;
        }
        
        .product-card:hover .product-img {
          transform: translateX(-80%);
        }

        .product-card-one:hover .product-img {
          transform: translateY(-80%);
        }
        
        .product-card:hover .product-content {
          right: 0;
          opacity: 1;
        }
        
        .product-card:hover .img-overlay {
          opacity: 0;
          pointer-events: none;
        }
         */




         /* .our_products {
          padding: 50px 0;
        }
        
        .product-wrapper {
          display: flex;
          justify-content: center;
          align-items: center;
          gap: 60px;
          flex-wrap: nowrap;
        }
        

        .product-center h2{
          font-family: "Lato", sans-serif;
          font-size: 45px;
          font-weight: 800;
          line-height: 59px;
          color: #1C75BC;
          text-align: center;
        } 
        

        .product-card {
          position: relative;
          width: 350px;
          height: 350px;
          overflow: visible;
        }
        
  
        .product-img {
          position: absolute;
          width: 100%;
          height: 100%;
          transition: transform 0.6s ease;
          z-index: 2;
          border-radius: 30px;
        }
        
        .product-img img {
          width: 100%;
          height: 100%;
          object-fit: cover;
        }
        
   
        .overlay,
        .img-overlay {
          position: absolute;
          inset: 0;
          background: rgba(0, 0, 0, 0.4);
          color: #fff;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          transition: opacity 0.6s ease;
          border-radius: 30px;
        }
        
        .overlay-text p,
        .overlay-text-short p {
          color: #fff;
          font-size: 28px;
          line-height: 38px;
          font-weight: 800;
          text-align: center;
          font-family: "Lato", sans-serif;
          width: 250px;
        }
        
        .overlay-icon {
          font-size: 24px;
          margin-bottom: 10px;
        }
        

        .product-content {
          position: absolute;
          top: 0;
          width: 100%;
          height: 100%;
          background: #fff;
          padding: 20px;
          box-sizing: border-box;
          overflow-y: auto;
          transition: all 0.6s ease;
          z-index: 1;
          display: flex;
          flex-direction: column;
          justify-content: center;
          opacity: 0;
        }
        

        .product-content h3 {
          font-size: 20px;
          margin-bottom: 10px;
        }
        
        .product-content p {
          font-size: 14px;
          color: #333;
        }
        
  
        .product-card.one .product-content {
          left: -100%;
        }
        .product-card.one:hover .product-img {
          transform: translateX(100%);
        }
        .product-card.one:hover .product-content {
          left: 0;
          opacity: 1;
        }
        .product-card.one:hover .overlay {
          opacity: 0;
          pointer-events: none;
        }
        

        .product-card:not(.one) .product-content {
          right: -100%;
        }
        .product-card:not(.one):hover .product-img {
          transform: translateX(-100%);
        }
        .product-card:not(.one):hover .product-content {
          right: 0;
          opacity: 1;
        }
        .product-card:not(.one):hover .img-overlay {
          opacity: 0;
          pointer-events: none;
        }
         */
      


              /* Our Products Home Page CSS Start */




              /* Footer CSS Start */


              footer {
                background-color: #0E2333;
                color: white;
                padding: 80px 80px 20px 80px;
                z-index:100 !important;
            }

            .address-card {
              display: flex;
              gap: 20px;
              align-items: flex-start;
              /* justify-content: center; */
          }

          .address-card p{
            font-size:17px;
            line-height: 17px;
            font-weight: 400;
            font-family: "Poppins", sans-serif;
          }

          .address-card p a{
            text-decoration: none;
            color: #fff;
            opacity:0.9;
          }


          .address-card i{
            margin-top: 5px;
          }

          .footer-links h2{
            font-family: "Lato", sans-serif;
            color: #fff;
            font-size: 25px;
            line-height: 35px;
            font-weight: 800;
          }

          .footer-links ul {
            list-style-type: none;
            padding-left: 10px;
          }

          .footer-links {
            margin-left: 100px;
        }

          .footer-links ul li {
            display: flex;
            gap: 8px;
            align-items: center;
            justify-content: flex-start;
            font-size: 17px;
            font-weight: 400;
            line-height: 17px;
            opacity:0.9;
            font-family: "Poppins", sans-serif;
            color: #fff;
            padding: 10px 0px;
          }

          .footer-links ul li a{
            text-decoration: none;
            color: #fff;
            opacity:0.9;
          }
          .footer-bottom {
            position: relative;
          }
          
          .footer-bottom::before {
            content: "";
            position: absolute;
            /* border-top: 1px solid #fff; */
            border-top: 1px solid rgba(255, 255, 255, 0.4);
            width: 100%;
            left: 50%;
            transform: translateX(-50%);
            top: 0px;
        }
          

          .footer-bottom p{
            padding-top: 15px;
            font-size: 14px;
            line-height: 24px;
            font-weight: 600;
            text-align: center;
            font-family: "Lato", sans-serif;
          }

        
                 /* Footer CSS End */


                 /* FAQ section CSS Start */
                 .faq{
                  padding: 80px 0px;
                 }

.faq .faq-title h2{
  font-family: "Lato", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 59px;
  text-align: center;
  color:#1C75BC;
  margin-bottom: 40px;
}

/* .faq button.accordion-button.collapsed {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
} */



/* .accordion-container {
  width: 100%;
  padding: 20px 20px;
  margin: auto;
}

.accordion-item {
  margin-bottom: 10px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-header {
  border-radius: 20px 20px;
  padding: 10px 15px;
  background-color: #f3f3f5;
  border: 1px solid #1C75BC;
  cursor: pointer;
  display: flex
;
  align-items: center;
  justify-content: flex-start;
  font-size: 16px;
  font-weight: bold;
}

.accordion-arrow {
  margin-right: 10px;
  font-size: 20px;
  transition: transform 0.3s ease;
}

.accordion-question {
  flex-grow: 1;
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}

.accordion-body {
  padding: 15px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  display: none;
}

.accordion-item.open .accordion-body {
  display: block;
}

.accordion-item.open .accordion-arrow {
  transform: rotate(180deg); 
} */


.accordion-container {
  width: 100%;
  padding: 10px 10px;
  border-radius: 20px;
  background-color: #f3f3f5;
  border: 1px solid #1C75BC;
  /* max-width: 600px; */
  margin: 0 auto;
}

.accordion-item {
  border: 1px solid #ccc;
  margin: 5px 0;
  border-radius: 5px;
}

.accordion-header {
  padding: 0px 25px;
  cursor: pointer;
  display: flex;
  gap: 50px;
  /* justify-content: center; */
  align-items: center;
}

.accordion-arrow {
  transition: transform 0.3s;
}

.accordion-question {
  font-size: 24px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #211F20;
}

/* .accordion-body {
  display: none;
  padding: 10px;
  border-top: unset;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 10px 40px;
  color: #211F20;
  transition: max-height 0.5s ease, padding 0.5s ease;
} */

.accordion-body {
  max-height: 0;
  overflow: hidden;
  /* transition: max-height 0.6s ease; */
  transition: max-height 0.6s ease, padding 0.6s ease;
  padding: 0 10px;
  font-size: 24px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  margin: 0 40px;
  color: #211F20;
}

.accordion-body.open {
  padding: 10px 0px;
  /* line-height: 20px; */
  margin-left: 25px;
  max-height: 200px;
}

.accordion-body p{
  font-size: 20px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  color: #211F20;
}




                   /* FAQ section CSS End */



                   /* About Inner CSS Start */

                   .about-inner{
                    padding: 80px 0px;
                   }

                   .about-inner .row{
                    display: flex;
                    justify-content: center;
                    align-items: flex-start;
                   }



                   .about-inner .inner-content h4{
                    font-family: "Lato", sans-serif;
                    font-size: 35px;
                    font-weight: 800;
                    color: #1C75BC;
                    line-height: 47px;
                   }

                   .about-inner .inner-content p{
                    font-family: "Poppins", sans-serif;
                    font-weight: 400;
                    font-size: 17px;
                    line-height: 26px;
                    color: #6E6E6E;
                    letter-spacing: 0px;
                    text-align: justify;
                   }


                   /* .about-inner .inner-content {
                    width: 90%;
                    margin-left: 80px;
                } */

                  /* .about-slider .swiper {
                    width: 100%;
                    height: 100vh;
                  }
                  .about-slider .swiper-slide {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-size: 40px;
                    color: white;
                  } */

                  

                  /* .inner-slider {
                    width: 100%;
                    height: auto;
                  }
                  
                  .inner-slider .swiper-slide {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                  } */
                  
                  /* .inner-slider .swiper-slide img {
                    max-width: 100%;
                    height: auto;
                    opacity: 0;
                    transform: scale(1.05);
                    transition: opacity 1s ease, transform 1s ease;
                  } */
                  
             
/* .fade-in {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}

.inner-slider .swiper-slide img {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
} */


/* Start with images visible but allow for fade effect */
/* .inner-slider .swiper-slide img {
  opacity: 0;
  transform: scale(0.95);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}


.inner-slider .swiper-slide-active img.fade-in {
  opacity: 1;
  transform: scale(1);
} */


/* Default state: move image down slightly & invisible */
/* .inner-slider .swiper-slide img {
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 1s ease, transform 1s ease;
} */

/* When active slide, bring it into place */
/* .inner-slider .swiper-slide-active img.slide-in {
  opacity: 1;
  transform: translateY(0);
} */


/* .slider-container.about {
  width: 100%;
  max-width: 600px;
  margin: 50px auto;
  overflow: hidden;
  position: relative;
}

.slider-container.about .slider {
  display: flex;
  transition: transform 1s ease-in-out;
}

.slider-container.about .slider img {
  width: 560px;
  height: 557px;
  opacity: 0;
  position: absolute;
  transition: opacity 1s ease-in-out;
}

.slider-container.about .slider img.active {
  opacity: 1;
  position: relative;
}
                   */


                   .slider-container.about {
                    /* width: 85%; */
                    max-width: 600px;
                    margin: 50px auto;
                    overflow: hidden;
                    position: relative;
                    left: 50%;
                    transform: translate(-40%, 5%);
                }
                
                .slider-container.about .about-slider {
                    display: flex;
                    transition: transform 1s ease-in-out;
                }
                
                .slider-container.about .about-slider img {
                    width: 100%;
                    height: auto;
                    opacity: 0;
                    position: absolute;
                    transition: opacity 1s ease-in-out;
                }
                
                .slider-container.about .about-slider img.active {
                    opacity: 1;
                    position: relative;
                }
       

  /* About Inner CSS End */


  /* Facilities Inner CSS Start */


/* Overall section */
/* Overall section */
.facilities {
  padding: 120px 0px 80px 0px;
}

.facilities-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap; /* Allow wrapping of cards */
}

/* Heading */
.facilities-center h2 {
  font-family: "Lato", sans-serif;
  font-size: 45px;
  font-weight: 800;
  line-height: 59px;
  color: #1C75BC;
  text-align: center;
}

.facilities .facilities-card {
  position: relative;
  width: 350px;
  height: 350px;
  overflow: visible;
  border-radius: 30px;
  /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); */
}

.facilities-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease;
  z-index: 1000; 
  border-radius: 30px;
  border: 1px solid transparent;
}

.facilities-img img {
  width: 100%;
  height: 100%;
  z-index: 10; 
  object-fit: cover;
}

/* Overlay styling */
.overlay-new {
  width: 333px;
  height: 333px;
  position: absolute;
  top: 0px;
  left: 8px;
  right: 0;
  bottom: 5px;
  background: rgba(44, 44, 44, 0.33);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.6s ease;
  border-radius: 30px;
}

.overlay-icon {
  font-size: 40px; 
  position: absolute;
  top: 25px;
  right: 25px;
  color: #c2c2c2;
  transition: font-size 0.3s ease;
}

/* .facilities-content {
  position: absolute;
  top: 60px;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 1;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: all 0.6s ease;
  border-radius: 30px;
  border: 2px solid red;
} */

.facilities-content {
  opacity: 0;
  transform: translateY(0);
  top: 0;
  transition:
    opacity 0.6s ease-in,
    transform 0.6s ease-in,
    top 0.6s ease-in,
    border 0.3s ease-in; 
}

.facilities-content h3 {
  font-size: 30px;
  font-weight: 800;
  line-height: 47px;
  text-align: center;
  font-family: "Lato", sans-serif;
  margin-bottom: 10px;
  color: #0e2333;
}

.facilities-content p {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  color: #6E6E6E;
}

.facilities-content p span{
  color: #000;
}

.facilities-card:hover .facilities-img {
  transform: translateY(35%);
  /* z-index: -1; */
}

/* .facilities-card:hover .facilities-content {
  opacity: 1;
  transition: opacity 0.6s ease;
  transform: translateY(-50%);
  top: 10px;
  border: 2px solid black;
} */
.facilities-card:hover .facilities-content {
  opacity: 1;
  transform: translateY(-80%);
  top: 100px;
  margin-top: 70px;
  /* z-index: -2; */
}

.facilities-card.two:hover .facilities-img {
  transform: translateY(45%);
  /* z-index: -1; */
}

.facilities-card.two:hover .facilities-content {
  opacity: 1;
  transform: translateY(-90%);
  top: 100px;
  margin-top: 130px;
  /* z-index: -2; */
}

.facilities-card:hover .overlay-icon {
  display: none;

}

.facilities-card:hover .overlay-new{
  display: none;
}


    /* Facilities Inner CSS End */



    /* Career Section CSS Start */

    .career_sec {
      padding: 0px 0px 80px 0px;
      position: relative;
      bottom: -70px;
  }

    .career_sec .career-top h3{
font-size: 35px;
font-weight: 800;
font-family: "Lato", sans-serif;
line-height: 47px;
color: #1C75BC;
margin-bottom: 30px;

    }

    
    .career_sec .career-top p{
      font-size: 17px;
      font-weight: 400;
      line-height: 26px;
      font-family: "Poppins", sans-serif;
      color: #2D2D2D;
      text-align: justify;
      margin-bottom: 20px;
          }

.career_sec .career-form{
  margin-top: 80px;
}

.career-form{
  display: flex;
}

.career_sec .career-img img {
  width: 750px;
  /* height: 400px; */
}

.career_sec .enquiry-form {
  background: #ddd;
  padding: 22px 50px;
  width: 610px;
}
.career_sec .enquiry-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 20px;
}

.career_sec .enquiry-form .form-group label {
  font-size: 16px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #222222;
  margin-bottom: 5px;
}

.career_sec .enquiry-form .form-group  input::placeholder,
.career_sec .enquiry-form .form-group textarea::placeholder {
  color: #667085;        
  font-size: 16px;
  font-family: "Poppins", sans-serif;
}

.career_sec .enquiry-form .form-group  input:focus-visible {
  outline: none;
  box-shadow: none;
}


.career_sec .enquiry-form .form-group input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: #f0f1f3;
  height: 44px;
  border-radius: 50px;
  border: 1px solid transparent;
  padding: 0px 15px;
}


.career_sec .enquiry-form button{
  font-size: 20px;
  width: 100%;
  padding: 10px 10px;
  font-weight: 700;
  font-family: "Lato", sans-serif;
  color: #fff;
  background: #1C75BC;
  border: 1px solid transparent;
  border-radius: 50px;
  text-align: center;
}
    /* Career Section CSS End */


    /* Blogs Section CSS Start */

.blogs_sec{
  padding: 80px 0px;
}

.blogs_sec .blogs-content h3{
  font-size: 35px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 47px;
  color: #1C75BC;
}


.blogs_sec .blogs-content p.blue-text{
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #17A8CF;
  text-align: justify;
}

.blogs_sec .blogs-content p{
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #6E6E6E;
  text-align: justify;
}

.blogs_sec .blogs-content h6{
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #0E2333;
  text-align: justify;
}

.blogs_sec .blogs-content ul{
  padding-left: 25px;
}

.blogs_sec .blogs-content ul li{
  font-size: 17px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Poppins", sans-serif;
  color: #6E6E6E;
  text-align: justify;
}


.blogs_sec .blogs-img img {
  width: 350px;
  height: 950px;
}



        /* Blogs Section CSS End */


        /* Products Inner CSS Start */


        .products_sec{
          padding: 80px 0px;
        }
        
        .products_sec .products-content h3{
          font-size: 35px;
          font-family: "Lato", sans-serif;
          font-weight: 800;
          line-height: 47px;
          color: #1C75BC;
        }
        
        
        .products_sec .products-content p.product-text{
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #17A8CF;
          text-align: justify;
        }
        
        .products_sec .products-content p{
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #6E6E6E;
          text-align: justify;
        }
        
        .products_sec .products-content h6{
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #0E2333;
          text-align: justify;
        }
        
        .products_sec .products-content ul{
          padding-left: 25px;
        }
        
        .products_sec .products-content ul li{
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #6E6E6E;
          text-align: justify;
        }
        
        .products_sec .carbon-img img{
          height: 687px;
          width: 500px;
        }

      .products_sec .carbon-img.aid img {
    height: 687px;
    width: 400px;
    border-radius: 30px;
}
      
        .products_sec .product-inner h3{
          font-size: 35px;
          font-family: "Lato", sans-serif;
          font-weight: 800;
          line-height: 47px;
          color: #1C75BC;
          margin-bottom: 40px;
        }


        .products_sec .product-inner h4{
          font-size: 20px;
          font-family: "Lato", sans-serif;
          font-weight: 800;
          line-height: 29px;
          color: #1C75BC;
          margin-bottom: 10px;
        }


        .products_sec .product-inner p{
          font-size: 17px;
          font-weight: 600;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #2D2D2D;
          text-align: justify;
          margin-bottom: 30px;
        }

        .products_sec .product-inner{
margin-top: 40px;
        }

        .products_sec .product-inner .inner-img{
          width: 100%;
        }

        .products_sec .product-inner  p.product-text{
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #17A8CF;
          text-align: justify;
        }
        
        .product-inner ul{
          padding-left: 0px;
        }

        .product-inner ul li {
          list-style-type: none;
          padding: 10px 0px;
        }

        .product-inner ul li .pac-list{
          display: flex;
          gap: 20px;
          align-items: flex-start;
        }

        .product-inner ul li .pac-list .pac-icon{
margin-top: 0px;
        }

        .product-inner ul li .pac-list p{
          font-size: 17px;
          font-weight: 400;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #6E6E6E;
          text-align: justify;
        }

        .product-inner ul li .pac-list p.strong{
          color: #2d2d2d;
        }

        .product-inner ul li .pac-list .pac-text strong{
          font-weight: 500;
        }

        .product-inner ul.points{
          padding-left: 60px;
        }

        .product-inner ul.points strong{
          font-weight: 500;
        }

        .product-inner.benefits ul li strong{
          font-weight: 500;
          /* color: #101010; */
        }

        .product-inner.radio .inner-img.one img{
          width: 620px;
          height: 330px;
        }

        .product-inner.filter  ul.points{
          padding-left: 10px;
        }

        .product-inner.filtration h3{
          font-size: 20px;
          font-weight:500;
          line-height: 26px;
          font-family: "Poppins", sans-serif;
          color: #17A8CF;
          margin-bottom: 10px;
        }

        .product-inner.filtration .pac-text strong {
          font-weight: 400;
          color: #000;
      }

        .product-inner.filtration ul li .pac-list {
          align-items: center;
          display: flex;
          gap: 20px;
      }

      .product-inner.filtration p{
        margin-bottom: 15px;
      }

      .product-inner.bottom span{
        color: #17A8CF;
        font-weight: 500;
      }

      .product-inner.bottom p.product-text{
        font-size: 17px;
        font-weight:400;
        line-height: 26px;
        font-family: "Poppins", sans-serif;
        color: #6e6e6e;
      }

      .product-inner.filtration .pac-icon {
        height: 100px;
        width: 110px;
    }
          /* Products Inner CSS End */


          /* Our Products Section New CSS Start */


          .our-products {
            display: flex;
            align-items: center;
            justify-content: center;
            padding: 80px 0px;
            gap: 120px;
            flex-wrap: wrap;
        }
    
        .our-products  .product-box {
            position: relative;
            width: 350px;
            height: 350px;
            cursor: pointer;
            /* border-radius: 12px;
            background-color: #fff; */
        }
    
        .our-products  .image-container {
            position: absolute;
            inset: 0;
            transition: transform 0.6s ease;
            z-index: 2;
        }
    
        .our-products  .image-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 12px;
        }
    
        .our-products  .overlay {
            position: absolute;
            inset: 0;
            background: linear-gradient(to bottom right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
            border-radius: 30px;
            z-index: 3;
        }
    
        .our-products  .top-left-icon {
            position: absolute;
            top: 30px;
            right: 30px;
            color: #c2c2c2;
            font-size: 40px;
            z-index: 4;
        }
    
        .our-products  .center-overlay-text {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 35px;
            line-height: 47px;
            font-weight: 800;
            font-family: "Lato", sans-serif;
            color: #fff;
            z-index: 4;
            text-align: center;
            width: 250px;
        }
    
        .our-products  .product-content {
            position: absolute;
            top: 0px;
            width: 100%;
            height: 100%;
            /* background: #fff; */
            padding: 15px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            z-index: 1;
            opacity: 0;
            transform: translateY(60px);
            transition: opacity 0.6s ease-in, transform 0.6s ease-in, top 0.6s ease-in, border 0.3s ease-in;
        }
    
        .our-products  .product-content h3 {
            font-size: 30px;
            font-weight: 800;
            line-height: 47px;
            text-align: center;
            font-family: "Lato", sans-serif;
            margin-bottom: 10px;
            color: #0e2333;
        }
    
        .our-products  .product-content p {
            font-family: "Poppins", sans-serif;
            font-size: 14px;
            font-weight: 400;
            line-height: 26px;
            text-align: center;
            color: #6E6E6E;
        }
    
        .our-products  .product-box.left:hover .image-container {
            transform: translateX(110%);
        }
    
        .our-products  .product-box.right:hover .image-container {
            transform: translateX(-100%);
        }
    
        .our-products  .product-box:hover .product-content {
            opacity: 1;
            transform: translateY(0px);
        }
    
        .our-products  .product-box:hover .center-heading {
            text-align: center;
            max-width: 200px;
        }
    
    
        .our-products  .product-box:hover .top-left-icon {
            display: none;
        }
    
        .our-products  .center-heading h2 {
            font-family: "Lato", sans-serif;
            font-size: 45px;
            font-weight: 800;
            line-height: 59px;
            color: #1C75BC;
            text-align: center;
            width: 200px;
        }
    
        .our-products  .product-content button {
            background: unset;
            border: unset;
    
        }
    
        .our-products  .product-content button a {
            text-decoration: none;
            color: #000;
        }
    
        .our-products  .image-container,
        .our-products  .top-left-icon,
        .our-products  .center-overlay-text,
        .our-products  .product-content button a {
            cursor: pointer;
        }







             /* Our Products Section New CSS End */



             /* Contact Us CSS Start */

             .contact_us {
              display: flex
          ;
              justify-content: center;
              align-items: center;
              padding: 80px 0px;
              background-image: url(../img/bg/contact-us-bg.png);
              background-position: center center;
              background-repeat: no-repeat;
              background-size: cover;
          }


          .contact-container {
            background: rgba(255, 255, 255, 0.9);
            display: flex
        ;
            max-width: 1200px;
            border-radius: 30px;
            overflow: hidden;
            box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        }
        
        .contact-form {
          padding: 25px 100px;
          flex: 1;
      }
        
            /* .contact-form h2 {
              font-size: 28px;
              font-weight: 600;
              margin-bottom: 30px;
              color: #122032;
            } */
        
            /* .contact-form .input-group {
              display: flex;
              gap: 20px;
              margin-bottom: 20px;
            } */
        
            .contact-form input,
            .contact-form textarea {
              width: 100%;
              padding: 12px 15px;
              border-radius: 25px;
              border: 1px solid #0E2333;
              /* border: 1px solid #6E6E6E; */
              font-size: 14px;
              outline: none;
              margin: 15px 0px;
            }
        
            .contact-form textarea {
              height: 100px;
              resize: none;
            }
        
            .send-btn {
              margin-top: 20px;
              padding: 12px 30px;
              border: none;
              border-radius: 25px;
              background-color: #2c3e50;
              color: #fff;
              font-size: 14px;
              font-weight: 600;
              line-height:24px;
              cursor: pointer;
              transition: background 0.3s ease;
            }
        
            .send-btn:hover {
              background-color: #1a252f;
            }
        
            /* .contact-image {
              flex: 1;
              background: url('https://images.unsplash.com/photo-1581090700227-1e8eaf3b2f80?auto=format&fit=crop&w=700&q=80') no-repeat center center/cover;
            } */

            .contact-form textarea {
              resize: none;
              height: 100px;
              width: 100%;
              padding: 12px 15px;
              border-radius: 25px;
              /* border: 1px solid #0E2333; */
              border: 1px solid #6E6E6E;
              font-size: 14px;
              outline: none;
            }


.contact-form h2{
  font-family: "Poppins", sans-serif;
  font-size: 40px;
  font-weight: 600;
  color: #0E2333;
}

.contact-image {
  width: 40%;
}

.contact_us .contact-form input::placeholder,
.contact_us .contact-form  textarea::placeholder {
  color: #6E6E6E;        
  font-size: 16px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

                   /* Contact Us CSS End */
                   
                   
                   
                   
                   
                   /*Responsive CSS Start*/

                   @media (min-width:1400px){
                       
                       body,
p,
h1, h2, h3, h4, h5, h6,
span,
li,
a {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

/*body{*/
/*         background: #fafafa;*/
/*}*/


                   .nav ul li a {
                      font-size: 15px; 
                      line-height: 20px;
                      letter-spacing: 1.2px;
                    }
                  
                    .nav ul li a {
                      font-size: 15px; 
                      line-height: 20px;
                      letter-spacing: 1.2px;
                    }
                    
                     .accordion-question {
                           /*font-size: 1.38vw;*/
                           font-size: 24px;
                          letter-spacing: unset;
                         
                      }
                      
                          .accordion-body p {
                        /*font-size: 1.38vw;*/
                        font-size: 20px;
                          font-weight: 500;
                      }
                      
                  
                      
                        .banner .slide-text-wrapper h2 {
                      font-size: 52px; 
                      line-height: 60px;
                    }
                    
                    .about_us .container {
                      left: 660px;
                    }
                    
                    .about_us {
                      height: 544px;
                      
                  }
                  
                  .company_facilities .facilities-card {
                      min-height: 300px;
                      /*width: 22.74vw;*/
                      padding: 25px;
                      /*border: 2px solid red;*/
                      
                  }
                  
                     .company_facilities .col-xs-12.col-sm-12.col-md-4.col-lg-4 {
                         display: flex;
                         justify-content: center;
}

.about_us .about-content h2 {
    font-size: 2.02vw;
}


.about_us .about-content p {
    font-size: 0.98vw;
                  }
                  
                    .company_facilities .facilities-card h3 {
    font-size: 22px;
    line-height: 30px;
  }
  
    .company_facilities .facilities-card p {
    font-size: 15.5px;
    line-height: 24px; 
  }
  
  .address-card p {
      font-size: 0.98vw;
  }
  
  .footer-links ul li {
      font-size: 0.98vw;
  }
  
.footer-links h2{
    font-size: 1.44vw;
}

.products_sec .products-content h3 {
    font-size: 2.02vw;
           
}



    .company_facilities .facilities-card p {
        height: 50px;
    }
    
    .dropdown-menu{
        width: 180px;
    }
    
     .about-inner {
        padding: 60px 160px;
        background: #fafafa;
    }

    .about-inner .inner-content h4 {
        font-size: 2.02vw;
        font-weight: 800;
    }
    
    .about-inner .inner-content p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14.6px;
    margin-bottom: 30px;
    line-height: 22px;
    color: #6E6E6E;
    letter-spacing: 0px;
    text-align: justify;
}
    
        .products_sec .products-content p.product-text {
            word-spacing: 0.5px;
        /*font-size: 0.98vw;*/
        /*font-weight: 400;*/
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #17A8CF;
        letter-spacing: 0px;
        margin-bottom: 10px;
        text-align:justify;
                 -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
               
    }
    
/*    .career_sec {*/
/*    padding: 0px 0px 80px 0px;*/
/*    position: relative;*/
/*    bottom: -70px;*/
/*    background: #fafafa;*/
/*}*/
    
        .products_sec .products-content p{
           
           word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en; /* Ensure correct hyphenation rules for English */
            /*color: red;*/
                  
        }
        
        .facilities {
    padding: 80px 0px 70px 0px;
}
    
.slider-container.about {
        width: 85%;
        max-width: 600px;
        margin: -30px 0px 0px -40px;
    }

    .facilities-content p {
        font-size: 14.5px;
        line-height: 27px;
        letter-spacing: 0px;
    }
    
        .facilities-center h2 {
        font-size: 2.6vw;
        line-height: 52px;
        margin-top: -90px;
    }
    
    .facilities-wrapper {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 100px;
    flex-wrap: wrap;
}
    
    .facilities-card.two:hover .facilities-img {
    transform: translateY(65%);
    /* z-index: -1; */
}

.facilities-card.two:hover .facilities-content {
    opacity: 1;
    transform: translateY(-65%);
    top: 100px;
    margin-top: 130px;
    /* z-index: -2; */
}


.products_sec .products-content h6 {
    font-size: 0.98vw;
          
}

.products_sec .products-content ul li {
    /*font-size: 0.98vw;*/
    /*font-weight: 400;*/
    /*letter-spacing: 1px;*/
                word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
    /*color: red;*/
}

.products_sec .product-inner h3 {
    font-size: 2.02vw;
      
}

.products_sec .product-inner p{
    /*font-size: 0.98vw;*/
    /*font-weight: 300;*/
    /*color: red;*/
          word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
            
}

.products_sec .product-inner h3 {
    font-size: 2.02vw;
           
}

.products_sec .product-inner p.product-text {
    /*font-weight: 400;*/
    /*font-size: 0.98vw;*/
          word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
         
}

.product-inner ul li .pac-list p {
    /*font-weight: 400;*/
    /*font-size: 0.98vw;*/
          word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
             
}

.product-inner .points li{
    /*font-weight: 400;*/
    /*font-size: 0.98vw;*/
          word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
        font-weight: 400;
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
          
}

.products_sec .product-inner h4 {
    font-size: 1.15vw;
          
}

.career_sec .career-img img {
     width: 800px; 
    
}

.career_sec .enquiry-form {
        width: 100%;
    }

.career_sec .career-top p {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 14.5px;
    line-height: 24px;
    color: #2D2D2D;
    letter-spacing: 0px;
    margin-bottom: 10px;
    /*text-align: justify;*/
}


/*.products_sec .products-content{*/
/*    margin-left: 10vw;*/
/*}*/

.products_sec .carbon-img {
    /*margin-right: 10vw;*/
    /*display: block;*/
    /*align-items: center;*/
    /*height: 39.75vw;*/
    /*width: 20.25vw;*/
  
}

.products_sec .container {
    padding: 0px 160px;
}



    .products_sec .carbon-img.active img {
        /* margin-left: 20px; */
        /* z-index: -1; */
        width: 300px;
        height: 540px;
        margin-top: 20px;
        /*border: 1px solid red;*/
        border-radius: 30px;
        object-fit: contain;
        /*padding: 0px 10px;*/
    }

.products_sec .product-inner .inner-img {
    width: 600px !important;
}


.products_sec .container.product-inner.carbon{
    /*width: 1220px;*/
    margin-left: 60px;
}

.products_sec .container.product-inner.carbon p{
    font-weight: 700;
          word-spacing: 0.5px;
              font-family: "Poppins", sans-serif;
    
        font-size: 14.9px;
        line-height: 24px;
        color: #6E6E6E;
        letter-spacing: unset;
        margin-bottom: 10px;
        text-align:justify;
             -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  lang: en;
}

.products_sec .carbon-img.aid img {
    height: 687px;
    width: 350px;
    border-radius: 30px;
    margin-left: 60px;
}

    .products_sec .container.earth {
        padding: 0px 0px;
    }
    
    .product-inner.radio .inner-img.one img {
    width: unset;
    height: 280px;
}

    .products_sec .product-inner.radio .inner-img.two img {
        width: unset;
         height: 280px;
         margin-left: 30px;
    }


    .career-top {
        padding: 0px 140px;
        margin-top: -40px;
        margin-bottom: -40px;
    }
    
    .products_sec {
        padding: 50px 0px;
        background: #fafafa;
    }

   .carbon-img.active {
        margin-top: 60px;
        margin-left: 20px;
        /* border: 1px solid red; */
        border-radius: 30px;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
        background: #fff;
    }
/*.products_sec.radio .col-lg-8{*/
/*    width*/
/*}*/

.products_sec .container.product-inner.carbon .inner-img img{
  width: 1000px;    
}

/*.products_sec .carbon-img img {*/
/*    width: 250px;*/
/*    height: 500px;*/
/*}*/


/*@supports (-webkit-appearance: none) {*/
/*.products_sec .products-content h3 {*/
/*    color: #228fe6;*/
/*    font-weight: 800;*/
/*}*/
/*}*/
/*        .career-form .enquiry-form .form-group input{*/
/*            width: 400px;*/
/*        }    */
        
/*            .career-form .enquiry-form .form-group.email input{*/
/*            width: 200px;*/
/*        } */
        
/*        .career_sec .enquiry-form .form-group label {*/
/*    width: 200px;*/

/*}*/

.career_sec .enquiry-form {
    background: #ddd;
    padding: 20px 160px 20px 50px;
    /*width: 610px;*/
}

.career_sec .enquiry-form .form-group label {
    font-size: 14.5px;
    font-weight: 700;
    font-family: "Lato", sans-serif;
    color: #222222;
    margin-bottom: 5px;
}

.career_sec .enquiry-form .form-group  input::placeholder,
.career_sec .enquiry-form .form-group textarea::placeholder {
  color: #667085;        
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

.career_sec .enquiry-form button {
    margin-top: 20px;

}
                   }