

/* GENEL STİLLER */
@font-face {
  font-family: "Galano";
  src: url("../fonts/galano-grotesque/GalanoGrotesqueAltRegular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "GalanoAltSemiBold";
  src: url("../fonts/galano-grotesque/GalanoGrotesqueAltSemiBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GalanoAltMedium";
  src: url("../fonts/galano-grotesque/GalanoGrotesqueAltMedium.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Galano Heavy";
  src: url("../fonts/galano-grotesque/GalanoGrotesqueHeavy.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "GalanoGrotesqueBold";
  src: url("../fonts/galano-grotesque/GalanoGrotesqueBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}

body {
  background: #F9F6EE;
  font-family: "Galano", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  margin: 0;
  padding: 0;
  color: #E11B22;
}

b{
  font-family: "GalanoGrotesqueBold";
}

header {
  background: #F9F6EE;
  padding: 15px 30px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
}
nav a:hover {
  color: #E11B22;
}

/* HERO BÖLÜMÜ */
.hero {
  position: relative;
  width: 100%;
  height: 70vh; /* Eskiden 100vh idi */
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

.hero-text {
  position: absolute;
  text-align: left;
  color: #fff;
  max-width: 90%;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
}

.hero-text h2 {
  font-size: 3rem;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* ANA İÇERİK */
.content {
  padding: 60px 20px;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/* ALT BÖLÜM */
footer {
  background: #eee;
  font-family: "Galano";
  text-align: center;
  padding: 20px;
  margin-top: 40px;
}

/* 🔹 RESPONSIVE AYARLAR */

/* Tablet */
@media (max-width: 992px) {
  .hero {
      height: 60vh;
  }
  .hero-text h2 {
      font-size: 2.2rem;
  }
}

/* Mobil */
@media (max-width: 600px) {
  header:not(.main-header) {
      flex-direction: column;
      text-align: center;
  }
  nav {
      margin-top: 10px;
  }
  .hero {
      height: 45vh;
  }
  .hero-text {
      left: 5%;
      top: 50%;
  }
  .hero-text h2 {
      font-size: 1.6rem;
  }
  .content {
      padding: 30px 15px;
  }
}

/* === HEADER GENEL === */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 5%;
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: sticky;
  top: 0;
  z-index: 1000;
}

/* Logo */
.logo img {
  height: 30px;
  width: auto;
}

/* === MENÜ === */
.main-nav {
  display: flex;
  gap: 25px;
}

.main-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: color 0.3s;
}

.main-nav a:hover {
  color: #E11B22;
}

/* === SAĞ TARAF === */
.header-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.lang-switch a {
  text-decoration: none;
  color: #333;
}

.lang-switch a.active {
  font-weight: bold;
  color: #E11B22;
}

.search-btn, .menu-toggle {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.menu-toggle {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  color: #E11B22;
}

/* === RESPONSIVE === */
@media (max-width: 900px) {
  .main-nav {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 80px;
      right: 0;
      background-color: white;
      width: 100%;
      border-top: 1px solid #ddd;
      padding: 20px 0;
  }

  .main-nav.active {
      display: flex;
  }

  .main-nav a {
      padding: 10px 0;
      text-align: center;
      border-bottom: 1px solid #f0f0f0;
  }

  .menu-toggle {
      display: block;
  }
}


/* header üstünde kalması, hafif arka plan ve blur */
.main-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 5%;
  background: rgba(255,255,255,0.92);   /* şeffaf ama okunur */
  backdrop-filter: blur(4px);            /* arkayı hafifçe blur'lar (modern tarayıcı) */
  border-bottom: 1px solid #e6e6e6;
  position: sticky;
  top: 0;
  z-index: 2000;                         /* hero görüntüsünün üstünde kalsın */
}

/* Logo boyutuna sınır ve responsive */
.logo img {
  max-height: 64px;
  width: auto;
  display: block;
}

/* Menü düzeni */
.main-nav {
  display: flex;
  gap: 28px;
  align-items: center;
}

.main-nav a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 0.98rem;
}

/* Sağ alan: arama kutusu gizli başlangıçta */
.header-right {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}

/* Arama kutusu (gizli) */
.search-box {
  display: none;
  position: absolute;
  right: 50px;          /* hamburger ve dilin solunda belirecek */
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  border: 1px solid #ddd;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  z-index: 2100;
  min-width: 220px;
}

.search-box form {
  display:flex;
  gap:6px;
  align-items:center;
}

.search-box input {
  flex:1;
  border: 1px solid #e6e6e6;
  padding:8px;
  border-radius:4px;
  font-size:0.95rem;
}

.search-box button[type="submit"] {
  padding:8px 10px;
  border-radius:4px;
  border: none;
  cursor: pointer;
  background: #E11B22;
  color: white;
  font-weight: 600;
}

.search-box #searchClose {
  background: none;
  border: none;
  font-size:16px;
  margin-left:4px;
  cursor: pointer;
}

/* Arama açıkken göster */
.search-box.active {
  display: block;
}

/* Canlı öneri dropdown */
.search-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.10);
  z-index: 2200;
  max-height: 320px;
  overflow-y: auto;
}
.search-dropdown.open { display: block; }
.search-dropdown a {
  display: block;
  padding: 10px 14px;
  text-decoration: none;
  color: #222;
  border-bottom: 1px solid #f0f0f0;
  transition: background 0.15s;
}
.search-dropdown a:last-child { border-bottom: none; }
.search-dropdown a:hover { background: #fdf2f2; }
.search-dropdown .sd-section {
  font-size: 11px;
  font-weight: 700;
  color: #E11B22;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.search-dropdown .sd-title { font-size: 14px; font-weight: 600; margin: 2px 0 0; }
.search-dropdown .sd-desc  { font-size: 12px; color: #888; margin: 2px 0 0; }

/* Vurgulama (highlight) */
mark.sh {
  background: #E11B22;
  color: #fff;
  padding: 0 2px;
  border-radius: 2px;
  font-style: normal;
}

/* Mobil: navbar sağdan açılan panel gibi ayarla */
@media (max-width: 900px) {
  .main-nav {
      display: none;
      flex-direction: column;
      position: absolute;
      top: 72px;
      right: 0;
      background-color: white;
      width: 100%;
      border-top: 1px solid #ddd;
      padding: 10px 0;
      box-shadow: 0 6px 18px rgba(0,0,0,0.06);
  }

  .main-nav.active {
      display: flex;
  }

  .menu-toggle {
      display: block;
  }

  /* arama kutusunu mobilde üstte, sağda yer değiştirebiliriz */
  .search-box {
      right: 90px;
  }

  .menu-toggle svg line {
    stroke: #000;
  }

  /* Header: logo sola, öğeler sağa — column'a düşmesin */
  .main-header {
      flex-direction: row !important;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      padding: 10px 4%;
  }

  .logo img {
      max-height: 44px;
  }

  .header-right {
      gap: 8px;
  }

  .lang-switch a {
      font-size: 13px;
  }
}

/* === HAKKIMIZDA === */
.about-section {
  background-color: #F9F6EE;
  padding: 80px 5%;
  display: flex;
  justify-content: center;
}

.about-container {
  max-width: 1300px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 60px;
}

/* Sol taraf (görsel/video) */
.about-left {
  flex: 1;
  min-width: 320px;
  position: relative;
}

.about-image {
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn {
  background: white;
  border: none;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  font-size: 30px;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0,0,0,0.8);
  color: #E11B22;
}

/* Üst başlık yazısı */
.video-title {
  position: absolute;
  top: 20px;
  left: 20px;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.video-title h3 {
  margin: 0;
}

.red-line {
  width: 100%;
  height: 4px;
  background-color: #E11B22;
  margin-top: 5px;
}

/* Sağ taraf (metin alanı) */
.about-right {
  flex: 1;
  min-width: 320px;
}

.about-right h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #111;
}

.main-text {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #222;
}

.sub-text {
  font-size: 16px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 30px;
}

/* Kırmızı buton */
.btn-red {
  display: inline-block;
  background-color: #E11B22;
  color: white;
  padding: 12px 28px;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
  border-radius: 0 !important;
}

.btn-red:hover {
  background-color: #E11B22;
}

/* Responsive */
@media (max-width: 992px) {
  .about-container {
      flex-direction: column;
      text-align: center;
  }

  .about-right {
      padding: 0 10px;
  }

  .video-title {
      font-size: 18px;
  }
}

/* === SEKTÖRLER === */
.sektorler-section {
  background-color: #faf7f1;
  padding: 80px 5%;
  text-align: center;
}

.sektorler-container {
  max-width: 1300px;
  margin: 0 auto;
}

.sektorler-container h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
}

/* İkon grid */
.sektorler-icons {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  margin-bottom: 40px;
}

.sektor {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: transform 0.3s, color 0.3s;
  cursor: pointer;
}

.sektor[data-sector="yazilim"] {
  min-width: 165px;
}

.sektor[data-sector="eticaret"] {
  min-width: 82px;
}

.sektor img {
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  filter: grayscale(100%);
  transition: filter 0.3s;
}

.sektor p {
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.sektor:hover img {
  filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7495%) hue-rotate(359deg) brightness(94%) contrast(112%);
}

.sektor:hover p,
.sektor .aktif {
  color: #d50000;
  font-weight: 600;
}

/* Açıklama yazısı */
.sektorler-desc {
  max-width: 900px;
  margin: 0 auto 50px auto;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.sektorler-desc.active {
  display: block;
  opacity: 1;
  animation: fadeIn 0.4s ease;
}

.sektorler-desc h3 {
  font-size: 18px;
  font-weight: 600;
  color: #111;
  font-style: italic;
  margin: 0 0 16px 0;
}

.sektorler-desc p {
  font-size: 16px;
  line-height: 1.6;
  color: #444;
  margin: 0;
}

/* Marka logoları */
.markalar {
  display: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 50px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.markalar.active {
  display: flex;
  opacity: 1;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.markalar img {
  height: 110px;
  opacity: 0.85;
  transition: transform 0.3s, opacity 0.3s;
}

.markalar img:hover {
  transform: scale(1.05);
  opacity: 1;
}

/* Responsive */
@media (max-width: 768px) {
  .sektorler-icons {
      gap: 24px 30px;
  }

  .sektor img {
      width: 55px;
      height: 55px;
  }

  .markalar img {
      height: 75px;
  }
}


/* === İSTATİSTİKLER === */
.istatistikler-section {
  position: relative;
  height: 100vh;
  color: white;
  overflow: hidden;
}

.istatistikler-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: blur(4px) brightness(70%);
  z-index: 1;
}

.istatistikler-overlay {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 5%;
  background: rgba(30, 30, 30, 0.72);
}

.istatistikler-container {
  max-width: 1300px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

/* Sol kısım */
.istatistikler-left {
  flex: 1;
  min-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 25px;
  align-items: flex-start;
}

.istatistikler-section .stat-item {
  display: flex;
  align-items: center;
  gap: 15px;
}

.istatistikler-section .stat-item img {
  width: 32px;
  height: 32px;
  filter: invert(23%) sepia(96%) saturate(5200%) hue-rotate(352deg) brightness(93%) contrast(105%);
}

.istatistikler-section .stat-item h3 {
  font-size: 30px;
  color: #ffffff;
  margin: 0;
}

.istatistikler-section .stat-item p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

/* Sağ kısım */
.istatistikler-right {
  flex: 1;
  min-width: 220px;
  padding: 25px;
}

.istatistikler-right ul {
  list-style: circle;
  padding-left: 25px;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
  /* Scrollbar'ı gizle */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
}

.istatistikler-right ul::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}

.istatistikler-right li {
  margin-bottom: 10px;
  font-size: 17px;
  line-height: 1.6;
}

/* Scroll okları */
.scroll-arrows {
  display: flex;
  gap: 15px;
  margin-top: 30px;
  justify-content: center;
}

.scroll-arrow {
  background: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.scroll-arrow:hover {
  transform: translateY(3px);
}

.scroll-arrow svg {
  width: 40px;
  height: 40px;
}

#scrollDownBtn {
  position: relative;
  right: 60px;
}

/* Responsive */
@media (max-width: 992px) {
  .istatistikler-container {
      flex-direction: column;
      text-align: left;
      gap: 40px;
  }

  .istatistikler-section {
      height: auto;
      overflow: hidden;
  }

  .istatistikler-overlay {
      height: auto;
      padding: 60px 5%;
  }

  .istatistikler-bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
  }

  .istatistikler-bg img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
}

/* === KARIYER === */
.kariyer-section {
  background-color: #faf7f1;
  padding: 80px 5%;
  text-align: center;
}

.kariyer-container {
  max-width: 1300px;
  margin: 0 auto;
}

.kariyer-container h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

/* Kartlar */
.kariyer-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 60px;
}

.kariyer-cards .card {
  background-color: #eae8e3;
  border-radius: 6px;
  overflow: hidden;
  width: 340px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kariyer-cards .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.kariyer-cards .card p {
  font-size: 16px;
  font-weight: 500;
  margin: 15px;
  color: #222;
}

.kariyer-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/* Metin kısmı */
.kariyer-text {
  max-width: 900px;
  margin: 0 auto;
  color: #222;
}

.kariyer-text h3 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 25px;
}

.kariyer-text p {
  line-height: 1.7;
  font-size: 16px;
  color: #444;
  margin-bottom: 20px;
}

/* Kırmızı buton */
.btn-red {
  display: inline-block;
  background-color: #E11B22;
  color: white;
  padding: 12px 28px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  letter-spacing: 0.5px;
  transition: background-color 0.3s;
}

.btn-red:hover {
  background-color: #E11B22;
}

/* Responsive */
@media (max-width: 992px) {
  .kariyer-cards {
      flex-direction: column;
      align-items: center;
  }

  .kariyer-cards .card {
      width: 90%;
  }
}

/* === HABERLER === */
.haberler-section {
  background-color: #F9F6EE;
  padding: 80px 5%;
  text-align: center;
}

.haberler-container {
  max-width: 1300px;
  margin: 0 auto;
}

.haberler-container h2 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 60px;
  color: #111;
}

/* Grid yapısı */
.haberler-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

/* Kartlar */
.haber-card {
  background-color: #F9F6EE;
  text-align: left;
  padding-bottom: 20px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease;
}

.haber-card:hover {
  transform: translateY(-5px);
}

.haber-card img {
  width: 100%;
  height: 200px;
  object-fit: contain;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.date {
  display: block;
  color: #777;
  font-size: 14px;
  margin: 15px 20px 5px 20px;
}

.title {
  font-size: 18px;
  font-weight: 700;
  color: #111;
  margin: 5px 20px 10px 20px;
  line-height: 1.4;
}

.title.red {
  color: #E11B22;
}

.desc {
  font-size: 15px;
  color: #444;
  margin: 0 20px 10px 20px;
  line-height: 1.6;
}

.read-more {
  display: inline-block;
  color: #E11B22;
  font-weight: 600;
  font-size: 14px;
  margin-left: 20px;
  text-decoration: none;
}

.read-more:hover {
  text-decoration: underline;
}

/* "Daha fazla haber" butonu */
.more-news {
  text-align: center;
}

.btn-outline {
  display: inline-block;
  padding: 12px 30px;
  border: 2px solid #E11B22;
  color: #E11B22;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}

.btn-outline:hover {
  background-color: #E11B22;
  color: white;
}

/* Responsive */
@media (max-width: 992px) {
  .haberler-grid {
      grid-template-columns: repeat(2, 1fr);
      gap: 28px;
  }
}

@media (max-width: 768px) {
  .haberler-grid {
      grid-template-columns: 1fr;
  }

  .haber-card img {
      height: 180px;
  }
}


/* === FOOTER === */
.main-footer {
  background-color: #E11B22;
  color: #fff;
  text-align: center;
  padding: 50px 5% 30px;
  font-family: 'Poppins', sans-serif;
}

.footer-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 25px;
}

.footer-social a {
  color: white;
  font-size: 18px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid white;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-social a:hover {
  background-color: white;
  color: #E11B22;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.main-footer hr {
  width: 80%;
  margin: 20px auto;
  border: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}

.footer-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.footer-bottom p {
  margin: 0;
  font-size: 14px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  font-size: 14px;
}

.footer-links a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #ffcccc;
}

/* Responsive */
@media (max-width: 768px) {
  .footer-links {
      flex-direction: column;
      gap: 12px;
  }

  .footer-social {
      gap: 15px;
  }

  .footer-social a {
      width: 40px;
      height: 40px;
      font-size: 16px;
  }
}

/* === FULLSCREEN MENU === */
.fullscreen-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  display: none;
}

.fullscreen-menu.active {
  display: flex;
}

.menu-left {
  flex: 1;
  background-image: url('../images/zemin.png');
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 40px;
}

.menu-right {
  flex: 1;
  background-color: #ffffff;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-close {
  position: absolute;
  top: 30px;
  right: 40px;
  background: none;
  border: none;
  font-size: 48px;
  color: #E11B22;
  cursor: pointer;
  transition: transform 0.3s ease, color 0.3s ease;
  line-height: 1;
  padding: 0;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.menu-close:hover {
  transform: rotate(90deg);
  color: #E11B22;
  opacity: 0.7;
}

.menu-right-content {
  text-align: center;
  color: #222;
}

.menu-right-content img {
  margin-bottom: 30px;
}

.menu-right-content h2 {
  font-size: 48px;
  font-weight: 700;
  margin: 0;
  letter-spacing: 2px;
}

.menu-social {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 25px;
}

.menu-social a {
  color: #E11B22;
  font-size: 18px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #E11B22;
  border-radius: 50%;
  transition: all 0.3s ease;
  text-decoration: none;
}

.menu-social a:hover {
  background-color: #E11B22;
  color: white;
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.fullscreen-nav {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: flex-start;
  text-align: left;
}

.fullscreen-nav a {
  text-decoration: none;
  color: #ffffff;
  font-size: 26px;
  font-weight: 600;
  transition: color 0.3s ease, transform 0.3s ease;
  position: relative;
}

.fullscreen-nav a:hover {
  color: #ffffff;
  transform: translateX(10px);
}

.fullscreen-nav a::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: #ffffff;
  transition: width 0.3s ease;
}

.fullscreen-nav a:hover::after {
  width: 100%;
}

/* Desktop: Mobile buton gizli, desktop buton görünür */
.menu-close-mobile {
  display: none;
}

.menu-close-desktop {
  display: flex;
}

/* Responsive */
@media (max-width: 768px) {
  .fullscreen-menu {
    flex-direction: column;
  }

  .menu-left {
    flex: 1;
    width: 100%;
  }

  /* Mobilde mavi alanı gizle */
  .menu-right {
    display: none !important;
  }

  .fullscreen-nav a {
    font-size: 22px;
  }

  /* Mobilde sol panel butonunu göster */
  .menu-left {
    position: relative;
  }

  .menu-close-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    color: #ffffff !important;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 36px;
    line-height: 1;
    width: 44px;
    height: 44px;
    background: rgba(0, 0, 0, 0.35);
    border-radius: 50%;
    z-index: 9999;
    border: none !important;
    cursor: pointer;
  }

  .menu-close-mobile:hover {
    background: rgba(0, 0, 0, 0.55) !important;
    color: #ffffff !important;
    opacity: 1 !important;
  }

  /* Desktop butonunu gizle */
  .menu-close-desktop {
    display: none !important;
  }

}


/* === SLIDER === */
.hero-slider {
  position: relative;
  width: 100%;
  height: 90vh;
  overflow: hidden;
}

.hero-slider .swiper-slide {
  position: relative;
}

.hero-slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(70%);
}

/* Aktif slide'daki görsele zoom animasyonu */
.hero-slider .swiper-slide-active img {
  animation: zoomEffect 2s ease-out forwards;
}

@keyframes zoomEffect {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}

.slide-text {
  font-family: "Galano Heavy";
  src: url("../fonts/galano-grotesque/GalanoGrotesqueHeavy.otf") format("opentype");
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(100px);
  left: 120px;
  color: white;
  z-index: 10;
  text-transform: uppercase;
  opacity: 0;
}

/* Aktif slide'da yazıyı göster */
.swiper-slide-active .slide-text {
  animation: slideInFromRight 1s ease-out forwards;
  animation-delay: 0.3s;
}

@keyframes slideInFromRight {
  from {
    opacity: 0;
    transform: translateY(-50%) translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
}

.slide-text h2 {
  font-size: 56px;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.6);
}

/* Swiper navigasyon okları */
.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  opacity: 0.9;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.hero-slider .swiper-button-prev::after,
.hero-slider .swiper-button-next::after {
  display: none !important;
}

.hero-slider .swiper-button-prev {
  background-image: url('../images/icons/left-arrow.png');
}

.hero-slider .swiper-button-next {
  background-image: url('../images/icons/right-arrow.png');
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  opacity: 1;
  transform: scale(1.1);
}

/* Noktalar */
.swiper-pagination-bullet {
  background: #ffffff;
}
.swiper-pagination-bullet-active {
  background: #E11B22;
}

/* Responsive */
@media (max-width: 992px) {
  .slide-text {
    left: 30px;
  }

  .slide-text h2 {
    font-size: 32px;
  }
}








/* Sürdürülebilirlik sayfası */
.sustainability-left {
  flex: 1;
  height: 450px;
}

.sustainability-left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sustainability-right {
  flex: 1;
  background: #e2e2e2;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sustainability-right h2 {
  font-size: 48px;
  font-style: italic;
  margin-bottom: 25px;
}

.sustainability-right p {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 12px;
}

.btn-green {
  margin-top: 30px;
  background: #2a9e3c;
  color: #fff;
  padding: 16px 40px;
  display: inline-block;
  text-decoration: none;
  letter-spacing: .1em;
  font-weight: 600;
}


.sustainability-wrapper {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  min-height: 450px;
}

/* SÜRDÜRÜLEBİLİRLİK SAYFASI  ---------------------------------- */

.sustainability-page {
  background-color: #F9F6EE; /* üstteki açık krem tonu gibi */
}

/* Sayfa başlığı */
.page-title-section {
  padding: 40px 0 20px;
  text-align: center;
}

.page-title {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin: 0;
}

/* Ana alan: görsel + içerik */
.sustainability-hero {
  display: flex;
  flex-wrap: wrap;
  min-height: 420px;
  background-color: #e9e9e9; /* sağ tarafın gri arkaplanı */
}

/* Sol sütun: görsel */
.sustainability-image {
  flex: 0 0 50%;
  max-width: 50%;
  overflow: hidden;
}

.sustainability-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* alanı tamamen doldurur, taşanı kırpar */
  display: block;
}

/* Sağ sütun: metinler */
.sustainability-content {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 80px 80px 80px 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
}

.sustainability-content h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 24px;
  color: #000; /* siyah başlık */
}

.sustainability-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #000; /* siyah yazı */
  margin-bottom: 12px;
}

