.elementor-24 .elementor-element.elementor-element-7a9c87d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right: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-24 .elementor-element.elementor-element-7a9c87d{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-7472f29 *//* =========================
   TRANSLATION BUREAU HEADER
   clean desktop + mobile
========================= */

.tb-site-header,
.tb-site-header * {
  box-sizing: border-box;
}

.tb-site-header {
  position: sticky;
  top: 0;
  z-index: 1000;

  width: 100%;
  background: #4a1028;
  border-bottom: 1px solid rgba(255, 255, 255, 0.10);
  box-shadow: 0 10px 30px rgba(34, 4, 17, 0.18);
}

.tb-site-header a,
.tb-site-header a:hover,
.tb-site-header a:focus,
.tb-site-header a:active {
  text-decoration: none !important;
}

.tb-site-header__container {
  width: min(1280px, calc(100% - 32px));
  min-height: 92px;
  margin: 0 auto;

  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 48px;
}

/* BRAND */

.tb-site-header__brand {
  min-width: 0;

  display: inline-flex;
  align-items: center;
  gap: 12px;

  color: #ffffff;
}

.tb-site-header__brand:hover {
  color: #ffffff;
}

.tb-site-header__brand-icon {
  width: 44px;
  height: 44px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex: 0 0 auto;

  border-radius: 12px;
  background: rgba(255, 255, 255, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.18);
  color: #ffffff;
}

.tb-site-header__brand-icon svg {
  width: 23px;
  height: 23px;

  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.tb-site-header__brand-text {
  display: flex;
  flex-direction: column;
  line-height: 1.05;
}

.tb-site-header__brand-text strong {
  font-size: 18px;
  line-height: 1.1;
  font-weight: 800;
  color: #ffffff;
  letter-spacing: -0.02em;
}

.tb-site-header__brand-text span {
  margin-top: 4px;

  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.78);
}

/* DESKTOP NAV */

.tb-site-header__nav {
  min-width: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.tb-site-header__item {
  position: relative;
}

.tb-site-header__link,
.tb-site-header__dropdown-toggle {
  min-height: 52px;
  padding: 12px 18px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  border: 0;
  border-radius: 10px;
  background: transparent;

  color: #ffffff;
  font-size: 16px;
  line-height: 1.15;
  font-weight: 700;
  white-space: nowrap;

  cursor: pointer;
  transition: background .2s ease, color .2s ease;
}

.tb-site-header__link:hover,
.tb-site-header__dropdown-toggle:hover,
.tb-site-header__item.is-open > .tb-site-header__dropdown-toggle {
  background: rgba(255, 255, 255, 0.09);
  color: #ffffff;
}

.tb-site-header__arrow {
  width: 9px;
  height: 9px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(45deg);
  margin-top: -4px;

  flex: 0 0 auto;

  transition: transform .2s ease, margin .2s ease;
}

.tb-site-header__item.is-open .tb-site-header__arrow {
  transform: rotate(225deg);
  margin-top: 2px;
}

/* DESKTOP DROPDOWN */

.tb-site-header__dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;

  width: 520px;
  max-width: min(520px, calc(100vw - 24px));
  padding: 18px 0;

  background: #ffffff;
  border: 1px solid rgba(74, 16, 40, 0.16);
  border-radius: 8px;
  box-shadow: 0 22px 42px rgba(34, 4, 17, 0.18);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateX(-50%) translateY(8px);
  transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
}

.tb-site-header__dropdown::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;

  width: 18px;
  height: 18px;

  background: #ffffff;
  border-top: 1px solid rgba(74, 16, 40, 0.16);
  border-left: 1px solid rgba(74, 16, 40, 0.16);

  transform: translateX(-50%) rotate(45deg);
}

.tb-site-header__item.is-open .tb-site-header__dropdown {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%) translateY(0);
}

.tb-site-header__dropdown a {
  display: block;
  padding: 11px 30px;

  color: #4a1028;
  font-size: 16px;
  line-height: 1.35;
  font-weight: 700;

  transition: color .2s ease, background .2s ease;
}

.tb-site-header__dropdown a:hover {
  color: #8b284d;
  background: #faf3f6;
}

/* RIGHT */

.tb-site-header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tb-site-header__cta {
  min-height: 46px;
  padding: 0 20px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: #ffffff;
  color: #4a1028;

  font-size: 15px;
  line-height: 1;
  font-weight: 800;
  white-space: nowrap;

  box-shadow: 0 8px 18px rgba(34, 4, 17, 0.12);
  transition: transform .2s ease, background .2s ease, color .2s ease;
}

.tb-site-header__cta:hover {
  background: #fff4f8;
  color: #4a1028;
  transform: translateY(-1px);
}

