/*
CTC Separate Stylesheet
Updated: 2025-05-22 04:18:47
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.2.1747887527
*/
/* style.css in hello-elementor-child */
.header-search-bar {
    position: absolute;
    right: 100px;
}

.custom-search-form {
    display: flex;
    align-items: center;
    max-width: 600px;
    margin-left: auto;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 30px;
    overflow: hidden;
}

/* Input styling */
.custom-search-form .search-field {
    flex: 1;
    padding: 10px 15px;
    font-size: 14px;
    border: none;
    outline: none;
    border-radius: 0;
    width: 300px;
}

/* Button styling */
.custom-search-form .search-submit {
    background: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    color: #555; /* normal icon color */
    transition: color 0.3s ease;
}

.custom-search-form .search-submit:hover {
    background: white; /* stays white */
    color: #1b7dbe;    /* icon color changes */
}

.simple-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.simple-menu li {
    margin: 0;
}

.simple-menu li a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    padding: 8px 12px;
    transition: color 0.3s ease;
}

.simple-menu li a:hover {
    color: #1b7dbe;
}
.htmega-search-style-3 input[type="text"]:focus {
    width: 100%;
    border-radius: 20px;
    border: 1px solid #000 !important;
}
.htmega-search-style-3 input[type="text"]:focus~button {
    background: none;
    border: none;
    color: #fff !important;
}

.eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-ancestor>a.eael-item-active, .eael-simple-menu-container.preset-2 .eael-simple-menu li:hover>a, .eael-simple-menu-container.preset-2 .eael-simple-menu li.current-menu-item>a.eael-item-active
 {
    color: #1b7dbe !important;
}
.elementor-widget-eael-simple-menu {
    opacity: 0;
    min-height:40px;
}
.main-nav {
    z-index: 1000;
}
@media (max-width: 1024px) {
    /* Your styles for tablet and smaller screens go here */
    .elementor-135 .elementor-element.elementor-element-556a57c .eael-simple-menu-container, .elementor-135 .elementor-element.elementor-element-556a57c .eael-simple-menu-container .eael-simple-menu-toggle, .elementor-135 .elementor-element.elementor-element-556a57c .eael-simple-menu.eael-simple-menu-horizontal.eael-simple-menu-responsive {
        border-style: none !important;
    }
  }
  .eael-simple-menu-container .eael-simple-menu-toggle svg {
    width: 25px !important;
    height: auto !important;
    padding-top: 3px;
}
.elementor-135 .elementor-element.elementor-element-556a57c .eael-simple-menu.eael-simple-menu-responsive li > a {
    color: #FFFFFF !important;
    background-color: var(--e-global-color-primary);
}