
body {
  margin: 0;
  font-family: INTER, sans-serif;
  background-color: #fcfafa;
   opacity: 0;
  transition: opacity 0.4s ease;
}




/* Mobilde bayrak düzeltmesi */
@media (max-width: 768px) {
 .navbar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1050;
  }

  
  /* Bayrak için container */
  .d-md-none.position-absolute {
    position: absolute !important;
    top: 60px !important; /* Navbar içinde kalacak şekilde */
    left: 15px !important;
  }
  
  /* Navbar yüksekliği artırılsın */
  .navbar .container-fluid {
    min-height: 100px;
    position: relative;
  }
}
/* Responsive */
@media (max-width: 768px) {
.navbar{
  position: fixed; /* BUNU EKLE */
}
  .navbar {
  background-color: #ffffff;
  min-height: 150px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08); /* Altına yumuşak gölge */
  position: relative;
  z-index: 1000;
   min-height: auto !important;
}

/* Alternatif olarak daha belirgin gölge isterseniz: */
.navbar {
  background-color: #ffffff;
  min-height: 150px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05); /* İnce alt çizgi de eklenebilir */
  position: relative;
  z-index: 1000;
  
}

  .navbar-brand {
    margin-left: 0 !important;
    font-size: 25px !important;
  }

  .mobile-nav {
    list-style: none;
    padding: 0;
    margin-top: 40px;
  }

  .mobile-nav a {
    display: block;
    padding: 14px 0;
    font-size: 20px;
    color: #444;
    text-decoration: none;
    border-bottom: 1px solid #eee;
  }

  .mobile-nav a:hover {
    color: #ff0008;
  }

  .mobile-social {
    position: absolute;
    bottom: 30px;
    left: 30px;
  }

  .mobile-social a {
    margin-right: 15px;
    font-size: 20px;
    color: #000;
  }
}


    @media (min-width: 768px) {
      .navbar {
        padding-bottom: initial;
      }
    }

    .social-icons a {
      margin-left: 10px;
      color: #333;
      font-size: 1.2rem;
    }

    .mobile-nav {
      list-style: none;
      padding: 0;
    }

    .mobile-nav li {
      margin: 15px 0;
    }

    .mobile-nav a {
      text-decoration: none;
      color: #333;
      font-size: 1rem;
    }

    .mobile-social {
      margin-top: 30px;
    }

    .mobile-social a {
      margin-right: 15px;
      color: #333;
      font-size: 1.5rem;
    }
/* md ve üstü */
@media (min-width: 768px) {
  #mobileMenu {
    display: none !important;
  }
}

/* =========================
 dropdown
   ========================= */
/* Dropdown ana yapı */
.custom-dropdown {
  position: relative;
}

/* Menü kapalı hali */
.dropdown-menu-custom {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffffff;
  list-style: none;
  padding: 8px 0;
  margin: 0;
  min-width: 220px;
  border-radius: 8px;

  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition: all 0.4s ease;
  z-index: 999;
}

/* Açık hali */
.custom-dropdown.open .dropdown-menu-custom {
  max-height: 500px;
  opacity: 1;
}

/* Menü item */
.dropdown-menu-custom li a {
  display: block;
  padding: 10px 15px;
  color: black;
  text-decoration: none;
  text-align: center;
}

/* Hover */
.dropdown-menu-custom li a:hover {
  background: rgba(255,255,255,0.2);
  color: black;
}

/* ok animasyonu */
.dropdown-toggle-custom i {
  transition: 0.3s;
}

.custom-dropdown.open .dropdown-toggle-custom i {
  transform: rotate(180deg);
}

/* =========================
    Mobil dropdown
   ========================= */

/* Mobil dropdown kapalı */
.mobile-dropdown-menu {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.4s ease;
  padding-left: 10px;
}

/* Açık hali */
.mobile-dropdown.open .mobile-dropdown-menu {
  max-height: 500px;
  opacity: 1;
}

/* Toggle görünüm */
.mobile-dropdown-toggle {
  cursor: pointer;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* ok animasyonu */
.mobile-dropdown-toggle i {
  transition: 0.3s;
}

.mobile-dropdown.open .mobile-dropdown-toggle i {
  transform: rotate(180deg);
}

/* link stil */
.mobile-dropdown-menu li a {
  display: block;
  padding: 8px 10px;
  text-decoration: none;
  color: black;
}
/* =========================
   SOSYAL MEDYA İKON DÜZELTMELERİ
   ========================= */

/* Desktop ikon rengi */
.social-icons a {
  color: #000 !important;
  font-size: 23px;
  text-decoration: none;
}

.social-icons a:hover {
  color: #ff0008 !important;
}

/* Mobil ikonlar */
.mobile-social a {
  color: #000 !important;
  font-size: 30px !important;
  text-decoration: none;
  
}

.mobile-social a:hover {
  color: #ff0008 !important;
}

/* Bootstrap link mavisini tamamen ez */
.navbar a,
.offcanvas a {
  color: inherit;
}
/* Sosyal ikonlar arası boşluk */

/* Desktop */
.social-icons a {
  margin-left: 14px;
}

/* Mobil */
.mobile-social a {
  margin-right: 16px;
}

/* Desktop Menü - Daha Dengeli Yerleşim */
@media (min-width: 768px) {
  .navbar-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 50px;
  }
  
  .navbar-brand {
    flex: 0 0 auto; /* Logo sabit genişlikte */
  }
  
  .navbar-collapse {
    display: flex !important;
    flex: 1; /* Orta kısım esnek */
    justify-content: center !important;
    padding: 0 60px; /* Sağ ve soldan boşluk */
  }
  
  .navbar-nav {
    margin: 0;
    padding: 0;
    gap: 5px; /* Linkler arası boşluk */
  }
  
  .navbar-nav .nav-link {
    margin-right: 0; /* Eski margin'i kaldır */
    
  }
  
  /* Sosyal ikonları sağa - ama yapışmadan */
  .social-icons {
    flex: 0 0 auto;
    display: flex;
    gap: 18px; /* İkonlar arası boşluk */
    padding-right: 30px; /* Sağdan boşluk */
  }
  
  .social-icons a {
    color: #000 !important;
    font-size: 23px;
    text-decoration: none;
    margin-left: 0; /* Eski margin'i kaldır */
  }
  
  .social-icons a:hover {
    color: #ff0008 !important;
  }
}