/* Buton */
.sustainability-btn {
  display: inline-block;
  width: 100px;
  margin-top: 28px;
  padding: 12px 30px;
  background-color: #229532;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  white-space: nowrap;
}

.sustainability-btn:hover {
  opacity: 0.9;
}

/* Responsive: tablet & mobil */
@media (max-width: 992px) {
  .sustainability-hero {
      flex-direction: column;
  }

  .sustainability-image,
  .sustainability-content {
      flex: 0 0 100%;
      max-width: 100%;
  }

  .sustainability-content {
      padding: 40px 20px 50px;
  }

  .sustainability-content h2 {
      font-size: 30px;
  }
}

@media (max-width: 576px) {
  .page-title {
      font-size: 28px;
  }

  .sustainability-content {
      padding: 30px 16px 40px;
  }
}

/* === VIDEO MODAL === */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
}

.video-modal.active {
  display: block;
}

.video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  cursor: pointer;
}

.video-modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 900px;
  z-index: 10001;
}

.video-modal-close {
  position: absolute;
  top: -40px;
  right: 0;
  background: transparent;
  border: none;
  color: white;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  padding: 0;
  width: 40px;
  height: 40px;
  line-height: 1;
  transition: transform 0.3s ease;
}

.video-modal-close:hover {
  transform: rotate(90deg);
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  background: #000;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Responsive */
@media (max-width: 992px) {
  .video-modal-content {
    width: 95%;
    max-width: 700px;
  }

  .video-modal-close {
    top: -35px;
    font-size: 35px;
  }
}

@media (max-width: 576px) {
  .video-modal-content {
    width: 95%;
  }

  .video-modal-close {
    top: -30px;
    right: 0;
    font-size: 30px;
  }
}

.legal-page {
    padding: 120px 20px;
    background-color: #F9F6EE;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    text-align: center;
}

.page-title {
    margin-bottom: 80px;
}

.page-title .line {
    display: block;
    width: 60px;
    height: 2px;
    background-color: #1f2d3d;
    margin: 0 auto 20px;
}

.page-title h1 {
  font-family: "Galano", sans-serif;
    font-size: 42px;
    font-weight: 600;
    color: #2c3e50;
}

.section-title {
    font-size: 34px;
    font-weight: 500;
    color: #2c3e50;
    margin: 80px 0 40px;
}

.legal-text p {
    font-size: 16px;
    line-height: 1.9;
    color: #6c757d;
    margin-bottom: 30px;
}

.legal-text h3 {
    text-align: left;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #2c3e50;
    font-size: 20px;
}

.legal-text ul {
    text-align: left;
    list-style-position: inside;
    margin: 20px 0;
}

.legal-text li {
    font-size: 16px;
    line-height: 1.9;
    color: #6c757d;
    margin-bottom: 12px;
}

.blog-page {
  padding: 100px 20px;
  background: #F9F6EE;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.blog-title {
  color: #E11B22;
  font-family: 'Galano Heavy', 'Arial Narrow', Arial, sans-serif;
  font-size: 28px;
  margin-bottom: 40px;
}

/* Featured */
.featured-blog {
  display: flex;
  gap: 40px;
  margin-bottom: 80px;
}

.featured-image {
  width: 50%;
  height: 400px;
  background: #E11B22;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border-radius: 6px;
}

.featured-content {
  width: 50%;
  
}

/* Genel metin hizalama */
.blog-page,
.featured-content,
.blog-card {
    text-align: left;
}

.date {
  font-size: 13px;
  color: #999;
  display: block;
  text-align: left;
}

.featured-content h3 {
  font-size: 28px;
  font-family: 'Galano Heavy', 'Arial Narrow', Arial, sans-serif;
  margin: 10px 0 15px;
}

.featured-content p {
  color: #666;
  line-height: 1.7;
}

/* Blog Grid */
.blog-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.blog-card {
  text-align: left;
}

.blog-image {
  width: 100%;
  height: 230px;
  background: #E11B22;
  border-radius: 6px;
  margin-bottom: 15px;
}

.blog-card h4 {
  font-size: 16px;
  margin: 8px 0;
}

.blog-card p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

/* Pagination */
.pagination {
  margin-top: 60px;
  text-align: center;
}

.pagination a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #E11B22;
  color: #E11B22;
  margin: 0 4px;
  text-decoration: none;
  border-radius: 4px;
}

