/*
Theme Name: Hello Biz Child
Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-biz
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.2.0.1773409734
Updated: 2026-03-13 14:48:54

*/

/* Dropdown redondeado */
.sub-menu.elementor-nav-menu--dropdown {
    border-radius: 16px;
    overflow: hidden;
    padding: 8px 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.8);
    background: white;
}

.sub-menu .elementor-sub-item {
    padding: 10px 20px;
}

.sub-menu .elementor-sub-item:hover {
    background-color: rgba(0,0,0,0,0.04);
}

.sub-menu li {
    margin: 6px 8px;
}

/* Evitar que el header corte el dropdown */
.elementor-location-header,
.elementor-location-header * {
    overflow: visible !important;
}

/* Reset hover en home */
.sub-menu .elementor-sub-item {
    font-size: 15px !important;
    font-weight: 500;
    padding: 12px 20px;
    background: transparent !important;
    color: #111 !important;
}

/* Hover correcto */
.sub-menu .elementor-sub-item:hover {
    background-color: rgba(0,0,0,0.04) !important;
    color: #111 !important;
}

/* Item activo */
.sub-menu li.current-menu-item > a,
.sub-menu li.current_page_item > a,
.sub-menu a.elementor-item-active {
    background: #d6005c !important;
    color: #fff !important;
}