@import url('https://fonts.googleapis.com/css2?family=Adamina&family=Amaranth:ital,wght@0,400;0,700;1,400;1,700&family=Brawler:wght@400;700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css");

*{
    margin: 0px;
    border: 0px;
    box-sizing: border-box;


}
body{
   font-family: 'Poppins', sans-serif;
}

h1{
    font-size: 52px;
    font-weight: 600;

}

h2{
    font-size: 25px;
    font-weight: 600;
 
}
p{
  font-weight: 300;
   font-size: 16px;
}

h3{
    font-size: 18px;
    font-weight: 300;
    
}
span {
    color: black;
  
}
a{
    color: black;
}



.header-outer {
     width: 100%;
     
    position: fixed;
     padding:  0;
    left: 0;
    right: 0;
	top: 0;
    z-index: 1000;
	

}

.header-outer::before {
    content: "";
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    pointer-events: none;
    opacity: 1;
    z-index: -1;
    width: 100%;
    height: 100%;
    transition: all .25s linear;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-mask-image: linear-gradient(#000 50%, transparent 100%);
    mask-image: linear-gradient(#000 50%, transparent 100%);
}

.header-outer .container {
      position: relative;
        display: grid;
    align-items: center;
    justify-content: space-between;
    height: 100%;
   margin: 0 auto;
    padding: 0px 30px;
    
    background: #fff;
    border-radius: 0px;
    grid-template-columns: 40% 60%;
    box-shadow: 0 2px 14px rgba(0, 0, 0, .06);
}


.header-left img {
    
    width: 23%;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}


.header-right ul#mega-menu-menu-1 li a{
    color: #000;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    grid-gap: 0 15px !important;
    justify-content: flex-end;
}

#mega-menu-wrap-menu-1 {
    background: #fff;
    font-size: 16px;
    font-weight: 500;
}
#mega-menu-wrap-menu-1, #mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    background: #fff !important;
}
.mega-current_page_item {
    background-color: transparent;
    font-weight: 500;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item.mega-current-menu-item.mega-page_item>a.mega-menu-link {
    background: transparent;
    color: #000 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent;
    color: #2b810e;
    font-weight: 500;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link, #mega-menu-wrap-menu-1 #mega-menu-menu-1>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
    background: transparent !important;
    font-weight: 500 !important;
}
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link{
    color: #000;
   font-size: 16px;
    font-weight: 500;
    padding: 0px;
    text-transform: capitalize;
}


#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item > a.mega-menu-link:focus{
    background:transparent;
    color: #2b810e;
    font-weight: 500;

}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    background-color: #fff !important;
    color: #000;
    
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
    background-color: #dddddd;
    font-weight: normal;
    text-decoration: none;
    color: #000;
}


.page-header {
    display: none;
}




/* Active / current page state */
#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.menu-contact.mega-current-menu-item > a.mega-menu-link {
    background: #f11a25 !important;
    color: #000 !important;
}


p.elementor-icon-box-description {
    font-weight: 600;
    font-size: 18px;
    color: #000 !important;
}

.our-certificate img {
    width: 200px;
    /* height: 200px; */
}

.our-certificate {
    justify-content: center !important;
    display: flex;
}

.page-header .entry-title{
    display: none;
}
.home-banner-outer .swiper-slide-inner .elementor-image-carousel-caption {
       position: absolute;
    top: 28%;
    left: 6%;
    width: 55%;
    text-align: start;
}
.home-banner-outer .swiper-slide-inner .elementor-image-carousel-caption h1{
    text-align: start;
    color: white;
}
.home-banner-outer .swiper-slide-inner .elementor-image-carousel-caption p{
    text-align: start;
    margin-top: 20px;
    width: 63%;
        color: white;

}
.home-banner-outer .swiper-slide-inner .swiper-pagination .swiper-pagination-clickable .swiper-pagination-bullets .swiper-pagination-horizontal {
    position: absolute;
    bottom: 14%;
}