.navbar {
  background-color: #ffffff;
  min-height: 150px; /* height yerine min-height */
}

.navbar-nav {
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-container {
  width: 100%;
  background-color: white;
  padding: 0 50px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.navbar-brand {
  font-family: 'INTER';
  font-weight: 700;
  color: #854a4a !important;
  font-size: 2rem !important;
  margin-left: 50px !important;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 768px) {
  .navbar-brand {
    margin-left: 0 !important;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 0.5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}
.navbar-toggler {
  margin-left: 20px;
}

.navbar-nav .nav-link {
  color: black;
  font-weight: 500;
  font-size: 20px;      /* küçülttük */
  margin-right: 15px;   /* daralttık */
  transition: color 0.3s;
  padding: 8px 0;
  letter-spacing: 0.3px;
  white-space: nowrap;  /* ← bu satırı ekle, kelimeler bölünmez */
}

.navbar-nav .nav-link:hover {
  color: #ff0008;
}

/* Dil Değiştirici Stilleri */
.lang-switcher {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 20px;
  padding: 6px 12px;
  border-radius: 6px;
  background-color: #f5f5f5;
}

.lang-btn {
  background: none;
  border: none;
  color: #666;
  font-weight: 600;
  font-size: 14px;
  padding: 4px 8px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 4px;
}

.lang-btn:hover {
  color: #585858;
}

.lang-btn.active {
  color: #fff;
  background-color: #464545;
}

.lang-divider {
  color: #ccc;
  font-weight: 300;
}

/* Mobil Dil Değiştirici */
.mobile-lang-switcher {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

/* Carousel */
/* Carousel genel boyut */
.carousel-item img {
    width: 100%;
    height: 600px;      /* masaüstü için yükseklik */
    object-fit: cover;  /* resmi orantılı büyütüp kırpar */
}

/* Mobil uyum */
@media (max-width: 768px) {
    .carousel-item img {
        height: 250px;  /* mobil için yükseklik */
    }
}

/* Kontrol butonları */
.carousel-control-prev,
.carousel-control-next {
    width: auto;
    padding: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    cursor: pointer;
}
.carousel-control-prev {
    left: 25px;
}
.carousel-control-next {
    right: 25px;
}


/* Default Div / Sayfa Başlığı */
.default-div {
  background-color: #636363;
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  margin-top: 150px;
}

.default-div h1 {
  font-size: 45px;
  font-weight: 700;
  margin: 0;
  color: #333;
  margin-left: 400px;
}

.breadcrumb {
  display: flex;
  gap: 10px;
  margin-top: 10px;
  font-size: 15px;
  margin-left: 400px;
}

.breadcrumb a {
  color: #F8FBF8;
  text-decoration: none;
}

.breadcrumb a:hover {
  color: #0C0908;
}

.breadcrumb span {
  color: #F8FBF8;
}
.default-div h1{
  color: #F8FBF8;
}

.breadcrumb .current {
  font-weight: bold;
}

/* Responsive */
@media (max-width: 768px) {
  .navbar {
    min-height: auto !important;
  }

  .navbar-brand {
    margin-left: 0 !important;
    font-size: 27px !important;
  }

  .navbar-nav {
    text-align: left;
    margin-left: 0 !important;
    padding-left: 0 !important;
    background-color: white;
    padding: 35px 0;
  }

  .navbar-nav .nav-link {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    width: 100%;
    padding: 12px 20px;
    font-size: 15px;
    border-bottom: 1px solid #f0f0f0;
    font-weight: 400;
  }


  .navbar-nav .nav-link:last-child {
    border-bottom: none;
  }

  .navbar-nav .nav-link:hover {
    background-color: #f8f8f8;
  }

  .default-div {
    width: 100%;
    padding: 20px 10px !important;
    text-align: left !important;
    margin: 0 !important;
    height: 200px;
    margin-top: 80px !important;
  }

  .default-div h1 {
    text-align: left !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
    font-size: 30px;
    margin-top: 0;
  }

  .breadcrumb {
    justify-content: flex-start !important;
    text-align: left !important;
    padding-left: 0 !important;
    margin-left: 0 !important;
    font-size: 18px;
  }
}

/* Sadece md (768px) ve üstü ekranlarda çalışır */
@media (min-width: 768px) {
  #navbarCollapse {
    justify-content: flex-end;
  }
}



/* Danışmanlık Bölümü */
/* Danışmanlık Bölümü */
.danismanlik-section {
  background-color: #FDFCFA;
  padding: 80px 0;
}

.danismanlik-section .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  color: #0D0E0E;
  margin-bottom: 60px;
  font-weight: 1000;
}

/* Danışmanlık Kartları */
.danismanlik-card {
  border: 1px solid #e0d5cc;
  border-radius: 8px;
  background-color: #FDFCFA;
  transition: all 0.3s ease;
  height: 100%;
}

.danismanlik-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background-color: #0a0e27; /* Siyah arkaplan */
  border-color: #0a0e27;
}

.danismanlik-card .card-body {
  text-align: center;
  padding: 3rem;
  transition: all 0.3s ease;
}

/* İkon Alanı */
.danismanlik-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px;
  background-color: #7E191B;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.danismanlik-card:hover .danismanlik-icon {
  background-color: #ffffff;
}

