:root {
  --bg-color: #1e1e1e; /* Daha koyu ve modern arka plan */
  --text-color: #e0e0e0; /* Daha yumuşak beyaz yazı */
  --primary-color: #ffc107; /* Biraz daha sıcak altın rengi */
  --secondary-color: #007bff; /* İkincil renk olarak mavi (şimdilik kullanılmayacak ama tanımlandı) */
  --heading-font: 'Montserrat', sans-serif;
  --body-font: 'Montserrat', sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  font-family: var(--body-font);
  background-color: var(--bg-color);
  color: var(--text-color);
  line-height: 1.6;
  margin-top: 0px;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

h1 {
  font-size: 3.5rem; /* Daha büyük ana başlık */
  font-weight: 700;
  margin-bottom: 0.8rem; /* Başlık altına boşluk */
  line-height: 1.2; /* Satır yüksekliği */
}

h2 {
  font-size: 2.5rem; /* İkinci seviye başlık */
  font-weight: 600;
  margin-bottom: 1.5rem; /* Başlık altına boşluk */
  line-height: 1.3; /* Satır yüksekliği */
}

h3 {
  font-size: 1.8rem; /* Üçüncü seviye başlık */
  font-weight: 600;
  margin-bottom: 1rem; /* Başlık altına boşluk */
  line-height: 1.4; /* Satır yüksekliği */
}

h4, h5, h6 {
  font-family: var(--heading-font);
  color: var(--primary-color);
  margin-bottom: 15px;
}

p {
  font-size: 1rem; /* Genel paragraf boyutu */
  line-height: 1.7; /* Okunabilirlik için satır yüksekliği */
  margin-bottom: 1rem; /* Paragraf altına boşluk */
  color: var(--text-color); /* Paragraf rengi */
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  background-color: #1a1919ee;
  box-shadow: 0 4px 6px 4px rgb(0 0 0 / 35%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.header .logo {
  width: 4rem;
}
.header .logo img {
  width: 100%;
}

.header-left {
  display: flex;
  flex-direction: row; /* Logo ve blok yan yana */
  align-items: center;
  gap: 20px;
}

.block-left {
  display: flex;
  flex-direction: column; /* Adres ve telefon alt alta */
  justify-content: center;
  align-items: flex-start; /* Sola hizala */
  gap: 4px; /* Boşluğu azalt */
}

.block-left i {
  font-size: 18px;
  color: var(--text-color);
  margin-right: 5px; /* İkon yanına boşluk */
}

.block-left div {
  display: flex;
  align-items: center;
}

.block-left a {
  color: var(--text-color);
  text-decoration: none;
}

.header-right {
  display: flex;
  align-items: center; /* Dikeyde ortala */
  gap: 20px; /* Öğeler arasına boşluk */
}

nav ul {
  display: flex;
  list-style: none;
  gap: 35px;
  margin: 0;
  padding: 0;
}

nav ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

nav ul li a:hover {
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}

.hamburger {
  display: none; /* Varsayılan olarak gizli */
  flex-direction: column;
  justify-content: space-around;
  width: 30px;
  height: 25px;
  cursor: pointer;
}

.hamburger .bar {
  width: 100%;
  height: 3px; /* Çubuk kalınlığı */
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.hero-section {
  text-align: center;
  padding: 8rem 1rem; /* Hero section daha fazla dikey boşluk */
  background: url('/images/transport.jpg') no-repeat center center/cover;
  color: var(--text-color);
  position: relative;
  z-index: 1;
}

.hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  filter: blur(4px);
  z-index: -1;
}

.hero-section h1 {
  font-size: 3.5rem; /* Hero section başlığı genel h1 ile aynı */
  font-family: var(--heading-font);
  font-weight: 700;
  margin-bottom: 1.5rem; /* H1 altına boşluk */
  color: var(--primary-color);
  text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}

.hero-section p {
  font-size: 1.2rem; /* Hero section paragraf daha büyük */
  margin-bottom: 2rem; /* Paragraf altına boşluk */
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

#transferForm {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 400px; /* Geniş ekranda daha geniş olabilir, medya sorguları ile ayarlanabilir */
  margin: 0 auto;
  gap: 1rem; /* Form elementleri arasına boşluk */
  padding: 2.5rem; /* Form içi padding */
  background-color: #2a2a2a; /* Daha belirgin koyu arka plan */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.5); /* Daha belirgin gölge */
  border-radius: 12px; /* Daha yuvarlak köşeler */
  border: 1px solid #444; /* İnce kenarlık */
}

#transferForm label {
  font-size: 1rem; /* Label boyutu */
  color: var(--text-color);
  align-self: flex-start; /* Sola hizala */
  margin-bottom: 0.5rem;
  font-weight: 600; /* Kalın font */
}

#transferForm input[type="text"],
#transferForm select {
  padding: 1rem; /* Daha fazla padding */
  width: 100%;
  border: 1px solid #555; /* Kenarlık rengi */
  background-color: #3a3a3a; /* Input arka plan rengi */
  color: var(--text-color);
  border-radius: 8px; /* Yuvarlak köşeler */
  transition: border-color 0.3s ease, background-color 0.3s ease;
  margin-bottom: 1.5rem; /* Altına boşluk */
  font-size: 1rem;
}

#transferForm input[type="text"]:focus,
#transferForm select:focus {
  border-color: var(--primary-color); /* Focus rengi */
  background-color: #4a4a4a; /* Focus arka plan rengi */
  outline: none;
}

