.icon-bg-cyan {
    background: linear-gradient(135deg, #3b82f6, #2563eb);
}








/* Genel Alan */
.feature-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.feature-row {
  margin-bottom: 60px;
}

/* Başlıklar ve Yazılar */
.feature-subtitle {
  color: #377dff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.feature-title {
  font-size: 34px;
  font-weight: 700;
  color: #000;
  margin-bottom: 18px;
  line-height: 1.3;
}

.feature-text {
  font-size: 16px;
  color: #444;
  line-height: 1.6;
  margin-bottom: 22px;
}

/* İletişime Geç Butonu */
.feature-btn {
  display: inline-block;
  background: linear-gradient(90deg, #6a11cb, #2575fc);
  color: #fff;
  padding: 12px 26px;
  border-radius: 10px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  transition: .25s ease;
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.feature-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 30px rgba(0,0,0,0.18);
}

/* Görseller */
.feature-image {
  width: 100%;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.12);
}

/* Mobil Uyum */
@media (max-width: 992px) {
    
    .logo-box img {
    height: 27px;
}


  .feature-title {
    font-size: 28px;
    text-align: center;
  }

  .feature-text {
    text-align: center;
  }

  .feature-btn {
    margin: 0 auto;
  }

  .feature-row {
    text-align: center;
    margin-bottom: 50px;
  }
}

















  .about-stats {
  display: flex !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin: 0 !important;
}
  /* Üst görsel kutusu (sol taraftaki büyük kare) */
  .about-hero-media {
    position: relative;
    background: #f3f7ff;
    border-radius: 28px;
    padding: 28px;
    overflow: hidden;
  }

  .about-hero-media img {
    border-radius: 22px;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
  }

  .about-hero-media::before,
  .about-hero-media::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 4px solid #f97316;
    opacity: .85;
  }

  .about-hero-media::before {
    width: 140px;
    height: 140px;
    top: -40px;
    left: 30px;
  }

  .about-hero-media::after {
    width: 64px;
    height: 64px;
    top: 18px;
    right: 26px;
  }

  /* İstatistik satırı */
  .about-stats .stat-card {
    background: #ffffff;
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.05);
  }

  .about-stats .stat-value {
    font-size: 1.7rem;
    font-weight: 800;
    letter-spacing: 0.02em;
  }

  .about-stats .stat-label {
    font-size: .85rem;
    letter-spacing: .06em;
  }

  /* Büyük açık mavi panel (değerler) */
  .about-values-box {
    background: #eef3ff;
    border-radius: 32px;
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.04);
  }

  .about-values-box h3 {
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
  }

  .about-values-box h2 {
    font-size: 1.2rem;
    font-weight: 800;
  }

  /* Değer kartları */
  .about-value-card {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 8px 26px rgba(15, 23, 42, 0.04);
    border: 1px solid #e5e7eb;
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }

  .about-value-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.2rem;
    flex-shrink: 0;
    color: #0f172a;
  }

  .about-value-icon.bg-soft-primary {
    background: #e0edff;
  }

  .about-value-icon.bg-soft-success {
    background: #dcfce7;
  }

  .about-value-icon.bg-soft-warning {
    background: #fef3c7;
  }

  .about-value-icon.bg-soft-danger {
    background: #fee2e2;
  }

  .about-value-icon.bg-soft-indigo {
    background: #e0e7ff;
  }

  .about-value-icon.bg-soft-slate {
    background: #e5e7eb;
  }

  .about-value-card h5 {
    font-size: .95rem;
    font-weight: 700;
  }

  .about-value-card p {
    font-size: .8rem;
    margin-bottom: 0;
  }
/* NASIL ÇALIŞIYORUZ */


/* Balon kart */
.step-bubble {
  position: relative;
  z-index: 1;
  width: 230px;
  max-width: 100%;
  padding: 24px 20px 28px;
  background: #ffffff;
  border-radius: 999px; /* balon / kapsül hissi */
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Küçük balon kuyruğu */
.step-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 18px;
  height: 18px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.08);
}

/* Numara balonu */
.step-number {
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1, #0ea5e9);
  color: #ffffff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

/* Hover efekti */
.step-bubble:hover {
  transform: translateY(-4px);
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.12);
}

/* Mobilde hattı kaldır, balonlar alt alta gelsin */
@media (max-width: 992px) {
  .process-bubbles .process-line {
    display: none;
  }
}


/* ALTYAPI & GÜVENLİK */

.infra-card {
  background: #ffffff;
  border-radius: 18px;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
}

.infra-icon {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin-bottom: 12px;
}

/* Küçük ekran düzeni */
@media (max-width: 576px) {
  .step-card,
  .infra-card {
    text-align: left;
  }
}



