:root {
  --red: #9c2d34;
  --blue: #2b3a7f;
  --yellow: #d6b784;
  --grey: #3e3e3e;
}

#mainSwiper {
  /* height: 60vh; */
  width: 100%;
}

.swiper-slide,
.swiper-wrapper {
  height: 100%;
}

.swiper-slide {
  aspect-ratio: 1900 / 600;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-wrapper .bg-img {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.custom-swiper-slider-container {
  padding: 0 !important;
}

.tab-pane.tab-search-main {
  background: rgba(250, 250, 250, 0.97);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 24px 28px;
  box-shadow: 0 10px 40px rgba(27, 42, 107, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.7);
}

.tab-pane.fade.in.active {
  padding: 26px;
  border-radius: 10px;
}

#searchArea {
  position: relative;
}

#mainSwiper .swiper-pagination {
  left: 28px !important;
  right: auto !important;
  top: 50% !important;
  bottom: auto !important;
  transform: translateY(-50%) !important;
  width: auto !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  z-index: 5;
}

.mobil-logo {
  max-width: 185px;
  height: auto !important;
}

.mt-styles {
  margin-top: 0;
}

.company-communication {
  display: flex;
  flex-direction: column;
}

.slimmenu ul {
  display: flex;
  justify-content: space-around;
  background-color: #fff !important;
}

.account-process-area li>a {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  background-color: #2e3b87 !important;
  color: #fff !important;
  border-radius: 12px;
}

.align-items-center {
  align-items: center;
}

.d-flex {
  display: flex !important;
}

.populerkenar {
  background: #2e3b87;
  border-radius: 20px !important;
  border: none !important;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.populerkenar img {
  border-radius: 20px 20px 0 0;
}

.heading-block {
  background-color: #fff;
}

.heading-block span {
  color: #2e3b87 !important;
}

.section-cards {
  padding: 130px 0 110px 0;
}

/* .section-cards, */
/* .bg-gradient {
  background: linear-gradient(
    135deg,
    #fff 0%,
    #fff 50%,
    #a22c3a 50%,
    #a22c3a 62.5%,
    #2e3b87 62.5%,
    #2e3b87 75%,
    #404040 75%,
    #404040 87.5%,
    #d6b784 87.5%,
    #d6b784 100%
  );
} */

/* .bg-gradient-sm {
  background: linear-gradient(
    135deg,
    #fff 0%,
    #fff 70%,
    #a22c3a 70%,
    #a22c3a 77.5%,
    #2e3b87 77.5%,
    #2e3b87 85%,
    #404040 85%,
    #404040 92.5%,
    #d6b784 92.5%,
    #d6b784 100%
  );
} */

/*New Badges*/

.feature-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px 16px 16px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 16px 17px -4px;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease;
  border: 1px solid #ededed;
}

.feature-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.14);
}

.feature-card__badge {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 14px;
  transform: rotate(-6deg);
  transition: transform 0.25s ease;
}

.feature-card:hover .feature-card__badge {
  transform: rotate(0deg);
}

.feature-card__badge i {
  font-size: 18px;
  color: #fff;
  transform: rotate(6deg);
  transition: transform 0.25s ease;
}

.feature-card:hover .feature-card__badge i {
  transform: rotate(0deg);
}

.feature-card__title {
  font-size: 17px;
  font-weight: 600;
  color: #2e3b87;
  margin: 0 0 6px;
}

.feature-card__desc {
  font-size: 15px;
  color: #6b7280;
  margin: 0;
  line-height: 1.5;
}

/* Marka renklerine göre rozet arka planları */
.feature-card__badge--burgundy {
  background: #a22c3a;
}

.feature-card__badge--navy {
  background: #2e3b87;
}

.feature-card__badge--gold {
  background: #d5ae66;
}

.feature-card__badge--charcoal {
  background: #404040;
}

