/* ------------------------------ */
/* GENEL */
/* ------------------------------ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Arial", sans-serif;
  background-color: #f8f9fa;
  color: #222;
  line-height: 1.6;
}

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

/* ------------------------------ */
/* HEADER - Tüm ana stiller */
/* ------------------------------ */
.main-header {
  background-color: #002b36;
  color: white;
  width: 100%;
  position: relative;
}

/* Header Konteynerı */
.main-header .container {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 5px;
  justify-content: space-between;
}

/* Logo */
.main-header .container .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px; /* Navigasyon ile hizalama için boşluk */
    
}

.site-logo {
  height: 80px;
  width: auto;
  transition: transform 0.3s ease;
  fill: white;
}

/* Logo Yazısı */
.main-header .container .logo span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  font-family: Arial, sans-serif;
  margin-top: 5px;
  letter-spacing: 1px;
}

/* Bu kural, hem hamburger menü hem de dil seçiciyi içeren yeni div'i stillendirir */
.nav-right {
    display: flex;
    align-items: center; /* İçindeki öğeleri dikeyde ortalar */
    gap: 10px; /* Hamburger menü ile dil seçici arasına boşluk koyar */
}
/* Navigasyon Menüsü - Masaüstü Görünümü */
.main-nav {
    flex-grow: 1; /* Navigasyonun kalan tüm alanı kaplamasını sağlar */
}

.main-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; /* Menü öğelerini yatayda ortalar */
  list-style: none;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.main-nav a {
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s;
}

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

/* Menü Butonu (Masaüstünde Gizli) */
.hamburger-menu {
  display: none;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 9999;
  padding: 0;
  line-height: 0;
}

/* Menü İkonu (Görseli) */
.hamburger-menu img {
  width: 32px;
  height: 32px;
  transition: transform 0.3s ease;
}

@media (max-width: 768px) {
  /* Hamburger menüyü göster */
  .hamburger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0; /* İç dolguyu sıfırlar */
    border: none;
  }
  
  /* Navigasyon menüsünü gizle ve mobil stilini ver */
  .main-nav {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: #002b36;
    padding: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    z-index: 999;
    transform: translateY(-100%);
    transition: transform 0.3s ease-in-out;
  }
  
  /* Menü açıldığında görünür yap ve animasyonla aşağı kaydır */
  .main-nav.active {
    display: block;
    transform: translateY(0);
    z-index: 1000;
  }

  /* Menü yazılarını ortalar */
  .main-nav ul {
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
  }
  
  /* İkon ve Bayrağı İçeren Konteyner */
  .nav-right {
    display: flex;
    align-items: center;
    gap: 10px;
    line-height: 0; /* İçeriğin dikey hizalanmasını garanti eder */
  }

  /* Hamburger ikonu ve bayrak görselini aynı boyuta getirir ve hizalar */
  .hamburger-menu img,
  .language-selector img {
    height: 32px;
    width: auto;
    vertical-align: middle; /* Gorsel hizalamayı tam olarak ortalar */
    margin: 0;
    padding: 0;
  }

  /* Dil seçicinin ana div'i */
  .language-selector {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  /* Mobil menüdeyken logo boşluğunu düzenle */
  .main-header .container .logo {
    padding-bottom: 10px;
  }
}

/* WhatsApp Konteynerı - Her zaman görünür ve sabit */
.whatsapp-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    transition: all 0.3s ease;
}

/* WhatsApp Butonu - Mobil için varsayılan stil (sadece ikon) */
.whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #25D366;
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-decoration: none;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.whatsapp-button:hover {
    background-color: #128C7E;
    transform: scale(1.05);
}

/* WhatsApp İkonu */
.whatsapp-button img {
    height: 32px;
    width: auto;
}

/* WhatsApp Yazısı - Mobil görünümde gizli */
.whatsapp-text {
    display: none;
}

/* --- Masaüstü ve Tablet Görüntüsü (769px ve üstü) --- */
@media (min-width: 769px) {
    .whatsapp-button {
        width: auto;
        height: auto;
        border-radius: 50px;
        padding: 10px 15px;
        gap: 10px;
    }

    .whatsapp-text {
        display: block;
        font-size: 16px;
        font-weight: bold;
        white-space: nowrap;
    }
}