.pagination a.active {
  background: #E11B22;
  color: #fff;
}

.pagination a.arrow {
  font-size: 18px;
}

.blog-detail {
  padding: 100px 20px;
  background: #F9F6EE;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.detail-title {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 60px;
  color: #333;
}

/* İçerik */
.detail-content {
  display: flex;
  gap: 60px;
  align-items: flex-start;
}

/* Metin Alanı */
.detail-text {
  width: 100%;
  text-align: left;
  margin-top: 40px;
}

.detail-text p {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 25px;
}

.detail-text h3 {
  font-size: 18px;
  margin: 35px 0 15px;
  color: #222;
}

/* Tam Genişlik Görsel */
.detail-image {
  width: 100%;
  background: transparent;
  position: relative;
}

.detail-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.image-overlay {
  background: #fff;
  width: 70%;
  padding: 30px;
  border-radius: 50%;
  text-align: center;
}

.image-overlay p {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}

.image-overlay span {
  color: #E11B22;
  font-weight: 600;
  font-size: 16px;
}

/* Önceki / Sonraki */
.detail-pagination {
  margin-top: 80px;
  display: flex;
  justify-content: space-between;
}

.detail-pagination a {
  font-size: 18px;
  color: #E11B22;
  text-decoration: none;
}

.detail-pagination a:hover {
  color: #b01419;
}