/* BURGER */

.tb-site-header__burger {
  display: none;

  width: 48px;
  height: 48px;
  padding: 0;

  border: 0;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.11);

  cursor: pointer;
  position: relative;
}

.tb-site-header__burger span {
  position: absolute;
  left: 12px;
  right: 12px;

  height: 2px;

  background: #ffffff;
  border-radius: 999px;

  transition: transform .22s ease, opacity .2s ease, top .22s ease;
}

.tb-site-header__burger span:nth-child(1) {
  top: 16px;
}

.tb-site-header__burger span:nth-child(2) {
  top: 23px;
}

.tb-site-header__burger span:nth-child(3) {
  top: 30px;
}

.tb-site-header.is-mobile-open .tb-site-header__burger span:nth-child(1) {
  top: 23px;
  transform: rotate(45deg);
}

.tb-site-header.is-mobile-open .tb-site-header__burger span:nth-child(2) {
  opacity: 0;
}

.tb-site-header.is-mobile-open .tb-site-header__burger span:nth-child(3) {
  top: 23px;
  transform: rotate(-45deg);
}

/* MOBILE MENU */

.tb-site-header__mobile {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 999;

  padding: 14px;

  background: #ffffff;
  border-top: 1px solid rgba(74, 16, 40, 0.12);
  box-shadow: 0 22px 40px rgba(34, 4, 17, 0.14);

  opacity: 0;
  visibility: hidden;
  pointer-events: none;

  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, visibility .22s ease;
}

