.elementor-83 .elementor-element.elementor-element-8f1c8b6{--display:flex;--min-height:0px;--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-83 .elementor-element.elementor-element-77ffb7e{--display:flex;}.elementor-83 .elementor-element.elementor-element-02f029d{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;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;}@media(min-width:768px){.elementor-83 .elementor-element.elementor-element-8f1c8b6{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-8f1c8b6 *//* REMOVE WHITE GAP INSIDE ELEMENTOR HEADER */
.elementor-location-header,
.elementor-location-header > .elementor-element,
.elementor-location-header .elementor-container,
.elementor-location-header .e-con{
  margin-bottom:0!important;
  padding-bottom:0!important;
  min-height:auto!important;
}

.elementor-location-header .elementor-widget-html{
  margin-bottom:0!important;
}/* End custom CSS */
/* Start custom CSS *//* DASH HORIZON PREMIUM HEADER */

.dh-header {
  position: sticky;
  top: 0;
  z-index: 99999;
  font-family: "Quarion", "Inter", Arial, sans-serif;
}

.dh-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
}

/* Top bar */
.dh-topbar {
  background: #1C244B;
  color: #fff;
  font-size: 13px;
}

.dh-topbar .dh-container {
  height: 38px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dh-topbar a {
  color: #fff;
  text-decoration: none;
  margin-left: 18px;
  opacity: .85;
}

.dh-topbar a:hover {
  opacity: 1;
}

/* Main nav */
.dh-navbar {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(28,36,75,.08);
  box-shadow: 0 18px 45px rgba(28,36,75,.08);
}

.dh-nav-inner {
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.dh-logo {
  color: #1C244B;
  text-decoration: none;
  font-size: 30px;
  font-weight: 850;
  letter-spacing: -1px;
}

.dh-logo span {
  font-weight: 300;
}

/* Nav links */
.dh-nav {
  display: flex;
  align-items: center;
  gap: 30px;
}

.dh-nav > a,
.dh-nav-item > a {
  color: #1C244B;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  position: relative;
}

.dh-nav > a::after,
.dh-nav-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  background: #1C244B;
  transition: .25s ease;
}

.dh-nav > a:hover::after,
.dh-nav-item:hover > a::after {
  width: 100%;
}

/* Buttons */
.dh-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.dh-login-btn,
.dh-contact-btn {
  text-decoration: none;
  border-radius: 999px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 800;
  transition: .25s ease;
}

.dh-login-btn {
  background: #f3f5fb;
  color: #1C244B;
  border: 1px solid rgba(28,36,75,.12);
}

.dh-login-btn:hover {
  background: #e8ecf8;
  transform: translateY(-2px);
}

.dh-contact-btn {
  background: #1C244B;
  color: #fff;
  box-shadow: 0 14px 30px rgba(28,36,75,.26);
}

.dh-contact-btn:hover {
  background: #121933;
  transform: translateY(-2px);
}

/* Mega menu */
.dh-nav-item {
  position: relative;
}

.dh-mega {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 1080px;
  transform: translateX(-50%) translateY(14px);
  background: #fff;
  border-radius: 30px;
  border: 1px solid rgba(28,36,75,.08);
  box-shadow: 0 35px 90px rgba(28,36,75,.18);
  padding: 28px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .28s ease;
}

.dh-nav-item:hover .dh-mega {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.dh-mega-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  gap: 24px;
}

.dh-mega-col {
  padding: 20px;
  border-radius: 20px;
  transition: .25s ease;
}

.dh-mega-col:hover {
  background: #f7f8fc;
}

.dh-mega-col span {
  display: inline-block;
  color: #687098;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.dh-mega-col h4 {
  margin: 0 0 14px;
  color: #1C244B;
  font-size: 17px;
}

.dh-mega-col a {
  display: block;
  color: #5f6684;
  text-decoration: none;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 550;
}

.dh-mega-col a:hover {
  color: #1C244B;
  padding-left: 6px;
}

/* Feature card */
.dh-mega-card {
  border-radius: 24px;
  padding: 28px;
  color: #fff;
  background:
    radial-gradient(circle at top right, rgba(255,255,255,.2), transparent 35%),
    linear-gradient(135deg, #1C244B, #10172f);
  min-height: 260px;
}

.dh-mega-card span {
  display: inline-block;
  background: rgba(255,255,255,.14);
  padding: 7px 13px;
  border-radius: 999px;
  font-size: 12px;
  margin-bottom: 18px;
}

.dh-mega-card h3 {
  margin: 0 0 12px;
  font-size: 24px;
  line-height: 1.2;
}

.dh-mega-card p {
  margin: 0 0 22px;
  color: rgba(255,255,255,.78);
  font-size: 14px;
  line-height: 1.7;
}

.dh-mega-card a {
  display: inline-block;
  background: #fff;
  color: #1C244B;
  padding: 12px 17px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 900;
  font-size: 14px;
}

/* Mobile */
#dh-menu-toggle {
  display: none;
}

.dh-menu-icon {
  display: none;
  color: #1C244B;
  font-size: 31px;
  cursor: pointer;
}

.dh-mobile-actions {
  display: none;
}

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

  .dh-nav-inner {
    height: 78px;
  }

  .dh-menu-icon {
    display: block;
  }

  .dh-actions {
    display: none;
  }

  .dh-nav {
    display: none;
    position: absolute;
    top: 78px;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 26px;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
    border-top: 1px solid rgba(28,36,75,.08);
    box-shadow: 0 25px 60px rgba(28,36,75,.14);
  }

  #dh-menu-toggle:checked ~ .dh-nav {
    display: flex;
  }

  .dh-nav-item {
    width: 100%;
  }

  .dh-mega {
    position: static;
    width: 100%;
    transform: none;
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    box-shadow: none;
    border-radius: 20px;
    padding: 16px;
    margin-top: 14px;
    display: none;
  }

  .dh-nav-item:hover .dh-mega {
    display: block;
    transform: none;
  }

  .dh-mega-grid {
    grid-template-columns: 1fr;
  }

  .dh-mobile-actions {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 12px;
  }

  .dh-mobile-actions a {
    text-align: center;
  }
}/* End custom CSS */