/* Masaüstü görünümde sabitlenmiş pozisyon */
.language-selector {
  position: absolute; /* Masaüstünde istediğiniz gibi sabit */
  top: auto;
  right: 100px;
  z-index: 1001;
}

/* Diğer mevcut stiller */
.language-selector .current-lang img {
  width: 30px;
  cursor: pointer;
}

.language-selector .lang-options {
  list-style: none;
  padding: 0;
  margin: 5px 0 0 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100%;
  right: 0;
  display: none;
}

.language-selector.open .lang-options {
  display: block;
}

.language-selector .lang-options li a {
  display: block;
  padding: 5px;
  text-decoration: none;
}

.language-selector .lang-options img {
  width: 30px;
  border: 1px solid #ddd;
  border-radius: 3px;
}

@media (max-width: 768px) {
  /* ... (Diğer mobil stilleriniz) ... */

  /* Hamburger menü ve dil seçiciyi içeren konteyneri dikeyde ortala */
  .nav-right {
    display: flex;
    align-items: center; /* İçindeki öğeleri dikeyde ortalar */
    gap: 10px;
  }

  /* Butonun içindeki hamburger ikonunun stilini günceller */
  .hamburger-menu img {
    width: 32px;
    height: 32px;
  }

  /* Dil seçicinin bayrak ikonunun stilini günceller ve hamburger ikonuyla aynı boyuta getirir */
  .language-selector img {
    height: 32px; /* Hamburger menü ile aynı yüksekliğe ayarlar */
    width: auto;
  }

  /* Dil seçiciyi de flexbox yaparak içindeki bayrağı dikeyde ortalar */
  .language-selector {
    display: flex;
    align-items: center;
  }














  
  /* ... (Diğer mobil stilleriniz) ... */
}
.hero-section {
  position: relative;
  height: 100vh; /* Ekran yüksekliği kadar bir alan kaplamasını sağlar */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff; /* Yazı rengini beyaz yapar */
  text-align: center;
  overflow: hidden; /* Taşmaları engeller */
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/assets/images/pexels-erik-karits-2093459-3732500.webp")
    no-repeat center center/cover; /* Arka plan görseli */
  filter: brightness(
    50%
  ); /* Görseli karartarak yazının daha okunur olmasını sağlar */
  z-index: 1;
}

.hero-content {
  position: relative;
  z-index: 2; /* İçeriğin arka planın üstünde olmasını sağlar */
  padding: 0 20px; /* Kenar boşlukları ekler */
}

.hero-content h1 {
  font-size: 3.5rem; /* Başlık boyutunu ayarlar */
  font-weight: 700; /* Kalınlık verir */
  margin-bottom: 20px;
  line-height: 1.2;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Okunurluğu artırmak için gölge ekler */
}

.hero-content p {
  font-size: 1.2rem;
  font-weight: 300; /* İnce bir font kalınlığı verir */
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
  display: inline-block;
  background-color: #ffc107; /* Dikkat çekici sarı bir renk */
  color: #ffa500;
  padding: 15px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}

.cta-button:hover {
  background-color: #ffca2c;
  transform: translateY(
    -2px
  ); /* Butonun üzerine gelince hafifçe yukarı kaymasını sağlar */
}

/* Küçük ekranlar için responsive ayarlar */
@media (max-width: 768px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }

  .hero-content p {
    font-size: 1rem;
  }

  .cta-button {
    padding: 12px 25px;
  }
}

/* ------------------------------ */
/* FEATURES (ICON BOXES) */
/* ------------------------------ */
.features {
  background-color: white;
  padding: 60px 20px;
}

.features-boxes {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  text-align: center;
  gap: 40px;
}

.feature img {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
}

.feature h3 {
  font-size: 1.2rem;
  color: #111;
  margin-bottom: 10px;
}

.feature p {
  color: #666;
  max-width: 250px;
  margin: auto;
}

.transfer-section {
  background-color: #f8f8f8;
  padding: 60px 20px;
}

.transfer-section h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #002b36;
}

.transfer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: center;
}

.transfer-card {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  width: 280px;
  padding-bottom: 15px;
  text-align: center;
  overflow: hidden;
  transition: transform 0.3s;
}

