.elementor-kit-7{--e-global-color-hav1:#E81928;--e-global-color-hav2:#D41621;--e-global-color-hav3:#193660;--e-global-color-hav4:#254A7C;--e-global-color-hav5:#0F2852;--e-global-color-hav6:#6F7D8F;--e-global-color-hav7:#8A94A8;--e-global-color-hav8:#F3F5F8;--e-global-color-hav9:#EBF1F8;--e-global-color-hav10:#051829;--e-global-typography-havH-font-family:"Poppins";--e-global-typography-havH-font-weight:700;--e-global-typography-havB-font-family:"Helvetica";--e-global-typography-havB-font-weight:400;--e-global-typography-5615120-font-family:"Poppins";--e-global-typography-5615120-font-weight:800;--e-global-typography-300f574-font-family:"Poppins";--e-global-typography-300f574-font-weight:700;--e-global-typography-d68a4ae-font-family:"Helvetica";--e-global-typography-d68a4ae-font-weight:400;--e-global-typography-0531132-font-family:"Poppins";--e-global-typography-0531132-font-weight:700;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1280px;}.e-con{--container-max-width:1280px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:740px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --hav-true-blue:#193460; --hav-steady-red:#EE3423; --hav-navy:#0F2240; --hav-blue-light:#1E3F73; --hav-white:#ffffff; --hav-black:#000000; --hav-gray-body:#4A5568; --hav-gray-light:#F4F5F7; --hav-body-text-font:Helvetica; --DUP_hav-steady-red:#EE3423; --DUP_hav-gray-light:#F4F5F7; }
/* Start custom CSS */.hav-logo{
  display:block;
  width:auto;
  height:46px;
  max-width:220px;
  object-fit:contain;
}

@media(max-width:767px){
  .hav-logo{
    height:40px;
    max-width:185px;
  }
}



/* =========================================================
   HAV MOBILE NAVIGATION
   Honest AV v26
   =========================================




/* =========================================================
   HEADER SHELL
   ========================================================= */

.hav-nav {
  position: relative;
  z-index: 1000;

  display: flex;
  align-items: center;

  width: 100%;
  min-height: 72px;

  padding: 0 32px;

  background: #ffffff;
  color: #193460;
}


/* =========================================================
   LOGO
   ========================================================= */

.hav-logo {
  display: flex;
  align-items: center;

  flex: 0 0 auto;

  text-decoration: none;
}

.hav-logo img,
img.hav-logo {
  display: block;

  width: auto;
  max-width: 180px;
  height: auto;
}


/* =========================================================
   DESKTOP NAV LINKS
   ========================================================= */

.hav-nav__links {
  display: none;
}

.hav-nav__item {
  position: relative;
}

.hav-nav__link {
  display: flex;
  align-items: center;

  gap: 6px;

  padding: 27px 0;

  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;

  color: #193460;
  text-decoration: none;

  transition: color 180ms ease;
}

.hav-nav__link:hover,
.hav-nav__link:focus-visible {
  color: #EE3423;
}


/* =========================================================
   DESKTOP CARET
   ========================================================= */

.hav-nav__caret {
  display: inline-block;

  width: 7px;
  height: 7px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(45deg) translateY(-2px);

  transition: transform 180ms ease;
}

.hav-nav__item:hover .hav-nav__caret,
.hav-nav__item:focus-within .hav-nav__caret,
.hav-nav__item.is-open .hav-nav__caret {
  transform: rotate(225deg) translate(-1px, -1px);
}


/* =========================================================
   DESKTOP MEGA MENU
   ========================================================= */

.hav-mega {
  position: absolute;

  top: 100%;
  left: 50%;

  width: 390px;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translate(-50%, 10px);

  transition:
    opacity 180ms ease,
    transform 180ms ease,
    visibility 180ms ease;
}

.hav-nav__item:hover .hav-mega,
.hav-nav__item:focus-within .hav-mega,
.hav-nav__item.is-open .hav-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;

  transform: translate(-50%, 0);
}


/* =========================================================
   MEGA MENU PANEL
   ========================================================= */

.hav-mega__panel {
  padding: 20px;

  background: #ffffff;

  border: 1px solid rgba(25, 52, 96, 0.10);
  border-radius: 14px;

  box-shadow:
    0 20px 50px rgba(15, 34, 64, 0.14),
    0 6px 18px rgba(15, 34, 64, 0.08);
}

