/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 02 2026 | 10:22:47 */
.services-section .img-box-service {
  
    background-color: #fff;
    border: 1px solid rgba(35, 35, 35, 0.1);
    text-align: center;
    position: relative;
    z-index: 1;
}
.services-section .img-box-service:hover {
    background: #3b3b3b;
    transition: all 1s ease;
}
.services-section .img-box-service:hover:before {
    width: 100%;
    height: 100%;
    opacity: 1;
}
/* .services-section .img-box-service::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 80px;
    height: 80px;
    background: #ee7e2b;
    transition: .5s;
    opacity: 0;
    z-index: -1;
    background-size: cover;
    background-repeat: no-repeat;
} */
.services-section .img-box-service:hover .elementor-image-box-description,
.services-section .img-box-service:hover .elementor-image-box-title,
.services-section .img-box-service:hover .elementor-button-text,
.services-section .img-box-service:hover .elementor-button-icon
{
	color:white;
}

.services-section .img-box-service:hover .elementor-image-box-img{
    filter: invert(1);
}

