.tick-contact-secc .section-social-link i{
    padding-top: 4px;
}

.reliable-personal-sec{
    padding:4rem 0 0;
    position:relative;
}

.reliable-personal-sec .service-card{
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 1.5rem 2rem;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    margin: 24px 0;
    height: -webkit-fill-available;
}
.reliable-personal-sec .why-service-icon{
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fdc113;
    border-radius: 50%;
    margin-right: 1.5rem;
      transition: transform 0.5s ease, filter 0.5s ease;
}
.reliable-personal-sec .why-service-icon img{
       transition: transform 0.5s ease, filter 0.5s ease; 
}
.reliable-personal-sec .service-card h4 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.reliable-personal-sec .row > .col-lg-6.col-md-6:nth-last-child(-n+2) .service-card {
    margin-bottom: 0; 
}
.reliable-personal-sec .service-card:hover .why-service-icon {
   background: #272727;
    
}
.reliable-personal-sec .service-card:hover .why-service-icon img {
    transform: rotatey(180deg);
        filter: brightness(0) invert(1);
    transition: transform 0.5s ease, filter 0.5s ease;
}


.about-testi-sec {
    padding: 4rem 0 ;
    position: relative;
}

.who-we-serve-sec {
       padding: 4rem 0;
    position: relative;
}

.car-right {
    position: absolute;
    right: 0;
    top: 20%;
    max-width: 45%;
    overflow: hidden;
   
}

.car-right img.slideleft {
    position: relative; 
    transform: translate3d(845px, 0, 0);
    animation: slideleft 1s normal forwards linear;
}

@keyframes slideleft {
    0% {
        transform: translate3d(845px, 0, 0);
    }
    100% {
        transform: translate3d(0, 0, 0);
    }
}

.about-main-sect .section-title,
.service-section-detail .section-title,
.reliable-personal-sec .section-title {
    margin-bottom: 25px;
}

label.error{
    color:red;
    font-size:13px;
}
