.banner-ac{
    background-image: url("../img/service-banner.jpeg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 70vh;
    width: 100%;
   
}
.banner-ac-text {
    padding-top: 142px;
   
}
.banner-ac-text h3{
    font-size: 30px;
    font-weight: 700;
}
.service-sidebar {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(225, 225, 225, 0.856);
}
.service-sidebar h4{
font-size: 20px;
font-weight: 600;
 text-align: center;
 
 
}
.highlight {
    background-color: #fcd34d;
    padding: 10px;
    border-radius: 5px;
}
.service-list a {
    display: block;
    padding: 8px 0;
    color: #000;
    text-decoration: none;
}
 
.content-section img {
    max-width: 100%;
    border-radius: 10px;
}
.content-section {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
}

 .ac-service-text{
    display:flex;
    padding: 0px;
 }
 .ac-service-boxB{
    background-color: #fcd34d;
    padding: 40px;
    list-style: none;

 }
 .ac-service-box{
   
    background-color: #e0dfdf;
    padding: 40px;
    list-style: none;
 }
 .ac-service-box:hover{
    background-color: #fcd34d;
    
 }
 .service-icon{
    display: grid;
 }
 .service-icon i{
    font-size: 40px;
 }
 .ac-service-boxB a{
    text-decoration: none;
 }
 .service-a:hover{
    background-color: none;
    
 }
 .content-text h2{
    padding:40px 0 20px 0 ;

 }
 .content-text p{
 line-height: 28px;
 margin: 0px 0 40px;
 font-weight: 400;
 font-size: 16px;
 color: #87868a;
 text-align: justify;
}
.Air-text h3{
font-size: 24px;
font-weight: 600;
}
.ac-air-text{
line-height: 37px;
font-size: 16px;
    color: #87868a;
    font-weight: 400;
    list-style: none;
}
.Air-text p{
line-height: 30px;
margin: 30px 0 40px;
font-weight: 400;
color: #87868a;
}
.replace-text h3{
    font-size: 24px;
    font-weight: 600;
 
}
.replace-text1{
margin-bottom: 35px;
list-style: none;
line-height: 34px;
font-size: 16px;
    color: #87868a;
    font-weight: 400;
 
   
}
.replace-text p{
    color: #87868a;
    font-size: 16px;

}
.replace-text p span{
    color: #fcd34d;
}
.ac-imgs img{
   border-radius: 20px;
}
@media (max-width: 768px){
    
    .ac-service-box {
        background-color: #e0dfdf;
        padding: 10px;
        list-style: none;
    }
    .ac-service-boxB {
        background-color: #fcd34d;
        padding: 10px;
        list-style: none;
    }
    }
    @media (max-width: 425px){
        .content-text h2 {
            padding: 10px 0 0px 0;
            font-size: 20px;
            font-weight: 700;
        }
        .Air-text h3 {
            font-size: 20px;
            font-weight: 700;
            line-height: 26px;
        }
        .Air-text p {
            line-height: 15px;
            margin: 15px 0 20px;
            font-size: 12px;
        }
        .replace-text h3 {
            font-size: 20px;
            font-weight: 700;
            line-height: 26px;
        }
             
        .ac-service-box {
            background-color: #e0dfdf;
            padding: 40px;
            list-style: none;
        }
        .ac-service-boxB {
            background-color: #fcd34d;
            padding: 40px;
            list-style: none;
        }
        .service-list a {
        line-height: 12px;
            font-size: 12px;
        }



    }
    @media (max-width: 375px){
        .content-text h2 {
            padding: 10px 0 0px 0;
            font-size: 20px;
            font-weight: 700;
        }
        .Air-text h3 {
            font-size: 19px;
            font-weight: 700;
            line-height: 26px;
        }
        .ac-air-text {
            line-height: 30px;
    
        }
        .replace-text h3 {
            font-size: 18px;
            
        }
    
}

 /* Section Styles */
  section {
   
    display: flex;
    justify-content: center;
    align-items: center;
  
     
 
    /* Hidden Initially */
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1.5s ease-out, transform 1.5s ease-out;
  }

  /* Fade-in Effect */
  .visible {
    opacity: 1;
    transform: translateY(0);
  }

  /* Responsive Design */
  @media (max-width: 768px) {
    section {
      padding: 20px;
    }
  }

  @media (max-width: 480px) {
    section {
      font-size: 1rem;
      padding: 15px;
    }
  }