.elementor-icon-box-title span{
    color: black;
}



 .home-supplychain-outer .elementor-icon-box-icon span.elementor-icon {
 
 background: #29880f;
    padding: 9px;
    border-radius: 50%;
} 


.home-supplychain-outer .left-grid .home-iconbox p{
   font-size: 14px;
  
    
}


.home-tvs-soluction-outer .tvs-grid .grid .elementor-icon{
   background-color: none;
}



.elementor-element.elementor-element-9c7bc2b.e-con-full.e-flex.e-con.e-child {
    border-left-color: #ebca6e;
}
.elementor-element.elementor-element-8a85427.e-con-full.e-flex.e-con.e-child {
     border-left-color: #ebca6e;
}
.elementor-element.elementor-element-9aca31e.e-con-full.grid-6.e-flex.e-con.e-child{
border-left-color: #ebca6e;
}
.elementor-element.elementor-element-9bc6936.e-con-full.grid-6.e-flex.e-con.e-child{
border-left-color: #ebca6e;
}
.elementor-element.elementor-element-8f2f69e.e-con-full.grid-6.e-flex.e-con.e-child{
border-left-color: #ebca6e;
}
.elementor-element.elementor-element-4f0fc79.e-con-full.grid-6.e-flex.e-con.e-child{
border-left-color: #ebca6e;
}
.elementor-element.elementor-element-0aaaa22.e-con-full.grid-6.e-flex.e-con.e-child
 {
    border-left-color: #ebca6e;
}


/* supply chain */
.home-supplychain-outer .supplychain-title h3{
 color: #29880f;
   font-size: 15px;
   font-weight: 700;
}

.home-cleaner-air-outer .home-cleaner-air-grid-box h3 a{
    font-weight: 600;
	    color: #fff
}


/* our key sector section start */

/* Make inner container relative */
.home-key-sector-outer .swiper-slide-inner {
    position: relative;
    overflow: hidden;
}

/* Apply overlay ONLY on image container */
.home-key-sector-outer .swiper-slide-inner::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0px; /* stays inside image only */
    background: rgba(0,0,0,58%);
    opacity: 0;
    transition: 0.5s ease;
}

/* Hover effect */
.home-key-sector-outer .swiper-slide:hover .swiper-slide-inner::after {
    opacity: 1;
}

.swiper-slide-inner img {
    display: block;
    width: 100%;
}

.home-cleaner-air-grid-box:hover .cleaner-air img {
    transform: scale(1.08);
}
.cleaner-air img{
    transition: transform 0.4s ease;
    width: 100%;
}

.cleaner-air {
    overflow: hidden;
}
/* our key sector section end */


/* services section */

.services-customized-outer .services-grid .grid-content h3{
    font-weight: 600;
    font-size: 25px;
}

/* contact section */

.productcontact-form li{
    margin-top: 40px;
}

input .wpcf7-form-control .wpcf7-text.wpcf7-validates-as-required {
    margin-bottom: 20px;

}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required

 {
    margin-bottom: 26px;
}

.elementor-element.elementor-element-f54b7a9.elementor-widget.elementor-widget-text-editor {
    margin: -38px;
    padding: 0px;
    margin-left: 30px;
}
.productcontact-form{
    list-style-type: none;
    margin: 0px;
    padding: 0px;
     
}
.productcontact-form .prosubject{
    margin-top: -13px;
    margin-bottom: -5px;
   

}
  .productcontact-form .promessage{
     margin-top: 0px;
    margin-bottom: 0px;
    
  }
  input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #29880f;
    color: white;
    border: none;
    padding: 10px 30px;
    background-color:#deffde ;
}


input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
  background-color:#deffde ;
  border: none;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #29880f!important;
    color: white;
    border: none;
    padding: 10px 30px;
    
}

.elementor-element.elementor-element-beb689c.e-flex.e-con-boxed.e-con.e-parent.e-lazyloaded

 {
    margin: 0px;
    padding: 0px;
}

