/** Shopify CDN: Minification failed

Line 213:0 All "@import" rules must come first

**/


/* CSS from section stylesheet tags */
.karo-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px 20px;
}

/* ——— Satır Yapısı ——— */
.karo-item {
  display: flex;
  flex-wrap: wrap;
  height: 600px;
  overflow: hidden;
  animation-duration: 1s;
  animation-fill-mode: both;
  margin-bottom: 0;
    align-items: flex-end;
}
.karo-item.left  { flex-direction: row;        animation-name: fadeInLeft;  }
.karo-item.right { flex-direction: row-reverse; animation-name: fadeInRight; }

/* ——— Metin / Görsel Kolonları ——— */
.karo-text,
.karo-image {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}
.karo-text { padding: 2rem; height: fit-content!important; }

/* ——— İkon ——— */
.karo-icon {
  width: 80px; height: 80px;
}

  .left > .karo-text {
    align-items: flex-start;
}

  .right > .karo-text {
    align-items: flex-end;
}
  
.karo-icon img {
  width: 100%; height: 100%;
  object-fit: contain;
}

/* ——— Başlık & Metin ——— */
.karo-text h2 { font-size: 1.5rem; margin-bottom: 1rem; text-align: center; }
.karo-text p  { font-size: 1.3rem; }
.karo-text .rte { line-height: 1.6; text-align: center; }

/* ——— Görsel ——— */
.karo-image img {
  width: 100%; height: 100%;
  object-fit: cover;
}

/* ——— Animasyon ——— */
@keyframes fadeInLeft  { from { opacity:0; transform:translateX(-60px);} to { opacity:1; transform:none;} }
@keyframes fadeInRight { from { opacity:0; transform:translateX( 60px);} to { opacity:1; transform:none;} }

/* ——— Mobil ——— */
@media (max-width: 768px) {
  .karo-item       { flex-direction: column!important; height: auto; }
  .karo-text,
  .karo-image      { width: 100%; padding: 1.5rem; height: auto; }
  .karo-image img  { height: 300px; }
}

  @media (max-width: 767px) {
  /* Bölüm üst başlığı */
 .karo-text .rte { line-height: 1.6; text-align: center; }

    
  .left > .karo-text {
    align-items: center;
}

  .right > .karo-text {
    align-items: center;
}

      .left > .karo-text > p{
    align-items: center;
      text-align:center;
}

  .right > .karo-text > p  {
    align-items: center;
    text-align: center;
}
    
    
}
.impact-background {
  background: url('/cdn/shop/files/kod_kismi_arkasina_gorsel_98244c69-87f9-4474-aa48-cb8b5d909b91.jpg?v=1750935997') center center / cover no-repeat;
  padding: 6rem 1rem;
  position: relative;
}

.impact-card {
  max-width: 1000px;
  margin: 0 auto;
  background: #fff;
  border-radius: 2rem;
  padding: 3rem 2rem;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}

.impact-card h2 {
  font-size: 1rem;
  color: #888;
  font-weight: 400;
  margin-bottom: 0.5rem;
}

.impact-card h2 strong {
  font-size: 2rem;
  color: #ff5e1a;
  font-weight: bold;
}

.impact-card h2 span {
  color: #123c2f;
}

.impact-slider-container {
  margin: 2rem 0 3rem;
  position: relative;
}

.range-control input[type="range"] {
  -webkit-appearance: none;
  width: 100%;
  height: 4px;
  background: #e0e0e0;
  border-radius: 2px;
  outline: none;
}

.range-control input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #e82064;
  border-radius: 50%;
  cursor: pointer;
  border: 3px solid #fff;
  box-shadow: 0 0 0 2px #e82064;
  margin-top: -10px;
}

.stats-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 0 auto;
}

.stat-item {
  flex: 1 1 180px;
  text-align: center;
}

.stat-item img {
  width: 60px;
  height: auto;
  background-color: none!important;
  border-radius: 50%;
  padding: 1rem;
  margin-bottom: 1rem;
}

  

.stat-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #123c2f;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.stat-value {
  font-size: 1.1rem;
  font-weight: bold;
  color: #333;
}

  @media (max-width: 767px) {
  /* Mobilde her stat‑item genişliğini %50 yap → satırda 2 öğe */
  .stat-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");

body {
  font-family: 'Poppins', sans-serif;
  background: #fff;
  margin: 0;
  padding: 0;
}

.timeline-container {
  position: relative;
  max-width: 900px;
  margin: 100px auto;
  padding: 40px 20px;
}

.timeline-svg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.timeline-path {
  stroke: #e82064;
  stroke-width: 8;
  fill: none;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
  animation: drawPath 3s ease forwards;
}

@keyframes drawPath {
  to {
    stroke-dashoffset: 0;
  }
}

.timeline-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 100px;
  z-index: 1;
}

.timeline-step {
  width: 30%;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 4px 10px rgba(232, 32, 100, 0.15);
  text-align: center;
  position: relative;
}

.timeline-step .icon {
  font-size: 30px;
  color: #e82064;
  margin-bottom: 12px;
}

.timeline-step .title {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

.timeline-step .date {
  font-size: 0.85rem;
  color: #666;
  margin-bottom: 10px;
}

.timeline-step .text {
  font-size: 0.9rem;
  color: #333;
  line-height: 1.4;
}

.timeline-step::before {
  content: '';
  position: absolute;
  width: 16px;
  height: 16px;
  background: #e82064;
  border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.timeline-row:nth-child(odd) .timeline-step:nth-child(1)::before {
  right: -24px;
}
.timeline-row:nth-child(odd) .timeline-step:nth-child(3)::before {
  left: -24px;
}
.timeline-row:nth-child(even) .timeline-step:nth-child(1)::before {
  left: -24px;
}
.timeline-row:nth-child(even) .timeline-step:nth-child(3)::before {
  right: -24px;
}

@media (max-width: 768px) {
  .timeline-row {
    flex-direction: column;
    gap: 40px;
  }
  .timeline-step {
    width: 100%;
  }
  .timeline-step::before {
    left: 50% !important;
    right: auto !important;
    top: -30px;
    transform: translateX(-50%) !important;
  }
  .timeline-svg {
    display: none;
  }
}