.block-install-apps {
  background-color: #e7edf7 !important;
}

@media only screen and (max-width: 768px) {
  .su-izi-container img {
    max-width: 90% !important;
  }
}

@media only screen and (min-width: 768px) {
  .su-izi-container {
    max-height: 400px;
    display: flex;
    align-items: center;
    margin: 60px 0;
  }
}

.su-izi-container {
  background-color: #e7edf7;
}

.arrow {
  display: block;
}
.banner-dropdown {
  padding: 16px 20px !important;
}

.banner-dropdown-container .dropdown-filter:first-child {
  border-radius: 0 !important;
}
.banner-dropdown-container .dropdown-filter:last-child {
  border-radius: 0 !important;
}

.banner-dropdown-container {
  border-radius: 0 !important;
}

.arrow.left {
  border-right: 1px solid var(--bs-neutral-200) !important;
}
.arrow.right {
  border-left: 1px solid var(--bs-neutral-200) !important;
}

.arrow {
  max-width: 50px;
}

.banner-dropdown-box {
  z-index: 3;
}

.banner-dropdown-container {
  height: fit-content !important;
}

.banner-dropdown-box {
  min-height: fit-content !important;
}

/* .banner-image-container img::before {
  z-index:2;
}

.banner-image-container img::after {
  z-index: 2;
} */
.su-izi-container {
  padding: 20px 0;
}

.home-bottom-item {
  background-color: white;
}
.banner-image-container::after,
.banner-image-container::before {
  display: none;
}

.banner-dropdown-container {
  scroll-snap-type: x mandatory;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.banner-dropdown-container::-webkit-scrollbar {
  display: none;
}

.banner-dropdown-container .dropdown {
  scroll-snap-align: start;
  flex-shrink: 0;
}

/* hero */

.hero-section {
  position: relative;
  width: 100%;
  height: 40svh;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  color: white;
}

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero-content {
  position: relative;
  z-index: 1;
  padding: 20px;
  width: 100%;
}

.hero-content h3 {
  margin-bottom: 10px;
}

.hero-content p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 50px;
}

.hero-content .search-containers {
  display: flex;
  justify-content: center;
}

.search-box {
  display: flex;
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}
.search-box .active {
  border-bottom: 4px solid var(--main-color) !important;
}

