.elementor-42 .elementor-element.elementor-element-c6f3a56{--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;}/* Start custom CSS for html, class: .elementor-element-ff96609 */:root {
  --ft-navy-950: #040914;
  --ft-navy-900: #071326;
  --ft-navy-800: #0b1f3d;
  --ft-navy-700: #0f315f;
  --ft-blue: #1f6feb;
  --ft-blue-soft: #72a7ff;
  --ft-red: #d71920;
  --ft-white: #ffffff;
  --ft-muted-dark: #9fb4d0;
  --ft-border-dark: rgba(255, 255, 255, 0.12);
}

.ft-header-wrap,
.ft-header-wrap * {
  box-sizing: border-box;
}

.ft-header-wrap {
  position: sticky;
  top: 0;
  z-index: 999;
  width: 100%;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  background:
    linear-gradient(145deg, rgba(31, 111, 235, 0.15), transparent 42%),
    linear-gradient(180deg, var(--ft-navy-900), var(--ft-navy-950));
  border-bottom: 1px solid var(--ft-border-dark);
  box-shadow: 0 14px 40px rgba(4, 9, 20, 0.34);
  animation: ftHeaderIn 520ms ease both;
  transition: box-shadow 220ms ease, background 220ms ease;
}

.ft-header-wrap::before {
  content: "";
  display: block;
  height: 4px;
  background: linear-gradient(90deg, var(--ft-blue), var(--ft-red), var(--ft-blue));
}

.ft-header-wrap.is-scrolled {
  box-shadow: 0 18px 52px rgba(4, 9, 20, 0.52);
}

.ft-header {
  width: min(1180px, calc(100% - 32px));
  min-height: 82px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 28px;
}

.ft-brand {
  width: 245px;
  min-width: 245px;
  height: 58px;
  display: flex;
  align-items: center;
  text-decoration: none !important;
}

.ft-brand-logo {
  width: 100%;
  max-width: 245px;
  height: auto;
  max-height: 54px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.18));
}

.ft-nav {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.ft-nav a {
  position: relative;
  color: #dce9ff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  transition: color 180ms ease;
}

.ft-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 2px;
  border-radius: 999px;
  background: var(--ft-blue-soft);
  transition: width 220ms ease;
}

.ft-nav a:hover {
  color: #ffffff !important;
}

.ft-nav a:hover::after {
  width: 100%;
}

.ft-header-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  min-width: 0;
}

.ft-icon-btn {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid var(--ft-border-dark);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: transform 180ms ease, border-color 180ms ease, background 180ms ease;
  white-space: nowrap;
}

.ft-icon-btn img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
}

.ft-icon-btn:hover {
  transform: translateY(-2px);
  border-color: rgba(114, 167, 255, 0.42);
  background: rgba(255, 255, 255, 0.08);
}

.ft-icon-btn.primary {
  background: var(--ft-blue);
  border-color: var(--ft-blue);
  box-shadow: 0 12px 28px rgba(31, 111, 235, 0.25);
}

.ft-icon-btn.primary:hover {
  background: var(--ft-navy-700);
}

.ft-menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--ft-border-dark);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  cursor: pointer;
  padding: 0;
}

.ft-menu-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 5px auto;
  border-radius: 999px;
  background: #ffffff;
  transition: transform 180ms ease, opacity 180ms ease;
}

.ft-mobile-panel {
  display: none;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 0 0 18px;
  animation: ftMobileIn 220ms ease both;
}

.ft-mobile-panel a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 48px;
  padding: 0 4px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  color: #dce9ff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 400;
}

.ft-mobile-panel a strong {
  color: #ffffff;
  font-weight: 500;
}

.ft-header-wrap.menu-open .ft-mobile-panel {
  display: block;
}

.ft-header-wrap.menu-open .ft-menu-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.ft-header-wrap.menu-open .ft-menu-toggle span:nth-child(2) {
  opacity: 0;
}

.ft-header-wrap.menu-open .ft-menu-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@keyframes ftHeaderIn {
  from {
    opacity: 0;
    transform: translateY(-16px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes ftMobileIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1080px) {
  .ft-header {
    grid-template-columns: auto auto;
    justify-content: space-between;
    min-height: 76px;
    gap: 18px;
  }

  .ft-brand {
    width: 220px;
    min-width: 220px;
    height: 54px;
  }

  .ft-brand-logo {
    max-width: 220px;
    max-height: 50px;
  }

  .ft-nav {
    display: none;
  }

  .ft-menu-toggle {
    display: block;
  }

  .ft-header-actions .map-btn {
    display: none;
  }
}

/* Mobil */
@media (max-width: 640px) {
  .ft-header {
    width: min(100% - 24px, 1180px);
    min-height: 68px;
    gap: 10px;
  }

  .ft-brand {
    width: 168px;
    min-width: 0;
    height: 46px;
  }

  .ft-brand-logo {
    max-width: 168px;
    max-height: 42px;
  }

  .ft-header-actions {
    gap: 7px;
  }

  .ft-header-actions .phone-btn {
    display: none;
  }

  .ft-icon-btn {
    min-height: 40px;
    padding: 0 11px;
    font-size: 12px;
    gap: 7px;
  }

  .ft-icon-btn img {
    width: 17px;
    height: 17px;
  }

  .ft-menu-toggle {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .ft-mobile-panel {
    width: min(100% - 24px, 1180px);
  }
}

/* Çok dar telefon */
@media (max-width: 390px) {
  .ft-brand {
    width: 148px;
  }

  .ft-brand-logo {
    max-width: 148px;
  }

  .ft-icon-btn {
    padding: 0 9px;
    font-size: 11px;
  }

  .ft-icon-btn span {
    display: none;
  }

  .ft-icon-btn {
    width: 40px;
    padding: 0;
  }
}/* End custom CSS */