.danismanlik-icon svg {
  width: 40px;
  height: 40px;
  stroke: #F8FBF8;
  stroke-width: 1.5;
  fill: none;
  transition: stroke 0.3s ease;
}

.danismanlik-card:hover .danismanlik-icon svg {
  stroke: #7E191B;
}

/* Kart Başlığı */
.danismanlik-card .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #2c3e50;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.danismanlik-card:hover .card-title {
  color: #ffffff; /* Beyaz yazı */
}

/* Kart Açıklaması */
.danismanlik-card .card-text {
  color: #0D0E0E;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  transition: color 0.3s ease;
}

.danismanlik-card:hover .card-text {
  color: rgba(255, 255, 255, 0.85); /* Açık beyaz yazı */
}

/* Responsive Tasarım */
@media (max-width: 768px) {
  .danismanlik-section {
    padding: 50px 0;
  }

  .danismanlik-section .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .danismanlik-card .card-body {
    padding: 2rem;
  }

  .danismanlik-card .card-title {
    font-size: 20px;
  }

  .danismanlik-card .card-text {
    font-size: 14px;
  }
}

@media (max-width: 576px) {
  .danismanlik-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .danismanlik-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
  }

  .danismanlik-icon svg {
    width: 30px;
    height: 30px;
  }
}

/* İletişim CTA Bölümü */
.iletisim-cta-section {
  background-color: #FDFCFA;
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.iletisim-cta-section::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.1) 0%, transparent 50%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0.5;
  pointer-events: none; /* ÖNEMLİ: Bu satırı ekledim */
  z-index: 1;
}

.iletisim-cta-section .container {
  position: relative;
  z-index: 2; /* ÖNEMLİ: Container'ı öne çıkardım */
}

.cta-title {
  font-family: 'Playfair Display', serif;
  font-size: 42px;
  color: #BA1607;
  font-weight: 600;
  line-height: 1.4;
  margin: 0;
}

/* İletişim Butonu */
.btn-iletisim {
  display: inline-block;
  background-color: #BA1607;
  color: #ffffff;
  padding: 16px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(226, 122, 95, 0.3);
  cursor: pointer; /* ÖNEMLİ: Cursor'u ekledim */
  position: relative;
  z-index: 3; /* ÖNEMLİ: Butonu en öne çıkardım */
}

.btn-iletisim:hover {
  background-color: #BA1607;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(226, 122, 95, 0.4);
}

/* Responsive Tasarım */
@media (max-width: 991px) {
  .iletisim-cta-section {
    padding: 60px 0;
  }

  .cta-title {
    font-size: 32px;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .iletisim-cta-section {
    padding: 50px 0;
  }

  .cta-title {
    font-size: 28px;
  }

  .btn-iletisim {
    padding: 14px 35px;
    font-size: 15px;
  }
}

@media (max-width: 576px) {
  .cta-title {
    font-size: 24px;
  }

  .btn-iletisim {
    width: 100%;
    text-align: center;
  }
}



/* Videolar Bölümü */
.videolar-section {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.videolar-section .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 60px;
  font-weight: 700;
}

/* Video Kartları */
.video-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.video-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

/* Video Wrapper - 16:9 Aspect Ratio */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive Tasarım */
@media (max-width: 991px) {
  .videolar-section {
    padding: 60px 0;
  }

  .videolar-section .section-title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .videolar-section {
    padding: 50px 0;
  }

  .videolar-section .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .videolar-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}



/* Footer Bölümü */
/* Footer Section */
.footer-section {
  background-color: #0f0f0f;
  color: #ffffff;
  padding: 60px 0 30px;
  position: relative;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 50px;
  margin-bottom: 40px;
}

.footer-column {
  display: flex;
  flex-direction: column;
}

/* Logo ve Açıklama */
.footer-logo {
  font-family: 'INTER';
  font-size: 22px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}

.footer-description {
  color: #ff0008;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 15px;
}

.footer-text {
  color: #b3b3b3;
  font-size: 14px;
  line-height: 1.6;
}

/* Başlıklar */
.footer-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.footer-title::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 40px;
  height: 2px;
  background-color: #ff0008;
}

/* Footer Linkler */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 12px;
}

.footer-links a {
  color: #b3b3b3;
  text-decoration: none;
  font-size: 15px;
  transition: color 0.3s ease, padding-left 0.3s ease;
  display: inline-block;
}

.footer-links a:hover {
  color: #ff0008;
  padding-left: 5px;
}

/* İletişim Bilgileri */
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 25px 0;
}

.footer-contact li {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  color: #b3b3b3;
  font-size: 14px;
}

.footer-contact i {
  color: #ff0008;
  margin-right: 12px;
  font-size: 16px;
  width: 20px;
}

.footer-contact a {
  color: #b3b3b3;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-contact a:hover {
  color: #ffffff;
}

/* Sosyal Medya */
.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #2a2a2a;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background-color: #ff0008;
  transform: translateY(-3px);
}

/* Footer Bottom */
.footer-bottom {
  border-top: 1px solid #333;
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}

.copyright {
  color: #808080;
  font-size: 14px;
  margin: 0;
}

.designer {
  color: #808080;
  font-size: 14px;
  margin: 0;
}

.designer a {
  color: #ff0008;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.designer a:hover {
  color: #ffffff;
}

/* Back to Top Button */
.back-to-top-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

#back-to-top {
  width: 50px;
  height: 50px;
  background-color: #ff0008;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  box-shadow: 0 4px 12px rgba(255, 0, 8, 0.3);
  transition: all 0.3s ease;
  /* Bu satırları kaldır veya değiştir: */
  opacity: 1;  /* 0 yerine 1 */
  visibility: visible;  /* hidden yerine visible */
}

#back-to-top.show {
  opacity: 1;
  visibility: visible;
}

#back-to-top:hover {
  background-color: #0C0908;
  transform: translateY(-5px);
  box-shadow: 0 6px 16px rgba(255, 0, 8, 0.4);
}

