.elementor-3750 .elementor-element.elementor-element-f4039bb > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.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-9a5f15c *//* ===== HEADER BASE ===== */
.hh-header {
  background: #F7FAFC;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  position: sticky;
  top: 0;
  z-index: 9999; /* important for mega menu */
}



.hh-container {
  max-width: 1240px;
  margin: auto;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* LOGO */
.hh-logo img {
  max-height: 90px;
}

/* NAV */
.hh-nav {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hh-menu {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.hh-menu li a {
  text-decoration: none;
  color: #000;
  font-size: 15px;
  font-weight: 500;
}

/* CTA */
.hh-cta {
  background: #2F4FA1;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.hh-cta:hover {
  background: #2FB7A3;
}

/* ===== MEGA MENU ===== */
.mega-parent {
  position: relative;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  width: 100vw;
  background: #F7FAFC;
  padding: 30px 60px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

.mega-parent:hover .mega-menu {
  display: flex;
}

.mega-col {
  flex: 1;
  min-width: 200px;
}

.mega-col h4 {
  color: #2F4FA1;
  font-size: 16px;
  margin-bottom: 12px;
}

.mega-col a {
  display: block;
  color: #000;
  margin-bottom: 8px;
  font-size: 14px;
}

.mega-col a:hover {
  color: #2FB7A3;
}

/* ===== MOBILE ===== */
.hh-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
}

.hh-toggle span {
  width: 26px;
  height: 3px;
  background: #2F4FA1;
  margin: 4px 0;
}

@media (max-width: 991px) {

  .hh-nav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #F7FAFC;
    flex-direction: column;
    display: none;
    padding: 20px;
  }

  .hh-nav.active {
    display: flex;
  }

  .hh-menu {
    flex-direction: column;
    width: 100%;
  }

  .mega-menu {
    position: static;
    transform: none;
    width: 100%;
    flex-direction: column;
    box-shadow: none;
    padding: 20px 0;
  }

  .mega-parent:hover .mega-menu {
    display: none;
  }

  .hh-toggle {
    display: flex;
  }
}



.condition-detail .hero-text p {
  margin-top: 0;         /* remove default top margin */
  line-height: 1.45;    /* compact but readable */
}/* End custom CSS */