.hav-mega__heading {
  margin-bottom: 12px;
  padding: 0 8px 10px;

  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;

  letter-spacing: 1.2px;
  text-transform: uppercase;

  color: #EE3423;

  border-bottom: 1px solid rgba(25, 52, 96, 0.08);
}


/* =========================================================
   MEGA MENU ITEMS
   ========================================================= */

.hav-mega__item {
  display: grid;

  grid-template-columns: 34px 1fr;

  gap: 12px;
  align-items: start;

  padding: 11px 8px;

  border-radius: 8px;

  color: #193460;
  text-decoration: none;

  transition:
    background-color 180ms ease,
    color 180ms ease;
}

.hav-mega__item:hover,
.hav-mega__item:focus-visible {
  background: rgba(25, 52, 96, 0.045);
}


/* =========================================================
   MEGA MENU ICON
   ========================================================= */

.hav-mega__icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 30px;
  height: 30px;

  flex-shrink: 0;

  color: #EE3423;

  background: rgba(238, 52, 35, 0.08);

  border-radius: 7px;
}

.hav-mega__icon svg {
  display: block;

  width: 18px;
  height: 18px;
}


/* =========================================================
   MEGA MENU TYPOGRAPHY
   ========================================================= */

.hav-mega__title {
  display: block;

  margin-bottom: 3px;

  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;

  color: #193460;

  transition: color 180ms ease;
}

.hav-mega__item:hover .hav-mega__title,
.hav-mega__item:focus-visible .hav-mega__title {
  color: #EE3423;
}

.hav-mega__desc {
  display: block;

  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1.45;

  color: #4A5568;
}


/* =========================================================
   MEGA MENU FOOTER
   ========================================================= */

.hav-mega__footer {
  margin-top: 10px;
  padding-top: 12px;

  border-top: 1px solid rgba(25, 52, 96, 0.08);
}

.hav-mega__footer a {
  display: inline-block;

  padding: 4px 8px;

  font-family: Poppins, Arial, sans-serif;
  font-size: 12px;
  font-weight: 700;

  color: #193460;
  text-decoration: none;

  transition: color 180ms ease;
}

.hav-mega__footer a:hover,
.hav-mega__footer a:focus-visible {
  color: #EE3423;
}


/* =========================================================
   RIGHT SIDE
   ========================================================= */

.hav-nav__right {
  display: none;

  align-items: center;

  gap: 18px;

  margin-left: auto;
}

.hav-nav__phone {
  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 700;

  white-space: nowrap;

  color: #193460;
  text-decoration: none;

  transition: color 180ms ease;
}

.hav-nav__phone:hover,
.hav-nav__phone:focus-visible {
  color: #EE3423;
}


/* =========================================================
   HEADER BUTTONS
   ========================================================= */

.hav-nav .hav-btn,
.hav-mobile-menu .hav-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 6px;

  font-family: Poppins, Arial, sans-serif;
  font-weight: 700;

  text-decoration: none;

  cursor: pointer;

  transition:
    background-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.hav-nav .hav-btn--primary,
.hav-mobile-menu .hav-btn--primary {
  background: #EE3423;
  color: #ffffff;
}

.hav-nav .hav-btn--primary:hover,
.hav-nav .hav-btn--primary:focus-visible,
.hav-mobile-menu .hav-btn--primary:hover,
.hav-mobile-menu .hav-btn--primary:focus-visible {
  background: #193460;
  color: #ffffff;

  transform: translateY(-1px);
}

.hav-nav .hav-btn--sm {
  padding: 11px 16px;

  font-size: 12px;
}


/* =========================================================
   ORIGINAL MOBILE HAMBURGER
   ========================================================= */

.hav-nav__burger {
  display: block;

  justify-self: end;

  margin-left: auto;
  padding: 4px;

  background: none;
  border: none;

  color: #193460;

  cursor: pointer;
}

.hav-nav__burger svg {
  display: block;

  width: 28px;
  height: 28px;

  pointer-events: none;
}

.hav-nav__burger:hover,
.hav-nav__burger:focus-visible {
  color: #EE3423;
}


/* =========================================================
   ORIGINAL MOBILE MENU
   ========================================================= */

