.elementor-10 .elementor-element.elementor-element-3525198{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-fb148ff */* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  background: #ffffff;
  color: #081f4d;
}

body.menu-open {
  overflow: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  list-style: none;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}

.custom-header {
  position: relative;
  z-index: 9999;
}

/* ========================= TOP BAR ========================= */
.top-bar {
  background: #eef4ff;
  border-bottom: 1px solid #dbe7ff;
}

.top-bar-inner {
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-left,
.top-right {
  display: flex;
  align-items: center;
  gap: 34px;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f2f6b;
  font-size: 14px;
  line-height: 1.2;
  white-space: nowrap;
}

.info-item .label {
  font-weight: 700;
  color: #081f4d;
  letter-spacing: 0.3px;
}

.info-item a {
  font-weight: 700;
  color: #081f4d;
}

.info-icon {
  width: 18px;
  height: 18px;
  color: #1b4a9c;
  flex: 0 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.info-icon svg {
  width: 100%;
  height: 100%;
}

/* ========================= MAIN NAV ========================= */
.main-nav {
  position: relative;
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #dbe7ff;
  z-index: 999;
  transition: background-color 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.main-nav.is-sticky {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 24px);
  max-width: 1280px;
  border: 1px solid rgba(27, 74, 156, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(12px);
  box-shadow: 0 16px 40px rgba(8, 31, 77, 0.10);
}

.main-nav.is-sticky .nav-inner {
  min-height: 88px;
  padding: 0px 32px;
}

.nav-inner {
  min-height: 118px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  transition: min-height 0.3s ease;
}

/* Logo */
.logo-wrap {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 180px;
  position: relative;
  z-index: 2;
}

.logo-mark {
  width: 34px;
  height: 34px;
  position: relative;
  flex: 0 0 34px;
}

.arc {
  position: absolute;
  border-radius: 50%;
  transform: rotate(-25deg);
}

.arc-1 {
  width: 30px;
  height: 30px;
  border-top: 6px solid #1b4a9c;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #0f2f6b;
  border-left: 6px solid transparent;
  top: 0;
  left: 2px;
}

.arc-2 {
  width: 22px;
  height: 22px;
  border-top: 5px solid #0f2f6b;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #1b4a9c;
  border-left: 5px solid transparent;
  top: 6px;
  left: 6px;
}

.arc-3 {
  width: 10px;
  height: 10px;
  background: #081f4d;
  border-radius: 50%;
  top: 11px;
  left: 12px;
}

.logo-text {
  font-size: 26px;
  font-weight: 700;
  color: #081f4d;
  line-height: 1;
}

.logo-text span {
  color: #1b4a9c;
}

/* Desktop Menu */
.nav-menu {
  flex: 1;
  display: flex;
  justify-content: center;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  gap: 18px;
}

.nav-menu li a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-width: 108px;
  height: 42px;
  padding: 0 22px;
  border: 1px solid #dbe7ff !important;
  border-radius: 9px;
  background: #ffffff;
  color: #081f4d;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.nav-menu li a span {
  font-size: 15px;
  font-weight: 700;
  color: #0f2f6b;
}

.nav-menu li a:hover {
  border-color: #1b4a9c !important;
  box-shadow: 0 8px 18px rgba(8, 31, 77, 0.08);
  transform: translateY(-1px);
}

/* Right buttons */
.auth-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 220px;
  justify-content: flex-end;
  padding-left: 24px;
  border-left: 1px solid #dbe7ff;
}

.btn {
  height: 44px;
  padding: 0 22px;
  border-radius: 9px;
  font-size: 15px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.25s ease;
}

.btn-register {
  border: 1px solid #dbe7ff;
  color: #0f2f6b !important;
  background: #ffffff;
}

.btn-register:hover {
  background: #eef4ff !important;
  border-color: #1b4a9c !important;
}

.btn-login {
  border: 1px solid #1b4a9c;
  padding: 0px 28px;
  background: #1b4a9c;
  color: #ffffff !important;
  box-shadow: 0 10px 24px rgba(27, 74, 156, 0.18);
}

.btn-login:hover {
  background: #0f2f6b;
  border-color: #0f2f6b !important;
}

/* Mobile Toggle */
.mobile-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border: 1px solid #dbe7ff;
  background: #ffffff;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(8, 31, 77, 0.08);
}

.mobile-toggle span {
  display: block;
  width: 20px;
  height: 2px;
  background: #0f2f6b;
  border-radius: 10px;
}

/* Overlay */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(8, 31, 77, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
}

.mobile-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Drawer */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100%);
  height: 100vh;
  background: #ffffff;
  z-index: 1001;
  padding: 24px 22px 28px;
  overflow-y: auto;
  transform: translateX(100%);
  transition: transform 0.35s ease;
  box-shadow: -12px 0 40px rgba(8, 31, 77, 0.18);
}

