.elementor-8 .elementor-element.elementor-element-681eb18{--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-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-e14923c */.bt-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  direction: rtl;
  font-family: "Assistant", system-ui, sans-serif;
  background: #ffffff;
  border-bottom: 1px solid #e2eaf4;
  box-shadow: 0 2px 16px rgba(7,27,77,0.07);
}

.bt-accent-bar {
  height: 3px;
  background: linear-gradient(90deg, #0052cc 0%, #1a8fff 50%, #0052cc 100%);
}

.bt-header-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 28px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  height: 68px;
}

.bt-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
  gap: 10px;
  flex-shrink: 0;
}

.bt-logo img {
  height: 40px;
  width: auto;
  display: block;
}

.bt-logo-text {
  display: flex;
  flex-direction: column;
  line-height: 1.1;
}

.bt-logo-text strong {
  font-size: 20px;
  font-weight: 900;
  color: #071b4d;
  letter-spacing: -0.3px;
}

.bt-logo-text span {
  font-size: 11px;
  font-weight: 600;
  color: #1a8fff;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.bt-nav {
  display: flex;
  align-items: center;
  gap: 2px;
  flex: 1;
  justify-content: center;
}

.bt-nav a {
  color: #2d3f6b;
  text-decoration: none;
  font-size: 14.5px;
  font-weight: 700;
  padding: 8px 13px;
  border-radius: 8px;
  transition: all 0.18s ease;
  white-space: nowrap;
}

.bt-nav a:hover,
.bt-nav a.active {
  color: #0052cc;
  background: #eef4ff;
}

.bt-nav a.highlight {
  color: #0052cc;
  background: #eef4ff;
  border: 1px solid #cce0ff;
}

.bt-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
}

.bt-socials {
  display: flex;
  align-items: center;
  gap: 6px;
}

.bt-socials a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  text-decoration: none;
  color: #4a6090;
  background: #f0f4fb;
  border: 1px solid #e2eaf4;
  font-size: 20px;
  font-weight: 800;
  line-height: 1;
  transition: all 0.18s ease;
}

.bt-socials a:hover {
  color: #0052cc;
  background: #eef4ff;
  border-color: #b3d0ff;
}

.bt-divider {
  width: 1px;
  height: 28px;
  background: #e2eaf4;
}

.bt-header-cta {
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  padding: 10px 20px;
  border-radius: 9px;
  background: #0052cc;
  white-space: nowrap;
  transition: all 0.18s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  letter-spacing: 0.2px;
}

.bt-header-cta:hover {
  color: #fff;
  background: #003ea3;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(0,82,204,0.28);
}

.bt-menu-toggle {
  display: none;
}

.bt-menu-btn {
  display: none;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: #eef4ff;
  border: 1px solid #cce0ff;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}

.bt-menu-btn span {
  width: 18px;
  height: 2px;
  background: #0052cc;
  border-radius: 2px;
  transition: 0.2s ease;
}

.bt-overlay {
  position: fixed;
  inset: 0;
  background: rgba(7,27,77,0.38);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease;
  z-index: 9998;
}

.bt-mobile-panel {
  position: fixed;
  top: 0;
  right: 0;
  width: min(88vw, 390px);
  height: 100vh;
  z-index: 9999;
  background: #ffffff;
  border-left: 1px solid #e2eaf4;
  box-shadow: -20px 0 60px rgba(7,27,77,0.14);
  transform: translateX(105%);
  transition: 0.32s cubic-bezier(.4,0,.2,1);
  padding: 18px 22px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bt-menu-toggle:checked ~ .bt-overlay {
  opacity: 1;
  visibility: visible;
}

.bt-menu-toggle:checked ~ .bt-mobile-panel {
  transform: translateX(0);
}

.bt-menu-toggle:checked ~ .bt-actions .bt-menu-btn span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.bt-menu-toggle:checked ~ .bt-actions .bt-menu-btn span:nth-child(2) {
  opacity: 0;
}

.bt-menu-toggle:checked ~ .bt-actions .bt-menu-btn span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.bt-mobile-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
  flex-shrink: 0;
}

.bt-mobile-head img {
  height: 40px;
  width: auto;
  display: block;
}

.bt-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 9px;
  background: #f0f4fb;
  border: 1px solid #e2eaf4;
  color: #071b4d;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  flex-shrink: 0;
}

