/* Start custom CSS for html, class: .elementor-element-77f6e65 */.ft-area-page {
  margin: 0 !important;
  padding: 0 !important;
  background: #f5f7fb;
  font-family: "Segoe UI", Arial, Helvetica, sans-serif;
  color: #071326;
  overflow: hidden;
}

.ft-area-page,
.ft-area-page * {
  box-sizing: border-box;
}

.ft-area-container {
  width: min(1180px, calc(100% - 32px));
  margin: 0 auto;
  padding: 18px 0 82px;
}

.ft-area-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  color: #667085;
  font-size: 13px;
}

.ft-area-breadcrumb a {
  color: #0f315f !important;
  text-decoration: none !important;
}

.ft-area-breadcrumb strong {
  color: #071326;
  font-weight: 500;
}

.ft-area-hero {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(340px, 0.95fr);
  gap: 18px;
  align-items: stretch;
}

.ft-area-hero-content,
.ft-area-hero-card,
.ft-area-text-card,
.ft-area-process,
.ft-area-products,
.ft-area-gallery-section,
.ft-area-content-block,
.ft-area-nearby,
.ft-area-faq,
.ft-final-cta {
  border: 1px solid #e4e7ec;
  border-radius: 28px;
  background: #ffffff;
  box-shadow: 0 18px 48px rgba(7, 19, 38, 0.075);
}

.ft-area-hero-content {
  position: relative;
  overflow: hidden;
  padding: 42px;
}

.ft-area-hero-content::after {
  content: "";
  position: absolute;
  right: -120px;
  top: -120px;
  width: 290px;
  height: 290px;
  border: 58px solid rgba(31, 111, 235, 0.06);
  border-radius: 50%;
}

.ft-area-kicker {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  color: #0f315f;
  font-size: 14px;
  font-weight: 500;
}

.ft-area-kicker::before {
  content: "";
  flex: 0 0 30px;
  width: 30px;
  height: 2px;
  display: block;
  border-radius: 999px;
  background: #d71920;
}

.ft-area-hero-content h1 {
  position: relative;
  z-index: 1;
  margin: 0 0 18px;
  color: #040914;
  font-size: clamp(40px, 6vw, 72px);
  line-height: 0.98;
  font-weight: 500;
  letter-spacing: -0.065em;
}

.ft-area-lead {
  position: relative;
  z-index: 1;
  max-width: 700px;
  margin: 0 0 24px;
  color: #667085;
  font-size: 17px;
  line-height: 1.75;
}

.ft-area-actions {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.25fr 0.85fr 0.9fr;
  gap: 10px;
  max-width: 620px;
  margin-bottom: 18px;
}

.ft-area-actions a {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid #dfe5ee;
  background: #ffffff;
  color: #071326 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  transition: 180ms ease;
}

.ft-area-actions a.primary {
  background: #1f6feb;
  border-color: #1f6feb;
  color: #ffffff !important;
  box-shadow: 0 14px 32px rgba(31, 111, 235, 0.22);
}

.ft-area-actions a:hover {
  transform: translateY(-2px);
}

.ft-area-actions img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.ft-area-tags {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}

.ft-area-tags span {
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  background: #f3f6fb;
  color: #0f315f;
  font-size: 13px;
}

.ft-area-legal {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #7a8494;
  font-size: 12.5px;
  line-height: 1.6;
}

.ft-area-hero-card {
  overflow: hidden;
  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;
}

.ft-card-top {
  min-height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 0 24px;
  background: #0b1f3d;
  border-bottom: 4px solid #1f6feb;
  color: #dce9ff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.13em;
}

.ft-card-body {
  padding: 46px 30px 34px;
  text-align: center;
}

.ft-card-body img {
  width: min(100%, 330px);
  max-height: 92px;
  object-fit: contain;
  margin-bottom: 24px;
}

.ft-card-body p {
  max-width: 430px;
  margin: 0 auto;
  color: #b8c7dd;
  font-size: 15px;
  line-height: 1.7;
}

.ft-card-links {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 22px 24px;
}

.ft-card-links a {
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.11);
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 13px;
}

.ft-area-text-section,
.ft-area-process,
.ft-area-products,
.ft-area-gallery-section,
.ft-area-content-block,
.ft-area-nearby,
.ft-area-faq,
.ft-final-cta {
  margin-top: 18px;
}