/* Responsive */
@media (max-width: 768px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    text-align: center;
  }

  .back-to-top-wrapper {
    bottom: 20px;
    right: 20px;
  }

  #back-to-top {
    width: 45px;
    height: 45px;
  }
}

/* Back to Top Button */
.back-to-top-wrapper {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 999;
}

#back-to-top {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  border: 2px solid #ddd;
  border-radius: 50%;
  font-size: 28px; /* Ok işareti için font boyutu */
  background-color: white;
  color: black;
  transition: 0.3s;
  font-weight: bold;
}

#back-to-top:hover {
  background-color: black;
  color: white;
}





/* Hakkımda İçerik Bölümü */
/* Hakkımda İçerik Bölümü Genel Alanı */
.hakkimda-content-section {
  background-color: #faf8f6;
  padding: 80px 0;
}

/* Profil Resim Alanı */
.hakkimda-image {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}

.hakkimda-image img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.hakkimda-image:hover img {
  transform: scale(1.02);
}

/* Metin Blokları Konteyneri */
.hakkimda-text {
  padding: 0 30px;
}

/* Üst Logo ve Başlık Alanı */
.hakkimda-title {
  margin-bottom: 20px;
}

/* Ünvan ve Uzmanlık Alanları (Küçük Yazılar Büyütüldü) */
.hakkimda-sub-role {
  font-size: 20px !important;
  color: #4a5568 !important;
}

.hakkimda-specialty {
  font-size: 17px !important;
  color: #718096 !important;
  line-height: 1.5;
}

/* Biyografi, Kurum, Eğitim, Kurs ve Listelerin Yazı Boyutları Tek Tip Yapıldı (17px) */
.hakkimda-bio p, 
.list-item-wrapper li, 
.list-item-wrapper span,
.experience-wrapper p, 
.membership-list li, 
.membership-list span,
.courses-wrapper li {
  font-size: 17px !important;
  line-height: 1.8;
  color: #4a5568 !important;
}

/* Tezler ve Fakülte Alt Bilgileri Gibi Ezilen Alanlar */
.thesis-text, .department-text {
  font-size: 16px !important;
  color: #718096 !important;
}

/* Eğitim, İş Deneyimi gibi Bölüm Ana Başlıkları */
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: 22px !important;
  color: #1a1a1a;
  font-weight: 700;
  letter-spacing: 0.5px;
}

/* Kurum Adları (Hacettepe Üniversitesi, IPSA vb.) */
.company-title {
  font-size: 18px !important;
  color: #1a1a1a;
  margin-top: 25px;
}

/* Ders Program Başlıkları (Lisans / Yüksek Lisans) */
.program-title {
  font-size: 17px !important;
  color: #2d3748;
}

/* Responsive Tasarım - Mobil Cihazlarda Yazıların Küçülmesi Engellendi */
@media (max-width: 991px) {
  .hakkimda-content-section {
    padding: 60px 0;
  }

  .hakkimda-text {
    padding: 0 15px;
    text-align: left; /* Mobil entegrasyonda listenin okunabilirliği için sola yaslandı */
  }

  .hakkimda-image {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .hakkimda-content-section {
    padding: 40px 0;
  }
}






/*burası yazısıs*/

/* Yazılarım Bölümü */
.yazilarim-section {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.yazilarim-section .section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 60px;
  font-weight: 700;
}

/* Yazı Kartları */
.yazi-card {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}

.yazi-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.15);
}

.yazi-link {
  text-decoration: none;
  color: inherit;
  display: block;
  height: 100%;
}

/* Yazı Resmi */
.yazi-image {
  position: relative;
  overflow: hidden;
  height: 280px;
  background-color: #f0f0f0;
}

.yazi-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.yazi-card:hover .yazi-image img {
  transform: scale(1.05);
}

/* Yazı İçeriği */
.yazi-content {
  padding: 25px;
}

.yazi-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.yazi-card:hover .yazi-title {
  color: #e27a5f;
}

