/* === HERO SECTION === */
.hero-section {
  background: linear-gradient(120deg, #232946 0%, #6366F1 100%);
  color: #fff;
  padding: 80px 0;
}
.hero-section h1 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.hero-section p {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

/* === BUTTONS === */
.btn-custom-light {
  color: #fff;
  background: linear-gradient(90deg, #6366F1 0%, #10B981 100%);
  border: none;
  padding: 16px 44px;
  font-weight: 700;
  border-radius: 32px;
  font-size: 1.15rem;
  box-shadow: 0 2px 12px rgba(99, 102, 241, 0.12);
  transition: background 0.3s, color 0.3s, box-shadow 0.3s, transform 0.2s;
}
.btn-custom-light:hover {
  background: linear-gradient(90deg, #10B981 0%, #6366F1 100%);
  color: #fff;
  box-shadow: 0 6px 24px rgba(16, 185, 129, 0.18);
  transform: scale(1.06);
}
.btn-outline-light {
  color: #6366F1;
  background: transparent;
  border: 2px solid #6366F1;
  border-radius: 32px;
  font-weight: 700;
  transition: background 0.3s, color 0.3s, border 0.3s;
}
.btn-outline-light:hover {
  background: #6366F1;
  color: #fff;
  border-color: #10B981;
}

/* === ABOUT (WHY CHOOSE) === */
.why-choose {
  background: #f6f8fb;
  padding: 80px 0;
}
.why-choose h2, .why-choose .section-heading {
  font-size: 2.3rem;
  font-weight: 900;
  color: #6366F1;
  text-align: center;
  margin-bottom: 32px;
}
.why-choose p, .why-choose .lead {
  font-size: 1.18rem;
  color: #232946;
  font-weight: 500;
}
.why-choose .feature-card h4 {
  font-size: 1.18rem;
  color: #232946;
  font-weight: 700;
}
.why-choose .feature-card p {
  color: #6366F1;
  font-size: 1.05rem;
}

/* === SERVICES === */
.services-section {
  background: #fff;
  padding: 80px 20px;
  text-align: center;
}
.services-section h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
  color: #333;
}
.service-card {
  background: #f3f4fa;
  color: #232946;
  border-radius: 1.5rem;
  box-shadow: 0 4px 24px rgba(99, 102, 241, 0.08);
  border: none;
  transition: box-shadow 0.3s, transform 0.3s;
  max-width: 300px;
  flex: 1 1 300px;
}
.service-card:hover {
  transform: translateY(-4px) scale(1.02);
}
.service-card h3 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
  color: #6366F1;
}
.service-card p {
  color: #232946;
  font-size: 1rem;
}

/* === TESTIMONIALS === */
.testimonials-section {
  max-width: 900px;
  margin: 80px auto 120px;
  color: #444444;
  text-align: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.testimonials-section h2 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #4F46E5;
  margin-bottom: 36px;
}
.testimonials-scroll {
  overflow-x: hidden;
  position: relative;
}
.testimonials-track {
  display: flex;
  gap: 12px;
  animation: testimonial-marquee 24s linear infinite;
}
@keyframes testimonial-marquee {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
.testimonial-slide {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 4px 16px rgba(99, 102, 241, 0.15);
  padding: 24px 18px;
  min-width: 260px;
  max-width: 320px;
  text-align: center;
}
.testimonial-slide p {
  font-size: 1.05rem;
  font-style: italic;
  color: #232946;
  margin-bottom: 1.2rem;
}
.testimonial-slide .author {
  font-weight: 600;
  font-size: 0.95rem;
  color: #4F46E5;
}

/* === UTILITIES === */
.py-6 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}
.section-gap {
  height: 64px;
  width: 100%;
  display: block;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .service-card, .feature-card, .testimonial-slide {
    border-radius: 1rem;
    padding: 20px 8px;
  }
  .why-choose {
    padding: 48px 0;
  }
}
@media (max-width: 600px) {
  .hero-section {
    padding: 32px 0;
  }
  .service-card, .feature-card, .testimonial-slide {
    border-radius: 0.5rem;
    padding: 12px 4px;
  }
  .why-choose {
    padding: 24px 0;
  }
}
/* Hakkımızda Hero Bölümü */
/* Genel Ayar */
section {
  padding: 80px 20px;
}

h2.section-heading {
  font-size: 2.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  color: #232946;
}

/* === HAKKIMIZDA ÜST ALAN === */
.about-section {
  background: linear-gradient(145deg, #EEF2F7, #FFFFFF);
  color: #1f2937;
  padding: 100px 20px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.about-text {
  max-width: 600px;
}

.about-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3f3f46;
}

.about-text h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
}

.about-image img {
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.vision-mission-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 30px;
  flex-wrap: wrap; /* Mobilde alt alta düşmesi için */
}

.vision-box,
.mission-box {
  flex: 1 1 calc(50% - 15px); /* %50 eksi boşluk kadar */
  background: linear-gradient(135deg, #f3f4f6, #eef2ff);
  border-radius: 20px;
  padding: 40px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  min-height: 300px;
}

.vision-box:hover,
.mission-box:hover {
  transform: translateY(-6px);
}

.section-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #4f46e5;
  margin-bottom: 20px;
}

.vision-box p,
.mission-box p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #374151;
}

/* Mobil görünüm için */
@media (max-width: 768px) {
  .vision-box,
  .mission-box {
    flex: 1 1 100%;
  }
}


/* === Ekip Kartları === */
.team-section {
  background: #ffffff;
}

.team-card {
  border-radius: 20px;
  background: white;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.06);
  padding: 30px 20px;
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.team-card h5 {
  margin-top: 15px;
  font-weight: 600;
  color: #6366F1;
}

.team-card p {
  font-size: 0.95rem;
  color: #4B5563;
  line-height: 1.5;
}


/* === İLETİŞİM ÜST ALAN === */
.contact-section {
  background: linear-gradient(145deg, #EEF2F7, #FFFFFF);
  color: #1f2937;
  padding: 100px 20px;
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.contact-text {
  max-width: 600px;
}

.contact-text h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #3f3f46;
}

.contact-text h4 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #6b7280;
  margin-bottom: 20px;
}

.contact-text p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #4b5563;
}

.contact-image img {
  max-width: 500px;
  border-radius: 20px;
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

footer a:hover {
  color: #6366F1;
  text-decoration: underline;
}

       .navbar {
            background: #fff;
            box-shadow: 0 2px 16px rgba(99,102,241,0.07);
            border-bottom: 1.5px solid #e6eaf3;
        }
        .navbar .navbar-brand {
            color: #6366F1 !important;
            font-size: 1.5rem;
            letter-spacing: -1px;
        }
        .navbar .nav-link {
            color: #232946 !important;
            font-weight: 600;
            margin-left: 8px;
            margin-right: 8px;
            transition: color 0.2s;
        }
        .navbar .nav-link.active, .navbar .nav-link:hover {
            color: #10B981 !important;
        }
        