.ft-area-text-card,
.ft-area-process,
.ft-area-products,
.ft-area-gallery-section,
.ft-area-content-block,
.ft-area-nearby,
.ft-area-faq {
  padding: 30px;
}

.ft-area-text-card h2,
.ft-section-head h2,
.ft-area-content-block h2,
.ft-final-cta h2 {
  margin: 0 0 14px;
  color: #040914;
  font-size: clamp(28px, 3.2vw, 44px);
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.ft-area-text-card p,
.ft-section-head p,
.ft-area-content-block p,
.ft-final-cta p {
  margin: 0 0 14px;
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
}

.ft-section-head {
  max-width: 820px;
  margin-bottom: 24px;
}

.ft-process-grid,
.ft-product-grid,
.ft-nearby-grid {
  display: grid;
  gap: 12px;
}

.ft-process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ft-process-card {
  min-height: 190px;
  padding: 22px;
  border-radius: 22px;
  background: #f5f7fb;
  border: 1px solid #e4e7ec;
}

.ft-process-card span {
  display: inline-flex;
  margin-bottom: 20px;
  color: #1f6feb;
  font-size: 14px;
  font-weight: 600;
}

.ft-process-card h3 {
  margin: 0 0 10px;
  color: #040914;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.03em;
}

.ft-process-card p {
  margin: 0;
  color: #667085;
  font-size: 14px;
  line-height: 1.65;
}

.ft-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ft-product-grid a {
  min-height: 176px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 20px;
  border-radius: 22px;
  border: 1px solid #e4e7ec;
  background: #f5f7fb;
  color: #071326 !important;
  text-decoration: none !important;
  transition: 180ms ease;
}

.ft-product-grid a:hover {
  transform: translateY(-3px);
  background: #ffffff;
  box-shadow: 0 16px 38px rgba(7, 19, 38, 0.09);
}

.ft-product-grid img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.ft-product-grid strong {
  display: block;
  margin-top: 18px;
  color: #040914;
  font-size: 18px;
  font-weight: 500;
}

.ft-product-grid small {
  display: block;
  margin-top: 6px;
  color: #667085;
  font-size: 13px;
  line-height: 1.4;
}

/* KAYAN GALERİ */

.ft-area-gallery-section {
  overflow: hidden;
}

.ft-area-gallery-frame {
  overflow: hidden;
  border: 1px solid #e4e7ec;
  border-radius: 26px;
  background: #f5f7fb;
  box-shadow: 0 16px 42px rgba(7, 19, 38, 0.065);
}

.ft-gallery-topline {
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 0 22px;
  background: #040914;
  border-bottom: 4px solid #1f6feb;
  color: #dce9ff;
  font-size: 12px;
  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: 14px;
}

.ft-gallery-marquee::before,
.ft-gallery-marquee::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  width: 72px;
  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: ftAreaGallerySlide 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: 12px;
  padding-right: 12px;
}

.ft-gallery-card {
  flex: 0 0 255px;
  width: 255px;
  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;
  object-position: center;
  transition: transform 420ms ease;
}

.ft-gallery-card:hover img {
  transform: scale(1.045);
}

@keyframes ftAreaGallerySlide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(-50%, 0, 0);
  }
}

.ft-area-content-block {
  padding: 32px;
}

.ft-area-inline-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.ft-area-inline-actions a,
.ft-final-actions a {
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 17px;
  border-radius: 999px;
  background: #1f6feb;
  color: #ffffff !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
}

.ft-area-inline-actions a:last-child,
.ft-final-actions a:last-child {
  background: #040914;
}

.ft-nearby-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ft-nearby-grid a {
  min-height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  border-radius: 17px;
  background: #f5f7fb;
  border: 1px solid #e4e7ec;
  color: #0f315f !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 500;
}

.ft-nearby-grid a::after {
  content: "→";
}

.ft-faq-list {
  display: grid;
  gap: 10px;
}

.ft-faq-list details {
  border: 1px solid #e4e7ec;
  border-radius: 18px;
  background: #f5f7fb;
  overflow: hidden;
}

.ft-faq-list summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 52px 18px 18px;
  color: #040914;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
  position: relative;
}

.ft-faq-list summary::-webkit-details-marker {
  display: none;
}