@media (min-width: 1200px) {
  .feature-card {
    min-height: 170px;
  }

  ul.slimmenu li>ul {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 15px;
  }

  .dark .footer-widgets-wrap a {
    font-size: 16px !important;
    font-weight: 400 !important;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 35px;
  }
}

.heading-block {
  border-radius: 18px;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
}

.select2-container--default .select2-selection--single {
  border-radius: 14px;
}

.kalvar,
.kalvar .tab-pane {
  border-radius: 50px !important;
}

.dark .footer-widgets-wrap a {
  color: #fffc !important;
}

.dark .footer-widgets-wrap a:hover {
  color: #fff !important;
}

.dark .widget h4 {
  color: #fff !important;
}

.app-badge {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  padding: 8px 16px;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  max-width: 160px;
}

.app-badge:hover {
  transform: translateY(-2px);
}

.app-badge i {
  font-size: 26px;
  color: #fff;
}

.app-badge__eyebrow {
  display: block;
  font-size: 10px;
  line-height: 1.2;
  color: #000;
}

.app-badge__title {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #000;
  font-family: -apple-system, "Segoe UI", Roboto, sans-serif;
}

.app-badge--play {
  background: #fff;
}

.app-badge--store {
  background: #fff;
}

.play-text {
  color: #000 !important;
}

.mobile-button-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#copyrights {
  background-color: #081842;
  color: #fff !important;
}

/*-----------------------------------------------------------*/

.mobile-app-information {
  width: 100%;
  margin: 0px;
}

