/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 12 2026 | 10:10:08 */
<!-- start Simple Custom CSS and JS -->
<style type="text/css">
/* EN About Us — Premium Header [DRAFT] */
/* Scoped to body.page-id-70 (EN About Us page) */

/* Hide original header on EN About Us page when new header is injected */
body.page-id-70 .enph-injected ~ header#header,
body.page-id-70 header#header.enph-hidden {
  display: none !important;
}

/* =====================
   TOP INFO BAR
   ===================== */
.enph-topbar {
  background: #EEF4FA;
  border-bottom: 1px solid #E3E8F0;
  width: 100%;
  z-index: 9999;
}
.enph-topbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.enph-topbar-left {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.enph-topbar-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  color: #5E6B7E;
  white-space: nowrap;
  font-family: inherit;
}
.enph-topbar-item svg {
  flex-shrink: 0;
  color: #5E6B7E;
}
.enph-topbar-divider {
  width: 1px;
  height: 14px;
  background: #E3E8F0;
  flex-shrink: 0;
}
.enph-topbar-right {
  display: flex;
  align-items: center;
  gap: 12px;
}
.enph-lang-switcher {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12.5px;
  color: #061E3C;
  font-weight: 600;
  cursor: pointer;
  padding: 2px 6px;
  border-radius: 4px;
  transition: background 0.2s;
}
.enph-lang-switcher:hover { background: #E3E8F0; }
.enph-lang-switcher svg { color: #5E6B7E; }
.enph-lang-link {
  font-size: 12.5px;
  color: #5E6B7E;
  text-decoration: none;
  padding: 2px 4px;
  border-radius: 3px;
  transition: color 0.2s;
}
.enph-lang-link:hover { color: #061E3C; }
.enph-lang-link.active { color: #C9A64F; font-weight: 700; }

/* =====================
   MAIN NAV BAR
   ===================== */
.enph-navbar {
  background: #FFFFFF;
  border-bottom: 1px solid #E3E8F0;
  box-shadow: 0 2px 12px rgba(6,30,60,0.06);
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9998;
}
.enph-navbar-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 72px;
  gap: 24px;
}
/* Logo */
.enph-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.enph-logo img {
  height: 44px;
  width: auto;
}
/* Nav menu */
.enph-nav {
  display: flex;
  align-items: center;
  gap: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1;
  justify-content: center;
}
.enph-nav li {
  position: relative;
}
.enph-nav li > a {
  display: flex;
  align-items: center;
  gap: 4px;
  padding: 26px 14px;
  font-size: 13.5px;
  font-weight: 600;
  color: #061E3C;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  white-space: nowrap;
  transition: color 0.2s;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
}
.enph-nav li > a:hover,
.enph-nav li.active > a {
  color: #C9A64F;
  border-bottom-color: #E8C978;
}
/* Services dropdown */
.enph-nav li.has-dropdown:hover > .enph-dropdown,
.enph-nav li.has-dropdown:focus-within > .enph-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.enph-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  border: 1px solid #E3E8F0;
  border-radius: 8px;
  box-shadow: 0 8px 32px rgba(6,30,60,0.12);
  min-width: 220px;
  padding: 8px 0;
  list-style: none;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: all 0.2s ease;
  z-index: 10000;
}
.enph-dropdown li a {
  display: block;
  padding: 10px 20px;
  font-size: 13px;
  color: #061E3C;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.15s, color 0.15s;
}
.enph-dropdown li a:hover {
  background: #F7F9FC;
  color: #C9A64F;
}
/* Actions */
.enph-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}
.enph-btn-login {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1.5px solid #E3E8F0;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  color: #061E3C;
  text-decoration: none;
  white-space: nowrap;
  background: #fff;
  transition: border-color 0.2s, background 0.2s;
}
.enph-btn-login:hover { border-color: #C9A64F; background: #F7F9FC; }
.enph-btn-quote {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #C9A64F;
  border: none;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
  letter-spacing: 0.03em;
}
.enph-btn-quote:hover { background: #E8C978; color: #061E3C; transform: translateY(-1px); }
.enph-btn-search {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid #E3E8F0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  color: #5E6B7E;
  transition: border-color 0.2s, color 0.2s;
}
.enph-btn-search:hover { border-color: #C9A64F; color: #C9A64F; }
.enph-btn-burger {
  display: none;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1.5px solid #E3E8F0;
  border-radius: 8px;
  background: #fff;
  cursor: pointer;
  color: #061E3C;
  transition: border-color 0.2s;
}
.enph-btn-burger:hover { border-color: #C9A64F; }

/* =====================
   MOBILE MENU
   ===================== */
.enph-mobile-menu {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(6,30,60,0.55);
  z-index: 99999;
  backdrop-filter: blur(2px);
}
.enph-mobile-menu.open { display: block; }
.enph-mobile-panel {
  position: absolute;
  top: 0; right: 0;
  width: 300px;
  max-width: 90vw;
  height: 100%;
  background: #fff;
  padding: 24px 20px;
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(6,30,60,0.12);
}
.enph-mobile-close {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.enph-mobile-close button {
  background: none;
  border: none;
  cursor: pointer;
  color: #061E3C;
  padding: 4px;
}
.enph-mobile-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.enph-mobile-nav li a {
  display: block;
  padding: 12px 0;
  font-size: 15px;
  font-weight: 600;
  color: #061E3C;
  text-decoration: none;
  border-bottom: 1px solid #F0F3F8;
  transition: color 0.2s;
}
.enph-mobile-nav li a:hover { color: #C9A64F; }
.enph-mobile-sub {
  list-style: none;
  padding: 4px 0 4px 12px;
  margin: 0;
}
.enph-mobile-sub li a {
  font-size: 13.5px;
  font-weight: 500;
  padding: 8px 0;
  color: #5E6B7E;
}
.enph-mobile-actions {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* =====================
   RESPONSIVE
   ===================== */
@media (max-width: 1024px) {
  .enph-nav { display: none; }
  .enph-btn-burger { display: flex; }
  .enph-btn-search { display: none; }
  .enph-navbar-inner { height: 64px; }
}
@media (max-width: 768px) {
  .enph-topbar-inner { flex-wrap: wrap; gap: 6px; padding: 6px 16px; }
  .enph-topbar-item:nth-child(1) { display: none; }
  .enph-topbar-divider:nth-child(2) { display: none; }
  .enph-topbar-item { font-size: 11.5px; }
  .enph-navbar-inner { padding: 0 16px; height: 60px; }
  .enph-btn-login { display: none; }
}
@media (max-width: 480px) {
  .enph-topbar-item:nth-child(3) { display: none; }
  .enph-topbar-divider:nth-child(4) { display: none; }
}
</style>
<!-- end Simple Custom CSS and JS -->