.mobile-drawer.active {
  transform: translateX(0);
}

.drawer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #dbe7ff;
}

.drawer-logo {
  min-width: auto;
}

.drawer-close {
  width: 46px;
  height: 46px;
  border: 1px solid #dbe7ff;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  cursor: pointer;
  flex: 0 0 46px;
}

.drawer-close span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #0f2f6b;
  border-radius: 10px;
}

.drawer-close span:first-child {
  transform: translate(-50%, -50%) rotate(45deg);
}

.drawer-close span:last-child {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile-menu {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px 0;
}

.mobile-menu a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 14px 18px;
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 700;
  color: #081f4d;
  background: #ffffff;
  transition: all 0.25s ease;
}

.mobile-menu a:hover {
  background: #eef4ff;
  border-color: #1b4a9c;
}

.drawer-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 6px 0 24px;
}

.drawer-buttons .btn {
  width: 100%;
  justify-content: center;
}

.drawer-contact {
  display: grid;
  gap: 14px;
  padding-top: 22px;
  border-top: 1px solid #dbe7ff;
}

.drawer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 14px;
  border: 1px solid #dbe7ff;
  border-radius: 16px;
  background: #eef4ff;
}

.drawer-contact-item .info-icon {
  margin-top: 2px;
}

.drawer-contact-item strong {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  color: #081f4d;
}

.drawer-contact-item a,
.drawer-contact-item span {
  font-size: 14px;
  color: #0f2f6b;
  line-height: 1.5;
}

/* ========================= RESPONSIVE ========================= */
@media (max-width: 1100px) {
  .top-bar {
    display: none;
  }

  .nav-inner {
    min-height: 82px;
    gap: 16px;
  }

  .nav-menu,
  .auth-buttons {
    display: none;
  }

  .mobile-toggle {
    display: inline-flex;
  }

  .logo-text {
    font-size: 24px;
  }

  .main-nav {
    border-bottom: 1px solid #dbe7ff;
  }

  .main-nav.is-sticky {
    top: 10px;
    width: calc(100% - 16px);
  }

  .main-nav.is-sticky .nav-inner {
    min-height: 74px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 14px;
  }

  .logo-wrap {
    gap: 10px;
    min-width: auto;
  }

  .logo-mark {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .arc-1 {
    width: 26px;
    height: 26px;
    border-top-width: 5px;
    border-bottom-width: 5px;
    top: 0;
    left: 2px;
  }

  .arc-2 {
    width: 19px;
    height: 19px;
    border-top-width: 4px;
    border-bottom-width: 4px;
    top: 5px;
    left: 5px;
  }

  .arc-3 {
    width: 9px;
    height: 9px;
    top: 10px;
    left: 10px;
  }

  .logo-text {
    font-size: 22px;
  }

  .mobile-toggle {
    width: 46px;
    height: 46px;
  }

  .mobile-drawer {
    width: 100%;
    padding: 18px 16px 24px;
  }

  .mobile-menu a {
    min-height: 50px;
    font-size: 15px;
  }

  .btn {
    height: 42px;
    font-size: 14px;
  }
}

/* Logo image only */
.logo-wrap {
  display: inline-flex;
  align-items: center;
  min-width: 180px;
  position: relative;
  z-index: 2;
}

.site-logo {
  display: block;
  width: auto;
  height: 54px !important;
  max-width: 220px !important;
  object-fit: contain;
}

/* Old SVG/text logo hide */
.logo-mark,
.logo-text {
  display: none !important;
}

@media (max-width: 1100px) {
  .site-logo {
    height: 46px;
    max-width: 190px;
  }
}

@media (max-width: 767px) {
  .logo-wrap {
    min-width: auto;
  }

  .site-logo {
    height: 40px;
    max-width: 160px;
  }
}/* End custom CSS */