.elementor-3674 .elementor-element.elementor-element-85f7f23{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-3674 .elementor-element.elementor-element-24869921 > .elementor-widget-container{padding:0px 0px 0px 10px;}.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-76daca6 *//* ====== HEADER CSS ====== */
.site-header {
  position: fixed;
  top: 0;
  left: 0; right: 0;
  background: #fff;
  z-index: 9998;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  font-family: sans-serif;
}

/* Inner container */
.site-header .header-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 30px;
  height: 130px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.site-logo img {
  height: 60px;
}

/* Desktop nav */
.main-nav ul {
  display: flex;
  margin: 0; padding: 0;
  list-style: none;
}
.main-nav ul li {
  margin: 0 20px;
}
.main-nav ul li a {
  text-decoration: none;
  font-weight: 500;
  color: #1d1d1d;
  transition: color .2s;
}
.main-nav ul li a:hover {
  color: #e9941b;
}

/* Header actions */
.header-actions {
  display: flex;
  align-items: center;
}
.search-btn {
  font-size: 18px;
  color: #1d1d1d;
  text-decoration: none;
  margin-right: 20px;
}
.btn-quote {
  background: #e9941b;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
}
.btn-quote .fa-paper-plane {
  margin-left: 8px;
}

/* Mobile toggle button */
.nav-toggle {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 24px; height: 18px;
  cursor: pointer;
  margin-left: 20px;
}
.nav-toggle span {
  display: block;
  height: 2px;
  background: #1d1d1d;
  border-radius: 1px;
}

/* Mobile drawer */
.mobile-nav {
  position: fixed;
  top: 70px; left: 0; right: 0;
  background: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height .3s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.mobile-nav ul {
  list-style: none;
  margin: 0; padding: 0;
}
.mobile-nav ul li {
  border-bottom: 1px solid #eee;
}
.mobile-nav ul li a {
  display: block;
  padding: 15px 20px;
  color: #1d1d1d;
  text-decoration: none;
  font-weight: 500;
}
.mobile-nav ul li a.mobile-quote {
  color: #e9941b;
}

/* Show drawer when checkbox is checked */
.nav-toggle-checkbox:checked ~ .mobile-nav {
  max-height: 100vh;
}

/* Hide desktop nav on mobile, show toggle */
@media (max-width: 768px) {
  .main-nav,
  .search-btn,
  .btn-quote {
    display: none;
  }
  .nav-toggle {
    display: flex;
  }
}/* End custom CSS */
/* Start custom CSS for insur-header, class: .elementor-element-24869921 */.elementor-3674 .elementor-element.elementor-element-24869921{display: none;}/* End custom CSS */