.elementor-85 .elementor-element.elementor-element-5fb4a77{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-85 .elementor-element.elementor-element-436633a{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-85 .elementor-element.elementor-element-7295c3c{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 100px) 0px;}}/* Start custom CSS for html, class: .elementor-element-da8973d */.ft-footer-section {
  position: relative;
  padding: 82px 0 118px;
  background:
    radial-gradient(circle at 12% 0%, rgba(31, 111, 235, 0.18), transparent 34%),
    radial-gradient(circle at 88% 18%, rgba(215, 25, 32, 0.10), transparent 30%),
    repeating-linear-gradient(
      0deg,
      rgba(255, 255, 255, 0.025) 0,
      rgba(255, 255, 255, 0.025) 1px,
      transparent 1px,
      transparent 11px
    ),
    #040914;
  color: #ffffff;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  overflow: hidden;
}

.ft-footer-section,
.ft-footer-section * {
  box-sizing: border-box;
}

.ft-footer-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 7px;
  background: linear-gradient(90deg, #1f6feb, #d71920, #1f6feb);
}

.ft-footer-section::after {
  content: "";
  position: absolute;
  right: -160px;
  bottom: -160px;
  width: 360px;
  height: 360px;
  border: 70px solid rgba(31, 111, 235, 0.055);
  border-radius: 50%;
  pointer-events: none;
}

.ft-footer-container {
  position: relative;
  z-index: 1;
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
}

.ft-footer-main {
  display: grid;
  grid-template-columns: minmax(320px, 0.95fr) minmax(0, 1.45fr);
  gap: 18px;
  align-items: stretch;
}

.ft-footer-brand-card,
.ft-footer-links-card {
  border: 1px solid rgba(255, 255, 255, 0.115);
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.048);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(14px);
}

.ft-footer-brand-card {
  padding: 30px;
  min-width: 0;
}

.ft-footer-logo {
  width: min(100%, 330px);
  display: flex;
  align-items: center;
  margin-bottom: 22px;
  text-decoration: none !important;
}

.ft-footer-logo img {
  width: 100%;
  max-width: 330px;
  height: auto;
  max-height: 88px;
  display: block;
  object-fit: contain;
  object-position: left center;
  filter: drop-shadow(0 12px 24px rgba(0, 0, 0, 0.18));
}

.ft-footer-brand-card p {
  max-width: 450px;
  margin: 0 0 22px;
  color: #b8c7dd;
  font-size: 15px;
  line-height: 1.78;
}

.ft-footer-contact-box {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.ft-footer-contact-box a {
  min-width: 0;
  min-height: 82px;
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 14px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.10);
  color: #ffffff !important;
  text-decoration: none !important;
  transition: 180ms ease;
}

.ft-footer-contact-box a:hover {
  transform: translateY(-2px);
  background: rgba(31, 111, 235, 0.14);
  border-color: rgba(114, 167, 255, 0.28);
}

.ft-footer-contact-box img {
  width: 28px;
  height: 28px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-footer-contact-box strong {
  display: block;
  margin-bottom: 4px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.ft-footer-contact-box small {
  display: block;
  color: #9fb4d0;
  font-size: 12px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.ft-footer-cta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ft-footer-cta a {
  min-width: 0;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: 180ms ease;
}

.ft-footer-cta a.primary {
  background: #1f6feb;
  border-color: #1f6feb;
  box-shadow: 0 14px 32px rgba(31, 111, 235, 0.24);
}

.ft-footer-cta a:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, 0.09);
}

.ft-footer-cta a.primary:hover {
  background: #0f315f;
}

.ft-footer-cta img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.ft-footer-links-card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  min-width: 0;
}

.ft-footer-col {
  min-width: 0;
  padding: 30px 26px;
  background: rgba(255, 255, 255, 0.018);
}

.ft-footer-col + .ft-footer-col {
  border-left: 1px solid rgba(255, 255, 255, 0.085);
}