.hav-mobile-menu {
  display: none;

  position: absolute;

  top: 72px;
  left: 0;
  right: 0;

  z-index: 100;

  padding: 24px;

  flex-direction: column;

  gap: 12px;

  background: #ffffff;

  border-bottom: 1px solid rgba(0, 0, 0, 0.08);

  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);

  max-height: calc(100vh - 72px);
  overflow-y: auto;
}


/* THIS IS THE IMPORTANT ORIGINAL OPEN STATE */

.hav-mobile-menu.is-open {
  display: flex;

  animation: hav-fadeup 0.3s ease both;
}


/* =========================================================
   MOBILE BASIC LINKS
   ========================================================= */

.hav-mobile-menu > a {
  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;

  color: #193460;

  padding: 8px 0;

  text-decoration: none;

  transition: color 180ms ease;
}

.hav-mobile-menu > a:hover,
.hav-mobile-menu > a:focus-visible {
  color: #EE3423;
}


/* =========================================================
   NEW MOBILE ACCORDION GROUPS
   ========================================================= */

.hav-mobile-group {
  display: flex;

  flex-direction: column;

  width: 100%;
}


/* =========================================================
   MOBILE ACCORDION BUTTON
   ========================================================= */

.hav-mobile-toggle {
  display: flex;

  align-items: center;
  justify-content: space-between;

  width: 100%;

  padding: 8px 0;

  background: transparent;

  border: 0;

  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;

  color: #193460;

  text-align: left;

  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;

  transition: color 180ms ease;
}

.hav-mobile-toggle:hover,
.hav-mobile-toggle:focus-visible {
  color: #EE3423;
}


/* =========================================================
   MOBILE ACCORDION ARROW
   ========================================================= */

.hav-mobile-toggle__arrow {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  width: 24px;
  height: 24px;

  margin-left: 16px;

  font-size: 20px;
  line-height: 1;

  flex-shrink: 0;

  transition: transform 220ms ease;
}

.hav-mobile-toggle[aria-expanded="true"]
.hav-mobile-toggle__arrow {
  transform: rotate(180deg);
}


/* =========================================================
   MOBILE SUBMENU
   ========================================================= */

.hav-mobile-submenu {
  display: none;

  flex-direction: column;

  width: 100%;

  padding:
    4px
    0
    8px
    18px;
}


/* JavaScript can set inline display:flex,
   but this also supports the .is-open class */

.hav-mobile-group.is-open
.hav-mobile-submenu {
  display: flex;
}


/* =========================================================
   MOBILE SUBMENU LINKS
   ========================================================= */

.hav-mobile-submenu a {
  display: block;

  width: 100%;

  padding: 8px 0;

  font-family: Poppins, Arial, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.35;

  color: #193460;

  text-decoration: none;

  transition: color 180ms ease;
}

.hav-mobile-submenu a:hover,
.hav-mobile-submenu a:focus-visible {
  color: #EE3423;
}


/* OVERVIEW LINK */

.hav-mobile-submenu a:first-child {
  font-weight: 700;

  color: #EE3423;
}

.hav-mobile-submenu a:first-child:hover,
.hav-mobile-submenu a:first-child:focus-visible {
  color: #193460;
}


/* =========================================================
   MOBILE PHONE
   ========================================================= */

.hav-mobile-menu .hav-nav__phone {
  display: block;

  padding: 8px 0;

  font-family: Poppins, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;

  color: #193460;
}


/* =========================================================
   MOBILE QUOTE BUTTON
   ========================================================= */

.hav-mobile-menu .hav-btn {
  width: 100%;

  margin-top: 8px;

  padding: 14px 18px;

  font-size: 14px;
}


/* =========================================================
   DESKTOP
   Original developer breakpoint = 1024
   ========================================================= */

@media (min-width: 1024px) {

  .hav-nav {
    min-height: 72px;

    padding: 0 32px;
  }

  .hav-nav__links {
    display: flex;

    align-items: center;

    gap: 28px;

    margin-left: 40px;
  }

  .hav-nav__right {
    display: flex;
  }

  .hav-nav__burger {
    display: none;
  }

  .hav-mobile-menu {
    display: none !important;
  }

}


/* =========================================================
   TABLET / MOBILE
   ========================================================= */

@media (max-width: 1023px) {

  .hav-nav {
    padding: 0 20px;

    min-height: 72px;
  }

  .hav-nav__links,
  .hav-nav__right {
    display: none;
  }

  .hav-nav__burger {
    display: block;

    margin-left: auto;
  }

}


