a {
    color: unset;
    text-decoration: none;
}

@media (max-width: 768px) {
  .topic-card:first-child {
    margin-left: 0 !important;
  }
  
  
      .logomuz {
        max-width: 226px !important;
    }
  
  
}
 
 
 .logomuz {
     
     
     max-width: 360px;
     margin: -14px;
     
     
 }
 
 
 .footer-logo {
  display: block;
  max-height: 18px;
}



.footer {
  background: #f3f3f3;
  font-size: 14px;
  color: #6c7a87;
}

.footer .footer-title {
  font-weight: bold;
  text-transform: uppercase;
  color: #6c7a87;
  margin-bottom: 8px;
}

.footer p {
  margin-bottom: 4px;
  font-weight: normal;
  color: #6c7a87;
}

.footer a {
  color: #6c7a87;
  text-decoration: none;
}

.footer a:hover {
  color: #000;
  text-decoration: underline;
}

/* Sosyal medya ikonları */
.footer .social-icons a {
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50%;
  background: #e0e0e0;
  text-align: center;
  margin-right: 6px;
  color: #6c7a87;
  font-size: 14px;
  transition: all 0.3s ease;
}

.footer .social-icons a:hover {
  background: #6c7a87;
  color: #fff;
}
 
 .page-header {
    background: linear-gradient(90deg, #3c5a6e 0%, #84a3b9 100%);
    padding: 40px 0;
    padding-left: 25px;
}
.page-title {
  font-size: 28px;
  font-weight: 700;
}
.breadcrumb {
  background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: "›"; /* ok işareti */
  color: rgba(255,255,255,0.7);
}
.breadcrumb a {
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb a:hover {
  text-decoration: underline;
}
 
 
 .navbar .dropdown-menu {
  width: 1000px;
  left: 50% !important;
  transform: translateX(-50%);
  border-radius: 12px;
  padding: 25px 40px;
  margin-top: 23px; /* biraz alta alsın */
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  position: relative;
}

/* Üstte ok işareti */
.navbar .dropdown-menu::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  filter: drop-shadow(0 -1px 2px rgba(0,0,0,0.1));
}

.dropdown-menu .col-md-4 {
  padding: 0 25px;
  border-right: 1px solid #eee;
}
.dropdown-menu .col-md-4:last-child {
  border-right: none;
}

.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  font-size: 15px;
  padding: 8px 0;
  color: #2d2d2d;
      white-space: normal;
  transition: all 0.2s ease;
}
.dropdown-menu .dropdown-item i {
  font-size: 18px;
  margin-right: 10px;
  color: #6c7a87;
}
.dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #7e9eb5;
  transform: translateX(3px);
}

.mega-footer {
  margin-top: 20px;
  padding: 15px;
  background: #f9f9f9;
  border-radius: 8px;
  font-size: 14px;
  color: #666;
}

/* 📱 Mobil uyum */
@media (max-width: 991px) {
  .navbar .dropdown-menu {
    width: 100% !important;
    left: 0 !important;
    transform: none !important;
    margin-top: 10px;
    border-radius: 0;
  }
  .navbar .dropdown-menu::before {
    display: none; /* mobilde oku gizle */
  }
  .dropdown-menu .col-md-4 {
    border-right: none;
    padding: 0 15px;
  }
  .dropdown-menu .row {
    display: block;
  }
}
 
 
 
 
 .top-bar {
        background-color: #6c7a87;
        color: white;
        font-size: 14px;
        padding: 6px 0;
        text-align: center;
      }
      .navbar {
        border-bottom: 1px solid #eee;
      }
      .navbar-brand {
        font-size: 28px;
        font-weight: 500;
      }
      .navbar-brand span {
        font-size: 18px;
        vertical-align: super;
      }
      .nav-link {
        font-size: 15px;
        color: #333 !important;
        margin: 0 8px;
      }
      .icon-links i {
        font-size: 18px;
        margin-left: 18px;
        cursor: pointer;
      }
      
      
      
      
    .hero-section {
    position: relative;
    height: 560px; /* sabit yükseklik */
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
  }
  .hero-section video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }
  .hero-content {
    max-width: 900px;
    padding: 20px;
  }
  .hero-content h1 {
    font-size: 2.5rem;
    font-weight: 600;
  }
  .hero-content p {
    font-size: 1.05rem;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .hero-content .btn {
    padding: 10px 25px;
    font-size: 1rem;
    border-radius: 8px;
    margin: 0 5px;
  }   
  
  
  
   body, .custom-section {
    font-family: 'Inter', sans-serif;
  }

  h2 {
    font-size: 2.2rem;
    font-weight: 600;
    color: #1a1a1a;
  }

  .text-muted {
    font-size: 1rem;
    color: #666 !important;
  }

  /* Radio kutuları */
  .option-box {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 14px 16px;
    cursor: pointer;
    font-size: 0.95rem;
    font-weight: 500;
    background: #f9f9f9;
    transition: all 0.2s ease;
  }

  .option-box:hover {
    border-color: #333;
    background: #f1f1f1;
  }

  .option-box input {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #888;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
  }

  .option-box input:checked {
    border-color: #333;
    background-color: #333;
  }

  .option-box input:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 50%;
  }

  /* Buton */
  .custom-btn {
    background-color: #2c2c2c;
    color: #fff;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 1rem;
    transition: background 0.2s ease;
    border: none;
  }

  .custom-btn:hover {
    background-color: #000;
    color: #fff;
  }
  
  
  .card-heading {
    font-size: 18px;
    font-weight: 500;
    color: #3C3D42; /* görseldeki renk */
    margin-bottom: 6px;
  }

  .card-link {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
    text-decoration: none;
  }

  .card-link:hover {
    text-decoration: underline;
  }
  
  
  /* Tüm section fontu */
