/*
 Theme Name:   Astra Child
 Theme URI:    http://example.com/twenty-fifteen-child/
 Description:  Astra Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     astra
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  astrachild
*/


.color-text{
	color: #C17818;
}
.approach-box {
    margin-bottom: 8px !important;
    height: 77px;
    display: flex;
    align-items: center;
}
.approach-box figure.elementor-image-box-img {
    width: 30px !important;
}
/* Default state */
.trust-box .elementor-widget-wrap{
    transition: background-color 0.3s ease;
}

/* Text */
.trust-box .elementor-widget-wrap .elementor-image-box-title {
    transition: color 0.3s ease;
}

/* Image */
.trust-box .elementor-widget-wrap .elementor-image-box-img img {
    transition: filter 0.3s ease;
}

/* Hover state */
.trust-box .elementor-widget-wrap:hover {
    background: #C17818 !important; 
}

.trust-box .elementor-widget-wrap:hover .elementor-image-box-title {
    color: #000 !important;
}

/* Icon color → white */
.trust-box .elementor-widget-wrap:hover .elementor-image-box-img img {
    filter: brightness(1) invert(1) !important;
}
.trust-box .elementor-widget-wrap:hover {
    border-color: #C17818 !important;
}











@media screen and (max-width: 767px) {

}