.about-sec{
    /* border: 1px solid red !important; */
    padding: 40px!important;
    margin: 20px 40px !important;
}
.why-choose-us{
padding-bottom: 30px ;
}
.machine-head{
  text-align: center;
  padding-bottom: 20px;
}
.blog-one__title>a:hover{
  color: #5c8111 !important;
}
.serives-sec{
  padding: 40px;
}
.serives-sec img{
  width: 100%;
  border-radius: 8px;

}
.service-detail{
  padding: 60px 20px;
  margin: 20px 0;
}
.service-detail p{
  padding: 10px 0;
}
.service-detail h4{
  text-align: left;
  font-weight: 800 !important;
  font-size: 20px;
  padding:0 0 5px 0;
 
}
.serive-cards{
  display: flex;
}
.machine-head h1{
font-size: 50px !important;
font-weight: 600 !important;
background-color: #5c8111;
color: white;
border-radius: 10px;
text-align: left;
padding: 0 20px;
}
.blog-one__title>a:hover{
  color: #5c8111;
}
  .content-why-chose{
    padding-top: 20px;
  }
  .content-why-chose span{
    padding: 20px 0 ;
  }
.bot-footer{
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  font-size: 15px;
}
.read-more:hover{
color: #5c8111 !important;
}
.bot-footer a{
  padding: 0 10px;
  font-weight: 500;
  color: black !important;
}
.about-heading{
  
    color: #5c8111 !important;
    padding-top: 60px;
}
.heading{
    color: #5c8111 !important;
}
.choose-btn{
    background-color: #5c8111 !important;
}
.prodect-sec{
    /* border: 1px solid red !important; */
padding: 40px 40px  !important;
}
.why-choose-us{
    /* border: 1px solid red !important; */
    padding: 60px 40px  !important;

}
.Gallery-sec{
    /* border: 1px solid red !important; */
    padding: 30px 0 !important;

}

/* Parent dropdown active state */
.main-menu__list > li.active > a {
    color:#5c8111 !important ; /* Change to your primary color */
  }
  
  .sub-prodect{
    /* border: 1px solid red; */
    padding-bottom:85px !important;
  }
  .sub-gallery{
padding-bottom:95px !important;
margin: 40px 0 0px 0 !important;

  }
  .nav-button{
    background-color: #5c8111 !important;
    color: white;
  }
  .thm-btn>span::after{
  }
  .main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a{
    color:#5c8111 !important;
  }
  .main-menu .main-menu__list > li.dropdown > a::after{
    color: #5c8111 !important;
  }
  .about-one__btn>span{
    background-color: #5c8111 !important;
  }
  .thm-breadcrumb li span{
    color: #5c8111 !important;

  }
  .faq-one__bg-color{
    background-color:white !important ;
    padding: 0px !important;
    margin: 0 !important;
    color: black !important;
  }
  .faq-one__right{
    background-color: #5c8111 !important;
    /* margin: 0 !important; */
    padding: 20px !important;
  }
  .card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: none;
    border-radius: 12px;
    margin: 20px 0;
    padding: 20px;
  }
  .card-body {
    text-align: left;
  }
  .icon {
    font-size: 30px;
  }
  .site-footer{
    background-color:#98cf2ac2 !important;
    padding: 0px !important;
    background-image: url("../images/footer-bg-img.webp");
    background-repeat: no-repeat;
    align-items: center;
    position: relative;
    background-position: center;
    background-size: cover;
    opacity: 0.9;
    color: white !important;
    padding: 10px !important;
  }
  .footer-widget__about-contact li p>a:hover{
    color: white !important;
    cursor: pointer !important;
  }
  .footer-widget__company-list li>a:hover{
    color: white !important;
    cursor: pointer !important;
  }
 
  .footer-widget__services-list li>a:hover{
    color: white !important;
    cursor: pointer !important;
  }
  .footer-widget__services-list li>a{
    color: white !important;
  }
  .icon-wrapper {
    background-color: black;
    border-radius: 50%;
    display: inline-flex;
        width: 50px;
    height: 50px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin: 10px 5PX ;
  }

  .icon {
    font-size: 15px;
    color: white;
  }
.contact-sec{
  padding: 0 !important;
}
.contact-form{
  margin: 0 !important;
}