.detail-text a {
  color: #E11B22;
  text-decoration: none;
}

.detail-text a:hover {
  text-decoration: underline;
}

.detail-pagination .disabled {
  font-size: 18px;
  color: #ccc;
  cursor: not-allowed;
}

.detail-date {
  color: #999;
  font-size: 14px;
  margin-bottom: 20px;
}

.back-to-news {
  display: block;
  color: #E11B22;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 30px;
  transition: color 0.3s;
  text-align: left;
  width: fit-content;
}

.back-to-news:hover {
  color: #b01419;
}


/* Hakkımızda Detail Bölümü */
.hakkimizda-detail-section {
  background: #F9F6EE;
  padding: 0;
}

.hakkimizda-detail-top {
  display: flex;
}

.hakkimizda-detail-text {
  width: 50%;
  background: #e8e8e8;
  padding: 60px 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.hakkimizda-detail-text h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 30px;
  color: #000;
  text-align: left;
}

.hakkimizda-detail-text p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  text-align: justify;
}

.hakkimizda-detail-image {
  width: 50%;
  min-height: 400px;
  overflow: hidden;
}

.hakkimizda-detail-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* İstatistik Kartları */
.stats-section {
  background: #F9F6EE;
  padding: 80px 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  flex-wrap: wrap;
}