.bg-mobile-app {
  width: 100%;
  background: url("/img/banner/mobiluygulamabanner.jpeg");
  display: flex;
  align-items: center;
  aspect-ratio: 1381 / 768;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mobile-app-text-container {
  height: 100%;
  min-height: 75vh;
  width: 80%;
  background: linear-gradient(96deg, #fff 0%, transparent 70%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px 0 40px 60px;
}

.custom-text-head {
  font-size: 42px;
  font-weight: 800;
  color: var(--grey);
  line-height: 1.15;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.custom-text {
  font-size: 16px;
  color: #2c2c2c;
  line-height: 1.5;
  max-width: 280px;
  margin-bottom: 24px;
}

.custom-text-btn {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 15px 28px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(21, 34, 56, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.custom-text-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(21, 34, 56, 0.45);
}

@media (max-width: 767px) {
  .main-nav {
    margin-top: 15px;
  }

}

.title-main-1 {
  color: #2e3b87 !important;
}

/* .mask-main-1 {
  background: radial-gradient(
    circle,
    rgb(46 59 135) 55%,
    rgb(219 187 133) 100%
  ) !important;
  opacity: 1 !important;
} */

.button-main-1 a {
  margin: auto;
  text-align: center;
  padding: 7px 49px;
  background: #2e3b87;
  color: #ffffff;
  font-size: 16px;
  border-radius: 24px;
  font-weight: 500;
}

.justify-content-around {
  justify-content: space-around;
}

.footer-social-area .ts-icon {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 15px;
}

.border-top-thin {
  border-top: 1px solid #646366;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-between {
  justify-content: space-between;
}

.footer-adres {
  align-items: center;
  justify-content: space-between;
}

.mb-20 {
  margin-bottom: 20px;
}


.date-box {
  width: 13.2%;
  float: left;
  margin: 0px 5px;
  padding: 5px;
  cursor: pointer;
  border-radius: 8px !important;
  margin-bottom: 5px !important;
  box-shadow: rgba(0, 0, 0, 0.14) 0px 2px 5px;
  border-bottom: none !important;
}

.date-box.active {
  background-color: #2e3b87 !important;
}

.cancel-advantage-text {
  position: relative;
  display: block;
  background-color: #05b24e;
  color: #fff;
  border-radius: 15px;
  padding: 6px;
}

.feature-container {
  display: flex;
  justify-content: space-around;
}

.mdl-icon-container a {
  width: 20px !important;
  height: 20px !important;
}

.mdl-icon-container {
  display: flex;
  align-items: center;
}

.travel-date-area {
  color: #000;
}

.booking-item-clock {
  margin-bottom: 0px !important;
}

.booking-item {
  border-radius: 23px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.travel-select {
  /* width: 57px; */
  flex-shrink: 0;
  background: #d5deeb;
  border-left: 1.5px dashed #cbd5e1;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
  gap: 5px;
  height: 100px;
  margin: 0;
  border-top-right-radius: 22px;
  border-bottom-right-radius: 22px;
}

#btnGonder {
  padding: 5px 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px !important;
  letter-spacing: 1px;
  height: 44px;
  line-height: 24px;
  width: 100%;
  margin: 0 30px !important;
  background-color: #2e3b87 !important;
  border-radius: 11px;
}

.line-1 {
  width: 4px;
  height: 100%;
  /* background-color: #757575; */
  background-image: radial-gradient(circle at 0 50%,
      transparent 7px,
      #f4f4f4 7.5px);
  width: 20px;
  background-image: radial-gradient(circle at 0 50%,
      #ffffff 7px,
      #d5deeb 8.5px);
  background-size: 21px 17px;
  background-position: 0 0;
  position: absolute;
  left: -3px;
}

@media (min-width: 576px) and (max-width: 992px) {

  .travel-price {
    position: absolute;
    right: 25%;
    bottom: 23px;
  }

  .booking-item-price {
    font-size: 18px !important;
  }

  .feature-container {
    margin-top: 23px !important;
  }

  .travel-departure-arrival {
    margin-top: 6px !important;
    margin-bottom: 0px !important;
  }

  .col-cs-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-cs-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-cs-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-cs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-cs-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-cs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-cs-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-cs-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-cs-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-cs-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-cs-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-cs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {

  .travel-date-time,
  .travel-departure-arrival {
    margin-bottom: 0 !important;
  }
}

.mdl-icon-container a:first-child {
  display: none !important;
}

#travelFilter {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 3px;
  padding: 15px 10px;
  border-radius: 15px;
  border: 1px solid #eaeaea;
}

.search-btn-custom {
  border-radius: 30px !important;
  background-color: #e30110 !important;
  transition: 0.3s !important;
}

.search-btn-custom:hover {
  transition: 0.3s;
  transform: scale(1.04);
}

#seferTarih {
  border-radius: 14px !important;
}

.form-group.form-group-lg .input-icon {
  width: 30px;
  height: 30px;
  line-height: 23px;
  font-size: 22px;
  margin-left: 4px;
}

/*ODEME CSS*/

.pricing-box {
  background: #ffffff !important;
  border-radius: 14px !important;
  box-shadow:
    0 1px 4px rgba(0, 0, 0, 0.05),
    0 4px 16px rgba(0, 0, 0, 0.07) !important;
  border: 1px solid #e5e7eb !important;
  overflow: hidden;
  position: relative;
}

.pricing-box .pricing-desc {
  box-shadow: none !important;
  background: #ffffff;
}

/* Kart başlığı */
.pricing-box .pricing-title {
  border-bottom: none;
  padding: 0 !important;
  margin: 0;
}

.pricing-box .pricing-title {
  background: #081842 !important;
  /* border-bottom: none !important; */
  border-radius: 0px 13px 0 0 !important;
  padding: 12px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  text-transform: none !important;
  line-height: 1.5 !important;
  margin: 0 !important;
  border-bottom: 3px double #999999 !important;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px !important;
}

/* İçerik alanı */
.pricing-box .pricing-features {
  padding: 16px 15px !important;
  margin-top: 0 !important;
  border-radius: 0 0 14px 14px;
  background: #ffffff;
  font-size: 14px;
}

/* Dış sarmalayıcı: yatay flex */
.ticket-wrap {
  display: flex;
  align-items: stretch;
}

/* Ana içerik (sol) */
.ticket-main {
  flex: 1;
  padding: 24px 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  min-width: 0;
}

/* --- Güzergah satırı --- */
.ticket-route {
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.ticket-city {
  display: flex;
  flex-direction: column;
}

/* Küçük etiket: KALKIŞ / VARIŞ */
.tc-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.9px;
  color: #9ca3af;
  text-transform: uppercase;
  margin-bottom: 4px;
  line-height: 1;
}

/* Şehir tam adı: Malatya / Ankara */
.tc-name {
  font-size: 18px;
  color: #6b7280;
  margin-top: 6px;
  font-weight: 600;
}

/* Orta: ok ve süre */
.ticket-arrow-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  gap: 4px;
}

.tc-arr {
  font-size: 22px;
  color: #374151;
  line-height: 1;
}

.tc-dur {
  font-size: 12px;
  color: #6b7280;
}

/* Sağ şehir bloğu: sağa hizalı */
.tc-right {
  align-items: flex-end;
  text-align: right;
}

/* --- Detaylar satırı (altta) --- */
.ticket-details {
  display: flex;
  gap: 36px;
  border-top: 1px solid #f0f1f3;
  padding-top: 16px;
  flex-wrap: nowrap;
  margin: auto 0;
  justify-content: space-between;
}

.ticket-detail-cell {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

/* Detay etiketi */
.tdc-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: #9ca3af;
  text-transform: uppercase;
  line-height: 1;
}

/* Detay değeri */
.tdc-value {
  font-size: 16px;
  font-weight: 700;
  color: #111827;
  line-height: 1.2;
}

/* --- Sağ panel (sidebar) --- */
.ticket-side {
  width: 57px;
  flex-shrink: 0;
  background: #d5deeb;
  border-left: 1.5px dashed #cbd5e1;
  display: flex;
  /* flex-direction: column; */
  align-items: center;
  justify-content: center;
  padding: 0px;
  position: relative;
  gap: 5px;
}

/* Kesik çizgideki yuvarlak bağlantı noktası */
.ticket-side::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background: #f0f1f3;
  border: 1.5px solid #cbd5e1;
  border-radius: 50%;
  z-index: 2;
  display: none;
}

/* Şirket bilgi bloğu */
.ticket-company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  text-align: center;
  padding: 0 8px;
}

/* Kırmızı şirket ikonu */
.ticket-co-icon {
  width: 42px;
  height: 42px;
  background: #c40d19;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 4px;
}

.ticket-co-name {
  font-size: 13px;
  font-weight: 700;
  color: #111827;
  display: block;
}

.ticket-co-sub {
  font-size: 11px;
  color: #9ca3af;
  display: block;
}

/* Olanaklar ikonları */
.ticket-amenities {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}

.ticket-amenities span {
  color: #9ca3af;
  font-size: 16px;
  display: block;
  line-height: 1;
  cursor: default;
  transition: color 0.15s;
}

.ticket-amenities span:hover {
  color: #374151;
}

/*ODEME CSS*/

.footer-area::before {
  box-shadow: rgba(0, 0, 0, 0.25) 0px -2px 1px 0px;
}

/* ul.slimmenu li.slimmenu-sub-menu a {
  padding: 9px 24px 9px 20px;
} */

.price-area-single {
  background-color: #2e3b87;
  color: #fff !important;
  border-radius: 8px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  font-size: 20px;
}

.price-area-single font {
  color: #fff !important;
  font-weight: 400 !important;
}

.price-area-single span {
  margin: 0px;
  text-align: center;
  color: #fff !important;
  font-weight: 400;
}

.border-bottom-light {
  border-bottom: 1px solid #bfbcbc;
}

.pd-div {
  display: flex;
  flex-direction: column;
  font-size: 17px;
  text-align: center;
}

.btn-danger {
  color: #fff;
  background: linear-gradient(135deg, #FF4400, #FF0000);
  border-color: #FF4400;
  box-shadow: 0 2px 8px rgba(31, 125, 46, 0.3);
  transition:
    filter 0.2s ease,
    transform 0.15s ease;
  border-radius: 12px;
}

.btn-success {
  color: #fff;
  background: linear-gradient(135deg, #249236, #1a6b28);
  border-color: #1a6b28;
  box-shadow: 0 2px 8px rgba(31, 125, 46, 0.3);
  transition:
    filter 0.2s ease,
    transform 0.15s ease;
  border-radius: 12px;
}

.btn-success:hover {
  filter: brightness(1.08);
  transform: scale(1.01);
  text-shadow: 1px 1px 2px #000;
  transition: 0.3s;
}

.btn-warning {
  color: #fff;
  background: linear-gradient(135deg, #f5a123, #cc7d14);
  border-color: #cc7d14;
  box-shadow: 0 2px 8px rgba(229, 145, 25, 0.3);
  transition:
    filter 0.2s ease,
    transform 0.15s ease;
  border-radius: 12px;
}

.btn-warning:hover {
  filter: brightness(1.08);
  transform: scale(1.01);
  text-shadow: 1px 1px 2px #000;
  transition: 0.3s;
}

.pricing-title span {
  font-weight: 500 !important;
  color: #fff !important;
}

@media (max-width: 992px) {
  .pd-div:first-of-type {
    margin-bottom: 10px;
  }

  .contactFirst {
    padding: 0 15px !important;
  }

  .info-cards {
    display: flex;
    flex-direction: column;
  }

  .check-pnr {
    width: 100% !important;
  }

  .select2-container {
    width: 100% !important;
  }

  .cancel-advantage-text {
    font-size: 13px;
    padding: 6px 3px;
  }

  .kalvar .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 40px;
  }

  .header-top {
    display: block !important;
  }

  .top-links {
    margin-top: 9px;
    margin-left: 15px;
    right: 0 !important;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .mail-link-custom {
    display: none;
  }
}

@media (min-width: 992px) {
  .slimmenu-menu-collapser {
    display: none;
  }

  ul.slimmenu li.slimmenu-sub-menu a:first-child {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  ul.slimmenu li.slimmenu-sub-menu a:last-child {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  ul.slimmenu li.slimmenu-sub-menu a {
    padding: 9px 10px 9px 10px !important;
  }
}

@media (max-width: 1400px) {
  /* .mail-link-custom {
    display: none;
  } */

  .login-span {
    display: none;
  }
}

@media (max-width: 1200px) {
  .cont-hv {
    align-content: center;
  }

  /* .slimmenu-sub-menu {
    height: 50px;
  } */

  .user-processes {
    margin-right: 30px;
    margin-top: 10px;
  }

  ul.slimmenu li>ul {
    position: static !important;
  }

  ul.slimmenu {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }

  /* .mobilkapat a,
  #toggle-header-top {
    display: none;
  } */

  ul.slimmenu {
    left: 0;
    justify-content: start;
    position: absolute;
    border-top: none !important;
    display: none;
    z-index: 99999999;
    top: 75px;
    margin: 0 !important;
  }

  ul.slimmenu {
    background-color: #fff;
    position: absolute;
    overflow: auto;
    z-index: 11;
    transition: all ease 0.3s;
    height: calc(100vh);
    border-top: 2px solid var(--first-renk);
    margin-left: 8px;
    flex-direction: column;
    justify-content: flex-start;
  }

  .slimmenu-sub-menu {
    flex: 1;
  }

  .last-sub-menu {
    flex: none;
  }

  ul.slimmenu li .slimmenu-sub-collapser {
    right: 15px !important;
  }

  .slimmenu .slimmenu-sub-menu a {
    padding: 22px 15px !important;
    border-bottom: 1px solid #eaeaea;
  }

  ul.slimmenu.slimmenu-collapsed li {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bg-mobile-app {
    min-height: 70vh !important;
    background: url("/img/banner/mobiluygulamabanner.jpeg") center/contain no-repeat !important;
  }

  .slimmenu-collapse-button-custom {
    color: #000;
    background-color: #eaeaea;
    display: flex;
    align-items: center;
    border-radius: 5px;
    position: absolute;
    right: 7px;
    bottom: -18px;
    padding: 2px;
    box-shadow: rgba(0, 0, 0, 0.26) 0px 1px 1px;
  }

  .select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 40px !important;
  }

  .mobil-logo {
    max-width: 100%;
    height: auto !important;
  }

  .slimmenu-menu-collapser {
    position: absolute !important;
    right: 0;
    top: -6px;
  }
}

.flex-wrap {
  flex-wrap: wrap;
}

@media (max-width: 1024px) {}

.row-hv {
  display: flex;
  align-items: center;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  .mobil-logo {
    max-width: 145px;
  }

  .mobil-kapat a {
    font-size: 14px;
  }
}

@media (min-width: 1200px) and (max-width: 1600px) {
  .slimmenu-sub-collapser {
    /* right: -7px; */
  }

  .slimmenu-sub-menu>a {
    padding: 5px !important;
  }
}

.account-process-area li>a {
  padding: 8px 5px;
  border-radius: 6px;
  height: auto;
}

.second-insurance-check {
  margin-left: 10px;
}

.insurance-check-area label {
  font-size: 14px;
}

.insurance-check-area {
  display: flex;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 5px 10px;
}

.btnSigDetay {
  position: static;
  margin-left: 5px;
}

.jp-card {
  min-width: auto !important;
}

.slimmenu a:focus {
  outline: none !important;
}

.modal-header {
  margin-bottom: 30px !important;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  border-radius: 12px;
  background-color: var(--blue);
  color: #fff;
}

#oturum_ac_dialog {
  border-radius: 20px;
  background-color: #fffffff5;
}

button.mfp-close,
button.mfp-arrow {
  border-top-right-radius: 20px;
}

#loginPanelHeader {
  text-align: center;
  font-size: 14pt;
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-login-btn {
  margin: 0 !important;
  background-color: var(--red) !important;
  box-shadow:
    rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
    rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  border-radius: 40px !important;
}

#oturum_ac_dialog .clearfix {
  margin-bottom: 10px;
}

.login-form-footer {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.login-form-footer a {
  display: flex;
  align-items: center;
  gap: 5px;
}

#oturum_ac_dialog .form-control {
  padding: 13px 16px 13px 11px !important;
}

.login-form-footer a {
  color: var(--blue) !important;
}

#oturum_ac_dialog .form-group label {
  font-size: 14px;
}

.signed-processes a {
  height: auto !important;
  line-height: 18px;
  font-size: 12px;
  background-color: transparent !important;
  box-shadow: none;
  color: var(--grey) !important;
}

.table {
  width: 100%;
  border-collapse: collapse;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 23, 42, 0.04);
  margin-bottom: 0 !important;
}

.table thead th {
  text-align: left;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--slate-light);
  font-weight: 600;
  padding: 13px 16px;
  border-bottom: 1px solid var(--line);
}

.table tbody td {
  padding: 16px 16px;
  border-bottom: 1px solid var(--line);
  font-size: 13.5px;
  vertical-align: middle;
}

.table tbody tr:last-child td {
  border-bottom: none;
}

.table tbody tr {
  transition: background 0.15s ease;
}

.table tbody tr:hover {
  background: var(--paper-dim);
}

.table .operator {
  color: var(--slate);
  font-size: 12.5px;
}

.table .time {
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  color: var(--ink);
}

.table .seats {
  font-size: 12.5px;
  color: var(--slate);
}

.table .arrow-btn {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--navy);
  transition: all 0.15s ease;
}

.table .arrow-btn:hover {
  background: var(--navy);
  color: #fff;
  border-color: var(--navy);
}

#frm:has(> .table) {
  border: 1px solid #eaeaea;
  border-radius: var(--radius);
}