.elementor-icon-box-content .elementor-icon-box-title span{
    margin: 0px !important;
    padding: 0px !important;
}
.elementor-icon-box-content h3{
     margin: 0px !important;
    padding: 0px !important;
}

.home-it-works-outer .it-works-heading span{
    color: #f5e486;
}


.home-cleaner-air-grid-box {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}


/* footer start */
section.footer-logic-design-outer {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-logic-design-outer .container{
    max-width: 1140px;
    margin: 0 auto;
}

.footer-logic-design-outer .footer-grid-box p{
    font-size: 17px;
    max-width: 85%;
}

.footer-logic-design-outer li{
    list-style-type: none;
}
.footer-logic-design-outer  h3{
    font-size: 22px;
    font-weight: 600;
}
.footer-grid-box {
    text-align: left;
}

.footer-inner .site-branding .custom-logo-link img{
         width: 10%;
    position: absolute;
}

/* header section */
.site-branding.show-logo {
    width: 12%;
}

.home-key-sector-outer .swiper-slide-inner .elementor-image-carousel-caption {
    background-color: transparent;
    position: absolute;
    bottom: 0px;
   padding-top: 3px;
   padding-bottom: 3px;
   color: white;
	left: 20px;
	right: 20px;
	z-index: 3;
}
.home-key-sector-outer .swiper-slide-inner h3{
    font-weight: 600;
}


/* footer start */

.footer-logic-design-outer .box-2 h3{
    margin-bottom:15px;
        margin-left: 0px;

}

.footer-logic-design-outer .box-2 ul{
    padding-left:30;
    margin:0;
}

.footer-logic-design-outer .box-2 ul li{
    list-style:none;
    margin-bottom:12px;
}

.footer-logic-design-outer{
    background:#f5f5f5;
    padding:60px 0;
    font-family: Arial, Helvetica, sans-serif;
}

.footer-grid{
    display:grid !important;
    grid-template-columns: 2fr 1fr 1fr;
    gap:15px ;
}

/* logo */
.footer-grid-box img{
    max-width:180px;
    margin-bottom:20px;
}

/* paragraph */
.footer-grid-box p{
    color:#666;
    font-size:16px;
    line-height:1.6;
    margin-bottom:25px;
}

/* headings */
.footer-grid-box h3{
    font-size:18px;
    font-weight:600;
    margin-bottom:18px;
    color:#222;
}

/* menu list */
.footer-grid-box ul{
    list-style:none;
    padding:0;
    margin:0;
}



.footer-grid-box ul li{
    margin-bottom:12px;
}

.footer-grid-box ul li a{
    text-decoration:none;
    color:#666;
    font-size:15px;
}

.footer-grid-box ul li a:hover{
    color:#29880f;
}

/* social icons */
.footer-grid-box a{
    display:inline-block;
}



/* contact section */
.footer-grid-box .contact-mail,
.footer-grid-box .contact-phone{
    display:block;
    color:#666;
    text-decoration:none;
    font-size:15px;
}

.footer-grid-box .contact-mail:hover,
.footer-grid-box .contact-phone:hover{
    color:#29880f;
}

/* right section spacing */
.footer-grid-box ul li h3{
    margin-bottom:6px;
}

.elementor-548 .elementor-element.elementor-element-321b595:not(.elementor-motion-effects-element-type-background), .elementor-548 .elementor-element.elementor-element-321b595 > .elementor-motion-effects-container > .elementor-motion-effects-layer{
    background-color: #a86e17;
}





.footer-bottom .container{
    max-width: 1140px;
    margin: 0 auto;
}


.footer-bottom{
    border-top:1px solid #cfd6e6;
        padding: 29px 0;
      margin-top: 0px;
    background-color: #f5f5f5;
}

.footer-bottom .row{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-wrap:wrap;
}

.footer-bottom-left p{
    margin:0;
    font-size:14px;
    color:#6b7280;
}

.footer-bottom-right ul{
    list-style:none;
    margin:0;
    padding:0;
    display:flex;
    gap:10px;
}

.footer-bottom-right ul li{
    position:relative;
}

.footer-bottom-right ul li a{
    text-decoration:none;
    font-size:14px;
    color:#6b7280;
}

/* separator line */
.footer-bottom-right ul li:not(:last-child)::after{
    content:"|";
    margin-left:10px;
    color:#6b7280;
}


.elementor-548 .elementor-element.elementor-element-321b595:not(.elementor-motion-effects-element-type-background), .elementor-548 .elementor-element.elementor-element-321b595 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #393939;
}
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required{
    background:#f7f7f7 ;
    color: white;
}
.elementor-548 .elementor-element.elementor-element-321b595:not(.elementor-motion-effects-element-type-background){
     background:#eecc6b 
}