.transfer-card:hover {
  transform: translateY(-4px);
}

.transfer-card img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  border-bottom: 1px solid #eee;
}

.transfer-card h3 {
  margin: 15px 0 5px;
  color: #111;
}

.transfer-card p {
  font-size: 0.95rem;
  color: #444;
  margin-bottom: 5px;
}

.transfer-card span {
  font-size: 0.85rem;
  color: #888;
}

/* Gizli kartlar */
.hidden {
  display: none;
}

/* Devamını Gör Butonu */
.show-more-wrapper {
  margin-top: 30px;
  text-align: center;
}

.btn-show-more {
  display: inline-block;
  background-color: #ffa500;
  color: white;
  padding: 12px 25px;
  border: none;
  border-radius: 5px;
  font-size: 1rem;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.3s;
}

.btn-show-more:hover {
  background-color: #e69500;
}

.vehicles {
  background-color: #fff;
  padding: 60px 20px;
}

.vehicles h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #002b36;
}

.vehicle-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.vehicle-card {
  background-color: #fefefe;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  width: 300px;
  padding-bottom: 20px;
  transition: transform 0.3s;
}

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

.vehicle-card img {
  width: 100%;
  height: 180px;
  object-fit: contain;
  border-bottom: 1px solid #ddd;
}

.vehicle-card h3 {
  margin: 15px 0 10px;
  font-size: 1.2rem;
  color: #111;
}

.vehicle-card p {
  color: #555;
  padding: 0 15px;
  font-size: 0.95rem;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .vehicle-grid {
    flex-direction: column;
    align-items: center;
  }
}
/* SÖZLEŞME */
.contract {
  max-width: 800px; /* İçeriği ortada tutmak için genişlik */
  margin: 40px auto; /* Ortalama */
  padding: 30px; /* Kenar boşluğu */
  background-color: #fff; /* Beyaz arka plan */
  border: 1px solid #ccc; /* Hafif çerçeve */
  border-radius: 8px; /* Köşeleri yuvarlatma */
  font-family: "Times New Roman", serif; /* Resmi belge fontu */
  font-size: 16px; /* Rahat okunur yazı boyutu */
  line-height: 1.6; /* Satırlar arası boşluk */
  color: #222; /* Yazı rengi */
}

.contract h1,
.contract h2,
.contract h3 {
  text-align: center; /* Başlıkları ortala */
  font-weight: bold;
  margin-bottom: 20px;
}

.contract p {
  margin-bottom: 15px; /* Paragraflar arası boşluk */
  text-align: justify; /* Kenarlara yaslama */
}

.contract ul,
.contract ol {
  padding-left: 30px; /* Madde listeleri için boşluk */
  margin-bottom: 15px;
}

.contract strong {
  font-weight: bold; /* Vurgulu yazılar */
}

.contract table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
}

.contract table,
.contract th,
.contract td {
  border: 1px solid #444;
}

.contract th,
.contract td {
  padding: 8px 12px;
  text-align: left;
}

