 body{
          font-family: 'Montserrat', sans-serif;
    }
.floating-widget {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    z-index: 1000;
  }

  .circle-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #88c999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    color: white;
    cursor: pointer;
    transition: transform 0.3s ease;
    margin-bottom:10px;
  }

  .circle-btn i {
    font-size: 24px;
  }

  .circle-btn.call {
    background-color: #00e676;
  }

  .circle-btn.whatsapp {
    background-color: #4CAF50;
  }

  .hidden {
    display: none;
  }
  .hero.is-custom {
    background-size: cover;
    background-position: center;
    /* background-attachment: fixed;  */
    position: relative;
    padding-top: 2rem; 
    display:flex;
    justify-content: center;
    align-items: center;
  }

 .hero::before {
      content: "";
      position: absolute;
      top: 0; 
      left: 0;
      width: 100%; 
      height: 100%;
      background: rgba(0, 0, 0, 0.6); 
      z-index: 1;
    }

  .hero-body {
    padding-top: 0;
    padding-bottom: 2rem;
    position: relative;
    z-index: 2;
    text-align: center;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    /* flex-direction: column; */
    font-family: 'Montserrat-Bold', sans-serif;
    width:80%;
  }

  .hero-subtitle {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 0.75rem;
  }

  .hero-title {
    font-size: 50px;
    font-weight: 900;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 10px;
  }

  

  .call-button {
    background-color: #497b19;
    color: #fff;
    border-radius: 30px;
    font-family: 'Montserrat-SemiBold', sans-serif;

  }
  .learn-btn{
    background-color: #497b19;
     color: #fff;
    border-radius: 15px !important;
    padding: 1rem 2rem !important;
    font-size: 1rem;
    border: none;
    font-family: 'Montserrat-Regular', sans-serif;

}

    .download-card {
  max-width: 50%;
  margin: 0 auto;
  border-radius: 12px;
  box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
  transition: transform 0.2s;
}

.download-card:hover {
  transform: translateY(-4px);
}

.limeGreen-color{
      background-color: #497b19 ;
      color:#fff;

}

.blue-color{
  background-color:#92dfed;
  color:black;
}

.blue-color:hover{
  background-color: #c4e38a;
}
.catalogue-download-box .button {
  margin-top: 0.5rem;
}

.readMore-btn{
   border:1px solid #497b19 !important;
    color:#497b19;
    border-radius: 30px !important;
    font-size: 1rem;
    border: none;
    font-family: 'Montserrat-Regular', sans-serif;
}

.readMore-btn:hover{
   background-color: #497b19 !important;
    color:#fff;
}

.about-section {
    text-align: center;
    padding: 6rem 1.5rem;
  }
  .about-section .title {
    font-weight: 600;
    font-size: 37px !important;
    line-height: 55px !important;

  }
  .about-section .subtitle, .about-section .title {
    color: #2D3436;
          font-family: 'Montserrat-Regular', sans-serif;

  }
.product-card {
    border-radius: 12px;
    padding: 1rem;
    height:450px;
  }
.product-card .subtitle{
  height:28px;
  line-height: 25px;
}

.product-card img {
  border-radius: 8px;
}

.slick-slide {
  margin: 0 10px;
}
.products-section {
  padding: 5rem 1.5rem;
  background-color: #F8F9F9;
  text-align: center;
}

  .products-section .subtitle,
  .products-section .title, 
  .contributions,
  .contributions .title,
  .compressor-section .title,
  .cta-section .title {
  color: #2D3436;
  font-family: 'Montserrat-Regular', sans-serif;

  }

.product-item {
  margin-bottom: 2rem;
}

.product-item img {
  border-radius: 6px;
}

.product-label {
  margin-top: 1rem;
  font-weight: 700;
  color: #2D3436;
}


.hero-visible {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white !important;
  text-align: left;
}

.hero .button {
  border-radius: 30px;
}
.white{
    color:white !important;
    line-height: 60px;
    font-size:40px ;
    width:80%;

}

.image01{
    width: 60%; 
    margin: 0 auto;
}
.footer{
  background-color: #1C2833;
  color:#fafafa;
}
.footer-logo{
    width:200px;
    height:200px;
}


/*about us page css*/

.about-page .title,
.mission .title,
.feature-heading .title{
    font-family: 'Montserrat-SemiBold', sans-serif;
}

.about-page p,
.mission p{
    line-height: 35px;

}
.feature-heading li{
    line-height: 30px;
}
.about-paragraph{
  line-height:40px;
  width:80%;
}
/*end*/

/*product page css*/
.image-grid {
    display: flex;
    gap: 10px;
  }
.image-grid img {
  width: 100%;
  object-fit: cover;
}

  ul.footer-links li {
  margin-bottom: 1rem; /* vertical spacing */
}
    
@media (max-width: 768px) {

    .navbar-menu {
    position: absolute;
    top: 84px; 
    left: 0;
    width: 100%;
    background-color: white;
    z-index: 1000;
    display: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    padding:15px;
  }

  .navbar-menu.is-active {
    display: block;
  }

.hero .is-custom {
background-attachment: scroll; 
}

.hero.is-custom {
  height:50vh !important;
}

.hero-body {
  width:100%;
}

.hero-subtitle {
  font-size: 12px;
}

.hero-title {
  font-size: 30px;
}
.hero-section {
  position: relative;
  height: 70vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  background-image: url('Images/factory-warehouse.jpg');  background-attachment: fixed;
}

.hero-visible {
  opacity: 1;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 2;
  color: white !important;
  text-align: left;margin-left:25px;
}

.hero .button {
  border-radius: 30px;
  text-align: center;
}
.white{
    color:white !important;
    line-height: 40px !important;
    font-size: 28px;
    width: 100%;   
    }

.hero-section {
  height: 50vh;
}

.image01{
width: 90%; 
margin: 0 auto;
}

.product-card {
height:auto !important;
}

.product-card .subtitle{
height:60px;
line-height: 25px;
}


.product-section-02 h1{
    font-size:28px !important;
}

.contributions h2{
  font-size: 30px !important;
}
.contact .title{
font-size:30px !important;
}

.cta-section .title{
  line-height:35px;
  font-size:20px;
  width:100%;
}

.social-icon{
  text-align:center !important;
}

.copyright{
  text-align: center !important;
}

.footer-logo{
  width:150px;
  height:150px;
}

 /*about us page css*/

.about-section{
  padding:1rem 1.5rem !important;
}

.about-section .title,
.about-page .title_01,
.mission .title,
.feature-heading .title{
      font-size: 25px !important;
      text-align: center;
      line-height: 40px !important;

}
.feature-heading li,
.about-page p,
.mission p{
    text-align: justify;
}

.about-paragraph{
  font-size: 14px;
  line-height:30px;
  text-align: justify !important;
  width:100%;
}
/*end*/
     .download-card {
   width: 100% !important;
   max-width: 100% !important;
  }

}