.unsigned-processes a {
  color: #fff !important;
  background-color: #2e3b87;
  display: flex;
  align-items: center;
  gap: 5px;
}

.kalkisinput label,
.varisinput label,
.form-group-icon-left label {
  color: #000 !important;
}

ul.slimmenu li.active>a,
ul.slimmenu li:hover>a {
  color: var(--first-renk);
  border-bottom: 1px solid #eaeaea;
}

/* .travelid-selector{
  position: absolute;
    left: -1px;
    width: 20px;
    height: 100%;
} */

.select2-container--default .select2-selection--single {
  padding: 10px 0 !important;
  padding-left: 0 !important;
  background: rgb(255, 255, 255);
}

.logo-z:focus {
  outline: none !important;
}

.custom-mobile-store-btn {
  background: var(--blue);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  width: fit-content;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(21, 34, 56, 0.35);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 160px;
  transition: 0.3s;
}

.store-btn-container {
  flex-direction: column;
  gap: 10px;
}

.custom-mobile-store-btn:hover {
  transform: scale(1.04);
  transition: 0.3s;
  color: #d5ae66 !important;
  text-shadow: 1px 1px 1px #ffffff9e;
}

.select2-dropdown {
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.top-links .caret {
  position: absolute;
  bottom: 22px;
  right: 0;
}

@media (min-width: 767px) and (max-width: 780px) {
  #searchArea {
    top: 35px;
  }

  .mobil-logo {
    max-width: 185px;
  }
}