.ft-footer-col h3 {
  position: relative;
  margin: 0 0 18px;
  padding-bottom: 13px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.ft-footer-col h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 2px;
  border-radius: 999px;
  background: #1f6feb;
}

.ft-footer-col a {
  min-width: 0;
  min-height: 34px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #b8c7dd !important;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 1.45;
  transition: 160ms ease;
  overflow-wrap: anywhere;
}

.ft-footer-col a + a {
  margin-top: 5px;
}

.ft-footer-col a:hover {
  color: #ffffff !important;
  transform: translateX(3px);
}

.ft-footer-col a img {
  width: 19px;
  height: 19px;
  object-fit: contain;
  flex: 0 0 auto;
}

.ft-footer-seo-text {
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.04);
}

.ft-footer-seo-text p {
  margin: 0;
  color: #9fb4d0;
  font-size: 14px;
  line-height: 1.75;
}

.ft-footer-bottom {
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 18px;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  color: rgba(220, 233, 255, 0.72);
  font-size: 13px;
  line-height: 1.6;
}

.ft-footer-bottom strong {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
}

.ft-footer-bottom span {
  display: block;
  color: rgba(220, 233, 255, 0.42);
  font-size: 12px;
}

.ft-footer-bottom p {
  max-width: 520px;
  margin: 0;
  text-align: right;
  color: rgba(220, 233, 255, 0.58);
}

/* MOBİL PREMIUM STICKY NAV */

.ft-sticky-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  display: none;
  grid-template-columns: 1.45fr 0.78fr 0.88fr;
  gap: 9px;
  padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.92), rgba(238, 244, 255, 0.96)),
    #ffffff;
  border-top: 1px solid rgba(7, 19, 38, 0.08);
  box-shadow:
    0 -18px 46px rgba(7, 19, 38, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(18px);
}

.ft-sticky-mobile-cta::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 5px;
  width: 46px;
  height: 4px;
  border-radius: 999px;
  background: rgba(7, 19, 38, 0.13);
  transform: translateX(-50%);
}

.ft-sticky-item {
  position: relative;
  min-width: 0;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 10px;
  margin-top: 6px;
  border-radius: 17px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(7, 19, 38, 0.08);
  color: #071326 !important;
  text-decoration: none !important;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.15;
  box-shadow:
    0 8px 20px rgba(7, 19, 38, 0.075),
    inset 0 1px 0 rgba(255, 255, 255, 0.88);
  overflow: hidden;
}