.map-sec{
  margin: 40px 0 40px 0;
}
.main-menu .main-menu__list>li>a, .stricky-header .main-menu__list>li>a{
  text-decoration: none;
}
.contact-pag{
  margin: 60px 0 !important;
  border: 1px solid reds;
}
.thm-breadcrumb li a:hover{
  color: #5c8111;
}




.site-footer {
  position: relative;
  width: 100%;
  background: url("./assets/images/footer-bg.png") no-repeat center center/cover;
}
.site-footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.94); /* Adjust transparency */
}


.footer-widget__about-contact li .icon{
  background-color:none !important;

}
.mobile-view{
  display: none;
}
.desk-view{
  display: block;
}
/* whatsapp ...... */
.fixed-whatsapp {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 1000;
}
.fixed-whatsapp a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fixed-whatsapp a img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}
/* Call icon fixed on the right */
.fixed-call {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1000;
}
.fixed-call a img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.fixed-call a img:hover {
  transform: scale(1.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2);
}


/* mobile.......... */

@media (max-width: 768px) {
  .service-detail{
    padding: 0 !important;
  }
  .serives-sec img{
  width: 100% !important;
  }
  .service-detail h4{
    text-align: center;
    font-size: 22px;
  }
  .service-detail p{
    text-align: center;
  }
  .revers{
    flex-direction: column-reverse;
}
  .mobile-view{
    display: block;
     width: 100% !important; 
  }
  .desk-view{
    display: none;
  }
  .about-one{
    /* border: 1px solid red; */
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
    padding: 30px 0 !important;
  }
  .section-title__tagline{
    font-size: 30px !important;
    padding:20px 0 !important ;
  }
  p.about-one__text{
    font-size: 20px !important ;
    /* border: 1px solid red !important; */
  }
  .about-one__btn{
    font-size: 20px !important ;
  }
  .about-one__img-box {
    width: 100% !important;

  }
  .about-one__img-1 img{
    width: 100% !important;
  }
  .blog-one__single{
    text-align: center !important;
    width: 100% !important;
  }
  .card-text{
    padding: 10px 0;
  }
  .card-text:last-child{
    /* border: 1px solid red !important; */
    font-size: 20px;
  }
  .card-body i {
    font-size: 30px !important;
  }
  .card-body span{
    font-size: 28px !important;
  }
  .contact-cards{
    margin-top: -100px !important;
  }
  .faq-one__right{
    width: 100% !important;
    margin: 30px 0 0 0 !important;
    padding: 30px !important;
  }
  .blog-one{
    padding: 0 !important;
    width: 100% !important;
  }
  .why-choose-one{
    width: 100% !important;
    text-align: left !important;
    padding: 20px  !important;
  }
  .why-choose-one__img img{
    width: 100% !important;
    margin: 0 !important;
  }
  .page-header{
    padding: 20px !important;
    border-radius: 0px !important;
  }
  .page-header__bg::before{
    border-radius: 0px !important;
  }
  .section-title__title{
    line-height: 28px !important;
  }
  .faq-one__bg-color{
margin-top: 1px !important;
  }
  .faq-one__bg-color{
    position: absolute;
    bottom: 0 !important;
  }
  .contact-pag {
    margin:  0px !important;
    padding: 30px !important;
}
.fa-bars:before{
  color: #5c8111 !important;
  padding: 0 30px !important;
}
.site-footer__top{
  padding: 20px !important;
}
.bot-footer{
  padding: 0 !important;
  max-width: 100% !important;
  margin: 0 !important;
}
}

@media (min-width: 768px) and (max-width: 1024px) {
  .fa-bars:before{
    color: #5c8111 !important;
  }
.about-one__text{
  font-size: 20px !important;
}
.about-sec-h{
  flex-direction: column-reverse !important;
  }
  .blog-one__single{
    text-align: center !important;
  }
  .fa-brands:before, .fa-regular:before, .fa-solid:before, .fa:before, .fab:before, .far:before, .fas:before{
  font-size: 35px !important;
  }
  .card-text:last-child{
    font-size: 25px !important;
    padding: 15px 0 !important;
  }
  .card{
    margin: 20px !important;
  }
  .faq-one__right{
    margin: 20px 0 0 0 !important;
  }
}