.mark-section {
  font-family: 'General Sans', sans-serif;
}

/* Section başlığı */
.mark-title {
  font-size: 2.4rem;
  font-weight: 500;
  color: #3C3D42;
  text-align: left;
}

/* Kart alanı */
.mark-card {
  text-align: left;
}

/* Kart başlığı */
.mark-heading {
  font-size: 18px;
  font-weight: 500;
  color: #3C3D42;
  margin-top: 15px;
  margin-bottom: 6px;
}

/* Link */
.mark-link {
  font-size: 15px;
  font-weight: 500;
  color: #1a1a1a;
  text-decoration: none;
}

.mark-link:hover {
  text-decoration: underline;
}











 .topics-section {
      background: #2e2f34;
      color: #fff;
      padding: 60px 0;
    }

   .topics-title {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.3;
    max-width: 1320px;
    margin: 0 auto 1.5rem auto;
   
    color: white;
}

    .topics-filters {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      max-width: 1320px;
      margin: 0 auto 2rem auto;
     
    }

    .filter-btn {
      background: #44454a;
      color: #fff;
      border: none;
      border-radius: 6px;
      padding: 8px 16px;
      font-size: 0.9rem;
      cursor: pointer;
    }

    .filter-btn.active {
      background: #fff;
      color: #000;
      font-weight: 600;
    }

    .topics-wrapper {
      position: relative;
      overflow: hidden; /* mouse scroll kapat */
    }

    .topics-slider {
      display: flex;
      gap: 24px;
      scroll-behavior: smooth;
      transition: transform 0.3s ease;
      padding-bottom: 20px;
      margin-left: 30px;
      
    }

    .topic-card {
      flex: 0 0 auto;
      width: 300px;
      background: #2e2f34;
      border-radius: 12px;
      
  
      
      
    }

    .topic-card img {
      width: 100%;
      border-radius: 12px;
      margin-bottom: 10px;
    }

    .topic-meta {
      font-size: 0.8rem;
      color: #aaa;
      display: flex;
      justify-content: space-between;
      margin-bottom: 6px;
    }

    .topic-heading {
      font-size: 1rem;
      font-weight: 500;
      margin: 0;
    }

   

    .topics-controls {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 20px;
      margin-top: 10px;
    }

    .control-btn {
      background: none;
      border: none;
      color: #bbb;
      font-size: 20px;
      cursor: pointer;
    }

    .control-btn:hover {
      color: #fff;
    }

    .page-indicator {
      color: #fff;
      font-size: 14px;
    }














.guest-section {
  background: #2e2f34;
  padding: 60px 0;
  color: #fff;
}

.guest-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 auto 2rem auto;
  max-width: 1320px;
  padding: 0 40px;
}

.guest-slider {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  padding: 0 40px 20px 40px;
}

.guest-slider::-webkit-scrollbar {
  display: none;
}

.guest-card {
  flex: 0 0 auto;
  width: 220px;
  text-align: center;
  scroll-snap-align: start;
}

.guest-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 10px;
}

.guest-card p {
  font-size: 1rem;
  font-weight: 500;
  margin: 0;
}






/* Genel Section */
.function-section {
  background-color: #f9f9f9;
  padding: 80px 0;
  font-family: 'Inter', sans-serif;
}

/* Başlık */
.function-title {
  font-size: clamp(2.2rem, 3vw + 1rem, 3.5rem);
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.function-subtitle {
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
  max-width: 520px;
}

.function-how {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* Steps */
.function-steps {
  margin-bottom: 40px;
}

.function-steps .step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
}

.function-steps .step-num {
  background: #f9c74f;
  color: #333;
  font-weight: 600;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  flex-shrink: 0;
}

.function-steps .step-text {
  font-size: 15px;
  color: #444;
}

/* Button */
.function-btn {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 500;
  border-radius: 6px;
}

/* Telefon Görseli */
.function-phone img {
  width: 32vw;            /* ekran genişliğiyle orantılı */
  min-width: 360px;       /* küçük ekranlarda daha küçük kalmasın */
  max-width: 520px;       /* çok büyük ekranlarda taşmasın */
  border-radius: 24px;
  box-shadow: 0 12px 35px rgba(0,0,0,0.15);
}

/* Responsive Düzen */
@media (max-width: 991px) {
  .function-phone img {
    width: 60vw;
    min-width: 260px;
  }
  .function-title {
    font-size: 2rem;
  }
}




      