/* 
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.0
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 */
.hovered-card {
    display: none;
}
.elementor-repeater-item-d2f7a8b span time {
    font-size: 20px;
    font-weight: bold;
}

.custom-mega-menu {
    padding: 10px 0;
    position: relative;
    z-index: 9999;
}

.mega-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 6px;
    position: relative;
}

.menu-item {
    position: relative;
    padding: 3px 12px 4px 12px;
    border-radius: 99rem;
}
.menu-item:hover {
    background-color: var(--e-global-color-19a0db4);
}
.active-menu-item {
    background-color: var(--e-global-color-19a0db4);
}
.menu-item a {
    color: #fff;
    font-family: inherit;
    font-size: 13px;
    text-decoration: none;
    font-weight: 500;
    display: block;
    line-height: 14px;
}

.mega-dropdown {
    display: none;
    position: fixed; /* Keep it fixed to position relative to the viewport */
    top: 80px; 
    left: 50%;
    transform: translateX(-50%);
    width: 100vw; 
    background: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

.mega-content {
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
}

.child-list {
    width: 50%;
}

.child-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.child-list ul li {
    padding: 5px 0;
}

.child-list ul li a {
    text-decoration: none;
    color: var(--e-global-color-text);
}

.featured-image {
    padding: 1.5rem 2rem 4rem 2rem;
    display: flex;
    flex-direction: column;
    background-color: var(--e-global-color-secondary);
    width: 50%;
}

.featured-image img {
    max-width: 400px;
    height: auto;
    border-radius: 8px;
}
.parent-page-name h3 {
    font-family: var(--e-global-typography-secondary-font-family), sans-serif;
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 10px;
}