.social-media {
    display: flex;
    gap: 10px; /* space between icons */
}

.social-media img {
    width: 30px;   /* size control */
    height: 30px;
    object-fit: contain;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.social-media img:hover {
    transform: scale(1.1); /* small zoom effect */
}

input[type="submit"]{
    background-color:#eecc6b  ;
}

.parent-hover{
  display: inline-block;
  transition: transform 0.15s ease;
}

.parent-hover:hover {
  transform: rotate(360deg);
}


.parent-hover img:hover{
      transform: rotate(360deg);
}







/* footer end */



/* responsive */
/* ===== BASE ===== */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.footer-grid-box {
  width: 100%;
}

.footer-grid-box img {
  max-width: 150px;
  display: block;
}

.footer-grid-box ul {
  padding: 0;
  list-style: none;
}

.footer-grid-box ul li {
  margin-bottom: 10px;
}

.footer-grid-box h3 {
  margin-bottom: 8px;
}

.contact-phone {
  display: block;
  margin-top: 5px;
}

.social-media {
  display: flex;
  gap: 10px;
}

.social-media img {
  width: 25px;
  height: 25px;
}


/*  MOBILE (0 - 767px) */
@media (max-width: 767px) {

  section.footer-logic-design-outer {
    padding: 0 25px; 
    margin-top: 0px;
    padding-top: 60px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: left; 
    gap: 20px;
  }

  .footer-grid-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start; 
    row-gap: 12px;
  }

  .footer-grid-box img {
    margin: 0; 
  }
    .footer-grid-box h3 {
          font-size: 22px;
    }
  .footer-grid-box p {
    text-align: left;
  }

  .footer-grid-box ul {
    text-align: left;
  }

  .box-2 ul {
    text-align: left;
  }

  .social-media {
    justify-content: flex-start; 
  }

  .footer-bottom {
    text-align: center;
    padding: 15px;
  }

  .footer-bottom p {
    font-size: 16px;
  }
  .footer-logic-design-outer .box-2 ul li{
    margin-bottom: 5px;
  }

 .productcontact-form {
    padding: 0 12px 0px 0px;
    box-sizing: border-box; 
  }

.header-outer .container {
position: relative;
    display: grid;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
    padding: 0px 20px;
    background: #fff;
    border-radius: 0px;
    grid-template-columns: 80% 19%;
    /* box-shadow: 0 2px 14px rgba(0, 0, 0, .06); */
}

#mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-menu-1 .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    width: 40px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}

#mega-menu-wrap-menu-1 .mega-menu-toggle {
        z-index: 1;
        cursor: pointer;
        background-color: transparent;
}

.header-left img {
    width: 30%;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 {
    display: flex;
    grid-gap: 0 15px !important;
    justify-content: flex-start;
}

#mega-menu-wrap-menu-1 #mega-menu-menu-1 > li.mega-menu-item {
    margin: 0 0px 0 0;
    display: inline-block;
    height: auto;
    vertical-align: middle;
    padding-left: 10px;
}

}


/* TABLET (768 - 1023px)  */
@media (min-width: 768px) and (max-width: 1023px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    margin-left: 30px;
  }
}


/* DESKTOP (1024px+) */
@media (min-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

