/* Başlık ve Paragraflar */
.iletisim-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
    gap: 12%; /* Çember ve metin arasındaki boşluk */
    width: 100%;
    margin: 0 auto; /* Ortala */
  }
  
  .iletisim-container .row .col-xl-3 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
  .iletisim-container .row .col-xl-5 {
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  
  .iletisim-container h1 {
    font-size: 65px;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
    color: #292929;
    margin-bottom: 20px;
    text-align: left;
  }
  .lokasyon-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12%; /* Çember ve metin arasındaki boşluk */
    width: 100%;
    margin: 0 auto; /* Ortala */
  }
  .lokasyon-container h2 {
    font-size: 100px;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
    color: #292929;
    margin-top: -11%;
    text-align: left;
  }
  .lokasyon-container p {
    font-size: 20px;
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 400;
    color: #606060;
    text-align: center;
  }
  .lokasyon-container p a {
    color: #6e9933;
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 300;
    text-decoration: none;
  }
  .lokasyon-container p a b {
    color: #6e9933;
    font-family: "VistolSans-Black", sans-serif;
    font-weight: 700;
    text-decoration: none;
  }
  
  .lokasyon-container .highlight {
    color: #c3d940;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
  }
  .iletisim-container .highlight {
    color: #c3d940;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
  }
  .iletisim-container p {
    font-size: 15px;
    font-family: "VistolSans-Regular", sans-serif;
    color: #292929;
    margin-bottom: 15px;
    margin-top: 1rem;
    line-height: 1.8;
    font-weight: 400;
    text-align: start; /* Paragrafları ortala */
  }
  
  .iletisim-container p:first-of-type {
    font-size: 16px;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900; /* Daha kalın font */
    color: #292929; /* Ekstra vurgulama için renk */
  }
  .iletisim-little-title {
    font-family: "VistolSans-Light", sans-serif !important;
    font-weight: 300 !important;
    color: #5f338a;
    text-align: left;
    font-size: 20px !important;
    margin: 0 !important;
  }
  .iletisim-container ul li a {
    font-family: "VistolSans-Regular", sans-serif;
    font-weight: 400;
    color: #292929;
    text-align: left;
    text-decoration: none;
  }
  .iletisim-container ul li a b {
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
    color: #292929;
    text-align: left;
    text-decoration: none;
  }
  .iletisim-container img {
    position: relative;
    right: 33%;
    bottom: 15%;
    z-index: -1;
    /* width: 100%; */
  }
  /* Default styles for all devices */
  form {
    width: 100%;
    padding: 40px;
    background-color: rgba(238, 238, 238, 0.7);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  
  form h4 {
    font-family: "VistolSans-Bold", sans-serif;
    max-width: 390px;
    text-align: left;
  }
  
  form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: none;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(99, 99, 99, 0.3);
  }
  form .question:hover p,
  .question label:hover,
  input:hover::placeholder,
  a,
  form .question:active p,
  .question label:active,
  input:active::placeholder,
  a {
    color: #5f338a;
  }
  
  .form-group input:hover,
  .form-group input:focus,
  .form-group input:active {
    border: 1px solid transparent;
    box-shadow: 0 0 6px 0 #c3d940;
  }
  form input::placeholder {
    color: #cccccc !important;
  }
  form .form-group {
    margin-bottom: 0px;
  }
  
  form .form-check {
    display: flex;
    align-items: center; /* Yatay hizalamayı sağlar */
  }
  
  form .form-check-input {
    width: 16px;
    height: 16px;
    margin-right: 5px;
    position: relative;
    flex-shrink: 0; /* Kutucuğun boyutunu sabitler */
  }
  
  form label.check {
    cursor: pointer;
    color: #3b3b3b;
  }
  
  form label span {
    font-size: 12px;
  }
  
  form .question span {
    margin-left: 30px;
  }
  
  form span.required {
    margin-left: 0;
    color: red;
  }
  
  .form-check-input:checked {
    background-color: #c3d940 !important;
    border-color: #c3d940 !important;
  }
  form .btn-block {
    text-align: center;
  }
  
  form button {
    width: 180px;
    padding: 8px;
    border: none;
    border-radius: 15px;
    background: #c3d940;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
  }
  
  form button:hover {
    background: #707070;
  }
  /* Existing styles for thank-you alert */
  .thank-you-alert {
    background-color: #4caf50;
    color: white;
    padding: 50px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  
  /* New styles for warning alert */
  .warning-alert {
    background-color: #f44336;
    /* Red background color */
    color: white;
    padding: 15px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }
  .slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    max-width: 100% !important;
    border-radius: 15px;
    white-space: nowrap;
  }
  
  .slider-container::-webkit-scrollbar {
    display: none;
  }
  
  .slider-item {
    display: inline-block;
    width: 240px;
    margin-right: 0;
    background-color: #5f338a;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 2.5rem;
    height: 120px;
  }
  
  .slider-item.active {
    width: 150px;
    height: 180px !important;
    background-color: #c3d940;
    color: #333;
    border-radius: 15px !important;
    position: static; /* Active slide as default position */
    z-index: 6;
  }
  
  .slider-content {
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    line-height: normal;
  }
  .distance {
    font-size: 27px !important;
  }
  .distance b {
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
  }
  
  /* Genel Stil */
  /* body, html {
      margin: 0;
      padding: 0;
      font-family: Arial, sans-serif;
      color: #fff;
      background-color: #5b2d8e;
      height: 100%;
      overflow: hidden;
  } */
  /* Arkaplan ve Overlay */
  
  /* Buton animasyonu için ek stiller */
  .send-message-btn {
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      overflow: hidden;
      width: auto;
      background-color: #5f338a;
      color: white;
      border: none;
      padding: 12px 30px;
      border-radius: 50px;
      font-family: "VistolSans-Bold", sans-serif;
      font-size: 14px;
      cursor: pointer;
      transition: background-color 0.3s;
  }
  
  .send-message-btn:hover {
      background-color: #4a2670;
  }
  
  .send-message-btn svg {
      height: 18px;
      width: 18px;
      margin-left: 10px;
      fill: white;
  }
  
  .send-message-btn .done {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      opacity: 0; /* Başlangıçta gizli */
      color: white;
  }
  
  .send-message-btn .send {
      position: relative;
      transition: all 0.3s ease;
  }