.stats-section .stat-item {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.stats-section .stat-icon {
  width: 100px;
  height: 100px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: transparent;
}

.stats-section .stat-icon img {
  width: 50px;
  height: 50px;
  filter: brightness(0);
}


.stats-section .stat-label {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin-bottom: 5px;
}

.stats-section .stat-value {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
  .hakkimizda-detail-top {
      flex-direction: column-reverse;
      width: 100%;
      overflow: hidden;
  }

  .hakkimizda-detail-text {
      width: 100%;
      box-sizing: border-box;
      padding: 30px 20px 30px 15px;
  }

  .hakkimizda-detail-image {
      width: 100%;
      box-sizing: border-box;
      height: 240px;
      min-height: unset;
  }

  .hakkimizda-detail-text h1 {
      font-size: 36px;
  }

  .stats-section {
      gap: 60px;
      padding: 60px 30px;
  }
}

@media (max-width: 768px) {
  .hakkimizda-detail-image {
      height: 200px;
  }

  .hakkimizda-detail-text h1 {
      font-size: 28px;
      margin-bottom: 20px;
  }

  .hakkimizda-detail-text p {
      font-size: 14px;
  }

  .stats-section {
      gap: 40px;
      padding: 50px 20px;
  }

  .stats-section .stat-icon {
      width: 80px;
      height: 80px;
  }

  .stats-section .stat-label {
      font-size: 16px;
  }

  .stats-section .stat-value {
      font-size: 28px;
  }
}

@media (max-width: 480px) {
  .hakkimizda-detail-text h1 {
      font-size: 24px;
  }

  .stats-section {
      gap: 30px;
      padding: 40px 15px;
  }

  .stats-section .stat-icon {
      width: 70px;
      height: 70px;
  }


  .stats-section .stat-label {
      font-size: 14px;
  }

  .stats-section .stat-value {
      font-size: 24px;
  }
}


/* Timeline Container */
.hakkimizda-timeline-section {
  background: #F9F6EE;
  padding: 80px 0;
  position: relative;
}

.hakkimizda-timeline-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 80px 20px 0;
  position: relative;
}

/* Ortadaki Dikey Çizgi */
.hakkimizda-timeline-line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: calc(100% - 80px);
  background: #333;
  top: 58px;
}

/* Timeline Item */
.hakkimizda-timeline-item {
  position: relative;
  margin-bottom: 100px;
  display: flex;
  align-items: flex-start;
}

/* Sol Görsel, Sağ İçerik (Tek sıra - 1, 3, 5...) */
.hakkimizda-timeline-item:nth-child(odd) {
  flex-direction: row-reverse;
}

/* Sol İçerik, Sağ Görsel (Çift sıra - 2, 4, 6...) */
.hakkimizda-timeline-item:nth-child(even) {
  flex-direction: row;
}

/* İçerik Alanı */
.hakkimizda-timeline-content {
  width: 50%;
  padding: 0 60px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
}

.hakkimizda-timeline-item:nth-child(odd) .hakkimizda-timeline-content {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
}

.hakkimizda-timeline-item:nth-child(even) .hakkimizda-timeline-content {
  text-align: left;
  padding-left: 60px;
  padding-right: 60px;
}