.search-button {
  flex: 1;
  border: none;
  background-color: #fff;
  color: black;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s, color 0.3s;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search-button {
  border-right: 1px solid #ddd;
}

.search-button:hover {
  background-color: #f0f0f0;
}

@media (max-width: 768px) {
  .hero-section {
    height: 75svh;
  }
  .hero-content h1 {
    font-size: 2rem;
  }

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

  .search-box {
    flex-direction: column;
    height: auto;
  }

  .search-button {
    padding: 15px 0;
    border-right: none !important;
    border-bottom: 1px solid #ddd;
  }

  .search-button:last-child {
    border-bottom: none;
  }
}
/* hero */

/* tab */

.tab-button {
  font-size: 14px;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 8px;
  cursor: pointer;
  color: #444;
  transition: background-color 0.3s, color 0.3s;
  border-radius: 100px;
  border: 1px solid var(--bs-neutral-200);
}

.tab-button.active {
  background-color: var(--main-color);
  color: #fff;
}
.tab-button:hover:not(.active) {
  background-color: rgba(31, 125, 193, 0.2);
  transition: all 0.2s ease;
}

/* Form alanları stilleri */

.form-label {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  margin-bottom: 8px;
}

.form-select {
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 0 16px;
  font-size: 14px;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.form-select:focus {
  border-color: #3b71ca;
  box-shadow: 0 0 0 0.25rem rgba(59, 113, 202, 0.25);
  outline: none;
}
/* tab */

/* sefer saatleri */

.detail-icon {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e3f0ff;
  border-radius: 12px;
  border: 1px solid var(--bs-neutral-200);
}

.detail-label {
  font-size: 14px;
  color: #6c757d;
  font-weight: 500;
}

.detail-value {
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

.saat-baslik {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  min-width: 60px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-right: 1px solid var(--bs-neutral-200);
}

.saat-liste {
  flex-grow: 1;
}

.saat-item {
  font-size: 14px;
  font-weight: 500;
  color: #555;
  padding: 2px 0;
  position: relative;

  padding-right: 10px;
}

.saat-item:last-child {
  border-right: none;
}

.saat-container {
  border-bottom: 1px solid var(--bs-neutral-200);
  padding-top: 16px;
  padding-bottom: 16px;
}

.sefer-info {
  display: flex;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.detail-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
@media only screen and (max-width: 768px) {
  .saat-baslik {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}

#map {
  min-height: 50svh !important;
  border-radius: 12px !important;
  background: white !important;
  z-index: 10 !important;
}
/* sefer saatleri */

/* sub tab */
.sub-tab-button {
  background-color: transparent;
  border: none;
  padding: 0;
  color: #8c8c8c;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding-bottom: 8px;
  transition: color 0.3s ease;
}

.sub-tab-button.sub-active {
  color: #000000;
}

.sub-tab-button.sub-active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: var(--main-color);
  border-radius: 2px;
}
/* sub tab */

/* table */
table {
  border: 1px solid #ddd;
  border-radius: 12px;
  vertical-align: middle;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}

tr:nth-child(even) {
  background-color: #f9f9f9;
}
/* table */

.haraket-sub-tab {
  width: fit-content;
}

@media only screen and (max-width: 768px) {
  .haraket-sub-tab {
    width: 100%;
  }
}

/* tramvay */

.info-text {
  font-size: 1.1em;
  margin-bottom: 25px;
  font-weight: 500;
}

.schedule-table th,
.schedule-table td {
  text-align: center;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
.card {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
  flex: 1;
  min-width: 280px;
}
.card p {
  font-weight: 500;
}
.card-title {
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: 600 !important;
}
.notes {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid #ddd;
}
.notes-title {
  font-weight: 600;
  font-size: 1.5em;
  margin-bottom: 15px;
}
.notes ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0;
}
.notes li {
  margin-bottom: 8px;
}

@media (max-width: 600px) {
  /*  .container {
                padding: 15px;
            } */
  .card-container {
    flex-direction: column;
  }
}

/* tramvay */

.card-contact .card-image {
  margin-bottom: 20px;
}

.box-list-news .line-clamp-2 {
  min-height: 55px;
}

/* input */
.file-upload-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 2px dashed #e0e0e0;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.file-upload-container:hover {
  border-color: #6c757d;
  background-color: #f8f9fa;
}

.file-upload-icon-box svg {
  color: #bdbdbd;
}

.file-upload-text {
  margin-top: 20px;
  color: #757575;
}

.file-upload-text {
  font-weight: bold;
  color: #424242;
}

.text-sm-medium {
  font-size: 0.9rem;
  color: #9e9e9e;
}

.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}
/* input */

.form-contact input[type="time"],
.form-contact input[type="time"] {
  background-color: var(--bs-background-card);
}

/* new footer */
.footer {
  background-color: var(--main-color) !important;
  color: white !important;
  padding: 0;
}

.footer img {
  border-radius: 0 !important;
}
.footer a,
.footer span,
.footer h6,
.footer p,
.footer a {
  color: white !important;
}
.footer h6 {
  font-weight: 600;
}
.footer a:hover {
  color: lightgray !important;
}
.footer.footer-white a.icon-socials {
  border: 1px solid #e4e6e8;
}

a.icon-socials svg {
  fill: inherit !important;
}

.footer-bottom {
  border-top: 1px solid rgb(228, 230, 232, 0.3) !important;
  border-bottom: 1px solid rgb(228, 230, 232, 0.3) !important;
  margin-top: 24px;
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .footer-col-1,
  .footer-col-2,
  .footer-col-3 {
    padding: 16px !important;
  }
}

.footer .footer-bottom {
  padding: 12px 0px 12px 0px;
}

.right-social {
  border-radius: 28px 0 0 28px;
  padding: 12px 8px 12px 10px;
}
.right-social a {
  border-radius: 50px;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-social a:hover {
  transform: scale(1);
  background-color: var(--main-color);
}
.right-social a:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(81deg) brightness(110%)
    contrast(103%) !important;
}

.box-footer-col-3 {
  margin: 0px 0 20px 0 !important;
}

.footer .icon-hover path {
  fill: var(--main-color);
}
a.icon-socials:hover {
  transform: translateY(0);
  transition-duration: 0.2s;
}

.footer .icon-hover:hover {
  fill: var(--main-color);
  stroke: inherit;
}

.icon-hover:hover svg {
  transform: scale(1);
}

.nav-main-menu {
  justify-content: center !important;
}

/* new footer */

.banner-center button {
  z-index: 1;
}

.grayscale * {
  filter: grayscale(100%);
}

.right-social {
  top: 35% !important;
}

.banner-dropdown:hover .svg * {
  background-color: transparent !important;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%)
    contrast(103%);
}

select {
  background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>")
    no-repeat;
  background-position: calc(100% - 0.75rem) center !important;
  -moz-appearance: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  padding-right: 2rem !important;
}

.sticky-bar.stick {
  position: sticky !important;
  z-index: 99 !important;
}

.gradient-bg {
  background: #2d5992;
  background: linear-gradient(90deg, rgba(45, 89, 146, 1) 50%, rgba(100, 149, 204, 1) 100%);
  color: white;
  border-radius: 12px;
}
.banner-dropdown-box .svg img {
  width: 24px;
  height: 24px;
  border-radius: 0 !important;
}

.gallery-img-fix {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}
@supports not (aspect-ratio: 16 / 9) {
  .gallery-img-fix {
    height: 250px;
  }
}
