/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
.ekit-accordion-title h2{
	font-size:16px !important;
}

/* Industries icon carousel: pin icons to a uniform 68px (their real SVG size).
   Guard against optimizers (WP Compress) injecting srcset/sizes that inflate
   the intrinsic width and blow single icons up to slide width. 2026-07-23 */
.elementor-widget-image-carousel .swiper-slide-image[src*="-icon-"],
.elementor-element-1ac87536 .swiper-slide-image {
	width: auto !important;
	height: 68px !important;
	max-width: 100% !important;
}

/* Glossary term hero (Elementor tmpl 2267): stretch bg to full width regardless of
   the image variant served (WP Compress adaptive images can shrink it). 2026-07-24 */
.elementor-2267 .elementor-element-30c61a9:not(.elementor-motion-effects-element-type-background) {
	background-size: cover !important;
}