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

/* =========================================================
   PCHI HEADER SYSTEM
   Description: Full desktop header (top bar + nav + CTA)
   Last Updated: March 2026 LINES 20 - 699
========================================================= */

/* ---------- START HEADER ---------- */

/* ========================================
   PCHI CURRENT HEADER BASELINE
   FULL POLISHED HEADER CSS EXPORT
======================================== */

/* ---------- GLOBAL ---------- */
html,
body,
.pchi-topbar,
.pchi-header,
.pchi-utility-menu a,
.pchi-header__account,
.pchi-header__cta,
.pchi-account-menu a,
.pchi-search-input,
.pchi-topbar__contact,
.pchi-topbar__hours-wrap {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif !important;
}

/* ---------- TOP BAR ---------- */
.pchi-topbar {
  background: #f2f2ee;
  border-bottom: 1px solid #ddd8cc;
}

.pchi-topbar__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.pchi-topbar__contacts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

.pchi-topbar__contact,
.pchi-topbar__hours-wrap {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 4px 10px;
  border: 1px solid #d9d2c4;
  border-radius: 9px;
  background: rgba(255,255,255,0.42);
  text-decoration: none;
  color: #111;
}

.pchi-topbar__contact {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.pchi-topbar__contact:hover {
  transform: translateY(-1px);
  border-color: #c9c3b6;
  box-shadow: 0 8px 18px rgba(0,0,0,0.05);
}

.pchi-topbar__icon {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  flex-shrink: 0;
}

.pchi-topbar__icon svg {
  width: 13px;
  height: 13px;
}

.pchi-topbar__meta {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pchi-topbar__eyebrow {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #7a7368;
}

.pchi-topbar__value {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111;
}

.pchi-topbar__hours {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #111;
}

.pchi-topbar__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pchi-topbar__socials a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  text-decoration: none;
  color: #111;
  font-size: 13px;
  font-weight: 600;
  transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.pchi-topbar__socials a:hover {
  color: #f5a400;
  opacity: 1;
  transform: translateY(-1px);
}

/* ---------- STICKY SHELL ---------- */
.pchi-sticky-shell {
  position: sticky;
  top: 0;
  z-index: 9990;
  background: #f7f7f5;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

.pchi-header {
  position: relative;
  z-index: 2;
}

.pchi-mega-menu {
  position: relative;
  z-index: 1;
}

/* ---------- MAIN HEADER ---------- */
.pchi-header {
  background: #f7f7f5;
  border-bottom: 2px solid #111;
  box-shadow: 0 3px 0 rgba(0,0,0,0.06);
  position: relative;
  z-index: 100;
}

.pchi-header__inner {
  max-width: 1480px;
  margin: 0 auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.pchi-header__logo {
  flex-shrink: 0;
}

.pchi-header__logo a {
  display: inline-block;
}

.pchi-header__logo img {
  height: 58px;
  width: auto;
  display: block;
  border-radius: 16px;
  box-shadow: 0 12px 22px rgba(0,0,0,0.10);
}

.pchi-header__nav {
  flex: 1;
  display: flex;
  justify-content: center;
  min-width: 0;
}

.pchi-header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  flex-shrink: 0;
}

/* ---------- UTILITY MENU ---------- */
.pchi-utility-menu,
.pchi-utility-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pchi-utility-menu {
  display: flex;
  align-items: center;
  gap: 24px;
}

.pchi-utility-menu > li {
  position: relative;
}

.pchi-utility-menu > li > a {
  display: inline-block;
  position: relative;
  padding: 6px 0;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  white-space: nowrap;
  transition: color 0.2s ease, opacity 0.2s ease;
}

.pchi-utility-menu > li > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -7px;
  width: 0;
  height: 2px;
  opacity: 0.9;
  background: #f5a400;
  border-radius: 999px;
  transition: width 0.22s ease;
}

.pchi-utility-menu > li:hover > a,
.pchi-utility-menu > li.current-menu-item > a,
.pchi-utility-menu > li.current-menu-ancestor > a {
  color: #000;
}

.pchi-utility-menu > li:hover > a::after,
.pchi-utility-menu > li.current-menu-item > a::after,
.pchi-utility-menu > li.current-menu-ancestor > a::after {
  width: 100%;
}

.pchi-utility-menu .sub-menu {
  position: absolute;
  top: calc(100% + 14px);
  left: 0;
  min-width: 260px;
  background: #f5a400;
  border: 2px solid #111;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  padding: 10px 0;
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 999;
}

.pchi-utility-menu li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pchi-utility-menu .sub-menu a {
  display: block;
  padding: 11px 16px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.pchi-utility-menu .sub-menu a:hover {
  background: rgba(255,255,255,0.22);
  padding-left: 20px;
}

/* ---------- ICONS ---------- */
.pchi-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.pchi-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.pchi-icon--account svg {
  fill: currentColor;
}

/* ---------- SEARCH ---------- */
.pchi-header__search {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  color: #111;
  cursor: pointer;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.pchi-header__search:hover {
  color: #f5a400;
  opacity: 1;
  transform: translateY(-1px);
}

.pchi-icon--search {
  width: 30px;
  height: 30px;
}

/* ---------- ACCOUNT ---------- */
.pchi-header__account-wrap {
  position: relative;
  flex-shrink: 0;
}

.pchi-header__account {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: none;
  border: none;
  padding: 0;
  color: #111;
  cursor: pointer;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.pchi-header__account:hover {
  color: #f5a400;
  opacity: 1;
  transform: translateY(-1px);
}

.pchi-icon--account {
  width: 16px;
  height: 16px;
}

.pchi-account-dropdown {
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  min-width: 260px;
  background: #fff;
  border: 2px solid #111;
  border-radius: 16px;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  padding: 10px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  z-index: 9999;
}

.pchi-header__account-wrap:hover .pchi-account-dropdown,
.pchi-header__account-wrap:focus-within .pchi-account-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pchi-account-menu,
.pchi-account-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.pchi-account-menu > li > a {
  display: block;
  padding: 11px 16px;
  text-decoration: none;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  transition: background 0.2s ease, padding-left 0.2s ease;
}

.pchi-account-menu > li > a:hover {
  background: #faf4e5;
  padding-left: 20px;
}

.pchi-account-menu > li:nth-child(3) {
  margin-top: 6px;
  padding-top: 6px;
  border-top: 1px solid #ece5d6;
}

/* ---------- CTA ---------- */
.pchi-header__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  margin-left: 4px;
  background: #f5b000;
  border: 2px solid #111;
  border-radius: 999px;
  text-decoration: none;
  color: #111;
  white-space: nowrap;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow: 0 8px 18px rgba(0,0,0,0.10);
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.pchi-header__cta:hover {
  background: #ffc11f;
  transform: translateY(-1px) scale(1.02);
  box-shadow: 0 14px 26px rgba(0,0,0,0.12);
}

/* ---------- CATEGORY ROW SHELL ONLY ---------- */
.pchi-mega-menu {
  width: 100%;
  background: #f5a400;
  border-top: 1px solid #111;
  border-bottom: 1px solid #111;
}

#mega-menu-wrap-mega_services {
  background: transparent !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services {
  max-width: 1480px;
  margin: 0 auto !important;
  padding: 0 10px !important;
  background: transparent !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 8px;
  flex-wrap: nowrap !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item {
  margin: 0 !important;
  display: flex !important;
  align-items: stretch !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link {
  height: 54px !important;
  padding: 0 16px !important;
  background: transparent !important;
  color: #111 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.005em !important;
  border: none !important;
  transition: opacity 0.2s ease, background 0.2s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  white-space: nowrap !important;
  line-height: 1 !important;
  text-align: center !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item.mega-menu-item-has-children > a.mega-menu-link {
  display: inline-flex !important;
  align-items: center !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link:hover,
#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item.mega-toggle-on > a.mega-menu-link,
#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link {
  background: rgba(255,255,255,0.18) !important;
  opacity: 1 !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link::after {
  color: #111 !important;
  font-size: 8px !important;
  margin-left: 2px !important;
  position: static !important;
  top: auto !important;
  transform: none !important;
  vertical-align: middle !important;
}

#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link,
#mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link span {
  white-space: nowrap !important;
}

#mega-menu-wrap-mega_services .mega-sub-menu {
  border-radius: 0 !important;
}

/* ---------- SEARCH OVERLAY ---------- */
.pchi-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(255,255,255,0.985);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.25s ease, visibility 0.25s ease;
}

.pchi-search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.pchi-search-overlay__inner {
  width: 100%;
  max-width: 760px;
  padding: 0 28px;
  position: relative;
}

.pchi-search-input {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid #111;
  padding: 16px 0;
  outline: none;
  background: transparent;
  color: #111;
  letter-spacing: 0.2px;
}

.pchi-search-input::placeholder {
  color: #8d8d8d;
}

.pchi-search-overlay__close {
  position: absolute;
  top: -64px;
  right: 28px;
  font-size: 22px;
  line-height: 1;
  background: none;
  border: none;
  cursor: pointer;
  color: #111;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.pchi-search-overlay__close:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}

/* ---------- RESPONSIVE ---------- */
@media (max-width: 1200px) {
  .pchi-header__logo img {
    height: 52px;
  }

  .pchi-utility-menu {
    gap: 18px;
  }

  .pchi-utility-menu > li > a {
    font-size: 13px;
  }

  .pchi-header__right {
    gap: 12px;
  }

  .pchi-header__cta {
    min-height: 38px;
    padding: 0 14px;
    font-size: 12px;
  }

  #mega-menu-wrap-mega_services #mega-menu-mega_services {
    gap: 6px !important;
  }

  #mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link {
    padding: 0 12px !important;
    font-size: 12px !important;
  }
}

@media (max-width: 768px) {
  .pchi-topbar {
    display: none;
  }

  .pchi-header__nav {
    display: none;
  }

  .pchi-header__inner {
    padding: 10px 14px;
    gap: 10px;
  }

  .pchi-header__logo img {
    height: 48px;
    border-radius: 14px;
  }

  .pchi-header__right {
    gap: 10px;
  }

  .pchi-icon--search {
    width: 26px;
    height: 26px;
  }

  .pchi-header__account span:last-child {
    display: none;
  }

  .pchi-header__cta {
    min-height: 38px;
    padding: 0 12px;
    font-size: 12px;
    box-shadow: none;
    border-width: 2px;
  }

  .pchi-account-dropdown {
    min-width: 220px;
    right: 0;
  }

  .pchi-account-menu > li > a {
    padding: 10px 14px;
    font-size: 13px;
  }

  #mega-menu-wrap-mega_services #mega-menu-mega_services > li.mega-menu-item > a.mega-menu-link {
    height: 50px !important;
    padding: 0 12px !important;
    font-size: 12px !important;
    gap: 4px !important;
  }
}

/* ========== END OF HEADER CSS ========== */