/*
Theme Name: WENS Haelo
Theme URI: https://wensolutions.com/themes/wens-haelo/
Author: WEN Solutions
Author URI: https://wensolutions.com
Description: WENS Haelo is a WordPress theme designed to meet the needs of business and corporate websites, combining sleek, professional aesthetics with cutting-edge functionality. Ideal for startups, agencies, and enterprises, this theme delivers a visually stunning and performance-driven online presence. The theme features a versatile blog section that supports single posts with or without a sidebar, allowing for flexibility in layout and content presentation. With advanced theme options, cross-browser compatibility, and SEO-optimized code, WENS Haelo ensures your site is not only visually appealing but also performs seamlessly across devices and search engines. It is translation-ready, supports custom widgets, and allows for effortless customization using the WordPress Site Editor Whether you're launching a corporate website, showcasing your services, or building an engaging blog, WENS Haelo offers a feature-rich and user-friendly setup that is easy to customize without requiring technical expertise. Its design prioritizes user engagement, speed, and scalability, making it a perfect choice for businesses aiming to stand out in a competitive digital landscape.
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.7
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wens-haelo
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, blog, portfolio, news
*/


html {
	scroll-behavior: smooth;
}

/* Style the parent menu item */
.my-custom-dropdown {
    font-weight: bold;
    color: #333;
}

/* Style the dropdown menu (hidden by default) */
.my-custom-dropdown ul {
    display: none; /* Hide by default */
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

/* Show the dropdown on hover */
.my-custom-dropdown:hover ul {
    display: block;
}

/* Style individual dropdown items */
.my-custom-dropdown ul li {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

/* Style dropdown item links */
.my-custom-dropdown ul li a {
    color: #0073aa;
    text-decoration: none;
}

/* Hover effect for dropdown item links */
.my-custom-dropdown ul li a:hover {
    background-color: #ddd;
}