.hakkimizda-timeline-content h3 {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  color: #000;
  font-family: "GalanoGrotesqueBold", "Galano", sans-serif;
}

.hakkimizda-timeline-content ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
  text-align: left;
}

.hakkimizda-timeline-content ul li {
  margin-bottom: 6px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  text-align: left;
}

.hakkimizda-timeline-content ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 50%;
  flex-shrink: 0;
}

.hakkimizda-timeline-content p {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
  text-align: left;
}

/* Görsel Alanı */
.hakkimizda-timeline-image {
  width: 50%;
  padding: 2px;
  height: 350px;
  overflow: hidden;
  box-sizing: border-box;
}

.hakkimizda-timeline-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

/* Tarih İşareti (Ortada) */
.hakkimizda-timeline-marker {
  position: absolute;
  left: 50%;
  z-index: 10;
  top: -60px;
  display: flex;
  align-items: center;
  gap: 15px;
}

/* Sol Marker - Yazı solda, ikon sağ kenarı çizgiye değecek */
.hakkimizda-timeline-marker.marker-left {
  transform: translateX(-91%);
  flex-direction: row-reverse;
  margin-bottom: 20px;
}

/* Sağ Marker - Yazı sağda, ikon sol kenarı çizgiye değecek */
.hakkimizda-timeline-marker.marker-right {
  transform: translateX(-7%);
  margin-bottom: 20px;
}

.hakkimizda-timeline-marker-icon {
  width: 60px;
  height: 60px;
  display: block;
  flex-shrink: 0;
}

.hakkimizda-timeline-marker-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
  background: #F9F6EE;
  padding: 8px 15px;
  border-radius: 6px;
}

/* Sol marker - yazılar sağa hizalı (ikon sağda olduğu için) */
.marker-left .hakkimizda-timeline-marker-text {
  align-items: flex-end;
}

/* Sağ marker - yazılar sola hizalı (ikon solda olduğu için) */
.marker-right .hakkimizda-timeline-marker-text {
  align-items: flex-start;
}

.hakkimizda-timeline-marker-year {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin: 0;
  background: transparent;
  padding: 0;
  white-space: nowrap;
}

.hakkimizda-timeline-marker-label {
  font-size: 12px;
  color: #666;
  background: transparent;
  padding: 0;
  line-height: 1.3;
}

/* Responsive Tasarım */
@media (max-width: 992px) {
  .hakkimizda-timeline-line {
      left: 30px;
  }

  .hakkimizda-timeline-item,
  .hakkimizda-timeline-item:nth-child(even),
  .hakkimizda-timeline-item:nth-child(odd) {
      flex-direction: column;
      padding-left: 40px;
      padding-top: 50px;
  }

  .hakkimizda-timeline-content,
  .hakkimizda-timeline-image {
      width: 100%;
      padding: 0 !important;
      text-align: left !important;
      margin-bottom: 20px;
  }

  .hakkimizda-timeline-marker,
  .hakkimizda-timeline-marker.marker-left,
  .hakkimizda-timeline-marker.marker-right {
      left: 40px;
      top: 10px;
      transform: translateX(0);
      padding: 0 !important;
      gap: 0;
      flex-direction: row !important;
  }

  .hakkimizda-timeline-marker-icon {
      display: none;
  }

  .marker-left .hakkimizda-timeline-marker-text,
  .marker-right .hakkimizda-timeline-marker-text {
      align-items: flex-start !important;
  }
}

@media (max-width: 768px) {
  .hakkimizda-timeline-section {
      padding: 40px 0;
  }

  .hakkimizda-timeline-item {
      margin-bottom: 60px;
  }

  .hakkimizda-timeline-content h3 {
      font-size: 24px;
  }

  .hakkimizda-timeline-marker-text {
      padding: 0;
  }

  .hakkimizda-timeline-marker-year {
      font-size: 16px;
  }

  .hakkimizda-timeline-marker-label {
      font-size: 11px;
  }
}



.career-top {
  padding: 80px 0 40px;
}