#transferForm button {
  padding: 1rem 2rem; /* Daha fazla padding */
  background-color: var(--primary-color);
  color: var(--bg-color);
  border: none;
  font-size: 1.2rem; /* Daha büyük font */
  font-weight: 700; /* Kalın font */
  cursor: pointer;
  border-radius: 8px; /* Yuvarlak köşeler */
  transition: background-color 0.3s ease, transform 0.2s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); /* Daha belirgin gölge */
  margin-top: 2rem; /* Üstüne boşluk */
  width: 100%; /* Tam genişlik */
}

#transferForm button:hover {
  background-color: #ffcc00;
  transform: translateY(-2px);
}

#transferForm button:active {
  transform: translateY(1px);
}

#transferForm select {
  padding: 10px;
  width: 100%;
  border: 1px solid #555;
  background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 6"%3E%3Cpath fill="none" stroke="%23fff" stroke-width="2" d="M1 1l4 4 4-4" /%3E%3C/svg%3E') no-repeat right 10px center, #fcf9f95e;
  background-size: 0.8rem 0.5rem; /* Select ok boyutu */
  color: var(--text-color);
  border-radius: 5px;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  transition: border-color 0.3s ease, background-color 0.3s ease;
  text-align: center;
  margin-bottom: 15px;
  padding-right: 2rem; /* Ok için sağ padding */
}

#transferForm select:focus {
  border-color: var(--primary-color);
  outline: none;
  background-color: #464141;
}

#transferForm select:hover {
  background-color: #444;
}

#transferForm select::-ms-expand {
  display: none;
}

.about-photo {
  width: 15rem;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 2rem; /* Fotoğraf altına boşluk */
}

.about-photo img {
  width: 100%;
}

