.elementor-1560 .elementor-element.elementor-element-23e9717{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for container, class: .elementor-element-23e9717 *//* ===== HEADER SECTION ===== */
header.site-header {
  background: #ffffff;
  border-bottom: 3px solid #e41e26;
  padding: 15px 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
  z-index: 999;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

header .logo {
  font-size: 34px;
  font-weight: 900;
  color: #000;
  letter-spacing: -1px;
}

header .logo span {
  color: #e41e26;
}

header nav ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  gap: 25px;
}

header nav ul li a {
  color: #111;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}

header nav ul li a:hover {
  color: #e41e26;
}

/* Search icon or button */
header .search-icon i {
  color: #333;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s;
}

header .search-icon i:hover {
  color: #e41e26;
}/* End custom CSS */