/*
 Theme Name:   Hello Elementor Child
 Theme URI:    https://elementor.com/
 Description:  Child theme for Hello Elementor
 Author:       Alpha
 Author URI:   https://amirbukhari.dev
 Template:     hello-elementor
 Version:      1.0.0
*/

/* Custom CSS niche likho */

.elementor-element.elementor-element-c92a548.elementor-widget__width-initial.elementor-widget.elementor-widget-text-editor strong {
    color: #fff !important;
}
.highlight_word{
	color: #A8E063;
}
a.elementor-button.elementor-button-link.elementor-size-sm{
	color: #fff !important;
}
strong, li::marker{
	color: #000 !important;
	font-weight: bold;
}

/* .logo img{
    filter: filter: invert(1) brightness(200%) !important;
} */
@media(max-width: 1140px){
	br{
		display: none;
	}
	strong{
		color: unset !important;
	}
}