.about-section {
  background-color: #2b2b2b;
  padding: 6rem 1rem; /* Tüm sectionlara daha fazla dikey boşluk */
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.about-section h2,
.faq-section h2,
.contact-section h2,
.comments-section h2,
.map-section h2,
.gallery-section h2 { /* Tüm section başlıkları */
  color: var(--primary-color);
  text-align: center;
  margin-bottom: 2rem; /* Başlık altına daha fazla boşluk */
}

.about-section p {
  font-size: 1.1rem; /* About paragraf boyutu */
  max-width: 800px;
  margin: 0 auto 1.5rem auto; /* Altına boşluk ve ortalama */
  line-height: 1.6;
}

.faq-section {
  background-color: #282828; /* Hafif farklı arka plan */
  padding: 80px 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.faq-item {
  text-align: center;
  margin-bottom: 1.5rem; /* FAQ item arasına boşluk */
  padding: 1rem; /* FAQ item içi padding */
  background-color: #333; /* FAQ item arka planı */
  border-radius: 8px; /* Hafif yuvarlak köşeler */
}

.faq-item h3 {
  color: var(--text-color);
  margin-bottom: 0.5rem;
}

.faq-item p {
  font-size: 1rem;
  color: #ccc;
}

.contact-section {
  background-color: #2b2b2b;
  padding: 60px 20px;
  text-align: center;
}

.contact-section p {
  font-size: 1.1rem; /* İletişim bilgileri metin boyutu */
  margin-bottom: 0.8rem; /* İletişim bilgileri arasına boşluk */
}

footer {
  background-color: #1a1919;
  color: var(--text-color);
  padding: 2.5rem 1rem; /* Footer paddingi güncellendi */
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  gap: 1.5rem; /* Footer sol ve sağ kısımları arasına boşluk */
}

.map-section {
  background-color: #222; /* Hafif farklı arka plan */
  padding: 60px 20px;
  text-align: center;
  color: #fff;
}

.map-container {
  background-color: #333;
  border-radius: 15px;
  padding: 20px;
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}

.map-container h2 {
  font-size: 32px;
  font-weight: 700;
  color: gold;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.map-container p.location-description {
  font-size: 16px;
  color: #ccc;
  margin-top: 20px;
  line-height: 1.5;
}

#map {
  width: 100%;
  height: 450px;
  margin: 0;
  padding: 0;
}

#map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.dropdown {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.dropdown .dropbtn {
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dropdown .dropbtn .flag {
  width: 20px;
  margin-left: 5px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  width: 8rem;
  z-index: 1;
  border-radius: 5px;
}

.dropdown-content a {
  color: white;
  padding: 3px;
  text-decoration: none;
  display: block;
  font-size: 14px;
}

.dropdown-content a:hover {
  background-color: #575757;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content .flag {
  width: 20px;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .header {
    padding: 10px 15px;
  }

  .header-left {
    gap: 10px;
  }

  .block-left {
    align-items: flex-start;
  }

  .header-right {
    /* Mobil görünüm: Dil seçici solda, hamburger menü sağda, nav gizli */
    display: flex;
    align-items: center;
    gap: 15px;
  }

  nav {
    display: none; /* Navigasyon menüsü mobilde gizli */
    position: absolute;
    top: 90px; /* Header yüksekliğine göre ayarla */
    left: 0;
    width: 100%;
    background-color: #1a1919;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 999;
  }

  nav.active {
    display: block; /* Hamburger menü aktifken görünür */
  }

  nav ul {
    flex-direction: column; /* Mobil menü alt alta */
    gap: 15px;
    padding: 15px;
  }

  nav ul li a {
    font-size: 16px;
  }

  .hamburger {
    display: flex; /* Hamburger simgesi mobilde görünür */
  }

  .dropdown {
    display: block; /* Dil seçici mobilde görünür */
  }

  .dropdown-content {
    top: 30px;
    right: 0;
    left: auto;
  }

  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  p {
    font-size: 0.95rem;
  }

  .hero-section h1 {
    font-size: 2.8rem;
  }

  .hero-section p {
    font-size: 1rem;
  }

  .about-section p {
    font-size: 1rem;
  }

  .contact-section p {
    font-size: 1rem;
  }

  .about-photo {
    width: 10rem;
  }

  .faq-item {
    padding: 0.8rem;
  }

  .comment {
    padding: 0.8rem;
  }

  .comments-section h2,
  .map-section h2,
  .gallery-section h2 {
    font-size: 1.8rem;
  }

  .comments-section,
  .map-section,
  .gallery-section {
     padding: 4rem 1rem;
  }

  .comment-cont {
    margin-top: 0rem !important;
  }

  #commentForm {
    padding: 1.5rem;
  }

  footer {
    flex-direction: column;
    gap: 1rem;
    padding: 1.5rem 1rem;
  }

  .header-right {
    gap: 15px; /* Mobil görünümde boşluğu azalt */
  }

  .dropdown {
    /* Mobil görünümde dropdown her zaman görünür */
    display: block;
  }

  .dropdown .dropbtn {
    padding: 0; /* Mobil görünümde paddingi kaldır */
  }

  .dropdown-content {
    top: 30px; /* Mobil görünümde dropdown içeriğinin konumunu ayarla */
    right: 0;
    left: auto; /* Sola hizalamayı kaldır */
  }

  #commentForm {
    width: 100%;
  }

  .stars {
    font-size: 24px;
  }

  .comments-section {
    padding: 3rem 1rem;
    width: 100%;
  }

  .comment {
    padding: 1rem;
    margin-bottom: 1rem;
    max-width: 95%;
    margin: 1rem auto;
  }

  .comment p strong {
    font-size: 1rem;
  }

  .comment p {
    font-size: 0.9rem;
  }

  .comment .stars {
    font-size: 1.2rem;
  }

  #comment-list {
    max-height: 20rem;
  }

  .comments-layout {
    flex-direction: column !important;
  }

  .radio-group {
    flex-direction: column; /* Mobil ekranlarda alt alta */
    gap: 0.5rem !important; /* Mobil boşluğu azalt */
    align-items: stretch !important; /* Genişliği kapla */
  }

  .radio-container {
    padding: 0.8rem 1rem;
  }

  #transferForm {
    padding: 2rem;
    max-width: 100%; /* Mobil ekranlarda tam genişlik */
  }

  #transferForm input[type="text"],
  #transferForm select {
    padding: 0.8rem;
    margin-bottom: 1rem;
  }

  #transferForm button {
    padding: 1rem;
    font-size: 1.1rem;
    margin-top: 1.5rem;
  }
}

