/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 13 2025 | 10:18:16 */
.why-box:hover .why-icon-box {
  color: #fff;
}

.why-box.why-icon-box:hover p{
	 color: #fff;
}


.why-box:hover .why-icon-box h6.elementor-icon-box-title,
.why-box:hover .why-icon-box .elementor-icon-box-description{
	color: #fff;
}



/* .why-box.why-icon-box:hover p.elementor-icon-box-description{
	color: #fff;
}
 */
/* .about-img::after {
    content: "";
  position: absolute; 
    width: 200%;
    height: 0%;
     left: 50%; 
    top: 50%;
    background-color: rgba(255, 255, 255, 0.3);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}
.about-img:hover{
	transform: translate(0px, 0px);
    opacity: 1;
    visibility: inherit;
}
.about-img:hover:after {
    height: 250%;
    transition: all 600ms 
linear;
    background-color: transparent;
} */