/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 767px) {

  .hav-nav {
    padding: 0 18px;
  }

  .hav-logo img,
  img.hav-logo {
    max-width: 150px;
  }

  .hav-mobile-menu {
    padding:
      20px
      20px
      calc(24px + env(safe-area-inset-bottom));
  }

}


/* =========================================================
   FOCUS ACCESSIBILITY
   ========================================================= */

.hav-nav a:focus-visible,
.hav-nav button:focus-visible {
  outline: 2px solid #EE3423;
  outline-offset: 3px;
}


/* =========================================================
   MOBILE MENU ANIMATION
   ========================================================= */

@keyframes hav-fadeup {

  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }

}


/* =========================================================
   Footer Info
   ========================================================= */
/* =========================
   HAV FOOTER SOCIAL ICONS
   ========================= */

.hav-footer__socials {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hav-footer__social {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  color: #193460 !important; /* Honest AV blue */

  border: 1px solid rgba(25, 52, 96, 0.18);
  border-radius: 50%;

  text-decoration: none;

  transition:
    color 180ms ease,
    border-color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease;
}

.hav-footer__social svg {
  width: 16px !important;
  height: 16px !important;
  display: block;
}

.hav-footer__social:hover,
.hav-footer__social:focus-visible {
  color: #EE3423 !important; /* Steady Red only on hover */
  border-color: #EE3423;
  background: rgba(238, 52, 35, 0.06);

  transform: translateY(-1px);
}


/* =========================
   FOOTER PHONE
   ========================= */

.hav-footer__phone {
  color: #193460 !important;
  text-decoration: none;

  font-weight: 700;
}

.hav-footer__phone:hover,
.hav-footer__phone:focus-visible {
  color: #EE3423 !important;
}




/* HAV Service Card — coordinated hover */

/* =========================================
   HAV ICON FEATURE — HOVER DESCRIPTION
   ========================================= */

/* Default: hide paragraph */
.hav-feature-hover .hav-feature-hover__desc {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  overflow: hidden !important;

  transform: translateY(8px);

  transition:
    opacity 220ms ease,
    transform 220ms ease,
    max-height 220ms ease,
    visibility 220ms ease;
}


/* Hover anywhere over the Icon Group */
.hav-feature-hover:hover .hav-feature-hover__desc,
.hav-feature-hover:focus-within .hav-feature-hover__desc {
  opacity: 1 !important;
  visibility: visible !important;
  max-height: 160px !important;

  transform: translateY(0);
}


/* Mobile: always show description */
@media (max-width: 767px) {

  .hav-feature-hover .hav-feature-hover__desc {
    opacity: 1 !important;
    visibility: visible !important;
    max-height: none !important;
    overflow: visible !important;
    transform: none !important;
  }
}






/****** HAV BLOG CARD CSS ******/
.hav-blog-card {
    height: 100%;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.10);
}

.hav-blog-card__image img {
    display: block;
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.hav-blog-card__body {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 24px;
}

.hav-blog-card__title {
    position: static;
    margin: 0;
}

.hav-blog-card__excerpt {
    position: static;
    margin: 0;
}

.hav-blog-card__button {
    position: static;
    margin-top: 8px;
}

.hav-blog-card__title {
  width: 100%;
  min-width: 0;
  max-width: 100%;
  white-space: normal !important;
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.25;
}

.hav-blog-card__title,
.hav-blog-card__title a,
.hav-blog-card__title span {
  white-space: normal !important;
}

.hav-blog-card__body {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.hav-blog-card__title {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;

    white-space: normal !important;
    overflow-wrap: break-word !important;
    word-break: normal !important;

    line-height: 1.25 !important;
}

/* Keep title wrapping correctly */
.hav-blog-card__title {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
    line-height: 1.25 !important;

    /* Reserve room for 2 lines */
    min-height: 50px;
    max-height: 50px;
    overflow: hidden;
}

/* Reserve consistent excerpt space */
.hav-blog-card__excerpt {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
    line-height: 1.5 !important;

    /* Approx. 3 lines */
    min-height: 68px;
    max-height: 68px;
    overflow: hidden;
}

/* Leave button in normal flow */
.hav-blog-card__button {
    position: static !important;
    margin-top: 12px;
}/* End custom CSS */