@media (min-width: 768px) {
  .hamburger {
    display: none; /* Hamburger masaüstünde gizli */
  }
  nav {
    display: block; /* Navigasyon masaüstünde görünür */
  }
   .header-right {
    flex-direction: row; /* Masaüstünde yan yana */
   }

  .dropdown-content {
    left: 0;
    right: auto;
    top: 100%;
  }

  .comments-section {
    flex: 2; /* Yorum listesi daha fazla yer kaplasın */
    padding: 0;
    margin-right: 2rem; /* Yorum listesi ile form arasına boşluk */
  }

  .comment-cont {
    flex: 1; /* Yorum formu daha az yer kaplasın */
    padding: 0;
    margin-top: 0; /* Geniş ekranda üste boşluk olmasın */
  }

  #comment-list {
    max-height: 30rem; /* Yorum listesi için maksimum yükseklik */
  }
}

@media (max-width: 1024px) and (min-width: 769px) {
  .hero-section,
  .about-section,
  .faq-section,
  .contact-section,
  .comments-section,
  .map-section,
  .gallery-section {
    padding: 70px 20px;
  }

  h1 { font-size: 3rem; }
  h2 { font-size: 2.2rem; }
  h3 { font-size: 1.6rem; }

  .hero-section h1 { font-size: 3.2rem; }
  .hero-section p { font-size: 1.1rem; }

  #transferForm { max-width: 500px; }
}

.radio-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1.5rem;
  justify-content: center;
  flex-direction: row;
}

.radio-container {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  cursor: pointer;
  padding: 0.8rem 1.2rem; /* Tıklama alanı ve iç boşluk */
  user-select: none;
  background-color: #3a3a3a; /* Radyo kutusu arka planı */
  border: 1px solid #555;
  border-radius: 8px; /* Yuvarlak köşeler */
  transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* Renk ve gölge geçişi eklendi */
  color: var(--text-color);
  text-align: left; /* Yazıyı sola hizala */
  padding-left: 35px; /* Checkmark için solda boşluk bırak */
}

