.elementor-3207 .elementor-element.elementor-element-6a1b11e7:not(.elementor-motion-effects-element-type-background), .elementor-3207 .elementor-element.elementor-element-6a1b11e7 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:rgba(0,0,0,0);}.elementor-3207 .elementor-element.elementor-element-6a1b11e7{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-3207 .elementor-element.elementor-element-6a1b11e7 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-3207 .elementor-element.elementor-element-41513523 > .elementor-element-populated{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 section, class: .elementor-element-6a1b11e7 *//* ── Fix white gap ── */
body {
  padding-top: 0 !important;
  margin-top: 0 !important;
}
.hfe-header {
  position: fixed !important;
  top: 0; left: 0; right: 0;
  z-index: 9999;
  width: 100%;
}
.hfe-header + * { padding-top: 0 !important; }
/* ── Sticky shrink ── */
.elementor-sticky--active .header-inner { padding: 10px 48px !important; }
.elementor-sticky--active .header-logo-tagline { display: none !important; }

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 56px;
  background: rgba(23,50,71,0.97);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,230,236,0.08);
  box-shadow: 0 2px 20px rgba(0,0,0,0.3);
  transition: background 0.35s ease, backdrop-filter 0.35s ease,
              box-shadow 0.35s ease, border-color 0.35s ease, padding 0.25s ease;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  gap: 24px;
}

/* ── Logo ── */
.header-logo {
  text-decoration: none;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.header-logo-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.header-logo-name {
  font-family: 'Outfit', sans-serif;
  font-size: 21px;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  line-height: 1;
  white-space: nowrap;
}
.header-logo-tagline {
  font-family: 'Outfit', sans-serif;
  font-size: 11px;
  font-weight: 400;
  color: #AFC0CC;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1.4;
  white-space: nowrap;
}

/* ── Desktop Nav ── */
.header-nav {
  display: flex;
  align-items: center;
  gap: 32px;
  list-style: none;
  margin: 0 0 0 auto;
  padding: 0;
  flex: 0 1 auto;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.header-nav a {
  font-family: 'Outfit', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #DCE6EC;
  text-decoration: none;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  transition: color 0.2s;
  position: relative;
  white-space: nowrap;
}
.header-nav a::after {
  content: '';
  position: absolute;
  bottom: -4px; left: 0; right: 0;
  height: 1px;
  background: #A61E3A;
  transform: scaleX(0);
  transition: transform 0.2s;
}
.header-nav a:hover { color: #ffffff; }
.header-nav a:hover::after { transform: scaleX(1); }

/* Secondary inspection link */
.header-nav .nav-inspection {
  border: 1px solid rgba(166,30,58,0.55);
  color: #DCE6EC !important;
  padding: 8px 14px;
  border-radius: 3px;
  transition: background 0.2s, border-color 0.2s, color 0.2s !important;
  white-space: nowrap;
}
.header-nav .nav-inspection:hover {
  background: rgba(166,30,58,0.12);
  border-color: rgba(166,30,58,0.85);
  color: #ffffff !important;
}
.header-nav .nav-inspection::after { display: none !important; }

/* Primary CTA: phone */
.header-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #A61E3A;
  color: #ffffff !important;
  padding: 11px 22px;
  border-radius: 3px;
  font-family: 'Outfit', sans-serif;
  font-size: 14px !important;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.03em;
  text-transform: none !important;
  transition: background 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.header-cta::after { display: none !important; }
.header-cta:hover { background: #8C1830 !important; }

/* ── Mobile right side ── */
.mobile-right {
  display: none;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
.mobile-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px; height: 40px;
  background: #A61E3A;
  border-radius: 3px;
  color: #ffffff;
  text-decoration: none;
}
.mobile-phone:hover { background: #8C1830; }

/* ── Hamburger ── */
.hamburger {
  background: none;
  border: 1px solid rgba(220,230,236,0.25);
  border-radius: 3px;
  padding: 8px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 40px; height: 40px;
  justify-content: center;
  align-items: center;
}
.hamburger span {
  display: block;
  width: 18px; height: 1.5px;
  background: #DCE6EC;
  transition: all 0.25s ease;
  transform-origin: center;
}
.hamburger.open span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.hamburger.open span:nth-child(2) { opacity: 0; transform: scaleX(0); }
.hamburger.open span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* ── Mobile dropdown ── */
.mobile-menu {
  max-height: 0;
  overflow: hidden;
  background: rgba(15,36,51,0.99);
  border-top: 1px solid rgba(220,230,236,0.08);
  width: 100%;
  transition: max-height 0.3s ease;
}
.mobile-menu.open { max-height: 400px; }
.mobile-menu ul {
  list-style: none;
  margin: 0; padding: 6px 0 12px;
}
.mobile-menu ul li a {
  display: block;
  padding: 15px 24px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #DCE6EC;
  text-decoration: none;
  letter-spacing: 0.04em;
  border-bottom: 1px solid rgba(220,230,236,0.06);
  transition: color 0.2s, background 0.2s;
}
.mobile-menu ul li a:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.04);
}
.mobile-menu ul li:last-child a { border-bottom: none; }
.mobile-menu-cta {
  display: block;
  margin: 10px 20px 4px !important;
  padding: 14px 24px !important;
  background: #A61E3A !important;
  color: #ffffff !important;
  border-radius: 3px;
  text-align: center;
  font-weight: 600 !important;
  border-bottom: none !important;
}
.mobile-menu-cta:hover { background: #8C1830 !important; color: #ffffff !important; }




/* ── MEDIUM DESKTOP: 900–1100px ── */
@media (min-width: 769px) and (max-width: 1100px) {
  .header-inner { padding: 18px 32px; gap: 16px; }
  .header-nav { gap: 20px; }
  .header-nav a { font-size: 12px; letter-spacing: 0.04em; }
  .header-nav .nav-inspection { padding: 7px 10px; }
  .header-cta { padding: 10px 16px; font-size: 13px !important; }
  .header-logo-tagline { display: none !important; }
  .header-logo-name { font-size: 18px; }
  .elementor-sticky--active .header-inner { padding: 8px 32px !important; }
}
@media (min-width: 769px) and (max-width: 900px) {
  .header-inner { padding: 16px 24px; gap: 12px; }
  .header-nav { gap: 14px; }
  .header-nav a { font-size: 11.5px; }
  .header-cta { padding: 9px 14px; font-size: 12.5px !important; }
}

/* ── MOBILE ── */
@media (max-width: 768px) {
  .header-inner { padding: 14px 20px !important; gap: 0; }
  .header-nav { display: none !important; }
  .mobile-right { display: flex !important; }
  .header-logo-tagline { display: none !important; }
  .header-logo-name { font-size: 17px; letter-spacing: 0.08em; }
  .elementor-sticky--active .header-inner { padding: 10px 20px !important; }
}

/* Full width */
.elementor-section.elementor-section-boxed > .elementor-container {
  max-width: 100% !important;
  padding: 0 !important;
}/* End custom CSS */