.bt-mobile-tag {
  margin-bottom: 12px;
  padding: 10px 14px;
  border-radius: 10px;
  color: #0052cc;
  font-size: 14px;
  font-weight: 800;
  background: #eef4ff;
  border: 1px solid #cce0ff;
  flex-shrink: 0;
}

.bt-mobile-nav {
  display: grid;
  gap: 0;
  margin-bottom: 14px;
  border-top: 1px solid #e2eaf4;
  flex-shrink: 0;
}

.bt-mobile-nav a {
  position: relative;
  text-decoration: none;
  color: #21345f;
  font-size: 16px;
  font-weight: 800;
  padding: 10px 4px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #e2eaf4;
  transition: 0.18s ease;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bt-mobile-nav a::after {
  content: "›";
  direction: ltr;
  color: #1a8fff;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}

.bt-mobile-nav a:hover {
  color: #0052cc;
  padding-right: 10px;
}

.bt-mobile-socials {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  margin-bottom: 12px;
  flex-shrink: 0;
}

.bt-mobile-socials a {
  width: 40px;
  height: 40px;
  text-decoration: none;
  text-align: center;
  color: #0052cc;
  background: #f0f4fb;
  font-size: 21px;
  font-weight: 900;
  line-height: 1;
  padding: 0;
  border-radius: 10px;
  border: 1px solid #e2eaf4;
  transition: 0.18s;
  display: grid;
  place-items: center;
}

.bt-mobile-socials a:hover {
  color: #0052cc;
  background: #eef4ff;
  border-color: #cce0ff;
}

.bt-mobile-cta {
  display: block;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  padding: 13px 20px;
  border-radius: 10px;
  background: #0052cc;
  transition: 0.18s;
  flex-shrink: 0;
}

.bt-mobile-cta:hover {
  color: #fff;
  background: #003ea3;
}

@media (max-width: 1100px) {
  .bt-nav,
  .bt-socials,
  .bt-divider,
  .bt-header-cta {
    display: none;
  }

  .bt-menu-btn {
    display: flex;
  }
}

@media (max-width: 520px) {
  .bt-header-inner {
    padding: 0 14px;
  }

  .bt-mobile-panel {
    width: 92vw;
    padding: 16px 18px;
  }

  .bt-mobile-head {
    margin-bottom: 12px;
  }

  .bt-mobile-head img {
    height: 38px;
  }

  .bt-mobile-tag {
    font-size: 13.5px;
    padding: 9px 13px;
    margin-bottom: 10px;
  }

  .bt-mobile-nav {
    margin-bottom: 12px;
  }

  .bt-mobile-nav a {
    font-size: 15.5px;
    padding: 9px 4px;
  }

  .bt-mobile-socials {
    margin-bottom: 10px;
  }

  .bt-mobile-socials a {
    width: 38px;
    height: 38px;
    font-size: 20px;
  }

  .bt-mobile-cta {
    font-size: 15.5px;
    padding: 12px 18px;
  }
}

@media (max-width: 390px) {
  .bt-mobile-panel {
    padding: 14px 16px;
  }

  .bt-mobile-head img {
    height: 34px;
  }

  .bt-close {
    width: 34px;
    height: 34px;
    font-size: 22px;
  }

  .bt-mobile-tag {
    font-size: 13px;
    padding: 8px 12px;
    margin-bottom: 8px;
  }

  .bt-mobile-nav a {
    font-size: 15px;
    padding: 8px 4px;
  }

  .bt-mobile-socials a {
    width: 36px;
    height: 36px;
    font-size: 19px;
  }

  .bt-mobile-cta {
    font-size: 15px;
    padding: 11px 16px;
  }
}/* End custom CSS */