.radio-container input[type="radio"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 50%; /* Dikeyde ortala */
  left: 10px; /* Soldan boşluk */
  transform: translateY(-50%); /* Dikeyde tam ortala */
  height: 20px;
  width: 20px;
  background-color: #eee; /* Varsayılan kutu rengi */
  border-radius: 50%;
  transition: background-color 0.3s, border-color 0.3s; /* Geçiş efektleri */
  border: 1px solid #777; /* Kenarlık */
  display: block; /* Gizlemeyi kaldır */
}

.radio-container input[type="radio"]:checked ~ .checkmark {
  background-color: var(--primary-color); /* Seçili arka plan rengi */
  border-color: var(--primary-color);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px; /* İşaretin konumu */
  top: 5px; /* İşaretin konumu */
  width: 8px; /* İşaret boyutu */
  height: 8px; /* İşaret boyutu */
  background-color: white; /* İşaret rengi */
  border-radius: 50%;
}

.radio-container input[type="radio"]:checked ~ .checkmark:after {
  display: block; /* Seçili durumda işareti göster */
}

footer a {
  color: var(--text-color);
}

.gallery-section {
  text-align: center;
  margin: 20px;
}

.owl-carousel .owl-item img {
  width: 100%;
  height: 600px;
  object-fit: contain;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px; 
  right: 20px;
  z-index: 1000;
}

.bi-whatsapp {
  fill: white;
}

.comment-cont {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 6rem;
}

#commentForm {
  max-width: 600px;
  width: 100%;
  padding: 1.5rem;
  background-color: #181818;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

#commentForm h1 {
  text-align: center;
  font-size: 1rem;
}

#commentForm label {
  font-weight: bold;
  display: block;
  margin: 10px 0 5px;
}

#commentForm input[type="text"],
#commentForm textarea {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
  box-sizing: border-box;
}

#commentForm input[type="text"]:focus,
#commentForm textarea:focus {
  border-color: #f4a261;
  outline: none;
}

#commentForm .stars {
  display: flex;
  justify-content: space-between;
  width: 200px;
  margin-bottom: 20px;
}

#commentForm .stars i {
  font-size: 30px;
  color: #ddd;
  cursor: pointer;
  transition: color 0.3s ease;
}

#commentForm  .stars i.hovered,
#commentForm  .stars i.selected {
    color: #ffcc00;
}

#commentForm button {
  width: 100%;
  padding: 12px;
  background-color: var(--primary-color);
  color: var(--bg-color);
  border: none;
  font-size: 1.1rem;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#commentForm button:hover {
  background-color: #ffcc00;
}


.comments-section {
  padding: 4rem 1rem;
  color: var(--text-color);
  max-width: 1000px;
  margin: 0 auto;
}

.comments-section h2 {
  font-size: 2.2rem;
  text-align: center;
  margin-bottom: 2rem;
  color: var(--primary-color);
}

.comment {
  background-color: var(--bg-color);
  padding: 1rem;
  margin-bottom: 1rem;
  border-radius: 8px;
  border: 1px solid #3a3a3a;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  font-size: 0.9rem;
  line-height: 1.5;
  color: var(--text-color);
  max-width: 500px;
  margin: 1rem auto;
  height: auto;
  word-wrap: break-word;
  white-space: normal;
  overflow-wrap: break-word;
}

.comment p strong {
  font-size: 1rem;
  margin-bottom: 0.3rem;
  display: block;
  color: var(--primary-color);
}

.comment p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
  text-align: left;
  max-height: none;
  overflow: hidden;
  color: var(--text-color);
}

.comment .stars {
  font-size: 1.2rem;
  margin-top: 0.5rem;
  color: var(--primary-color);
  text-align: left;
}

#comment-list {
  max-height: 25rem;
  overflow-y: auto;
  padding-right: 0.5rem;
  margin-top: 1rem;
}

#comment-list::-webkit-scrollbar {
  width: 0.4rem;
}

#comment-list::-webkit-scrollbar-thumb {
  background-color: #f4a261;
  border-radius: 10px;
}


button, a, input, select, textarea {
  transition: all 0.3s ease;
}

.comments-layout {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  max-width: 1200px;
  margin: 4rem auto;
  padding: 0 1rem;
}
