/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/
Description: Child theme for Hello Elementor.
Author: Your Name
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

/* Add your custom CSS below this line. */


/* === Header Mega Menu Hover Preview === */
/* =========================================================
   PREVIEW IMAGE
   Supports either class name you've used
========================================================= */

.header-menu-item-image,
.header-menu-item {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}


/* Smooth transition only on the actual preview */
.mega-hover-preview-active {
    transition: opacity 0.15s ease !important;
}

.mega-hover-preview-active.is-changing {
    opacity: 0.55 !important;
}


/* Service titles */
.e-loop-item .elementor-heading-title,
.e-loop-item .elementor-heading-title a {
    cursor: pointer;
}
