.elementor-7 .elementor-element.elementor-element-b05553e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-27e900c */.ft-hero-section {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 86px 0 72px;
  background: #f7f8fb;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
}

.ft-hero-section,
.ft-hero-section * {
  box-sizing: border-box;
}

.ft-hero-section::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -2;
  background-image:
    linear-gradient(rgba(7, 19, 38, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 38, 0.045) 1px, transparent 1px);
  background-size: 38px 38px;
  opacity: 0.8;
}

.ft-hero-section::after {
  content: "";
  position: absolute;
  right: -140px;
  top: 70px;
  width: 460px;
  height: 460px;
  z-index: -1;
  border: 80px solid rgba(31, 111, 235, 0.055);
  border-radius: 50%;
}

.ft-hero-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1.04fr) minmax(360px, 0.96fr);
  gap: 54px;
  align-items: center;
}

.ft-hero-left {
  max-width: 740px;
}

.ft-hero-label {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.ft-hero-label span {
  width: 34px;
  height: 2px;
  background: #d71920;
  border-radius: 999px;
}

.ft-hero-title {
  margin: 0 0 20px;
  color: #040914;
  font-size: clamp(42px, 6.4vw, 76px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.065em;
}

.ft-hero-text {
  max-width: 680px;
  margin: 0 0 28px;
  color: #5d6675;
  font-size: 18px;
  line-height: 1.75;
  font-weight: 400;
}

.ft-hero-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 560px;
  gap: 10px;
  margin-bottom: 22px;
}

.ft-hero-btn {
  width: 100%;
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: transform 190ms ease, box-shadow 190ms ease, background 190ms ease, border-color 190ms ease;
  white-space: nowrap;
}

.ft-hero-btn img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.ft-hero-btn:hover {
  transform: translateY(-3px);
}

.ft-hero-btn-primary {
  background: #1f6feb;
  color: #ffffff !important;
  box-shadow: 0 16px 34px rgba(31, 111, 235, 0.24);
}

.ft-hero-btn-primary:hover {
  background: #0f315f;
}

.ft-hero-btn-dark {
  background: #040914;
  color: #ffffff !important;
  box-shadow: 0 14px 30px rgba(4, 9, 20, 0.18);
}

.ft-hero-btn-dark:hover {
  background: #0b1f3d;
}

.ft-hero-btn-light {
  background: #ffffff;
  color: #071326 !important;
  border-color: #dfe5ee;
}

.ft-hero-btn-light:hover {
  border-color: rgba(31, 111, 235, 0.45);
  box-shadow: 0 12px 26px rgba(7, 19, 38, 0.08);
}

.ft-hero-keywords {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 8px;
  margin-bottom: 18px;
  padding-bottom: 4px;
  scrollbar-width: none;
}

.ft-hero-keywords::-webkit-scrollbar {
  display: none;
}

.ft-hero-keywords a {
  flex: 0 0 auto;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 13px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.74);
  color: #0f315f !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 400;
  transition: 180ms ease;
}

.ft-hero-keywords a:hover {
  background: #ffffff;
  border-color: rgba(31, 111, 235, 0.38);
  transform: translateY(-2px);
}

.ft-hero-legal {
  margin: 0;
  color: #7a8494;
  font-size: 13px;
  line-height: 1.6;
}

.ft-hero-right {
  position: relative;
}

.ft-sign-card {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
  background: #040914;
  box-shadow: 0 28px 75px rgba(4, 9, 20, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.ft-sign-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.035) 0,
    rgba(255, 255, 255, 0.035) 1px,
    transparent 1px,
    transparent 9px
  );
  pointer-events: none;
}

.ft-sign-card::after {
  content: "";
  position: absolute;
  left: -20%;
  top: 0;
  width: 42%;
  height: 100%;
  background: rgba(255, 255, 255, 0.08);
  transform: skewX(-14deg);
  pointer-events: none;
}

.ft-sign-top {
  position: relative;
  z-index: 1;
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 0 26px;
  background: #0b1f3d;
  border-bottom: 4px solid #d71920;
  color: #dce9ff;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.ft-sign-main {
  position: relative;
  z-index: 1;
  padding: 42px 30px 34px;
  text-align: center;
}

.ft-sign-name {
  color: #ffffff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.ft-sign-sub {
  margin-top: 14px;
  color: #9fb4d0;
  font-size: 17px;
  font-weight: 400;
}

.ft-sign-info {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  padding: 0 22px 24px;
}

.ft-sign-info a {
  min-height: 58px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 0 14px;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  transition: 180ms ease;
}

.ft-sign-info a:hover {
  background: rgba(31, 111, 235, 0.16);
  border-color: rgba(114, 167, 255, 0.32);
  transform: translateY(-3px);
}

.ft-sign-info img {
  width: 23px;
  height: 23px;
  object-fit: contain;
  display: block;
  flex: 0 0 auto;
}

.ft-sign-info span {
  display: block;
  min-width: 0;
}

.ft-mini-cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 14px;
}

.ft-mini-card {
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 16px;
  border-radius: 20px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 14px 35px rgba(7, 19, 38, 0.08);
}

.ft-mini-card img {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-mini-card span {
  color: #071326;
  font-size: 15px;
  font-weight: 500;
}

.ft-reveal {
  opacity: 1;
  transform: none;
}

.ft-hero-ready .ft-reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 640ms ease, transform 640ms ease;
}

.ft-hero-ready .ft-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .ft-hero-container {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .ft-hero-left {
    max-width: none;
  }

  .ft-hero-right {
    max-width: 640px;
  }

  .ft-hero-actions {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 560px;
  }
}