@media (max-width: 770px) {
  .changeIcon {
    right: 8px;
    top: 104%;
    margin-top: 0px;
    transform: rotate(90deg);
    color: #fff !important;
    background: #fff;
    border: 1px solid #fff !important;
  }

  .line-1 {
    left: -2px !important;
  }
}

ul.slimmenu li .slimmenu-sub-collapser {
  right: -8px !important;

}

@media (max-width: 400px) {
  .top-links {
    margin-left: 0px !important;
  }
}

@media (max-width: 576px) {

  .mail-link-custom,
  .nav-phone {
    display: none;
  }
}

.shadow-2 {
  box-shadow: rgb(0 0 0 / 10%) -18px 9px 59px 25px;
}

@media screen and (max-width: 600px) {
  .nodesktop {
    margin-bottom: 20px;
  }
}


.page-breadcrumb-area {
  background-image: url('/img/luksartvinsitebanner.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  #btnGonder {
    font-size: 13px !important;
  }

  .footer-adres li {
    text-align: end;
  }

  .container {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .custom-text-head,
  .custom-text {
    text-shadow: 1px 1px 2px #bca07e;
  }

  .mobile-app-text-container {
    width: 80% !important;
  }
}

.button-radio {
  width: 100%;
}

.white-box {
  margin: 0px;
  margin-bottom: 60px;
  background: #fff;
  border-radius: 15px;
  box-shadow: rgba(60, 64, 67, 0.2) 0px 1px 1px 0px, rgba(60, 64, 67, 0.15) 0px 1px 2px 1px;
}

.m-t-50 {
  margin-top: 50px;
}

#search404 {
  background: var(--color-light-gray) !important;
  padding: 40px 20px !important;
  border-radius: 40px !important;
}

.b-r-10 {
  border-radius: 10px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.error-buttons {
  text-align: center;
  margin: 20px 0;
  font-size: 17px;
}

@media (max-width: 993px) {
  .error-buttons {
    align-items: center;
    gap: 10px;
    flex-direction: column;
    display: flex;
    text-align: center;
    padding-bottom: 20px;
  }

  .hata-warning {
    font-size: 25px;
  }
}