@media print {
  body {
    background-color: #fff; /* Baskı için beyaz arka plan */
  }
  .contract {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
}

/* ------------------------------ */
/* FOOTER */
/* ------------------------------ */
footer {
  background-color: #002b36;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

footer p {
  margin-bottom: 20px;
}

footer .map iframe {
  width: 100%;
  max-width: 600px;
  height: 300px;
  border: 0;
  border-radius: 10px;
}

/* ------------------------------ */
/* RESPONSIVE */
/* ------------------------------ */
@media (max-width: 768px) {
  .features-boxes,
  .vehicle-gallery {
    flex-direction: column;
    align-items: center;
  }

  .main-nav ul {
    flex-direction: column;
    gap: 10px;
  }
}

/* SSS Sayfası Özel Stil */
.sss-wrapper {
  max-width: 900px;
  margin: 60px auto;
  padding: 0 20px;
}
.sss-wrapper h1 {
  font-size: 1.5rem; /* Başlık font boyutunu ayarla */
  color: #333; /* Okunabilir koyu renk */
  text-align: center; /* Başlığı ortala */
  margin-bottom: 25px;
  margin-top: -25px; /* Metin ile arasına boşluk bırak */
  font-weight: 700; /* Kalın font kullan */
}

/* Mobil cihazlar için responsive ayar */
@media (max-width: 768px) {
  .reservation-form-section h1 {
    font-size: 2rem; /* Başlık boyutunu küçült */
  }
}
.sss-wrapper h2 {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 40px;
  color: #002b36;
}
.accordion-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.accordion-header {
  padding: 15px 20px;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  background: #f9f9f9;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.accordion-header::after {
  content: "+";
  font-size: 1.2rem;
  transition: transform 0.3s;
}
.accordion-item.active .accordion-header::after {
  transform: rotate(45deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  color: #555;
  line-height: 1.5;
  background: #fff;
  transition: max-height 0.4s ease, padding 0.3s ease;
}
.accordion-item.active .accordion-content {
  padding: 15px 20px;
  max-height: 300px;
}

/* Genel */
:root {
  --card-bg: #fff;
  --page-bg: #f8f7f7;
  --accent: #d82b2b; /* kişi sayısı kırmızısı */
  --title-bg: #0b0b0b;
}
.transfer-cards-section {
  padding: 40px 0;
  background: #f8f8f8;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.card {
  background: #fff;
  border-radius: 8px;
  width: 350px;
  /* overflow: hidden; özelliği çok önemlidir, resmin kartın dışına taşmasını engeller. */
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  transition: box-shadow 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
/* ... diğer CSS kodları ... */

.card:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.card-image-container {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden; /* Resmi kapsayıcının dışına taşmasını engeller */
}

/* Kartın üzerine gelindiğinde (hover) fotoğrafı büyüt */
.card:hover .card-image-container img {
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.card-image-container img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  display: block;
  position: relative;
  /*Efektinyumuşakgeçişiiçintransitionekliyoruz*/
  -webkit-transition: transform 0.5s ease-in-out;
  -moz-transition: transform 0.5s ease-in-out;
  -ms-transition: transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.card-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.card-body {
  padding: 15px;
}

.transfer-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 8px 0;
}

.vehicle {
  flex: 1;
  text-align: left;
  font-weight: bold;
  color: #333;
}

.passengers {
  flex: 1;
  text-align: center;
  color: red;
  font-weight: bold;
}

.price {
  flex: 1;
  text-align: right;
  font-weight: bold;
  color: #333;
}

.distance {
  margin-top: 10px;
  font-size: 14px;
  color: #777;
  text-align: center;
}

/* ... diğer CSS kodları ... */

.search-section {
  padding: 20px 0;
  background-color: #f0f2f5;
  text-align: center;
}

/* style.css dosyasına eklenecek kod */
.search-section h1 {
  font-size: 1.7rem; /* Başlık boyutunu büyüt */
  color: #333; /* Okunabilir koyu renk */
  text-align: center; /* Başlığı ortala */
  margin-bottom: 20px; /* Arama çubuğu ile arasına boşluk bırak */
  font-weight: 700; /* Kalın yap */
}

/* Küçük ekranlar için responsive ayar */
@media (max-width: 768px) {
  .search-section h1 {
    font-size: 2rem;
  }
}
.autocomplete {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 600px;
}

#searchInput {
  width: 100%;
  padding: 12px 20px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 25px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  outline: none;
}

#searchInput:focus {
  border-color: #007bff;
  box-shadow: 0 4px 8px rgba(0, 123, 255, 0.2);
}

#autocomplete-list {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  list-style-type: none;
  padding: 0;
  margin-top: 5px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
  display: none; /* Başlangıçta gizli */
}

#autocomplete-list li {
  padding: 12px 20px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#autocomplete-list li:last-child {
  border-bottom: none;
}

#autocomplete-list li:hover {
  background-color: #f0f0f0;
}

/* ... diğer CSS kodları ... */

.more-transfers-section {
  text-align: center;
  padding: 30px 0;
}

.cta-button {
  display: inline-block;
  padding: 15px 30px;
  background-color: #002b36;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #004d66;
}