@media (max-width: 640px) {
  .ft-hero-section {
    padding: 44px 0 42px;
  }

  .ft-hero-container {
    width: min(100% - 22px, 1180px);
    gap: 30px;
  }

  .ft-hero-title {
    font-size: 40px;
    line-height: 1.02;
    letter-spacing: -0.055em;
  }

  .ft-hero-text {
    font-size: 15px;
    line-height: 1.68;
  }

  .ft-hero-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    max-width: 100%;
    gap: 8px;
  }

  .ft-hero-btn {
    min-height: 43px;
    padding: 0 8px;
    font-size: 12px;
    gap: 6px;
    border-radius: 13px;
  }

  .ft-hero-btn img {
    width: 17px;
    height: 17px;
  }

  .ft-hero-keywords {
    gap: 7px;
    width: 100%;
  }

  .ft-hero-keywords a {
    min-height: 32px;
    padding: 0 11px;
    font-size: 12px;
  }

  .ft-sign-card {
    border-radius: 22px;
  }

  .ft-sign-top {
    min-height: 48px;
    padding: 0 14px;
    font-size: 11px;
    letter-spacing: 0.08em;
  }

  .ft-sign-main {
    padding: 28px 18px 24px;
  }

  .ft-sign-name {
    font-size: 36px;
    line-height: 1.02;
  }

  .ft-sign-sub {
    margin-top: 10px;
    font-size: 14px;
  }

  .ft-sign-info {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    padding: 0 14px 16px;
  }

  .ft-sign-info a {
    min-height: 50px;
    padding: 0 10px;
    border-radius: 14px;
    gap: 8px;
    font-size: 12px;
  }

  .ft-sign-info img {
    width: 19px;
    height: 19px;
  }

  .ft-mini-cards {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 10px;
  }

  .ft-mini-card {
    min-height: 72px;
    padding: 12px;
    border-radius: 16px;
    gap: 9px;
  }

  .ft-mini-card img {
    width: 28px;
    height: 28px;
  }

  .ft-mini-card span {
    font-size: 13px;
    line-height: 1.25;
  }
}

@media (max-width: 380px) {
  .ft-hero-title {
    font-size: 36px;
  }

  .ft-hero-actions {
    gap: 6px;
  }

  .ft-hero-btn {
    min-height: 40px;
    padding: 0 6px;
    font-size: 11px;
  }

  .ft-hero-btn img {
    width: 15px;
    height: 15px;
  }

  .ft-sign-info {
    gap: 7px;
  }

  .ft-sign-info a {
    min-height: 48px;
    padding: 0 8px;
    font-size: 11px;
  }

  .ft-sign-info img {
    width: 18px;
    height: 18px;
  }

  .ft-mini-card {
    padding: 10px;
  }

  .ft-mini-card span {
    font-size: 12px;
  }
}

/* HERO KEYWORD CHIPS FIX - sağa taşma yok */

.ft-hero-section {
  max-width: 100%;
  overflow-x: hidden;
}

.ft-hero-container,
.ft-hero-left,
.ft-hero-right {
  min-width: 0;
}

.ft-hero-keywords {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  max-width: 640px;
  width: 100%;
  margin: 0 0 18px;
  padding: 0;
  overflow: visible;
}

.ft-hero-keywords a {
  min-width: 0;
  width: 100%;
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 11px;
  border: 1px solid #dfe5ee;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.82);
  color: #0f315f !important;
  text-decoration: none !important;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
  word-break: normal;
  overflow-wrap: anywhere;
  transition: 180ms ease;
}

.ft-hero-keywords a:hover {
  background: #ffffff;
  border-color: rgba(31, 111, 235, 0.38);
  transform: translateY(-2px);
}

/* Tablet: 2li */
@media (max-width: 900px) {
  .ft-hero-keywords {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    max-width: 560px;
  }
}

/* Mobil: 2li, taşma yok */
@media (max-width: 640px) {
  .ft-hero-keywords {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    max-width: 100%;
  }

  .ft-hero-keywords a {
    min-height: 34px;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 12px;
  }
}

