.white-txt {
    color: #ffffff !important;
}
.service-widget-others li { 
    list-style: none; /* Remove default list bullet */ 
    padding-left: 30px; /* Space for the background image */ 
    background: url('../assets/img/icons/check1.svg') no-repeat left top; 
    background-size: 16px 16px; /* Adjust the size of the icon */ 
    padding-bottom: 15px;
}
.sp100 {
    padding: 100px 0 0 !important;
}
.caption { 
    background-color: #00c853; /* Green background */ 
    border-radius: 10px; /* Rounded edges */ 
    padding: 5px; /* Space inside the box */ 
    margin: 10px 0; /* Space above and below the box */ 
    max-width: fit-content;
}
.about2-sectio-area .about-images-area .customer-area img {
    filter: brightness(0) invert(1);
    width: 30px !important;
}
.equip-type{
    width: -webkit-fill-available;
    text-align: center;
    margin: 20px !important;
}
.equp img {
    width: 100%;
    height: 200px !important;
    overflow: hidden;
    background-size: cover;
}
.footer-links {
    padding-left: 30px !important;
}

footer.main-footer {
    padding: 50px 0 60px !important;
    background: var(--primary-color) url(../assests/images/footer-bg.svg) no-repeat bottom center !important;
    background-size: cover;
}

.footer-contact-box {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px !important; 
}