.career-top .container {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

/* SOL METİN */
.ct-left {
  max-width: 600px;
  text-align: left;
}

.ct-left h1 {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

.ct-left h2 {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 25px;
}

.ct-left p {
  font-size: 14px;
  line-height: 1.7;
  color: #666;
  margin-bottom: 15px;
}

/* SAĞ GÖRSEL */
.ct-right img {
  width: 520px;
  height: 400px;
  object-fit: cover;
}

/* ALT DEĞERLER */
.container-cr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.ct-values {
  display: flex;
  justify-content: center;
  gap: 120px;
  margin-top: 60px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.ct-values .value-item {
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.ct-values .value-number {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  line-height: 1.5;
}

.ct-values .value-text {
  display: flex;
  flex-direction: column;
  line-height: 1.5;
}

.ct-values .value-text div {
  font-size: 16px;
  color: #000;
  font-weight: 500;
}


/* FULL IMAGE */
.image-full img {
  width: 100%;
  display: block;
}

/* CAREER OFFICE IMAGE */
.career-office-image {
  width: 100%;
  padding: 0;
  margin: 0;
}

.career-office-image img {
  width: 100%;
  height: 650px;
  object-fit: cover;
  display: block;
}

@media (max-width: 768px) {
  .career-office-image img {
    height: 350px;
  }
}

@media (max-width: 480px) {
  .career-office-image img {
    height: 250px;
  }
}

/* INNOVATION */
.innovation {
  padding: 80px 0;
}

.innovation .container {
  display: flex;
  gap: 50px;
  align-items: center;
}

.innovation-text h3 {
  font-size: 32px;
}

.innovation-text p {
  color: var(--gray);
}

/* FORM */
.career-form {
  background: #F9F6EE;
  padding: 80px 0;
}

.career-form .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.career-form h2 {
  text-align: center;
  color: #000;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 400;
}

.career-form h2 b {
  font-family: "GalanoGrotesqueBold";
  font-weight: 700;
  color: #000;
}

.career-form h2 span {
  font-weight: 400;
  color: #000;
}

.career-form > .container > p {
  text-align: center;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto 40px;
}

.career-form form {
  background: #fff;
  padding: 50px 60px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.career-form form h4 {
  margin-top: 30px;
  margin-bottom: 20px;
  color: #000;
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.career-form form h4:first-of-type {
  margin-top: 0;
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 20px;
}

.career-form input[type="text"],
.career-form input[type="email"] {
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Galano", sans-serif;
  transition: border-color 0.3s ease;
  width: 100%;
  box-sizing: border-box;
}

.career-form input[type="text"]:focus,
.career-form input[type="email"]:focus {
  outline: none;
  border-color: #E11B22;
}

.career-form input[type="file"] {
  padding: 14px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 15px;
  font-family: "Galano", sans-serif;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 20px;
  background: #fff;
}

.career-form button[type="submit"] {
  background: #E11B22;
  color: #fff;
  border: none;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  width: 100%;
  margin-top: 30px;
  transition: background-color 0.3s ease;
  font-family: "Galano", sans-serif;
  letter-spacing: 0.5px;
}

.career-form button[type="submit"]:hover {
  background: #c01519;
}

/* KVKK Checkbox */
.kvkk-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 25px 0;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 6px;
}

.kvkk-checkbox input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  cursor: pointer;
  flex-shrink: 0;
  accent-color: #E11B22;
}

.kvkk-checkbox label {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  cursor: pointer;
  user-select: none;
}

.kvkk-checkbox a {
  color: #E11B22;
  text-decoration: none;
  font-weight: 600;
  margin-left: 5px;
  transition: color 0.3s ease;
}

.kvkk-checkbox a:hover {
  color: #c01519;
  text-decoration: underline;
}

/* KVKK Modal */
.kvkk-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 10000;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.kvkk-modal.active {
  display: flex;
}

.kvkk-modal-content {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 90vh;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.kvkk-modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #E11B22;
  color: #fff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 24px;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  font-weight: 300;
  line-height: 1;
}

.kvkk-modal-close:hover {
  background: #c01519;
  transform: rotate(90deg);
}

.kvkk-modal-content iframe {
  width: 100%;
  height: 100%;
  border: none;
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .form-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .career-form form {
    padding: 30px 20px;
  }

  .career-form h2 {
    font-size: 28px;
  }

  .career-form > .container > p {
    font-size: 15px;
    padding: 0 15px;
  }

  .kvkk-modal-content {
    width: 95%;
    height: 85vh;
  }

  .kvkk-checkbox {
    padding: 12px;
  }

  .kvkk-checkbox label {
    font-size: 13px;
  }
}

.career-content {
  width: 100%;
  padding: 80px 0;
  background-color: #F9F6EE;
}

.career-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 60px;
  padding: 0 20px;
}

.career-image {
  flex: 1;
}

.career-image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.career-text {
  flex: 1;
}

.career-text h2 {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
  line-height: 1.3;
}

.career-text p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .career-container {
      flex-direction: column;
      gap: 40px;
  }

  .career-text h2 {
      font-size: 26px;
  }
}

/* ===============================
   TEKBAŞ – SÜRDÜRÜLEBİLİRLİK
   =============================== */

   .tb-sustain-page {
    width: 100%;
    background: #f7f5ef;
    font-family: inherit;
}

/* HERO */
.tb-sustain-hero {
    height: 640px;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    padding-left: 60px;
}

.tb-sustain-hero-content {
    max-width: 520px;
    color: #fff;
    margin-top: 220px;
}

.tb-sustain-hero-content h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 1.2;
    white-space: nowrap;
}

.tb-sustain-hero-content p {
    font-size: 21px;
    line-height: 1.7;
    white-space: nowrap;
}

/* CONTENT */
.tb-sustain-content {
    max-width: 100%;
    margin: 60px 0 0 0;
    padding: 0;
}

.tb-sustain-grid {
    display: flex;
    align-items: stretch;
    gap: 0;
    margin-bottom: 20px;
    height: 400px;
}

.tb-sustain-grid.reverse {
    flex-direction: row-reverse;
}

.tb-sustain-box {
    flex: 0 0 50%;
    width: 50%;
    padding: 20px 20px 20px 60px;
    box-sizing: border-box;
    background: #f7f5ef;
}

.tb-sustain-grid.reverse .tb-sustain-box {
    padding: 20px 60px 20px 20px;
}

.tb-sustain-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tb-sustain-box-infographic img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.tb-sustain-text {
    flex: 0 0 50%;
    width: 50%;
    padding: 0 60px 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 22px;
    line-height: 1.8;
    color: #333;
    text-align: right;
}

.tb-sustain-grid.reverse .tb-sustain-text {
    padding: 0 20px 0 60px;
    justify-content: flex-start;
    text-align: left;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .tb-sustain-grid,
    .tb-sustain-grid.reverse {
        flex-direction: column;
        gap: 30px;
    }

    .tb-sustain-grid {
        height: auto;
    }

    .tb-sustain-box,
    .tb-sustain-text {
        flex: 0 0 100%;
        width: 100%;
    }

    .tb-sustain-box,
    .tb-sustain-grid.reverse .tb-sustain-box {
        height: 260px;
        padding: 0;
    }

    .tb-sustain-text,
    .tb-sustain-grid.reverse .tb-sustain-text {
        padding: 30px 20px;
        min-height: 120px;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .tb-sustain-hero {
        height: 360px;
        padding-left: 30px;
        padding-bottom: 40px;
    }

    .tb-sustain-hero-content {
        margin-top: 0;
        max-width: 100%;
    }

    .tb-sustain-hero-content h1 {
        font-size: 18px;
        white-space: normal;
    }

    .tb-sustain-hero-content p {
        font-size: 15px;
        white-space: normal;
    }

    .tb-sustain-text {
        font-size: 17px;
    }
}



/* =============================
   İLETİŞİM SAYFASI
============================= */
.tb-iletisim-page {
    width: 100%;
    font-family: inherit;
}

/* HERO */
.tb-iletisim-hero {
    height: 500px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 60px;
    padding-left: 60px;
    position: relative;
}

.tb-iletisim-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0.15) 70%);
}

.tb-iletisim-hero-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.tb-iletisim-hero-content h1 {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 12px;
}

.tb-iletisim-hero-content p {
    font-size: 16px;
    line-height: 1.7;
}

/* COMPANY CARDS */
.tb-iletisim-content {
    width: 100%;
    margin-top: 60px;
}

.tb-iletisim-card {
    display: flex;
    align-items: stretch;
    height: auto;
    margin-bottom: 0;
}

.tb-iletisim-card.reverse {
    flex-direction: row-reverse;
}

.tb-iletisim-photo {
    flex: 0 0 50%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
    background: #F9F6EE;
}

.tb-iletisim-card.reverse .tb-iletisim-photo {
    background: #F9F6EE;
}

.tb-iletisim-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.tb-iletisim-info {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 60px;
    box-sizing: border-box;
    background: #F9F6EE;
    text-align: left;
}

.tb-iletisim-card.reverse .tb-iletisim-info {
    background: #F9F6EE;
    text-align: right;
}

.tb-iletisim-info h2 {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 20px;
    line-height: 1.3;
}

.tb-iletisim-row {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 13px;
}

.tb-iletisim-card.reverse .tb-iletisim-row {
    flex-direction: row-reverse;
}