/* Otobüs Hatları için CSS - Lokasyon koduna birebir uyumlu */
.bus-slider-container {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    position: relative;
    max-width: 100% !important;
    border-radius: 15px;
    white-space: nowrap;
}

.bus-slider-container::-webkit-scrollbar {
    display: none;
}

.bus-slider-item {
    display: inline-block;
    width: 200px;
    margin-right: 0;
    background-color: #c3d940;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5f338a;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 2.5rem;
    height: 120px;
}

.bus-slider-item.active {
    width: 150px;
    height: 180px !important;
    background-color: #fff;
    color: #5f338a;
    border-radius: 15px !important;
    position: static; /* Active slide as default position */
    z-index: 6;
}

.bus-slider-content {
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 300;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    line-height: normal;
}

.route-number {
    font-size: 27px !important;
}

.route-number b {
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
}

.route-name {
    white-space: normal;
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 300;
}


/* Empty routes message */
.empty-routes {
    width: 100%;
    padding: 30px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
    font-style: italic;
}

/* Container styles */
.ulasim-container {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 12%; /* Çember ve metin arasındaki boşluk */
    width: 100%;
    margin: 0 auto; /* Ortala */
}

.ulasim-container h2 {
    font-size: 100px;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
    color: #292929;
    margin-top: -11%;
    text-align: left;
}

.ulasim-container p {
    font-size: 20px;
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 400;
    color: #606060;
    text-align: center;
}

.ulasim-container p a {
    color: #6e9933;
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 300;
    text-decoration: none;
}

.ulasim-container p a b {
    color: #6e9933;
    font-family: "VistolSans-Black", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.ulasim-container .highlight {
    color: #c3d940;
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
}/* Mobil Otobüs Slider - Tamamen Lokasyon Stiline Uygun */
.mobile-bus-slider {
    background-color: #c3d940;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 40px;
    margin-bottom: 20px;
}

.bus-slider-track {
    display: flex;
    width: 300%; /* Gösterilen slide sayısına göre ayarlanabilir */
    transform: translateX(calc(-100% / 3));
    position: relative;
}

.bus-slide-item {
    min-width: calc(100% / 3);
    padding: 0;
    transition: all 0.3s ease;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bus-slide-item .content {
    background: #c3d940;
    height: 220px;
    width: 90%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #5f338a;
    padding: 15px;
    transition: all 0.3s ease;
}

.bus-slide-item.active .content {
    background: #fff;
    color: #5f338a;
    height: 180px;
    transform: scale(1.1);
    z-index: 2;
}

.route-number {
    font-size: 27px;
    margin-bottom: 10px;
    font-weight: normal;
}

.route-number b {
    font-family: "VistolSans-Bold", sans-serif;
    font-weight: 900;
}

.route-name {
    text-align: center;
    font-size: 14px;
    font-family: "VistolSans-Light", sans-serif;
    font-weight: 300;
    white-space: normal;
}

/* Desktop version için ek düzeltmeler */
@media (min-width: 992px) {
    .bus-slider-item {
        min-width: auto; /* Desktop'ta min-width'i kaldır */
    }
}

/* Mobil için responsive düzeltmeler */
@media (max-width: 767.98px) {
    .mobile-bus-slider {
        max-width: 100%;
    }
    
    .bus-slide-item .content {
        height: 200px;
        padding: 10px;
    }
    
    .bus-slide-item.active .content {
        height: 180px;
    }
}