.yazi-excerpt {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.yazi-cta {
  color: #e27a5f;
  font-size: 14px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  transition: all 0.3s ease;
}

.yazi-card:hover .yazi-cta {
  color: #d16a4f;
  transform: translateX(5px);
}
.yazi-baslik {
  font-size: 0.95rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.4;
  margin-bottom: 10px;
}
/* Responsive Tasarım */
@media (max-width: 991px) {
  .yazilarim-section {
    padding: 60px 0;
  }

  .yazilarim-section .section-title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .yazi-image {
    height: 250px;
  }
}

@media (max-width: 768px) {
  .yazilarim-section {
    padding: 50px 0;
  }

  .yazilarim-section .section-title {
    font-size: 36px;
    margin-bottom: 40px;
  }

  .yazi-title {
    font-size: 20px;
  }

  .yazi-image {
    height: 220px;
  }

  .yazi-content {
    padding: 20px;
  }
}

@media (max-width: 576px) {
  .yazilarim-section .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .yazi-title {
    font-size: 18px;
  }

  .yazi-excerpt {
    font-size: 14px;
  }

  .yazi-image {
    height: 200px;
  }
}

/*haberler için*/
.haber-card {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  background: #fff;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.haber-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.13);
}

.haber-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.haber-image img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

.video-wrapper video {
  display: block;
}

.haber-content {
  padding: 14px 16px 18px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.haber-tip {
  font-size: 0.75rem;
  font-weight: 600;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.haber-baslik {
  font-size: 0.92rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.45;
  margin: 0;
}

.see-all-link {
  font-size: 1rem;
  color: #666 !important; 
  font-weight: 700;           /* Daha kalın yazı tipi */
  text-decoration: underline; /* Altı çizgili */
  text-underline-offset: 4px; /* Çizgi ile yazı arası boşluk */
  transition: all 0.2s ease;
}

.see-all-link:hover {
  color: #8c6d43 !important; 
  text-decoration: underline; /* Üzerine gelince de altı çizgili kalsın */
  text-underline-offset: 4px;
}

/*BLOG İÇİN*/ 
/* Blog Bölümü - Genel */
.blog-section {
  background-color: #FFFFFF;
  padding: 80px 0;
}

.blog-detail-section {
  background-color: #faf8f6;
  padding: 80px 0;
}

.section-title {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  color: #1a1a1a;
  margin-bottom: 60px;
  font-weight: 700;
}

/* Blog Liste Öğeleri */
.blog-list {
  margin-bottom: 40px;
}

.blog-post-item {
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.blog-post-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.blog-post-link {
  text-decoration: none;
  color: inherit;
  display: block;
  padding: 25px;
}

/* Blog Post Resmi */
.blog-post-image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 250px;
}

.blog-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-post-item:hover .blog-post-image img {
  transform: scale(1.05);
}

/* Tarih Badge */
.blog-post-date {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: #BA1607;
  color: #ffffff;
  padding: 12px 15px;
  border-radius: 8px;
  text-align: center;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(226, 122, 95, 0.3);
}

.blog-post-date .day {
  display: block;
  font-size: 24px;
  line-height: 1;
}

.blog-post-date .month {
  display: block;
  font-size: 12px;
  margin-top: 4px;
}

.blog-post-date .year {
  display: block;
  font-size: 11px;
  margin-top: 2px;
  opacity: 0.9;
}

/* Blog Post İçerik */
.blog-post-content {
  padding: 10px 0 10px 20px;
}

.blog-post-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
  transition: color 0.3s ease;
}

.blog-post-item:hover .blog-post-title {
  color: #BA1607;
}

.blog-post-excerpt {
  color: #6b7280;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-read-more {
  color: #BA1607;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.blog-post-item:hover .blog-read-more {
  color: #BA1607;
  transform: translateX(5px);
  display: inline-block;
}

/* Pagination */
.blog-pagination {
  margin-top: 40px;
}

.pagination .page-link {
  color: #1a1a1a;
  border: 1px solid #e0d5cc;
  padding: 10px 18px;
  margin: 0 5px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.pagination .page-link:hover {
  background-color: #BA1607;
  color: #ffffff;
  border-color: #BA1607;
}

.pagination .page-item.active .page-link {
  background-color: #BA1607;
  border-color: #BA1607;
  color: #ffffff;
}

/* Sidebar */
.blog-sidebar {
  position: sticky;
  top: 100px;
}

.sidebar-widget {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.widget-title {
  font-family: 'Playfair Display', serif;
  font-size: 24px;
  color: #1a1a1a;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid #f5f0eb;
}

/* Kategori Listesi */
.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.category-list li {
  margin-bottom: 12px;
}

.category-list li a {
  color: #6b7280;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s ease;
  display: inline-block;
}

.category-list li a:hover {
  color: #e27a5f;
  transform: translateX(5px);
}

/* Recent Posts */
.recent-post-item {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f0eb;
}

.recent-post-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.recent-post-link {
  text-decoration: none;
  color: inherit;
  display: flex;
  gap: 15px;
  transition: all 0.3s ease;
}

.recent-post-link:hover {
  transform: translateX(5px);
}

.recent-post-image {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  overflow: hidden;
}

.recent-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-content h4 {
  font-size: 15px;
  color: #1a1a1a;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 1.4;
}

.recent-post-date {
  font-size: 13px;
  color: #6b7280;
}

/* Blog Detay Sayfası */
.blog-detail-article {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.blog-detail-title {
  font-family: 'Playfair Display', serif;
  font-size: 40px;
  color: #1a1a1a;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.blog-detail-meta {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5f0eb;
}

.blog-meta-date,
.blog-meta-category {
  color: #6b7280;
  font-size: 14px;
  margin-right: 20px;
}

.blog-detail-image {
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.blog-detail-image img {
  width: 100%;
  height: auto;
}

.blog-detail-content {
  color: #4a5568;
  font-size: 16px;
  line-height: 1.8;
}

.blog-detail-content p {
  margin-bottom: 20px;
}

.blog-detail-back {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #f5f0eb;
}

.btn-back {
  display: inline-block;
  padding: 12px 30px;
  background-color: #BA1607;
  color: #ffffff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-back:hover {
  background-color: #BA1607;
  color: #ffffff;
  transform: translateX(-5px);
}

/* Responsive */
@media (max-width: 991px) {
  .blog-section,
  .blog-detail-section {
    padding: 60px 0;
  }

  .section-title {
    font-size: 40px;
    margin-bottom: 50px;
  }

  .blog-post-content {
    padding: 20px 0 0 0;
    margin-top: 20px;
  }

  .blog-sidebar {
    position: static;
    margin-top: 40px;
  }

  .blog-detail-title {
    font-size: 32px;
  }
}

@media (max-width: 768px) {
  .section-title {
    font-size: 36px;
  }

  .blog-post-title {
    font-size: 20px;
  }

  .blog-post-image {
    height: 200px;
  }

  .blog-detail-article {
    padding: 25px;
  }

  .blog-detail-title {
    font-size: 28px;
  }
}

@media (max-width: 576px) {
  .section-title {
    font-size: 28px;
    margin-bottom: 30px;
  }

  .blog-post-link {
    padding: 20px;
  }

  .sidebar-widget {
    padding: 20px;
  }
}









/* Hero Section */
.hero-section {
  background: linear-gradient(135deg, #f5f5f5 0%, #e8e8e8 100%);
  padding: 180px 50px 80px;
  min-height: 100vh;
}

.hero-content {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.hero-text {
  padding-right: 40px;
}

.hero-title {
  display: flex;
  align-items: center; /* Resim ve yazıyı dikeyde ortalar */
  gap: 15px;           /* Resim ile yazı arasındaki boşluk */
  
  font-family: 'INTER', sans-serif;
  font-style: italic;  
  font-size: 32px;     
  font-weight: 700;
  color: #0C0908;
  line-height: 1.2;
  margin-top: 40px;
  margin-bottom: 20px;
}

/* Logonun boyutunu buradan yönetebilirsin */
.hero-title img {
  height: 80px;        /* Burayı 40px'den 80px'e çıkardım, kafana göre büyütebilirsin */
  width: auto;         /* Oran bozulmasın diye otomatik */
  object-fit: contain;
}

.hero-subtitle {
  font-size: 23px;
  
  color: #0C0908;
  margin-bottom: 30px;
}

.hero-description {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 40px;
}

.hero-buttons {
  display: flex;
  gap: 20px;
}

.hero-btn {
  padding: 15px 35px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn-primary {
  background-color: transparent;
  color: #0C0908;
  border: 2px solid #0C0908;
}

.btn-primary:hover {
  background-color: #0C0908;
  color: white;
}

.btn-secondary {
  background-color: #0C0908;
  color: white;
  border: 2px solid #0C0908;
}

.btn-secondary:hover {
  background-color: #ff0008;
  border-color: #ff0008;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 0, 8, 0.3);
}

.hero-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-image img {
  max-width: 100%;
  height: auto;
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

/* Responsive - Tablet ve Mobil */
@media (max-width: 992px) {
  .hero-section {
    padding: 130px 30px 60px;
  }

  .hero-content {
    gap: 60px;
  }

  .hero-title {
    font-size: 50px;
  }

  .hero-subtitle {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .hero-section {
    padding: 100px 20px 60px;
    min-height: auto;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .hero-text {
    padding-right: 0;
    text-align: center;
  }

  .hero-title {
    font-size: 40px;
  }

  .hero-subtitle {
    font-size: 22px;
  }

  .hero-description {
    font-size: 15px;
  }

  .hero-buttons {
    flex-direction: column;
    align-items: center;
  }

  .hero-btn {
    width: 100%;
    max-width: 300px;
    text-align: center;
  }
}


/* Page Transition Screen */
/* Page Transition Screen */
.page-transition {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.8s ease, visibility 0.8s ease; /* Yumuşak geçiş burası */
}

/* Sayfa hazır olduğunda eklenecek class */
.page-transition.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.transition-content {
  text-align: center;
  /* Hafif yukarıdan aşağı süzülme efekti */
  animation: fadeInUpContent 1.2s ease-out forwards;
}

.transition-content p {
  font-size: 40px; /* 50 biraz kaba kaçabilir, 40 daha zarif */
  font-family: 'Georgia', serif; /* Italic için güzel bir font */
  font-style: italic;
  color: #333;
  margin: 0;
}

.transition-line {
  width: 0;
  height: 1px; /* Daha ince çizgi daha moderndir */
  background: linear-gradient(90deg, transparent, #a0616a, transparent);
  margin: 20px auto 0;
  animation: expandLine 1.5s ease forwards;
  animation-delay: 0.3s;
}

/* Yeni Yumuşak Animasyonlar */
@keyframes fadeInUpContent {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes expandLine {
  0% { width: 0; opacity: 0; }
  100% { width: 300px; opacity: 1; }
}

/* Mobil */
@media (max-width: 768px) {
  .transition-content p { font-size: 28px; }
  @keyframes expandLine { 100% { width: 200px; } }
}


/* GENEL KONTEYNER */
.projects {
  padding: 60px 20px;
  background: #f7f7f7;
}

.project-card {
  background: #fff;
  border-radius: 24px;
  padding: 40px;
  max-width: 1000px;
  margin: 0 auto 40px auto;
  box-shadow: 0 15px 50px rgba(0,0,0,0.05);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* ÜST BAŞLIK ALANI */
.project-header h2 {
  color: #c0392b;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.project-header h3 {
  font-size: 32px;
  color: #1a1a1a;
  margin: 0 0 15px 0;
  font-weight: 800;
}

.project-header p {
  color: #666;
  font-size: 17px;
  line-height: 1.6;
  max-width: 750px;
}

/* ETİKETLER */
.project-tags {
  margin: 25px 0;
}

.project-tags span {
  display: inline-block;
  background: #f0f0f0;
  color: #444;
  padding: 8px 16px;
  border-radius: 50px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 600;
}

/* İÇERİK BÖLÜMLERİ (SABİT VE ŞIK) */
.info-section {
  padding: 25px 0;
  border-top: 1px solid #eee;
}

.section-title {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
}

.info-section p, 
.info-section li {
  color: #555;
  font-size: 16px;
  line-height: 1.7;
}

.info-section ul {
  padding-left: 20px;
  margin-top: 10px;
}

.info-section ul li {
  margin-bottom: 8px;
}

/* NE SUNUYORUM - ÖNE ÇIKAN KUTU */
.highlight-box {
  background: #636363;
  color: #ffffff;
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  box-shadow: 0 10px 30px rgba(192, 57, 43, 0.2);
}

.highlight-box .section-title {
  color: #ffffff;
}

.highlight-box ul {
  list-style: none;
  padding-left: 0;
}

.highlight-box ul li {
  color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding-left: 25px;
  font-weight: 500;
}

.highlight-box ul li::before {
  content: "✓";
  position: absolute;
  left: 0;
  font-weight: bold;
}

/* MOBİL UYUMLULUK */
@media (max-width: 768px) {
  .project-card {
    padding: 25px;
  }
  .project-header h3 {
    font-size: 24px;
  }
}


 .arşiv {
    background: linear-gradient(to bottom, #ffffff 0%, #f8f9fa 100%); /* Hafif gradient */
    text-align: center;
    padding: 80px 20px 60px;
    margin: 60px auto;
    max-width: 100%;
    position: relative;
    margin-top: -30px;
}





/* Alt menü varsayılan olarak kapalı ve gizli */
.submenu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, padding 0.3s ease;
    list-style: none;
    padding-left: 15px; /* İçeriden başlatma */
    margin: 0;
    opacity: 0;
}

/* Menü açıldığında uygulanacak stil */
.dropdown-item.active .submenu {
    max-height: 200px; /* İçeriğe göre yeterli bir yükseklik */
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* Ok ikonunu döndürme */
.arrow-icon {
    font-size: 10px;
    margin-left: 5px;
    transition: transform 0.3s ease;
}

.dropdown-item.active .arrow-icon {
    transform: rotate(180deg);
}

.dropdown-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
}


/* GENEL AYAR: Tüm logoların oranını koru */
.logo-hakkimda, .logo-navbar, .logo-transition {
    width: auto;
    display: inline-block;
    vertical-align: top;
    transition: all 0.3s ease;
}

/* 1. HAKKIMDA LOGOSU: Büyük ve gösterişli */
.logo-hakkimda {
    height: 100px;
}
@media (max-width: 768px) {
    .logo-hakkimda { height: 50px; }
}

/* 2. NAVBAR LOGOSU: Küçük ve zarif (Navigasyona uygun) */
.logo-navbar {
    height: 45px;
}
@media (max-width: 768px) {
    .logo-navbar { height: 40px; }
}

/* 3. GEÇİŞ EKRANI LOGOSU: Orta boyda, dikkat çekici */
.logo-transition {
    height: 75px;
}
@media (max-width: 768px) {
    .logo-transition { height: 55px; }
}




/* Masaüstü Hizalaması */
@media (min-width: 992px) {
    .hakkimda-image-float {
        float: left;
        width: 35%;
        margin-right: 40px;
        margin-bottom: 20px;
    }
}

/* O Kötü Görünen Kaymayı Düzelten Sınıf */
.force-full-width {
    clear: both; /* Resmi görmezden gelip en baştan başlar */
    display: block;
    width: 100%;
    padding-top: 20px;
}

.logo-hakkimda {
    height: 70px;
    width: auto;
}

.hakkimda-bio p {
    text-align: justify;
    line-height: 1.8;
    color: #444;
}

/* Float temizleyici */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}


@media (max-width: 768px) {
    /* Logoyu küçült ve ortala */
    .logo-hakkimda { 
        height: 50px !important; 
        display: block;
        margin: 0 auto 15px auto;
    }

    /* Görselin metni sıkıştırmasını engelle, tam genişlik yap */
    .hakkimda-image-float {
        float: none !important; /* Float'ı iptal et ki yazı yana kaçmasın */
        width: 100% !important;
        margin: 0 0 20px 0 !important;
        text-align: center;
    }

    .hakkimda-image-float img {
        max-width: 250px; /* Mobilde görsel çok devasa olmasın */
        height: auto;
    }

    /* Kartın içindeki boşlukları daralt ve yazıları toparla */
    .hakkimda-card {
        padding: 15px !important;
        display: block !important; /* Flex falan varsa iptal etsin */
    }

    .hakkimda-bio {
        width: 100% !important;
        padding: 0 !important;
    }

    /* Başlıkların ve listelerin taşmasını engelle */
    h2, h3, p, li {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }
}

.btn-outline-danger {
    border-radius: 30px; /* Daha modern bir görünüm */
    font-weight: 600;
    transition: all 0.3s ease;
    border-width: 2px;
}

.btn-outline-danger:hover {
    transform: translateY(-3px); /* Hover efekti */
    box-shadow: 0 5px 15px rgba(220, 53, 69, 0.2);
}

@media (max-width: 768px) {
    .btn-lg {
        padding: 10px 20px !important;
        font-size: 1rem !important; /* Mobilde butonu biraz optimize ettik */
        width: 100%; /* Mobilde buton tam genişlik olsun, daha kolay basılır */
    }
}



/* İletişim Sayfası Özel Tasarım Kuralları */
.contact-item-card {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
}

.contact-item-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 25px rgba(220, 53, 69, 0.08);
  border-color: rgba(220, 53, 69, 0.15);
}

.contact-item-card .icon-box {
  width: 50px;
  height: 50px;
  background-color: rgba(220, 53, 69, 0.06);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.btn-contact-action {
  transition: all 0.3s ease;
}

.btn-contact-action:hover {
  background-color: #b02a37 !important;
  transform: scale(1.03);
  box-shadow: 0 6px 20px rgba(220, 53, 69, 0.3) !important;
}

.contact-social-links a {
  transition: opacity 0.2s ease;
}

.contact-social-links a:hover {
  opacity: 0.7;
}

/* Mobil Ekran Optimizasyonları */
@media (max-width: 991px) {
  .contact-info-wrapper {
    gap: 15px;
  }
}

/* CSS Kısmı (style.css dosyanın içine) */
.custom-n-logo {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 900; /* Ekstra kalın olması için */
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  display: inline-block;
  transition: opacity 0.2s ease;
}

.custom-n-logo:hover {
  opacity: 0.7;
}



.academic-social-links {
  display: flex;
  gap: 15px;
  align-items: center;
  flex-wrap: wrap;
  font-family: sans-serif;
}

/* Genel İkon Link Ayarları */
.icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  font-size: 22px;
  color: white;
  text-decoration: none;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.icon-link:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Üst Sıra: Yuvarlak İkonlar */
.scholar {
  background-color: #ffffff;
  color: #dd4b39;
  border: 2px solid #dd4b39;
  border-radius: 50%;
}

.orcid {
  background-color: #a6ce39;
  border-radius: 50%;
}

.publons {
  background-color: #21557a;
  border-radius: 50%;
  font-weight: bold;
}

.yok {
  background-color: #ffffff;
  color: #c00000;
  font-size: 35px;
}

/* Alt Sıra: Kare İkonlar */
.x-twitter {
  background-color: #000000;
  border-radius: 4px;
}

.linkedin {
  background-color: #0077b5;
  border-radius: 4px;
}

.researchgate {
  background-color: #00ccbb;
  border-radius: 4px;
}



/* ==========================================================================
   MASAÜSTÜNÜ ASLA BOZMAYAN - TAM TOPLU RESPONSIVE DÜZELTME PAKETİ
   ========================================================================== */

/* 1. Yatay Kayma Önleyici (Tüm Cihazlar İçin Genel Güvenlik) */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
}

/* 2. SADECE MOBİL VE TABLET İÇİN (Masaüstü Ekranlarda Asla Devreye Girmez) */
@media (max-width: 768px) {
  
  /* Logoların ve büyük imzanın sadece mobilde küçülmesini ve ortalanmasını sağlar */
.hero-title img, .logo-hakkimda {
    max-width: 85% !important;
    height: auto !important;
    object-fit: contain !important;
    display: block !important;
    margin: 0 auto !important;
  }

  /* logo-navbar ayrı kural — sola yaslanmış kalır */
  .logo-navbar {
    height: 38px !important;
    width: auto !important;
    display: block !important;
    margin: 0 !important;
    max-width: none !important;
  }
  .logo-navbar{
    text-align: left;
  }

  /* Unvan ve uzmanlık alanlarındaki | işaretlerinin mobilde kelimeleri bölmesini engeller */
  .hero-subtitle, .hakkimda-sub-role, .hakkimda-specialty {
    font-size: 14px !important;
    line-height: 1.6 !important;
    padding: 0 10px !important;
    display: block !important;
    word-break: keep-all !important; /* Kelimeleri ortadan ikiye bölmez */
    white-space: normal !important;  /* Metnin ekrandan sağa taşmasını engeller */
    text-align: center !important;
  }

  /* Kahramanlık alanındaki özet biyografiyi mobilde derli toplu yapar */
  .hero-description, .hero-description p {
    font-size: 15px !important;
    line-height: 1.7 !important;
    text-align: justify !important;
    padding: 0 5px !important;
  }

  /* "Devamı için..." butonunu mobilde ortalar ve nizamileştirir */
  .btn-readmore {
    display: inline-block !important;
    width: auto !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    margin-top: 15px !important;
  }

  /* Navbar'ın sabit 150px yüksekliğini mobilde sıfırlayıp içeriğe göre esnetir */
  .navbar {
    position: fixed !important;
    min-height: auto !important;
    height: auto !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .navbar-container {
    display: flex;
    justify-content: space-between; /* Elemanların birini en sola, diğerini en sağa yaslar */
    align-items: center;           /* Dikeyde ikisini de tam ortalar */
    width: 100%;                   /* Genişliğin tam olmasını sağlar */
}
  /* Sayfa başlığı alanının (Breadcrumb) mobilde esneyen navbar altında kalmasını önler */
  .default-div {
    margin-top: 90px !important;
    height: auto !important;
    min-height: 140px !important;
    padding: 25px 15px !important;
  }
  .default-div h1 {
    font-size: 24px !important;
    margin: 0 !important;
  }
  .breadcrumb {
    font-size: 14px !important;
    margin-top: 8px !important;
  }

  /* Mobilde ana sayfa düzenini alt alta getirir (Önce resim, sonra yazı) */
  .hero-content {
    display: flex !important;
    flex-direction: column-reverse !important;
    gap: 30px !important;
  }
  .hero-text {
    padding-right: 0 !important;
    text-align: center !important;
  }
  .hero-buttons {
    justify-content: center !important;
  }

  /* Hakkımda sayfası: Görselin yazıyı sıkıştırıp tek harfe düşürmesini engeller */
  .hakkimda-image-float {
    float: none !important;
    width: 100% !important;
    margin: 0 0 25px 0 !important;
    text-align: center !important;
  }
  .hakkimda-image-float img {
    max-width: 260px !important;
    height: auto !important;
  }
  .hakkimda-card {
    padding: 20px 15px !important;
  }
  .hakkimda-bio p, 
  .list-item-wrapper li, 
  .membership-list li, 
  .courses-wrapper li {
    font-size: 15px !important;
    text-align: left !important;
  }

  /* Çalışma Alanları (Danışmanlık) ve Yazı/Haber Kartları mobil boşlukları */
  .danismanlik-section {
    padding: 40px 15px !important;
  }
  .danismanlik-section .section-title, 
  .yazilarim-section .section-title, 
  .videolar-section .section-title {
    font-size: 28px !important;
    margin-bottom: 30px !important;
    text-align: center !important;
  }
  .danismanlik-card, .yazi-card, .haber-card {
    margin-bottom: 20px !important;
  }
  .yazi-image {
    height: 200px !important;
  }

  /* Footer Alanı Mobil Düzenlemesi */
  .footer-content {
    display: flex !important;
    flex-direction: column !important;
    gap: 35px !important;
  }
  .footer-bottom {
    flex-direction: column !important;
    text-align: center !important;
    gap: 12px !important;
  }
  
  /* İletişim sayfasındaki harita ve formların taşmasını önler */
  iframe {
    max-width: 100% !important;
  }
}

/* 3. ORTA ÖLÇEKLİ TABLETLER İÇİN İLETİŞİM KARTI DÜZELTMESİ (Max 991px) */
@media (max-width: 991px) {
  .contact-item-card {
    flex-direction: column !important;
    text-align: center !important;
    padding: 20px !important;
  }
  .contact-item-card .icon-box {
    margin-right: 0 !important;
    margin-bottom: 12px !important;
  }
  .contact-info-wrapper {
    gap: 15px !important;
  }
}


/* Font Awesome ikonlari icin font-display swap - ikon/metin gorunumu geciktirmesin */
@font-face {
  font-family: "Font Awesome 6 Free";
  font-display: swap;
}
@font-face {
  font-family: "Font Awesome 6 Brands";
  font-display: swap;
}
