.elementor-729 .elementor-element.elementor-element-e141df8{--display:flex;--min-height:65px;--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;--margin-top:0px;--margin-bottom:-65px;--margin-left:0px;--margin-right:0px;}.elementor-729 .elementor-element.elementor-element-003f4a8{--display:flex;}.elementor-729{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-54cc55f *//* HEADER BASE */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  z-index: 1000;
  transition: all 0.3s ease;
  font-family: "Open Sans", sans-serif;
}

.logo{
    vertical-align: middle;
    width: 150px;
}

/* LEFT WRAPPER */
.header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}


/* NAV */
nav ul {
  list-style: none;
  display: flex;
  gap: 28px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}

/* ICONS */
.header-icons {
  display: flex;
  gap: 22px;
}

.header-icons i {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  transition: color 0.3s ease;
}

/* SCROLLED STATE */
#header.scrolled {
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 15px 50px;
}

#header.scrolled .logo,
#header.scrolled nav ul li a,
#header.scrolled .header-icons i {
  color: #111;
}



/* FORCE SOLID HEADER ON SPECIFIC PAGES */
body.header-solid header {
  background: #ffffff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

/* Keep nav links + icons WHITE even if background is white */
body.header-solid nav ul li a,
body.header-solid .header-icons i {
  color: #fff !important;
}

/* Disable transparent behavior */
body.header-solid header:not(.scrolled) {
  background: #ffffff;
}/* End custom CSS */