.tb-iletisim-row img {
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    margin-top: 1px;
}

.tb-iletisim-row span {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
}

.tb-iletisim-row a {
    font-size: 14px;
    color: #333;
    line-height: 1.7;
    text-decoration: none;
}

.tb-iletisim-row a:hover {
    color: #E11B22;
    text-decoration: underline;
}

/* RESPONSIVE */
@media (max-width: 900px) {
    .tb-iletisim-card,
    .tb-iletisim-card.reverse {
        flex-direction: column;
        height: auto;
    }

    .tb-iletisim-photo {
        flex: none;
        width: 100%;
        aspect-ratio: 16 / 9;
    }

    .tb-iletisim-info {
        flex: none;
        width: 100%;
        padding: 30px 25px;
        text-align: left;
    }

    .tb-iletisim-card.reverse .tb-iletisim-info {
        text-align: left;
    }

    .tb-iletisim-card.reverse .tb-iletisim-row {
        flex-direction: row;
    }

    .tb-iletisim-hero {
        height: 340px;
        padding-left: 25px;
        padding-bottom: 35px;
    }

    .tb-iletisim-hero-content h1 {
        font-size: 24px;
    }

    .tb-iletisim-hero-content p {
        font-size: 14px;
    }
}


/* =============================================
   GENEL RESPONSIVE DÜZELTMELER
============================================= */

/* --- Orta Tablet (992px) --- */
@media (max-width: 992px) {
    /* Blog listesi: 3 sütun → 2 sütun */
    .blog-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 28px;
    }

    /* Ana sayfa haberler: auto-fit zaten çalışır,
       ancak gap'i biraz küçültelim */
    .haberler-container {
        padding: 0 20px;
    }

    /* News detail içerik alanı biraz sıkışmasın */
    .detail-content {
        gap: 40px;
    }
}

/* --- Tablet / Büyük Mobil (768px) --- */
@media (max-width: 768px) {
    /* Blog sayfası padding */
    .blog-page {
        padding: 60px 15px;
    }

    .blog-detail {
        padding: 60px 15px;
    }

    /* Featured blog: yan yana → üst üste */
    .featured-blog {
        flex-direction: column;
        gap: 24px;
        margin-bottom: 50px;
    }

    .featured-image {
        width: 100%;
        height: 240px;
    }

    .featured-content {
        width: 100%;
    }

    .featured-content h3 {
        font-size: 20px;
    }

    /* Blog grid: tek sütun (zaten 768'de vardı, gap'i düzeltelim) */
    .blog-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }

    /* Blog detail */
    .detail-text {
        margin-top: 25px;
    }

    .detail-title {
        font-size: 24px;
        margin-bottom: 30px;
    }

    /* Önceki/sonraki butonlar */
    .detail-pagination {
        flex-direction: column;
        align-items: center;
        gap: 16px;
        margin-top: 50px;
    }

    .detail-pagination a,
    .detail-pagination .disabled {
        font-size: 15px;
    }

    /* Haberler kartları padding */
    .haberler-section {
        padding: 60px 15px;
    }

    .haberler-container h2 {
        font-size: 22px;
    }
}

/* --- Mobil (480px) --- */
@media (max-width: 480px) {
    .blog-page {
        padding: 40px 12px;
    }

    .blog-detail {
        padding: 40px 12px;
    }

    .blog-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .featured-content h3 {
        font-size: 18px;
    }

    .featured-image {
        height: 200px;
    }

    .detail-title {
        font-size: 20px;
    }


    /* Sürdürülebilirlik hero küçük ekran */
    .tb-sustain-hero {
        height: 280px;
        padding-left: 20px;
    }

    .tb-sustain-hero-content h1 {
        font-size: 16px;
    }

    .tb-sustain-hero-content p {
        font-size: 13px;
    }

    .tb-sustain-box {
        height: 200px;
    }

    .tb-sustain-text {
        font-size: 15px;
        padding: 25px 20px;
    }

    /* İletişim hero küçük ekran */
    .tb-iletisim-hero {
        height: 260px;
        padding-left: 18px;
        padding-bottom: 25px;
    }

    .tb-iletisim-hero-content h1 {
        font-size: 20px;
    }

    .tb-iletisim-info {
        padding: 24px 18px;
    }

}

/* ============================================================
   MOBİL GENEL DÜZELTMELERİ
   ============================================================ */

/* --- Sektörler: touch cihazlarda hover yerine :active --- */
@media (hover: none) {
    .sektor:active p {
        color: #d50000;
        font-weight: 600;
    }
    .sektor:active img {
        filter: brightness(0) saturate(100%) invert(12%) sepia(100%) saturate(7495%) hue-rotate(359deg) brightness(94%) contrast(112%);
    }
}

/* --- Sektörler 768px --- */
@media (max-width: 768px) {
    .sektorler-container h2 {
        font-size: 24px;
    }
    .sektorler-icons {
        gap: 24px 30px;
    }
    .sektor p {
        font-size: 13px;
    }
    .sektorler-desc p {
        font-size: 14px;
    }
}

/* --- Sektörler 480px: tek sütun grid --- */
@media (max-width: 480px) {
    .sektorler-icons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 20px 10px;
        justify-items: center;
    }
    .sektor {
        min-width: unset;
        width: 100%;
    }
    .sektor[data-sector="yazilim"],
    .sektor[data-sector="eticaret"] {
        min-width: unset;
    }
    .sektorler-container h2 {
        font-size: 20px;
    }
    .sektor p {
        font-size: 12px;
    }
}

/* --- İstatistikler 768px --- */
@media (max-width: 768px) {
    .istatistikler-section .stat-item h3 {
        font-size: 22px;
    }
    .istatistikler-section .stat-item p {
        font-size: 14px;
    }
    .istatistikler-right ul {
        max-height: none;
        overflow-y: visible;
    }
    .istatistikler-right li {
        font-size: 14px;
    }
    .scroll-arrows {
        margin-top: 16px;
    }
    #scrollDownBtn {
        right: 0;
    }
}

/* --- Kariyer detay görseli responsive --- */
@media (max-width: 900px) {
    .ct-right img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

/* --- Kariyer detay layout 768px --- */
@media (max-width: 768px) {
    .career-top .container {
        flex-direction: column;
        gap: 30px;
    }

    .ct-left {
        padding-left: 15px;
        padding-right: 15px;
        max-width: 100%;
    }

    .ct-right {
        display: flex;
        justify-content: center;
    }

    .ct-right img {
        width: 100%;
        height: auto;
        max-height: 280px;
        object-fit: cover;
    }

    .career-text {
        padding-left: 15px;
        padding-right: 15px;
    }
}