/* Çok dar cihaz: yine 2li ama daha sıkı */
@media (max-width: 380px) {
  .ft-hero-keywords {
    gap: 6px;
  }

  .ft-hero-keywords a {
    min-height: 32px;
    padding: 0 6px;
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3914deb */.ft-quick-section {
  position: relative;
  padding: 72px 0;
  background: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-quick-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 72px;
  bottom: 72px;
  width: 7px;
  background: #1f6feb;
}

.ft-quick-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-quick-head {
  max-width: 760px;
  margin: 0 0 34px;
}

.ft-quick-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-quick-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #d71920;
}

.ft-quick-head h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-quick-head p {
  max-width: 680px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.ft-quick-card {
  position: relative;
  min-height: 178px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 18px;
  padding: 22px;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: #ffffff;
  color: #101828 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(7, 19, 38, 0.06);
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.ft-quick-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 4px;
  background: #0b1f3d;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.ft-quick-card:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 111, 235, 0.34);
  box-shadow: 0 20px 48px rgba(7, 19, 38, 0.12);
}

.ft-quick-card:hover::before {
  transform: scaleX(1);
}

.ft-quick-card.primary {
  background: #040914;
  border-color: #040914;
  color: #ffffff !important;
}

.ft-quick-card.primary::before {
  background: #1f6feb;
  transform: scaleX(1);
}

.ft-quick-icon {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #eff5ff;
  flex: 0 0 auto;
}

.ft-quick-card.primary .ft-quick-icon {
  background: rgba(255, 255, 255, 0.1);
}

.ft-quick-icon img {
  width: 27px;
  height: 27px;
  object-fit: contain;
  display: block;
}

.ft-quick-content {
  display: block;
}

.ft-quick-content strong {
  display: block;
  margin-bottom: 8px;
  color: inherit;
  font-size: 21px;
  line-height: 1.18;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ft-quick-content small {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
  font-weight: 400;
}

.ft-quick-card.primary .ft-quick-content small {
  color: #b8c7dd;
}

.ft-quick-arrow {
  position: absolute;
  right: 20px;
  bottom: 18px;
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f6fb;
  color: #0f315f;
  font-size: 18px;
  transition: transform 200ms ease, background 200ms ease, color 200ms ease;
}

.ft-quick-card.primary .ft-quick-arrow {
  background: rgba(255, 255, 255, 0.11);
  color: #ffffff;
}

.ft-quick-card:hover .ft-quick-arrow {
  transform: translateX(3px);
  background: #1f6feb;
  color: #ffffff;
}

.ft-quick-bar {
  margin-top: 16px;
  min-height: 86px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 22px;
  background: #f5f7fb;
  border: 1px solid #e4e7ec;
}

.ft-quick-bar-left {
  display: flex;
  align-items: center;
  gap: 14px;
}

.ft-quick-bar-left img {
  width: 42px;
  height: 42px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-quick-bar-left strong {
  display: block;
  margin-bottom: 4px;
  color: #040914;
  font-size: 17px;
  font-weight: 500;
}

.ft-quick-bar-left small {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.4;
}

.ft-quick-bar a {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f6feb;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: 180ms ease;
}

.ft-quick-bar a:hover {
  background: #0f315f;
  transform: translateY(-2px);
}

.ft-contact-reveal {
  opacity: 1;
  transform: none;
}

.ft-quick-ready .ft-contact-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease,
    background 220ms ease;
}

.ft-quick-ready .ft-contact-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .ft-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ft-quick-section {
    padding: 54px 0;
  }

  .ft-quick-section::before {
    display: none;
  }

  .ft-quick-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-quick-head h2 {
    font-size: 34px;
  }

  .ft-quick-head p {
    font-size: 15px;
  }

  .ft-quick-grid {
    grid-template-columns: 1fr;
  }

  .ft-quick-card {
    min-height: 132px;
    padding: 18px;
  }

  .ft-quick-content strong {
    font-size: 19px;
  }

  .ft-quick-bar {
    align-items: flex-start;
    flex-direction: column;
  }

  .ft-quick-bar a {
    width: 100%;
  }
}

/* HIZLI İLETİŞİM - SADECE MOBİLDE 2Lİ GRID */

/* Masaüstü eski hali: 4 kutu yan yana */
.ft-quick-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* Tablet istersen 2li */
@media (max-width: 1020px) {
  .ft-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Mobil: kesin 2li */
@media (max-width: 640px) {
  .ft-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .ft-quick-card {
    min-height: 126px;
    padding: 14px;
    border-radius: 16px;
  }

  .ft-quick-icon {
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .ft-quick-icon img {
    width: 23px;
    height: 23px;
  }

  .ft-quick-content strong {
    font-size: 15px;
    line-height: 1.18;
    margin-bottom: 5px;
  }

  .ft-quick-content small {
    font-size: 11.5px;
    line-height: 1.35;
  }

  .ft-quick-arrow {
    right: 11px;
    bottom: 11px;
    width: 27px;
    height: 27px;
    font-size: 14px;
  }
}

/* Çok dar telefonlarda da 2li kalsın */
@media (max-width: 380px) {
  .ft-quick-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
  }

  .ft-quick-card {
    min-height: 118px;
    padding: 12px;
  }

  .ft-quick-content strong {
    font-size: 14px;
  }

  .ft-quick-content small {
    font-size: 10.8px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a2259c */.ft-process-section {
  position: relative;
  padding: 82px 0;
  background: #f5f7fb;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-process-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-process-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
  gap: 34px;
  align-items: stretch;
}

.ft-process-board {
  position: sticky;
  top: 112px;
  min-height: 520px;
  padding: 34px;
  border-radius: 28px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 10px
    ),
    #040914;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 26px 70px rgba(4, 9, 20, 0.22);
  overflow: hidden;
}

.ft-process-board::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #1f6feb, #d71920, #1f6feb);
}

.ft-board-small {
  margin-bottom: 22px;
  color: #72a7ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.ft-process-board h2 {
  margin: 0 0 18px;
  color: #ffffff;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
  font-weight: 500;
  letter-spacing: -0.055em;
}

.ft-process-board p {
  margin: 0 0 28px;
  color: #b8c7dd;
  font-size: 16px;
  line-height: 1.75;
}

.ft-board-contact {
  display: grid;
  gap: 12px;
  margin-top: auto;
}

.ft-board-contact a {
  min-height: 56px;
  display: flex;
  align-items: center;
  gap: 13px;
  padding: 0 16px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  transition: 190ms ease;
}

.ft-board-contact a:hover {
  transform: translateX(4px);
  background: rgba(31, 111, 235, 0.16);
  border-color: rgba(114, 167, 255, 0.34);
}

.ft-board-contact img {
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.ft-process-content {
  min-width: 0;
}

.ft-process-head {
  max-width: 760px;
  margin-bottom: 28px;
}

.ft-process-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-process-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #d71920;
}

.ft-process-head h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-process-head p {
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-process-steps {
  display: grid;
  gap: 14px;
}

.ft-process-step {
  position: relative;
  min-height: 168px;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  column-gap: 18px;
  padding: 24px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 12px 34px rgba(7, 19, 38, 0.055);
  overflow: hidden;
  transition:
    transform 220ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.ft-process-step:hover {
  transform: translateY(-5px);
  border-color: rgba(31, 111, 235, 0.34);
  box-shadow: 0 20px 48px rgba(7, 19, 38, 0.11);
}

.ft-process-step::before {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  bottom: 24px;
  width: 4px;
  border-radius: 0 999px 999px 0;
  background: #1f6feb;
}

.ft-step-number {
  position: absolute;
  right: 22px;
  top: 18px;
  color: rgba(4, 9, 20, 0.07);
  font-size: 58px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.ft-step-icon {
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  align-self: start;
  border-radius: 20px;
  background: #eff5ff;
  grid-row: span 2;
}

.ft-step-icon img {
  width: 36px;
  height: 36px;
  object-fit: contain;
}

.ft-process-step h3 {
  position: relative;
  z-index: 1;
  margin: 3px 0 8px;
  color: #040914;
  font-size: 23px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ft-process-step p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.ft-process-reveal {
  opacity: 1;
  transform: none;
}

.ft-process-ready .ft-process-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.ft-process-ready .ft-process-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .ft-process-layout {
    grid-template-columns: 1fr;
  }

  .ft-process-board {
    position: relative;
    top: auto;
    min-height: auto;
  }
}

@media (max-width: 640px) {
  .ft-process-section {
    padding: 56px 0;
  }

  .ft-process-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-process-board {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .ft-process-board h2,
  .ft-process-head h2 {
    font-size: 34px;
  }

  .ft-process-head p {
    font-size: 15px;
  }

  .ft-process-step {
    grid-template-columns: 1fr;
    padding: 22px;
  }

  .ft-step-icon {
    margin-bottom: 16px;
  }

  .ft-step-number {
    font-size: 44px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f47dd8 */.ft-gallery-section {
  position: relative;
  padding: 82px 0;
  background: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-gallery-section,
.ft-gallery-section * {
  box-sizing: border-box;
}

.ft-gallery-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-gallery-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ft-gallery-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-gallery-kicker::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #d71920;
}

.ft-gallery-head h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-gallery-head p {
  max-width: 720px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-gallery-frame {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: #f5f7fb;
  box-shadow: 0 20px 58px rgba(7, 19, 38, 0.08);
}

.ft-gallery-topline {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: #040914;
  border-bottom: 4px solid #1f6feb;
  color: #dce9ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.ft-gallery-topline span:last-child {
  color: #72a7ff;
}

.ft-gallery-marquee {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 16px;
}

.ft-gallery-marquee::before,
.ft-gallery-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 84px;
  pointer-events: none;
}

.ft-gallery-marquee::before {
  left: 0;
  background: linear-gradient(90deg, #f5f7fb, rgba(245, 247, 251, 0));
}

.ft-gallery-marquee::after {
  right: 0;
  background: linear-gradient(270deg, #f5f7fb, rgba(245, 247, 251, 0));
}

.ft-gallery-track {
  display: flex;
  width: max-content;
  transform: translate3d(0, 0, 0);
  will-change: transform;
  animation: ftGallerySlide 68s linear infinite;
  animation-play-state: paused;
}

.ft-gallery-track.is-running {
  animation-play-state: running;
}

.ft-gallery-marquee:hover .ft-gallery-track {
  animation-play-state: paused;
}

.ft-gallery-set {
  display: flex;
  flex: 0 0 auto;
  gap: 14px;
  padding-right: 14px;
}

.ft-gallery-card {
  flex: 0 0 260px;
  width: 260px;
  height: 340px;
  margin: 0;
  overflow: hidden;
  border-radius: 22px;
  background: #ffffff;
  border: 1px solid #e4e7ec;
  box-shadow: 0 14px 34px rgba(7, 19, 38, 0.08);
}

.ft-gallery-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 420ms ease;
}

.ft-gallery-card:hover img {
  transform: scale(1.045);
}

@keyframes ftGallerySlide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

/* Tablet */
@media (max-width: 1020px) {
  .ft-gallery-track {
    animation-duration: 62s;
  }

  .ft-gallery-card {
    flex-basis: 230px;
    width: 230px;
    height: 310px;
  }
}

/* Mobil */
@media (max-width: 640px) {
  .ft-gallery-section {
    padding: 56px 0;
  }

  .ft-gallery-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-gallery-head h2 {
    font-size: 34px;
  }

  .ft-gallery-head p {
    font-size: 15px;
  }

  .ft-gallery-frame {
    border-radius: 22px;
  }

  .ft-gallery-topline {
    min-height: 54px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .ft-gallery-topline span:last-child {
    display: none;
  }

  .ft-gallery-marquee {
    padding: 8px;
  }

  .ft-gallery-marquee::before,
  .ft-gallery-marquee::after {
    width: 28px;
  }

  .ft-gallery-track {
    animation-duration: 54s;
  }

  .ft-gallery-set {
    gap: 8px;
    padding-right: 8px;
  }

  .ft-gallery-card {
    flex-basis: calc((100vw - 48px) / 2);
    width: calc((100vw - 48px) / 2);
    height: 215px;
    border-radius: 16px;
    box-shadow: 0 10px 26px rgba(7, 19, 38, 0.06);
  }
}

/* Çok dar cihaz */
@media (max-width: 380px) {
  .ft-gallery-track {
    animation-duration: 52s;
  }

  .ft-gallery-card {
    flex-basis: calc((100vw - 42px) / 2);
    width: calc((100vw - 42px) / 2);
    height: 195px;
    border-radius: 15px;
  }
}

/* Hareket azaltma ayarı olan cihazlarda animasyonu kapat */
@media (prefers-reduced-motion: reduce) {
  .ft-gallery-track {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-398869e */.ft-products-section {
  position: relative;
  padding: 82px 0;
  background: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-products-section::before {
  content: "";
  position: absolute;
  right: 0;
  top: 90px;
  width: 34%;
  height: 1px;
  background: #d71920;
  opacity: 0.35;
}

.ft-products-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-products-head {
  max-width: 760px;
  margin-bottom: 34px;
}

.ft-products-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-products-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #d71920;
}

.ft-products-head h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-products-head p {
  max-width: 720px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-product-shelf {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: #f5f7fb;
  box-shadow: 0 20px 58px rgba(7, 19, 38, 0.08);
}

.ft-shelf-line {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: #040914;
  border-bottom: 4px solid #1f6feb;
  color: #dce9ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.ft-shelf-line span:last-child {
  color: #72a7ff;
}

.ft-products-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: #e4e7ec;
}

.ft-product-card {
  position: relative;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  padding: 28px;
  background: #ffffff;
  color: #101828 !important;
  text-decoration: none !important;
  overflow: hidden;
  transition:
    transform 230ms ease,
    background 230ms ease,
    box-shadow 230ms ease;
}

.ft-product-card::before {
  content: "";
  position: absolute;
  left: 28px;
  right: 28px;
  top: 0;
  height: 4px;
  background: #d71920;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 240ms ease;
}

.ft-product-card::after {
  content: "";
  position: absolute;
  right: -70px;
  bottom: -70px;
  width: 170px;
  height: 170px;
  border-radius: 50%;
  border: 38px solid rgba(31, 111, 235, 0.055);
  transition: transform 260ms ease;
}

.ft-product-card:hover {
  z-index: 2;
  background: #fbfcff;
  transform: translateY(-4px);
  box-shadow: 0 20px 50px rgba(7, 19, 38, 0.12);
}

.ft-product-card:hover::before {
  transform: scaleX(1);
}

.ft-product-card:hover::after {
  transform: scale(1.12);
}

.ft-product-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 20px;
  background: #eff5ff;
  border: 1px solid #dfe8f8;
}

.ft-product-icon img {
  width: 39px;
  height: 39px;
  object-fit: contain;
  display: block;
}

.ft-product-card h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 10px;
  color: #040914;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.035em;
}

.ft-product-card p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.ft-product-link {
  position: relative;
  z-index: 1;
  width: max-content;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 14px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
  transition: 190ms ease;
}

.ft-product-card:hover .ft-product-link {
  background: #1f6feb;
  color: #ffffff;
}

.ft-products-note {
  margin-top: 16px;
  padding: 16px 18px;
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #f5f7fb;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.ft-products-note strong {
  color: #040914;
  font-weight: 500;
}

.ft-products-reveal,
.ft-product-card {
  opacity: 1;
  transform: none;
}

.ft-products-ready .ft-products-reveal,
.ft-products-ready .ft-product-card {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 230ms ease,
    background 230ms ease;
}

.ft-products-ready .ft-products-reveal.is-visible,
.ft-products-ready .ft-product-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .ft-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ft-products-section {
    padding: 56px 0;
  }

  .ft-products-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-products-section::before {
    display: none;
  }

  .ft-products-head h2 {
    font-size: 34px;
  }

  .ft-products-head p {
    font-size: 15px;
  }

  .ft-shelf-line {
    min-height: 54px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .ft-shelf-line span:last-child {
    display: none;
  }

  .ft-products-grid {
    grid-template-columns: 1fr;
  }

  .ft-product-card {
    min-height: 220px;
    padding: 24px;
  }

  .ft-product-card h3 {
    font-size: 22px;
  }
}

/* ÜRÜN GRUPLARI - TABLET / MOBİL 2Lİ PREMIUM GRID FIX */

.ft-products-grid {
  min-width: 0;
}

.ft-product-card {
  min-width: 0;
}

/* Tablet: 2li grid */
@media (max-width: 1020px) {
  .ft-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
    background: transparent;
    padding: 12px;
  }

  .ft-product-card {
    min-height: 240px;
    border: 1px solid #e4e7ec;
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(7, 19, 38, 0.065);
  }
}

/* Mobil: yine 2li, premium kompakt */
@media (max-width: 640px) {
  .ft-product-shelf {
    border-radius: 22px;
    background: #f5f7fb;
  }

  .ft-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    padding: 8px;
    background: transparent;
  }

  .ft-product-card {
    min-height: 198px;
    padding: 15px 12px;
    border-radius: 17px;
    border: 1px solid #e4e7ec;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(7, 19, 38, 0.06);
  }

  .ft-product-card::before {
    left: 12px;
    right: 12px;
    height: 3px;
  }

  .ft-product-card::after {
    right: -58px;
    bottom: -58px;
    width: 132px;
    height: 132px;
    border-width: 30px;
  }

  .ft-product-icon {
    width: 44px;
    height: 44px;
    border-radius: 15px;
    margin-bottom: 2px;
  }

  .ft-product-icon img {
    width: 28px;
    height: 28px;
  }

  .ft-product-card h3 {
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.14;
    letter-spacing: -0.035em;
  }

  .ft-product-card p {
    display: -webkit-box;
    min-height: 51px;
    font-size: 11.5px;
    line-height: 1.48;
    color: #667085;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  .ft-product-link {
    min-height: 31px;
    padding: 0 10px;
    border-radius: 999px;
    font-size: 11.5px;
    background: #f3f6fb;
  }
}

/* Çok dar telefonlarda da 2li kalsın */
@media (max-width: 380px) {
  .ft-products-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
    padding: 7px;
  }

  .ft-product-card {
    min-height: 188px;
    padding: 13px 10px;
    border-radius: 15px;
  }

  .ft-product-icon {
    width: 40px;
    height: 40px;
    border-radius: 13px;
  }

  .ft-product-icon img {
    width: 25px;
    height: 25px;
  }

  .ft-product-card h3 {
    font-size: 15px;
  }

  .ft-product-card p {
    min-height: 48px;
    font-size: 10.8px;
    line-height: 1.45;
  }

  .ft-product-link {
    min-height: 29px;
    padding: 0 9px;
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-36374d1 */.ft-areas-section {
  position: relative;
  padding: 82px 0;
  background: #f5f7fb;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-areas-section,
.ft-areas-section * {
  box-sizing: border-box;
}

/* Taşan büyük çizgi tamamen kaldırıldı */
.ft-areas-section::before {
  content: none !important;
  display: none !important;
}

.ft-areas-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-areas-top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
  gap: 24px;
  align-items: end;
  margin-bottom: 34px;
}

.ft-areas-head {
  max-width: 760px;
  min-width: 0;
}

.ft-areas-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-areas-kicker::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #d71920;
}

.ft-areas-head h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-areas-head p {
  max-width: 720px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-areas-map-card {
  min-height: 128px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e4e7ec;
  border-radius: 24px;
  background: #ffffff;
  box-shadow: 0 14px 34px rgba(7, 19, 38, 0.07);
  min-width: 0;
}

.ft-areas-map-card img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-areas-map-card strong {
  display: block;
  margin-bottom: 6px;
  color: #040914;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ft-areas-map-card span {
  display: block;
  color: #667085;
  font-size: 14px;
  line-height: 1.55;
}

.ft-areas-board {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 20px 58px rgba(7, 19, 38, 0.08);
}

.ft-areas-board-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: #040914;
  border-bottom: 4px solid #d71920;
  color: #dce9ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.ft-areas-board-top span:last-child {
  color: #72a7ff;
}

.ft-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: #e4e7ec;
  min-width: 0;
}

.ft-area-card {
  position: relative;
  min-width: 0;
  min-height: 118px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 22px 20px;
  background: #ffffff;
  color: #101828 !important;
  text-decoration: none !important;
  overflow: hidden;
  transition:
    transform 220ms ease,
    background 220ms ease,
    box-shadow 220ms ease;
}

.ft-area-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  width: 3px;
  background: #1f6feb;
  transform: scaleY(0);
  transform-origin: center;
  transition: transform 220ms ease;
}

.ft-area-card::after {
  content: "→";
  position: absolute;
  right: 18px;
  top: 20px;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #f3f6fb;
  color: #0f315f;
  font-size: 16px;
  transform: translateX(8px);
  opacity: 0;
  transition: 200ms ease;
}

.ft-area-card:hover {
  z-index: 2;
  background: #fbfcff;
  transform: translateY(-4px);
  box-shadow: 0 18px 42px rgba(7, 19, 38, 0.11);
}

.ft-area-card:hover::before {
  transform: scaleY(1);
}

.ft-area-card:hover::after {
  transform: translateX(0);
  opacity: 1;
}

.ft-area-card span {
  display: block;
  margin-bottom: 7px;
  padding-right: 34px;
  color: #040914;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.025em;
  overflow-wrap: anywhere;
}

.ft-area-card small {
  display: block;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 400;
}

.ft-areas-cta {
  margin-top: 16px;
  min-height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 20px;
  border-radius: 24px;
  background: #040914;
  color: #ffffff;
  box-shadow: 0 18px 46px rgba(4, 9, 20, 0.18);
}

.ft-areas-cta > div {
  display: flex;
  align-items: center;
  gap: 15px;
  min-width: 0;
}

.ft-areas-cta img {
  width: 44px;
  height: 44px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-areas-cta strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.ft-areas-cta small {
  display: block;
  color: #b8c7dd;
  font-size: 14px;
  line-height: 1.45;
}

.ft-areas-cta a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f6feb;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: 180ms ease;
  flex: 0 0 auto;
}

.ft-areas-cta a:hover {
  background: #0f315f;
  transform: translateY(-2px);
}

.ft-areas-reveal,
.ft-area-card {
  opacity: 1;
  transform: none;
}

.ft-areas-ready .ft-areas-reveal,
.ft-areas-ready .ft-area-card {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 220ms ease,
    background 220ms ease;
}

.ft-areas-ready .ft-areas-reveal.is-visible,
.ft-areas-ready .ft-area-card.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* Tablet */
@media (max-width: 1020px) {
  .ft-areas-top {
    grid-template-columns: 1fr;
  }

  .ft-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    padding: 12px;
    background: transparent;
  }

  .ft-area-card {
    min-height: 116px;
    border: 1px solid #e4e7ec;
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(7, 19, 38, 0.065);
  }
}

/* Mobil */
@media (max-width: 640px) {
  .ft-areas-section {
    padding: 56px 0;
  }

  .ft-areas-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-areas-head h2 {
    font-size: 34px;
  }

  .ft-areas-head p {
    font-size: 15px;
  }

  .ft-areas-map-card {
    align-items: flex-start;
    min-height: auto;
    padding: 17px;
    border-radius: 20px;
  }

  .ft-areas-map-card img {
    width: 42px;
    height: 42px;
  }

  .ft-areas-board {
    border-radius: 22px;
    background: #f5f7fb;
  }

  .ft-areas-board-top {
    min-height: 54px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .ft-areas-board-top span:last-child {
    display: none;
  }

  .ft-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    padding: 8px;
    background: transparent;
  }

  .ft-area-card {
    min-height: 104px;
    padding: 16px 13px;
    border-radius: 17px;
    border: 1px solid #e4e7ec;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(7, 19, 38, 0.06);
  }

  .ft-area-card::before {
    top: 15px;
    bottom: 15px;
    width: 3px;
    border-radius: 999px;
  }

  .ft-area-card::after {
    right: 11px;
    top: 12px;
    width: 26px;
    height: 26px;
    font-size: 14px;
    transform: translateX(0);
    opacity: 1;
    background: #eff5ff;
  }

  .ft-area-card span {
    margin-bottom: 6px;
    padding-right: 26px;
    font-size: 15px;
    line-height: 1.16;
    letter-spacing: -0.03em;
  }

  .ft-area-card small {
    font-size: 11.2px;
    line-height: 1.35;
    color: #667085;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .ft-area-card:hover {
    transform: translateY(-2px);
  }

  .ft-areas-cta {
    min-height: auto;
    align-items: center;
    flex-direction: row;
    padding: 15px;
    border-radius: 20px;
  }

  .ft-areas-cta img {
    width: 36px;
    height: 36px;
  }

  .ft-areas-cta strong {
    font-size: 15px;
  }

  .ft-areas-cta small {
    font-size: 12px;
  }

  .ft-areas-cta a {
    min-height: 40px;
    padding: 0 13px;
    font-size: 12px;
    width: auto;
  }
}

/* Çok dar telefon */
@media (max-width: 380px) {
  .ft-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
    padding: 7px;
  }

  .ft-area-card {
    min-height: 98px;
    padding: 14px 11px;
    border-radius: 15px;
  }

  .ft-area-card span {
    font-size: 14px;
  }

  .ft-area-card small {
    font-size: 10.5px;
  }

  .ft-areas-cta {
    gap: 10px;
    padding: 13px;
  }

  .ft-areas-cta a {
    min-height: 38px;
    padding: 0 11px;
    font-size: 11px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ccc773a */.ft-location-section {
  position: relative;
  padding: 82px 0;
  background: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-location-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(7, 19, 38, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(7, 19, 38, 0.035) 1px, transparent 1px);
  background-size: 42px 42px;
  pointer-events: none;
}

.ft-location-container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-location-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
  gap: 26px;
  align-items: stretch;
}

.ft-location-left {
  padding: 38px;
  border-radius: 28px;
  background: #f5f7fb;
  border: 1px solid #e4e7ec;
}

.ft-location-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-location-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #d71920;
}

.ft-location-left h2 {
  margin: 0 0 16px;
  color: #040914;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.06;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ft-location-left p {
  max-width: 620px;
  margin: 0 0 28px;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-location-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ft-location-btn {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 500;
  transition: 190ms ease;
}

.ft-location-btn img {
  width: 21px;
  height: 21px;
  object-fit: contain;
}

.ft-location-btn.primary {
  background: #1f6feb;
  color: #ffffff !important;
  box-shadow: 0 15px 32px rgba(31, 111, 235, 0.22);
}

.ft-location-btn.dark {
  background: #040914;
  color: #ffffff !important;
}

.ft-location-btn:hover {
  transform: translateY(-3px);
}

.ft-location-map {
  overflow: hidden;
  border-radius: 28px;
  background: #040914;
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 24px 68px rgba(4, 9, 20, 0.24);
}

.ft-map-top {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 24px;
  background: #0b1f3d;
  border-bottom: 4px solid #1f6feb;
  color: #dce9ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.ft-map-top span:last-child {
  color: #72a7ff;
}

.ft-map-body {
  position: relative;
  min-height: 330px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 34px;
  overflow: hidden;
}

.ft-map-body::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 34px 34px;
}

.ft-map-body::after {
  content: "";
  position: absolute;
  right: -90px;
  bottom: -90px;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 46px solid rgba(31, 111, 235, 0.12);
}

.ft-map-body img,
.ft-map-body strong,
.ft-map-body p,
.ft-map-body a {
  position: relative;
  z-index: 1;
}

.ft-map-body img {
  width: 62px;
  height: 62px;
  object-fit: contain;
  margin-bottom: 22px;
}

.ft-map-body strong {
  display: block;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: clamp(30px, 4vw, 48px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ft-map-body p {
  max-width: 430px;
  margin: 0 0 24px;
  color: #b8c7dd;
  font-size: 16px;
  line-height: 1.7;
}

.ft-map-body a {
  width: max-content;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffffff;
  color: #071326 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  transition: 180ms ease;
}

.ft-map-body a:hover {
  background: #1f6feb;
  color: #ffffff !important;
  transform: translateY(-2px);
}

.ft-location-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-top: 16px;
}

.ft-location-contact {
  min-height: 96px;
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 18px;
  border: 1px solid #e4e7ec;
  border-radius: 22px;
  background: #ffffff;
  color: #101828 !important;
  text-decoration: none !important;
  box-shadow: 0 12px 34px rgba(7, 19, 38, 0.055);
  transition: 200ms ease;
}

.ft-location-contact:hover {
  transform: translateY(-4px);
  border-color: rgba(31, 111, 235, 0.35);
  box-shadow: 0 18px 46px rgba(7, 19, 38, 0.1);
}

.ft-location-contact img {
  width: 38px;
  height: 38px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-location-contact strong {
  display: block;
  margin-bottom: 5px;
  color: #040914;
  font-size: 17px;
  font-weight: 500;
}

.ft-location-contact small {
  display: block;
  color: #667085;
  font-size: 13px;
  line-height: 1.45;
  word-break: break-word;
}

.ft-location-reveal {
  opacity: 1;
  transform: none;
}

.ft-location-ready .ft-location-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 220ms ease,
    border-color 220ms ease;
}

.ft-location-ready .ft-location-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .ft-location-layout {
    grid-template-columns: 1fr;
  }

  .ft-location-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ft-location-section {
    padding: 56px 0;
  }

  .ft-location-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-location-left {
    padding: 26px 22px;
    border-radius: 24px;
  }

  .ft-location-left h2 {
    font-size: 34px;
  }

  .ft-location-left p {
    font-size: 15px;
  }

  .ft-location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .ft-location-btn {
    width: 100%;
  }

  .ft-map-top {
    min-height: 54px;
    padding: 0 18px;
    font-size: 11px;
    letter-spacing: 0.1em;
  }

  .ft-map-top span:last-child {
    display: none;
  }

  .ft-map-body {
    min-height: 280px;
    padding: 26px 22px;
  }

  .ft-map-body strong {
    font-size: 34px;
  }

  .ft-location-contact-grid {
    grid-template-columns: 1fr;
  }
}

/* KONUM & İLETİŞİM - ALT İLETİŞİM KUTULARI 2Lİ MOBİL GRID */

.ft-location-contact-grid,
.ft-location-contact {
  min-width: 0;
}

/* Masaüstü: 4lü kalsın */
.ft-location-contact-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

/* Tablet: 2li */
@media (max-width: 1020px) {
  .ft-location-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 12px;
  }

  .ft-location-contact {
    min-height: 96px;
    border-radius: 20px;
  }
}

/* Mobil: 2li premium kompakt */
@media (max-width: 640px) {
  .ft-location-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px;
    margin-top: 12px;
  }

  .ft-location-contact {
    min-height: 104px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 14px;
    border-radius: 17px;
    background: #ffffff;
    border: 1px solid #e4e7ec;
    box-shadow: 0 10px 26px rgba(7, 19, 38, 0.06);
  }

  .ft-location-contact img {
    width: 32px;
    height: 32px;
  }

  .ft-location-contact strong {
    margin-bottom: 4px;
    font-size: 15px;
    line-height: 1.15;
  }

  .ft-location-contact small {
    font-size: 11.2px;
    line-height: 1.35;
    word-break: break-word;
    overflow-wrap: anywhere;
  }

  .ft-location-contact:hover {
    transform: translateY(-2px);
  }
}

/* Çok dar cihaz: yine 2li kalsın */
@media (max-width: 380px) {
  .ft-location-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 7px;
  }

  .ft-location-contact {
    min-height: 98px;
    padding: 12px;
    border-radius: 15px;
  }

  .ft-location-contact img {
    width: 29px;
    height: 29px;
  }

  .ft-location-contact strong {
    font-size: 14px;
  }

  .ft-location-contact small {
    font-size: 10.5px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-18454d6 */.ft-faq-section {
  position: relative;
  padding: 82px 0;
  background: #f5f7fb;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-faq-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-faq-head {
  max-width: 790px;
  margin-bottom: 34px;
}

.ft-faq-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 13px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-faq-kicker::before {
  content: "";
  width: 30px;
  height: 2px;
  border-radius: 999px;
  background: #d71920;
}

.ft-faq-head h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(31px, 4vw, 49px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-faq-head p {
  max-width: 760px;
  margin: 0;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-faq-layout {
  display: grid;
  grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
  gap: 22px;
  align-items: start;
}

.ft-faq-left {
  position: sticky;
  top: 112px;
}

.ft-faq-panel {
  overflow: hidden;
  padding: 30px;
  border-radius: 28px;
  background:
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.035) 0,
      rgba(255, 255, 255, 0.035) 1px,
      transparent 1px,
      transparent 10px
    ),
    #040914;
  color: #ffffff;
  box-shadow: 0 24px 68px rgba(4, 9, 20, 0.22);
}

.ft-faq-panel span {
  display: block;
  margin-bottom: 20px;
  color: #72a7ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.16em;
}

.ft-faq-panel h3 {
  margin: 0 0 15px;
  color: #ffffff;
  font-size: clamp(30px, 3.5vw, 44px);
  line-height: 1.05;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.ft-faq-panel p {
  margin: 0 0 24px;
  color: #b8c7dd;
  font-size: 16px;
  line-height: 1.7;
}

.ft-faq-panel a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border-radius: 999px;
  background: #1f6feb;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  transition: 180ms ease;
}

.ft-faq-panel a:hover {
  background: #0f315f;
  transform: translateY(-2px);
}

.ft-faq-list {
  display: grid;
  gap: 12px;
}

.ft-faq-item {
  border: 1px solid #e4e7ec;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 34px rgba(7, 19, 38, 0.055);
  overflow: hidden;
  transition: 200ms ease;
}

.ft-faq-item:hover {
  border-color: rgba(31, 111, 235, 0.32);
  box-shadow: 0 18px 44px rgba(7, 19, 38, 0.095);
}

.ft-faq-item summary {
  position: relative;
  cursor: pointer;
  list-style: none;
  padding: 21px 56px 21px 22px;
  color: #040914;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.025em;
}

.ft-faq-item summary::-webkit-details-marker {
  display: none;
}

.ft-faq-item summary::after {
  content: "+";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #eff5ff;
  color: #0f315f;
  transform: translateY(-50%);
  font-size: 20px;
  font-weight: 400;
  transition: 180ms ease;
}

.ft-faq-item[open] summary::after {
  content: "−";
  background: #1f6feb;
  color: #ffffff;
}

.ft-faq-item p {
  margin: 0;
  padding: 0 22px 22px;
  color: #667085;
  font-size: 15px;
  line-height: 1.75;
}

.ft-faq-reveal {
  opacity: 1;
  transform: none;
}

.ft-faq-ready .ft-faq-reveal {
  opacity: 0;
  transform: translateY(26px);
  transition:
    opacity 620ms ease,
    transform 620ms ease,
    box-shadow 200ms ease,
    border-color 200ms ease;
}

.ft-faq-ready .ft-faq-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1020px) {
  .ft-faq-layout {
    grid-template-columns: 1fr;
  }

  .ft-faq-left {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .ft-faq-section {
    padding: 56px 0;
  }

  .ft-faq-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-faq-head h2 {
    font-size: 34px;
  }

  .ft-faq-head p {
    font-size: 15px;
  }

  .ft-faq-panel {
    padding: 26px 22px;
  }

  .ft-faq-item summary {
    padding: 18px 52px 18px 18px;
    font-size: 16px;
  }

  .ft-faq-item p {
    padding: 0 18px 18px;
  }
}/* End custom CSS */