.ft-sticky-item.order {
  background:
    linear-gradient(135deg, #1f6feb, #0f315f);
  border-color: rgba(31, 111, 235, 0.45);
  color: #ffffff !important;
  box-shadow:
    0 12px 28px rgba(31, 111, 235, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.16);
}

.ft-sticky-item:active {
  transform: translateY(1px) scale(0.99);
}

.ft-sticky-icon {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.ft-sticky-icon img {
  width: 21px;
  height: 21px;
  display: block;
  object-fit: contain;
}

.ft-sticky-item span:last-child {
  display: block;
  min-width: 0;
  white-space: nowrap;
}

/* YUKARI ÇIK BUTONU */

.ft-scroll-top {
  position: fixed;
  right: 14px;
  bottom: calc(86px + env(safe-area-inset-bottom));
  z-index: 9998;
  width: 46px;
  height: 46px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(7, 19, 38, 0.08);
  border-radius: 50%;
  background:
    linear-gradient(180deg, #ffffff, #eef4ff);
  color: #071326;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  box-shadow:
    0 16px 36px rgba(7, 19, 38, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
  opacity: 0;
  visibility: hidden;
  transform: translateY(12px) scale(0.94);
  transition:
    opacity 180ms ease,
    visibility 180ms ease,
    transform 180ms ease;
}

.ft-scroll-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) scale(1);
}

.ft-scroll-top:hover {
  background:
    linear-gradient(180deg, #f8fbff, #e8f1ff);
}

/* Tablet */

@media (max-width: 1020px) {
  .ft-footer-main {
    grid-template-columns: 1fr;
  }

  .ft-footer-brand-card {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.85fr);
    gap: 20px;
    align-items: center;
  }

  .ft-footer-logo,
  .ft-footer-brand-card p {
    grid-column: 1;
  }

  .ft-footer-contact-box,
  .ft-footer-cta {
    grid-column: 2;
  }

  .ft-footer-links-card {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* Mobil */

@media (max-width: 640px) {
  .ft-footer-section {
    padding: 56px 0 126px;
  }

  .ft-footer-container {
    width: min(100% - 24px, 1180px);
  }

  .ft-footer-main {
    gap: 14px;
  }

  .ft-footer-brand-card {
    display: block;
    padding: 22px;
    border-radius: 24px;
  }

  .ft-footer-logo {
    width: min(100%, 285px);
    margin-bottom: 18px;
  }

  .ft-footer-logo img {
    max-width: 285px;
    max-height: 74px;
  }

  .ft-footer-brand-card p {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 1.7;
  }

  .ft-footer-contact-box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-bottom: 10px;
  }

  .ft-footer-contact-box a {
    min-height: 82px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 9px;
    padding: 13px;
    border-radius: 16px;
  }

  .ft-footer-contact-box img {
    width: 26px;
    height: 26px;
  }

  .ft-footer-contact-box strong {
    font-size: 13px;
  }

  .ft-footer-contact-box small {
    font-size: 11px;
  }

  .ft-footer-cta {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ft-footer-cta a {
    min-height: 42px;
    padding: 0 10px;
    font-size: 12px;
    gap: 7px;
  }

  .ft-footer-cta img {
    width: 18px;
    height: 18px;
  }

  .ft-footer-links-card {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .ft-footer-col {
    padding: 22px;
  }

  .ft-footer-col + .ft-footer-col {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.085);
  }

  .ft-footer-col h3 {
    margin-bottom: 14px;
    font-size: 17px;
  }

  .ft-footer-col a {
    min-height: 32px;
    font-size: 13px;
  }

  .ft-footer-seo-text {
    margin-top: 14px;
    padding: 17px;
    border-radius: 20px;
  }

  .ft-footer-seo-text p {
    font-size: 12.5px;
    line-height: 1.65;
  }

  .ft-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
    margin-top: 14px;
  }

  .ft-footer-bottom p {
    text-align: left;
    font-size: 12px;
  }

  .ft-sticky-mobile-cta {
    display: grid;
  }
}

/* Çok dar telefon */

@media (max-width: 390px) {
  .ft-sticky-mobile-cta {
    grid-template-columns: 1.34fr 0.72fr 0.82fr;
    gap: 7px;
    padding-left: 9px;
    padding-right: 9px;
  }

  .ft-sticky-item {
    min-height: 49px;
    gap: 6px;
    padding: 0 7px;
    border-radius: 15px;
    font-size: 12px;
  }

  .ft-sticky-icon {
    width: 22px;
    height: 22px;
  }

  .ft-sticky-icon img {
    width: 19px;
    height: 19px;
  }

  .ft-scroll-top {
    right: 11px;
    bottom: calc(82px + env(safe-area-inset-bottom));
    width: 42px;
    height: 42px;
    font-size: 21px;
  }

  .ft-footer-brand-card {
    padding: 18px;
  }

  .ft-footer-logo {
    width: 250px;
  }

  .ft-footer-logo img {
    max-width: 250px;
  }

  .ft-footer-contact-box a {
    min-height: 78px;
    padding: 11px;
  }

  .ft-footer-cta a {
    font-size: 11px;
  }

  .ft-footer-col {
    padding: 18px;
  }
}

/* Masaüstünde sticky mobil bar ve yukarı butonu görünmesin */

@media (min-width: 641px) {
  .ft-sticky-mobile-cta,
  .ft-scroll-top {
    display: none !important;
  }
}/* End custom CSS */