.ft-faq-list summary::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #ffffff;
  color: #0f315f;
  transform: translateY(-50%);
}

.ft-faq-list details[open] summary::after {
  content: "−";
  background: #1f6feb;
  color: #ffffff;
}

.ft-faq-list p {
  margin: 0;
  padding: 0 18px 18px;
  color: #667085;
  font-size: 14px;
  line-height: 1.7;
}

.ft-final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding: 34px;
  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;
}

.ft-final-cta span {
  display: block;
  margin-bottom: 10px;
  color: #72a7ff;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.12em;
}

.ft-final-cta h2 {
  color: #ffffff;
}

.ft-final-cta p {
  color: #b8c7dd;
  margin: 0;
}

.ft-final-actions {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.ft-final-actions a.primary {
  background: #1f6feb;
}

@media (max-width: 1020px) {
  .ft-area-hero {
    grid-template-columns: 1fr;
  }

  .ft-process-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ft-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .ft-gallery-card {
    flex-basis: 230px;
    width: 230px;
    height: 310px;
  }
}

@media (max-width: 640px) {
  .ft-area-container {
    width: min(100% - 24px, 1180px);
    padding: 14px 0 56px;
  }

  .ft-area-breadcrumb {
    margin-bottom: 14px;
    font-size: 12px;
  }

  .ft-area-hero-content,
  .ft-area-text-card,
  .ft-area-process,
  .ft-area-products,
  .ft-area-gallery-section,
  .ft-area-content-block,
  .ft-area-nearby,
  .ft-area-faq {
    padding: 22px;
    border-radius: 24px;
  }

  .ft-area-hero-content h1 {
    font-size: 42px;
  }

  .ft-area-lead {
    font-size: 15px;
  }

  .ft-area-actions {
    grid-template-columns: 1.25fr 0.75fr 0.85fr;
    gap: 8px;
  }

  .ft-area-actions a {
    min-height: 42px;
    padding: 0 8px;
    font-size: 12px;
    gap: 6px;
  }

  .ft-area-actions img {
    width: 17px;
    height: 17px;
  }

  .ft-area-tags {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ft-area-tags span {
    justify-content: center;
    min-height: 34px;
    padding: 0 8px;
    text-align: center;
    font-size: 11.5px;
  }

  .ft-card-top {
    min-height: 52px;
    padding: 0 16px;
    font-size: 11px;
  }

  .ft-card-body {
    padding: 30px 20px 24px;
  }

  .ft-card-body img {
    max-height: 76px;
  }

  .ft-card-links {
    padding: 0 16px 18px;
    gap: 8px;
  }

  .ft-card-links a {
    min-height: 44px;
    font-size: 12px;
  }

  .ft-process-grid,
  .ft-product-grid,
  .ft-nearby-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .ft-process-card {
    min-height: 172px;
    padding: 16px;
    border-radius: 18px;
  }

  .ft-process-card h3 {
    font-size: 17px;
  }

  .ft-process-card p {
    font-size: 12px;
  }

  .ft-product-grid a {
    min-height: 164px;
    padding: 15px;
    border-radius: 18px;
  }

  .ft-product-grid img {
    width: 34px;
    height: 34px;
  }

  .ft-product-grid strong {
    font-size: 15px;
  }

  .ft-product-grid small {
    font-size: 11.5px;
  }

  .ft-gallery-topline {
    min-height: 52px;
    padding: 0 16px;
    font-size: 11px;
  }

  .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;
  }

  .ft-final-cta {
    padding: 22px;
    border-radius: 24px;
  }

  .ft-final-actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    width: 100%;
  }

  .ft-final-actions a {
    width: 100%;
  }

  .ft-final-cta h2,
  .ft-section-head h2,
  .ft-area-text-card h2,
  .ft-area-content-block h2 {
    font-size: 30px;
  }
}

@media (max-width: 380px) {
  .ft-area-actions a {
    font-size: 11px;
  }

  .ft-process-card {
    min-height: 165px;
    padding: 14px;
  }

  .ft-product-grid a {
    min-height: 154px;
    padding: 13px;
  }

  .ft-gallery-card {
    flex-basis: calc((100vw - 42px) / 2);
    width: calc((100vw - 42px) / 2);
    height: 195px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-gallery-track {
    animation: none !important;
    transform: translate3d(0, 0, 0) !important;
  }
}/* End custom CSS */