.tb-site-header.is-mobile-open .tb-site-header__mobile {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.tb-site-header__mobile-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.tb-site-header__mobile-nav > a,
.tb-site-header__mobile-toggle {
  width: 100%;
  min-height: 50px;
  padding: 13px 14px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  border: 0;
  border-radius: 10px;
  background: #f8f2f5;

  color: #4a1028;
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  text-align: left;

  cursor: pointer;
}

.tb-site-header__mobile-arrow {
  width: 9px;
  height: 9px;

  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;

  transform: rotate(45deg);
  transition: transform .2s ease;

  flex: 0 0 auto;
}

.tb-site-header__mobile-item.is-open .tb-site-header__mobile-arrow {
  transform: rotate(225deg);
}

.tb-site-header__mobile-submenu {
  display: none;

  margin-top: 8px;
  padding: 8px;

  border-radius: 10px;
  background: #fffafa;
  border: 1px solid rgba(74, 16, 40, 0.10);
}

.tb-site-header__mobile-item.is-open .tb-site-header__mobile-submenu {
  display: block;
}

.tb-site-header__mobile-submenu a {
  display: block;
  padding: 10px 10px;

  border-radius: 8px;

  color: #4a1028;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
}

.tb-site-header__mobile-submenu a:hover {
  color: #8b284d;
  background: #faf3f6;
}

.tb-site-header__mobile-cta {
  width: 100%;
  min-height: 52px;
  margin-top: 14px;
  padding: 0 18px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  border-radius: 999px;
  background: #4a1028;
  color: #ffffff;

  font-size: 15px;
  line-height: 1;
  font-weight: 800;
}

.tb-site-header__mobile-cta:hover {
  color: #ffffff;
  background: #5c1733;
}

/* RESPONSIVE */

@media (max-width: 1260px) {
  .tb-site-header__container {
    width: min(1360px, calc(100% - 24px));
    gap: 16px;
  }

  .tb-site-header__nav {
    gap: 0;
  }

  .tb-site-header__link,
  .tb-site-header__dropdown-toggle {
    padding: 12px 12px;
    font-size: 15px;
  }

  .tb-site-header__dropdown {
    width: 500px;
    max-width: min(500px, calc(100vw - 24px));
  }
}

@media (max-width: 1100px) {
  .tb-site-header__nav,
  .tb-site-header__cta {
    display: none;
  }

  .tb-site-header__burger {
    display: block;
  }

  .tb-site-header__container {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 78px;
  }
}

@media (max-width: 767px) {
  .tb-site-header__container {
    width: calc(100% - 20px);
    min-height: 72px;
  }

  .tb-site-header__brand {
    max-width: calc(100vw - 86px);
  }

  .tb-site-header__brand-icon {
    width: 40px;
    height: 40px;
    border-radius: 10px;
  }

  .tb-site-header__brand-icon svg {
    width: 21px;
    height: 21px;
  }

  .tb-site-header__brand-text {
    min-width: 0;
  }

  .tb-site-header__brand-text strong,
  .tb-site-header__brand-text span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tb-site-header__brand-text strong {
    font-size: 15px;
  }

  .tb-site-header__brand-text span {
    font-size: 11px;
  }

  .tb-site-header__burger {
    width: 44px;
    height: 44px;
  }

  .tb-site-header__burger span:nth-child(1) {
    top: 14px;
  }

  .tb-site-header__burger span:nth-child(2) {
    top: 21px;
  }

  .tb-site-header__burger span:nth-child(3) {
    top: 28px;
  }

  .tb-site-header.is-mobile-open .tb-site-header__burger span:nth-child(1),
  .tb-site-header.is-mobile-open .tb-site-header__burger span:nth-child(3) {
    top: 21px;
  }

  .tb-site-header__mobile {
    padding: 12px;
  }
}

@media (max-width: 380px) {
  .tb-site-header__brand-text span {
    display: none;
  }
}

/* MOBILE SCROLL LOCK */
html.tb-header-lock,
html.tb-header-lock body {
  overflow: hidden;
}
/* =========================
   HEADER COLOR FIX — DARK NAVY + BLUE ACCENT
========================= */

.tb-site-header {
  background: #020b18 !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 10px 30px rgba(0, 6, 18, 0.35) !important;
}

/* LOGO */

.tb-site-header__brand,
.tb-site-header__brand:hover {
  color: #ffffff !important;
}

.tb-site-header__brand-icon {
  background: rgba(35, 115, 255, 0.14) !important;
  border-color: rgba(35, 115, 255, 0.42) !important;
  color: #2373ff !important;
}

.tb-site-header__brand-text strong {
  color: #ffffff !important;
}

.tb-site-header__brand-text span {
  color: rgba(255, 255, 255, 0.66) !important;
}

/* DESKTOP NAV */

.tb-site-header__link,
.tb-site-header__dropdown-toggle {
  color: rgba(255, 255, 255, 0.86) !important;
}

.tb-site-header__link:hover,
.tb-site-header__dropdown-toggle:hover,
.tb-site-header__item.is-open > .tb-site-header__dropdown-toggle {
  background: rgba(35, 115, 255, 0.12) !important;
  color: #ffffff !important;
}

/* DESKTOP DROPDOWN */

.tb-site-header__dropdown {
  background: #111a28 !important;
  border-color: rgba(255, 255, 255, 0.10) !important;
  box-shadow: 0 24px 48px rgba(0, 6, 18, 0.42) !important;
}

.tb-site-header__dropdown::before {
  background: #111a28 !important;
  border-top-color: rgba(255, 255, 255, 0.10) !important;
  border-left-color: rgba(255, 255, 255, 0.10) !important;
}

.tb-site-header__dropdown a {
  color: rgba(255, 255, 255, 0.82) !important;
}

.tb-site-header__dropdown a:hover {
  color: #ffffff !important;
  background: rgba(35, 115, 255, 0.13) !important;
}

/* CTA */

.tb-site-header__cta {
  background: #2373ff !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(35, 115, 255, 0.28) !important;
}

.tb-site-header__cta:hover {
  background: #1b67ee !important;
  color: #ffffff !important;
}

/* BURGER */

.tb-site-header__burger {
  background: rgba(35, 115, 255, 0.16) !important;
  border: 1px solid rgba(35, 115, 255, 0.34) !important;
}

.tb-site-header__burger span {
  background: #ffffff !important;
}

/* MOBILE MENU */

.tb-site-header__mobile {
  background: #020b18 !important;
  border-top-color: rgba(255, 255, 255, 0.08) !important;
  box-shadow: 0 24px 44px rgba(0, 6, 18, 0.45) !important;
}

.tb-site-header__mobile-nav > a,
.tb-site-header__mobile-toggle {
  background: #111a28 !important;
  color: rgba(255, 255, 255, 0.90) !important;
}

.tb-site-header__mobile-nav > a:hover,
.tb-site-header__mobile-toggle:hover {
  background: rgba(35, 115, 255, 0.13) !important;
  color: #ffffff !important;
}

.tb-site-header__mobile-submenu {
  background: #0b1422 !important;
  border-color: rgba(255, 255, 255, 0.08) !important;
}

.tb-site-header__mobile-submenu a {
  color: rgba(255, 255, 255, 0.78) !important;
}

.tb-site-header__mobile-submenu a:hover {
  background: rgba(35, 115, 255, 0.13) !important;
  color: #ffffff !important;
}

.tb-site-header__mobile-cta {
  background: #2373ff !important;
  color: #ffffff !important;
  box-shadow: 0 12px 24px rgba(35, 115, 255, 0.24) !important;
}

.tb-site-header__mobile-cta:hover {
  background: #1b67ee !important;
  color: #ffffff !important;
}/* End custom CSS */