/* responsive için */
@media (max-width: 768px) {
  .cta-button {
    width: 100%;
    font-size: 16px;
  }
}
/* REZERVASYON FORMU STİLLERİ */
.reservation-form-section {
  padding: 50px 0;
  background-color: #f8f9fa;
}
/* Rezervasyon Bilgilendirme Metni Stilleri */
.reservation-info-text {
  text-align: center;
  margin: 20px;
  font-size: 1.1em;
  color: #555;
  line-height: 1.5;
  padding: 0 10px;
}
.reservation-form-section .container {
  max-width: 700px;
}
/* style.css dosyasına eklenecek kod */

.reservation-form-section h1 {
  font-size: 1.5rem; /* Başlık font boyutunu ayarla */
  color: #333; /* Okunabilir koyu renk */
  text-align: center; /* Başlığı ortala */
  margin-bottom: 20px; /* Metin ile arasına boşluk bırak */
  font-weight: 700; /* Kalın font kullan */
}

/* Mobil cihazlar için responsive ayar */
@media (max-width: 768px) {
  .reservation-form-section h1 {
    font-size: 2rem; /* Başlık boyutunu küçült */
  }
}

.form-title {
  text-align: center;
  margin-bottom: 40px;
  color: #002b36;
  font-size: 2em;
  font-weight: bold;
}

#reservationForm {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}

label {
  display: block;
  margin-bottom: 8px;
  font-weight: bold;
  color: #222;
}

input[type="text"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="number"],
select {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  box-sizing: border-box; /* padding'in genişliğe dahil olmasını sağlar */
}

/* Yarı genişlikteki inputlar için */
.location-group,
.date-time-group,
.count-group {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.input-half {
  flex: 1;
}

/* Transfer tipi radyo butonları için */
.transfer-type-group label {
  display: inline-block;
  font-weight: normal;
  margin-right: 15px;
  cursor: pointer;
}

/* Submit butonu */
.submit-button {
  width: 100%;
  padding: 15px;
  background-color: #002b36;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.submit-button:hover {
  background-color: #004d66;
}

/* Harita ve mesafe bilgisi */
#map {
  border-radius: 10px;
  height: 300px;
  width: 100%;
  margin-bottom: 20px;
}
#distanceInfo {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;
  color: #002b36;
  margin-top: 10px;
}
/* ... diğer CSS kodları ... */

.input-half {
  flex: 1;
  position: relative; /* Bu çok önemli! Altındaki otomatik tamamlama listesinin yerleşimini bu elemana göre ayarlar. */
}

/* Otomatik tamamlama listesi stilleri */
#pickup-autocomplete-list,
#dropoff-autocomplete-list {
  position: absolute;
  top: 100%; /* Input kutusunun hemen altına yerleştirir */
  left: 0;
  right: 0;
  z-index: 1000;
  list-style-type: none;
  padding: 0;
  margin: 5px 0 0 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-height: 200px;
  overflow-y: auto;
}

#pickup-autocomplete-list li,
#dropoff-autocomplete-list li {
  padding: 12px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}

#pickup-autocomplete-list li:hover,
#dropoff-autocomplete-list li:hover {
  background-color: #f0f0f0;
}

/* Rezervasyon Bilgilendirme Metni Stilleri */
.reservation-info-text {
  text-align: center;
  margin-top: 25px;
  font-size: 1em; /* Form metinleri ile uyumlu olması için 1em */
  color: #555;
  line-height: 1.5;
  padding: 0 10px;
  background-color: #f9f9f9;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 15px;
}

/* Hakkımızda Sayfası Stilleri */
.about-section {
  padding: 50px 0;
}

.about-content {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center; /* İçerikleri dikeyde ortalamak için ekledim */
}

.about-text {
  flex: 1; /* Metin bölümü ve resim eşit alan kaplayacak */
}

.about-image {
  flex: 1; /* Resim bölümü ve metin eşit alan kaplayacak */
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.about-image img {
  width: 100%;
  height: auto;
  max-height: 450px; /* Resmin maksimum yüksekliğini artırdım */
  object-fit: cover;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section-title {
  text-align: center;
  font-size: 2em;
  color: #333;
  margin-bottom: 40px;
}

.about-text h2 {
  color: #444;
  margin-bottom: 15px;
  font-size: 1.8em;
}

.about-text p,
.about-text ul {
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}

.about-text ul {
  padding-left: 20px;
}

.about-text li {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .about-content {
    flex-direction: column;
  }
}