/* Başlık boyutu */
.about-title {
  font-size: 2.4rem;
  line-height: 1.25;
}

/* Sağ taraftaki görsel kart */
.about-hero-visual {
  position: relative;
  max-width: 530px;
  background: linear-gradient(135deg, #ffffff, #eef2ff);
  border-radius: 28px;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.10);
  padding: 24px 22px 26px;
  overflow: hidden;
}

/* Arka tarafta dekoratif blur daireler */
.about-hero-visual::before,
.about-hero-visual::after {
  content: "";
  position: absolute;
  border-radius: 999px;
  filter: blur(18px);
  opacity: 0.35;
}

.about-hero-visual::before {
  width: 160px;
  height: 160px;
  top: -60px;
  right: -40px;
  background: radial-gradient(circle, #6366f1, #0ea5e9);
}

.about-hero-visual::after {
  width: 120px;
  height: 120px;
  bottom: -40px;
  left: -30px;
  background: radial-gradient(circle, #f97316, #fb7185);
}

/* Ana kart içi */
.about-hero-main {
  position: relative;
  z-index: 1;
  display: flex;
  gap: 14px;
  align-items: center;
  padding: 14px 14px 16px;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 12px 30px rgba(15, 23, 42, 0.10);
}

/* Avatar / temsil ikon */
.about-hero-avatar {
  width: 50px;
  height: 50px;
  border-radius: 999px;
  background: linear-gradient(135deg, #6366f1, #0ea5e9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 1.4rem;
  flex-shrink: 0;
}

/* Alt rozetler */
.about-hero-badges {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.about-pill {
  display: inline-flex;
  align-items: center;
  font-size: 0.8rem;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.08);
  color: #0f172a;
}

/* Küçük ekranlarda hizalama */
@media (max-width: 991.98px) {
  .about-hero-visual {
    margin-top: 12px;
  }
  .about-title {
    font-size: 2rem;
  }
}







  .about-services-box .row > div {
  display: flex;           /* kolonları flex yap */
}

.service-mini-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;                 /* hepsi aynı yüksekliği alsın */
}
/* Dış kutu (eski gri büyük kutu yerine) */
.about-services-box {
  background: linear-gradient(135deg, rgba(129,140,248,0.09), rgba(56,189,248,0.06));
  border-radius: 32px;
  padding: 40px 26px 32px;
  box-shadow: 0 18px 50px rgba(15,23,42,0.08);
}

/* Başlık & alt metin */
.about-services-title {
  font-size: 22px;
  font-weight: 800;
  letter-spacing: .05em;
  color: #111827;
  margin-bottom: 8px;
  text-align: center;
}

.about-services-sub {
  font-size: 15px;
  color: #4b5563;
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}

/* Küçük kartlar */
.service-mini-card {
  background: #ffffff;
  border-radius: 18px;
  padding: 18px 18px 16px;
  box-shadow: 0 10px 30px rgba(15,23,42,0.08);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.service-mini-icon {
  width: 40px;
  height: 40px;
  border-radius: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 10px;
}

.icon-bg-teal   { background: linear-gradient(135deg,#14b8a6,#0d9488); }
.icon-bg-blue   { background: linear-gradient(135deg,#3b82f6,#2563eb); }
.icon-bg-purple { background: linear-gradient(135deg,#8b5cf6,#7c3aed); }
.icon-bg-yellow { background: linear-gradient(135deg,#facc15,#f97316); }
.icon-bg-orange { background: linear-gradient(135deg,#fb923c,#ea580c); }

.service-mini-title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 4px;
}

.service-mini-text {
  font-size: 13px;
  color: #4b5563;
}

/* CTA kartı */
.service-mini-card-cta {
background: linear-gradient(135deg, #6BC6D9 0%, #2B8FB8 100%);

  color: #ffffff;
  justify-content: center;
}

.service-mini-card-cta .service-mini-title {
  color: #ffffff;
}

span.badge.rounded-pill.px-3.py-2.text-bg-primary.mb-3 {
    background-color: #57b5cf !important;
}

span.badge.rounded-pill.px-3.py-2.text-bg-primary.mb-2 {
    background-color: rgb(87, 181, 207) !important;
}

.service-mini-card-cta .service-mini-text {
  color: rgba(249,250,251,0.9);
}

/* CTA butonu */
.btn-services-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 9px 18px;
  border-radius: 999px;
  border: none;
  background: #ffffff;
  color: #5fbcd3;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 20px rgba(15,23,42,0.18);
}

.btn-services-link:hover {
  text-decoration: none;
  filter: brightness(0.97);
}

/* Responsive */
@media (max-width: 768px) {
  .about-services-box {
    border-radius: 24px;
    padding: 28px 18px 24px;
  }
}