/* 
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 */

/* Custom Search Bar Animation */
/* General Header Setup */
.e-con-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

/* Search Container (Initial State) */
.search-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-grow: 1;
  position: relative;
  transition: all 0.3s ease-in-out;
}

/* Search Input (Default State) */
.e-search-input {
  width: 40px; /* Small size initially */
  height: 35px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 20px;
  opacity: 1;
  transition: all 0.3s ease-in-out;
  box-sizing: border-box;
}

/* Search Container Expanded */
.search-container.expanded .e-search-input {
  width: calc(100% - 20px); 
  border-radius: 5px; 
}

/* WordPress Menu (Hidden When Expanded) */
.wordpress-menu-container {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wordpress-menu-container.hidden {
  opacity: 0;
  visibility: hidden;
}

/* Close Button (X Icon) */
.e-fas-times {
  cursor: pointer;
  display: none; /* Hidden by default */
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.search-container.expanded .e-fas-times {
  display: block; /* Show when expanded */
}

/* Home page card */
.h-card{
    width: 32%;
    transition: all 1s ease-in-out;	
    
}

.compact-hidden-text{
    display:none;
}
.elementor-loop-container .e-loop-item:last-of-type .elementor-divider {
    display: none;
}
.menu-item-2478 a{
	font-weight:400 !important;
}
.menu-item-1623 a{
	font-weight:400 !important;
}
.menu-item-2422 a{
	font-weight:400 !important;
}
.menu-item-1624 a{
	font-weight:400 !important;
}
