   /* Page Hero Section */
    .page-hero {
      background: linear-gradient(135deg, #2B0045 0%, #3D0060 100%);
      padding: 180px 0 100px;
      position: relative;
      overflow: hidden;
    }
    
    .page-hero::before {
      content: '';
      position: absolute;
      top: -50%;
      right: -20%;
      width: 600px;
      height: 600px;
      background: radial-gradient(circle, rgba(232, 0, 184, 0.15) 0%, transparent 70%);
      border-radius: 50%;
    }
    
    .page-hero-content {
      max-width: 1300px;
      margin: 0 auto;
      padding: 0 40px;
      text-align: center;
      position: relative;
      z-index: 1;
    }
    
    .page-hero-title {
      font-family: 'Outfit', sans-serif;
      font-size: 45px;
      font-weight: 900;
      line-height: 1.2;
      margin-bottom: 35px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }
    
    .page-hero-title .line-1 {
      color: #E800B8;
      display: block;
      margin-bottom: 10px;
    }
    
    .page-hero-title .line-2 {
      color: #FFFFFF;
      display: block;
    }
    
    .page-hero-subtitle {
      font-family: 'Outfit', sans-serif;
      font-size: 17px;
      font-weight: 400;
      color: rgba(255, 255, 255, 0.9);
      line-height: 1.7;
      max-width: 1100px;
      margin: 0 auto;
    }

    /* SON Ä°ÅžLERÄ°MÄ°Z - Bu sayfa iÃ§in Ã¶zel stiller */
    .events-section {
      background: #FFFFFF !important; /* Beyaz arka plan */
    }
    
    .event-card .event-number {
      color: #37005F !important; /* Mor numara rengi */
    }
    
    .event-card.card-purple, .event-card.card-white, .events-view-all{
      border-color:#37005F !important;
    }
    
    .events-view-all{
      border: 1px solid #37005F !important;
    }
    
    .event-title, .event-description, .event-date, .events-subtitle{
      color:#37005F;
    }
    
    /* Hover durumu iÃ§in stiller */
    .event-card:hover {
      background: #E800B8 !important;
      border-color: #E800B8 !important;
    }
    
    .event-card:hover .event-number {
      color: #FFFFFF !important;
    }
    
    .event-card:hover .event-title,
    .event-card:hover .event-description,
    .event-card:hover .event-date {
      color: #FFFFFF !important;
    }
    
    .event-card:hover .event-button {
      background: #FFFFFF !important;
      color: #E800B8 !important;
    }
    
    /* Responsive */
    @media (max-width: 1200px) {
      .page-hero-title {
        font-size: 48px;
      }
    }
    
    @media (max-width: 768px) {
      .page-hero {
        padding: 140px 0 60px;
      }
      
      .page-hero-content {
        padding: 0 20px;
      }
      
      .page-hero-title {
        font-size: 32px;
        line-height: 1.3;
      }
      
      .page-hero-subtitle {
        font-size: 15px;
        line-height: 1.6;
      }
    }
    
    @media (max-width: 480px) {
      .page-hero-title {
        font-size: 26px;
      }
      
      .page-hero-subtitle {
        font-size: 14px;
      }
    }
/* CTA Section - HEMEN TEKLÄ°F AL! */
.cta-section {
  padding: 60px 40px;
  margin: 0;
  position: relative;
  overflow: hidden;
}

.cta-container {
  background: linear-gradient(135deg, #3D0060 0%, #2B0045 100%);
  max-width: 1200px;
  margin: 0 auto;
  padding: 60px;
  position: relative;
  z-index: 1;
  border-radius: 20px;
}

.cta-content {
  text-align: left; /* SOLA HÄ°ZALANDI */
  max-width: 700px; /* Ä°Ã§erik geniÅŸliÄŸi sÄ±nÄ±rlandÄ± */
}

.cta-title {
  font-family: 'Outfit', sans-serif;
  font-size: 48px;
  font-weight: 900;
  color: #FFFFFF;
  margin-bottom: 20px;
  letter-spacing: 0.5px;
}

.cta-description {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin-bottom: 35px;
}

.cta-button {
  display: inline-block;
  background: #E800B8;
  color: #FFFFFF;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 14px 40px;
  border-radius: 50px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.cta-button:hover {
  background: #FFFFFF;
  color: #E800B8;
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.2);
}

/* Responsive */
@media (max-width: 768px) {
  .cta-section {
    padding: 40px 20px;
  }
  
  .cta-container {
    padding: 50px 30px;
    border-radius: 15px;
  }
  
  .cta-title {
    font-size: 32px;
  }
  
  .cta-description {
    font-size: 15px;
    margin-bottom: 30px;
  }
  
  .cta-description br {
    display: none;
  }
  
  .cta-button {
    font-size: 15px;
    padding: 12px 35px;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: 28px;
  }
  
  .cta-description {
    font-size: 14px;
  }
  
  .cta-container {
    padding: 40px 20px;
  }
}
/* Event Button - Border Fix */
.events-section .event-button {
  border: 1px solid #37005F !important;
  background: transparent !important;
  color: #37005F !important;
}

/* Hover durumunda border beyaz olsun */
.events-section .event-card:hover .event-button {
  background: #FFFFFF !important;
  color: #E800B8 !important;
  border-color: #FFFFFF !important;
}

/* ================================
   PARTNER LOGOS GRID SECTION
   ================================ */

.partners-section {
  background: #F5F5F5;
  padding: 80px 0;
}

.partners-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Partners Header */
.partners-header {
  text-align: center;
  margin-bottom: 50px;
}

.partners-title {
  font-family: 'Outfit', sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #FFFFFF;
  background: #E800B8;
  display: inline-block;
  padding: 10px 30px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 20px;
}

.partners-subtitle {
  font-family: 'Outfit', sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* Partners Logo Grid */
.partners-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

/* Partner Logo Card */
.partner-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 160px; /* Sabit yükseklik */
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid transparent;
}

.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(55, 0, 95, 0.12);
  border-color: #E800B8;
}

.partner-card img {
  width: 140px; /* Sabit genişlik */
  height: 80px; /* Sabit yükseklik */
  object-fit: contain; /* Oranı koruyarak sığdır */
  transition: transform 0.3s ease;
  filter: grayscale(0%);
}

.partner-card:hover img {
  transform: scale(1.1);
}

/* Grayscale efekti istersen - opsiyonel */
.partner-card.grayscale img {
  filter: grayscale(100%);
  opacity: 0.7;
}

.partner-card.grayscale:hover img {
  filter: grayscale(0%);
  opacity: 1;
}

/* Partners Responsive */
@media (max-width: 1200px) {
  .partners-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}

@media (max-width: 768px) {
  .partners-section {
    padding: 60px 0;
  }
  
  .partners-container {
    padding: 0 20px;
  }
  
  .partners-title {
    font-size: 32px;
    padding: 8px 24px;
  }
  
  .partners-subtitle {
    font-size: 15px;
  }
  
  .partners-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  
  .partner-card {
    padding: 20px;
    height: 120px; /* Mobilde sabit yükseklik */
    border-radius: 12px;
  }
  
  .partner-card img {
    width: 110px; /* Mobilde sabit genişlik */
    height: 60px; /* Mobilde sabit yükseklik */
  }
}

@media (max-width: 480px) {
  .partners-grid {
    gap: 12px;
  }
  
  .partner-card {
    padding: 15px;
    height: 100px; /* Küçük ekranlarda sabit yükseklik */
  }
  
  .partner-card img {
    width: 90px; /* Küçük ekranlarda sabit genişlik */
    height: 50px; /* Küçük ekranlarda sabit yükseklik */
  }
}

/* Testimonials Controls - Oklar Progress Barın Altında ve Ortalı */
.testimonials-controls {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  gap: 20px !important;
  margin-top: 40px !important;
}

.testimonials-progress {
  width: 100% !important;
  max-width: 600px !important;
  margin: 0 auto !important;
}

.testimonials-arrows {
  display: flex !important;
  gap: 15px !important;
  justify-content: center !important;
  align-items: center !important;
}

/* Responsive */
@media (max-width: 768px) {
  .testimonials-progress {
    max-width: 80% !important;
  }
  
  .testimonials-controls {
    gap: 15px !important;
    margin-top: 30px !important;
  }
}

