.info-cards {
  /* display: grid; */
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 50px 0;
}

.info-card {
  background: #fff;
  border-radius: 15px;
  padding: 28px 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  transition: .3s ease;
  animation: fadeUp .4s ease both;
  position: relative;
  overflow: hidden;
  height: 220px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.form-card {
  background: #fff;
  border: 1px solid var(#1e2d45);
  border-radius: 15px;
  padding: 40px 44px;
  animation: fadeUp .5s ease .1s both;
  margin-top: 50px;
  margin-bottom: 50px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-sidebar {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.form-card__header {
  margin-bottom: 32px;
}

.form-card__header .sub {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #9c2d34;
  ;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.form-card__header .sub::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 2px;
  background: #9c2d34;
  ;
  border-radius: 2px;
}

.form-card__header h2 {
  font-size: clamp(22px, 3vw, 30px);
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.25;
}

.form-card__header h2 span {
  color: #e8202a;
  ;
}

.form-card__header p {
  margin-top: 10px;
  font-size: 14px;
  color: #2D2737;
  ;
  line-height: 1.65;
}

.topic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 22px;
}

.chip {
  padding: 7px 16px;
  border-radius: 6px;
  border: 1px solid var(--clr-border);
  background: var(--clr-dark);
  color: var(--clr-text);
  font-size: 12.5px;
  font-weight: 600;
  cursor: pointer;
  transition: var(--transition);
  user-select: none;
}

.chip:hover {
  border-color: var(--clr-primary);
  color: var(--clr-white);
}

.chip.active {
  background: var(--clr-primary);
  border-color: var(--clr-primary);
  color: #fff;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  margin-bottom: 18px;
}

.form-group {
  margin-bottom: 18px !important;
}

.form-group:last-of-type {
  margin-bottom: 0;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--clr-text);
  margin-bottom: 9px;
}

.form-group label span {
  color: var(--clr-primary);
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px 13px 42px;
  background: var(--clr-dark);
  border: 1px solid var(--clr-border);
  border-radius: 9px;
  color: var(--clr-white);
  font-family: var(--font-main);
  font-size: 14px;
  transition: var(--transition);
  appearance: none;
  -webkit-appearance: none;
}

.chip.active {
  background: #e8202a;
  border-color: #e8202a;
  color: #fff;
}

.form-group label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: var(--clr-text);
  margin-bottom: 9px;
}

.form-group label span {
  color: #9c2d34;
}

.input-wrap {
  position: relative;
}

.input-wrap i {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #8fa0b8;
  font-size: 14px;
  pointer-events: none;
  transition: color .3s;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 13px 16px 13px 42px;
  background: #ffffff;
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  color: #7c7c7c;
  font-family: 'Inter Tight', sans-serif;
  font-size: 17px;
  transition: .3s ease;
  appearance: none;
  -webkit-appearance: none;
}

.form-check {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 26px;
}

.form-check {
  min-height: 1.5rem;
  padding-left: 1.5em;
}

.form-check input[type="checkbox"] {
  width: 17px;
  height: 17px;
  accent-color: #e8202a;
  flex-shrink: 0;
  margin-top: 2px;
  cursor: pointer;
}

.form-check label {
  font-size: 13px;
  color: #8fa0b8;
  line-height: 1.55;
  cursor: pointer;
}

.btn-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  padding: 15px 32px;
  background: #9c2d34;
  color: #fff;
  border: none;
  border-radius: 9px;
  font-family: 'Inter Tight', sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .5px;
  cursor: pointer;
  transition: .3s ease;
  position: relative;
  overflow: hidden;
}

.form-success .check-circle {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(34, 197, 94, .15);
  border: 2px solid #22c55e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #22c55e;
  margin: 0 auto 20px;
}

.form-success h3 {
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 8px;
}

.side-card:nth-child(2) {
  animation-delay: .22s;
}


.side-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 28px;
  animation: fadeUp .5s ease both;
  margin-top: 50px;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.side-card h3 {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #3e3e3e;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #d5d5d5;
  display: flex;
  align-items: center;
  gap: 9px;
}

.social-links {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.social-link {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 13px 16px;
  background: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 9px;
  transition: .3s ease;
  cursor: pointer;
}

.social-link__icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}

.social-link__text {
  flex: 1;
}

.social-link__name {
  font-size: 13px;
  font-weight: 700;
  color: #3e3e3e;
}

.social-link__handle {
  font-size: 11.5px;
  color: #8fa0b8;
  margin-top: 1px;
}

.map-wrap {
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid #1e2d45;
  position: relative;
  box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}

.map-wrap iframe {
  width: 100%;
  height: 420px;
  display: block;
  filter: invert(90%) hue-rotate(180deg) brightness(.85) saturate(.7);
}

.breadcrumb-area::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2b3a7f;
}

.icon-bg-red {
  background: #9c2d34;
  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;
}

.icon-bg-blue {
  background: #2b3a7f;
  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;
}

.icon-bg-yellow {
  background: #d4ae66;
  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;
}

.icon-bg-grey {
  background: #3e3e3e;
  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;
}

h2>span:not(.nocolor):not(.badge) {
  color: #2b3a7f;
}

.cont-ic {
  border: none;
}

.kothing-editor-editable h4 {
  border-left: 7px solid #9c2d34;
  background: #ffffff4a;
  padding: 5px 12px 5px 5px;
  border-radius: 0 2px 20px 0;
  width: fit-content;
}

.kothing-editor-editable h2.title {
  color: #fff;
}

.page-breadcrumb-area {
  padding-top: 15px;
  padding-bottom: 30px;
  position: relative;
  background-size: cover;
  background: -webkit-gradient(linear, left top, left bottom, from(#9c2d34), to(#F6FBFF));
  background: linear-gradient(180deg, #9c2d34 0%, #F6FBFF 100%);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
}

.te-page-title h2 {
  font-family: 'Raleway', sans-serif;
  font-size: 57px;
  text-align: center;
  color: #14203A;
  margin-bottom: 0;
  text-transform: capitalize;
  line-height: 77px;
  font-weight: 500;
}

.te-breadcrumb-list ul li.active {
  color: #9c2d34;
}

.te-breadcrumb-list ul li {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #14203A;
}

.te-breadcrumb-list {
  text-align: center;
  font-family: 'Raleway', sans-serif;
  font-size: 20px;
  text-align: center;
  color: #14203A;
  text-transform: capitalize;
  line-height: 39px;
  font-weight: 500;
  margin-bottom: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.te-breadcrumb-list ul li:not(:first-child):before {
  content: "\203A";
  font-size: 26px;
  color: #14203A;
  font-family: "Font Awesome 6 Pro";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.te-breadcrumb-list ul li a {
  color: #3e3e3e;
}

.check-pnr {
  box-shadow: 0px 6px 12px rgba(0, 0, 0, .06), 0px 3px 18px rgba(0, 0, 0, .06), 0px 3px 6px rgba(0, 0, 0, .18);
  border-radius: 12px;
  margin: 50px 20px;
  padding: 24px;
  background: #ffffff;
  width: 40%;
  position: relative;
}

.pnr-input {
  margin-bottom: 5px;
}

.fad.fa-map-marker-alt:after {
  display: none;
}

.fad:before {
  display: none;
}

.fad {
  display: none;
}

.mt-20 {
  margin-top: 20px;
}

.pass-search {
  box-shadow: 0 0 10px rgb(183 183 183 / 40%);
  border-radius: 9px;
  padding: 13px 16px;
  background: #ffffff;
  color: #7c7c7c;
}

.border {
  border: solid 1px;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
  border-radius: 1rem;
  height: fit-content;
  padding-left: 15px;
  margin-left: 15px;
  max-width: 210px;
  margin-right: 15px;
}

.pass-title {
  font-size: 1.1rem;
  line-height: 1.25rem;
  font-weight: 700;
  margin-bottom: 10px;
  letter-spacing: 0px;
}

.pass-content {
  font-size: 1rem;
  line-height: 1.25rem;
}

.map iframe {
  border-radius: 12px;
}

.abs-text {
  font-size: 11px;
  padding: 8px;
  border-radius: 10px;
  background-color: white;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}

.map {
  position: relative;
}

.plaka {
  font-size: 11px !important;
}

.plaka-tr {
  padding: 3px 4px !important;
}

.loc-font {
  font-size: 15px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 24px;
  font-size: 16px;
  font-weight: 400;

}

.select2-container--default .select2-selection--single {
  border-radius: 14px;
  /* height: 36px; */
  box-shadow: 0 0px 4px rgba(169, 168, 168, 0.45);
}

.border p {
  margin-bottom: 0;
}

.pass-search {
  color: #000000;
}

#map {
  height: 400px !important;
  width: 75% !important;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 15px;
}

.pass-cont {
  font-size: 15px;
}

/* .select2-container--default .select2-selection--single {
  padding: 5px 0px;
  padding-left: 5px;
} */

.select2-container--default .select2-selection--single {
  border-color: #dbdbdb;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #2b3a7f80;
  color: #000000;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #454c5a4d !important;
  border-radius: 10px;
}

.select2-dropdown.select2-dropdown--below {
  top: 12px !important;

}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font: inherit;
  color: #919191;
}

.select2-container--default:focus,
.select2-search--dropdown:focus,
.select2-search__field:focus {
  outline-color: unset;
  outline-style: ridge;
  border-radius: 10px;
}

.select2-container--open .select2-dropdown--below {
  border: none;
}

.select2-search {
  box-shadow: 0 0 10px rgb(205 205 205 / 40%);
  border-radius: 10px;
}

.select2-selection.select2-selection--single {
  border-radius: 10px !important;
}

.select2-dropdown.select2-dropdown--above {
  border: none;
}

.fs-16 {
  font-size: 16px;
}

.cont-800 {
  width: 80%;
  max-width: 800px;
}


.fs-13 {
  font-size: 13px;
}



.border-r {
  border-radius: 10px;
}

.fs-15 {
  font-size: 15px;
}

.shadow {
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.service-style {
  padding: 10px;
}

.service-box {
  margin-bottom: 15px;
  padding: 5px;
  border-radius: 10px;
  border: #000000 1px;
  width: 100%;
  max-height: 255px;
  box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.route {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.line {
  margin: 0;
  width: 2px;
  height: 23px;
  background: repeating-linear-gradient(to bottom,
      #d9d9d9 0 4px,
      transparent 4px 8px);
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-100 {
  margin-bottom: 100px;
}

.service-hour {
  width: 42px;
  background-color: red;
  color: #ffffff;
  border-radius: 10px;
  padding: 3px;
}


.lh-1 {
  line-height: 1;
}

.mb-0 {
  margin-bottom: 0px;
}

.mr-5 {
  margin-right: 5px;
}

.fs-16 {
  font-size: 16px !important;
}

.bento-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 110px;
  grid-auto-flow: dense;
  /* boşlukları otomatik doldurur, "rastgele" görünümü bozulmaz */
  gap: 16px;
}

.card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: 0 4px 14px rgba(30, 35, 90, 0.12);
  text-decoration: none;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(30, 35, 90, 0.2);
}

.card__img {
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.card:hover .card__img img {
  transform: scale(1.06);
}

.card__label {
  background: #2e3b8f;
  /* mevcut kartlarınızdaki lacivert bant */
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  line-height: 1.4;
}

.card__label span {
  color: #35d0e0;
}

/* mevcut tasarımınızdaki turkuaz harf vurgusu için */

/* ---- DELİKSİZ BENTO DESENİ ----
     Kural: aynı şeritteki kartların genişlikleri toplamı 6 sütun eder
     ve yükseklikleri eşittir. Şeritler arası boyutlar değişir.
     Böylece grid hiç boşluk bırakmaz, kart sayısı kaç olursa olsun çalışır.
 
     Şerit 1: geniş (4) + dar (2)      → 3 satır yüksek
     Şerit 2: dar (2)  + geniş (4)     → 2 satır yüksek (alçak şerit)
     Şerit 3: orta (3) + orta (3)      → 3 satır yüksek                */
.card:nth-child(6n+1) {
  grid-column: span 4;
  grid-row: span 3;
}

.card:nth-child(6n+2) {
  grid-column: span 2;
  grid-row: span 3;
}

.card:nth-child(6n+3) {
  grid-column: span 2;
  grid-row: span 2;
}

.card:nth-child(6n+4) {
  grid-column: span 4;
  grid-row: span 2;
}

.card:nth-child(6n+5) {
  grid-column: span 3;
  grid-row: span 3;
}

.card:nth-child(6n) {
  grid-column: span 3;
  grid-row: span 3;
}

/* Küçük kartlarda yazı biraz küçülsün */
.card:nth-child(6n+3) .card__label,
.card:nth-child(6n+5) .card__label {
  font-size: 12.5px;
  padding: 10px 8px;
}

/* ---- TABLET: 4 sütuna düşür ---- */
@media (max-width: 900px) {
  .bento-grid {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: 96px;
  }

  /* Şeritler: (3+1 yerine) 4 sütunda ikili gruplar, şerit içi eşit yükseklik */
  .card:nth-child(6n+1) {
    grid-column: span 3;
    grid-row: span 3;
  }

  .card:nth-child(6n+2) {
    grid-column: span 1;
    grid-row: span 3;
  }

  .card:nth-child(6n+3) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .card:nth-child(6n+4) {
    grid-column: span 2;
    grid-row: span 2;
  }

  .card:nth-child(6n+5) {
    grid-column: span 2;
    grid-row: span 3;
  }

  .card:nth-child(6n) {
    grid-column: span 2;
    grid-row: span 3;
  }
}

/* ---- MOBİL: hepsi normal boyut, tek sütun alt alta ---- */
@media (max-width: 600px) {
  #map {
    padding: 0 15px;
    margin-bottom: 20px;
  }

  ymaps.ymaps-2-1-79-map {
    width: 100% !important;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    gap: 14px;
  }

  .card,
  .card:nth-child(6n+1),
  .card:nth-child(6n+2),
  .card:nth-child(6n+3),
  .card:nth-child(6n+4),
  .card:nth-child(6n+5),
  .card:nth-child(6n) {
    grid-column: span 1;
    grid-row: auto;
  }

  .card__img {
    height: 220px;
    flex: none;
  }

  .card__label {
    font-size: 14px;
    padding: 12px 10px;
  }

  .content-wrap {
    margin-bottom: 0px;
  }

  .footer-adres .d-flex {
    display: block;
  }

  .footer-adres .adress-s {
    margin-bottom: 0px;
    margin-top: 25px;
  }

  #divGps .container .d-flex {
    display: block !important;
  }

  #map {
    width: 100% !important;
    height: 400px !important;
  }
}

.adress-s span {
  color: #CCC
}

.select2-selection.select2-selection--single {
  border: none !important;
  /* box-shadow: none !important; */
}

.form-group.form-group-lg label {
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
}


.kalkisinput label,
.varisinput label,
.form-group-icon-left label {
  color: #444444 !important;
}

.form-group.form-group-lg .input-icon {
  width: 23px;
  height: 23px;
}

.bg-b {
  background-color: #2e3b8f;
}


.datepicker table tr td.active.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active.disabled:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active[disabled] {
  background-color: #2e3b8f;
}

.changeIcon {
  background-color: #2e3b8f;
  transition: none;
}

.changeIcon:hover {
  background-color: #2e3b8f;
  color: #fff;
  border-radius: 20px;
  border: 1px solid var(--second-renk);
}

.select2-results .select2-results__options li {
  background-color: #bcc8f73d;
}


.select2-results__option {
  margin: 3px 3px;
  padding: 10px 12px;
  border-radius: 10px;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #bcc8f73d;
}

.footer-area:before {
  position: unset;
}


.pass-search {
  background: #fff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
  border: 1px solid #ececec;
}


.pass-search label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #555;
  margin-bottom: 10px;
  letter-spacing: .3px;
}


.pass-search select {
  width: 100%;
  height: 55px;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fafafa;
  transition: .3s;
}


.pass-search .select2-container--default .select2-selection--single {
  height: 55px;
  border-radius: 12px;
  border: 1px solid #ddd;
  background: #fafafa;
  transition: .3s;
}


.pass-search .select2-container--default.select2-container--focus .select2-selection--single {
  box-shadow: 0 0 0 4px rgba(212, 0, 0, .12);
}

.pass-search .select2-selection__rendered {
  /* line-height: 55px !important; */
  /* padding-left: 18px !important; */
  font-size: 15px;
  color: #333;
}

.pass-search .select2-selection__arrow {
  height: 55px !important;
  right: 12px;
}

.pass-search .col-md-4 {
  position: relative;
}


@media(min-width:992px) {

  .pass-search .col-md-4:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 38px;
    width: 1px;
    height: 55px;
    background: #ececec;
  }

  @media(max-width:991px) {

    .pass-search {
      padding: 25px;
    }

    .pass-search .col-md-4 {
      margin-bottom: 20px;
    }

    .pass-search .col-md-4:last-child {
      margin-bottom: 0;
    }
  }
}

.search-field {
  position: relative;
}


.search-field svg {
  position: absolute;
  left: 18px;
  bottom: 10px;
  z-index: 9;
  max-width: 25px;
}

.jcb {
  justify-content: space-between;
}

.booking-item:hover {
  background: #fbfbfb;
}

.booking-average-time {
  color: #000 !important;
}

@media(max-width: 992px) {
  .bg-mobile-app {
    min-height: 35vh !important;
  }
}

@media(min-width: 1200px) {


  .ul.slimmenu li.slimmenu-sub-menu a {
    text-align: right !important;
  }

  ul.slimmenu li.slimmenu-sub-menu a:last-child {
    text-align: left !important;
  }
}

@media(min-width: 992px) {
  .bg-mobile-app {
    min-height: 70vh !important;
  }
}

a:focus {
  outline: none;
}

.transform {
  transition: .3s;
}

.transform:hover {
  transform: scale(1.3);
  transition: .3s;
}

.hvr-b:hover {
  background-color: #d5deeb;
  color: #3e3e3e;
}

.hvr-b:focus {
  background-color: #d5deeb;
  color: #3e3e3e;
}

.try-but {
  border-radius: 15px;
  border: solid 1px #ffff;
  background-color: #2e3b87;
  color: #fff;
  padding: 8px 12px;
}

.home-but {
  border-radius: 15px;
  border: solid 1px #2e3b87;
  background-color: #ffffff;
  color: #2e3b87;
  padding: 7px 5px;
}

.cont-but {
  border-radius: 15px;
  border: solid 1px #ffff;
  background-color: #2e3b87bf;
  color: #fff;
  padding: 8px 9px;
}

.mine-cont {
  max-width: 600px;
  padding: 40px;
  border-radius: 15px !important;
}

.error-buttons a:not(.home-but):hover {
  color: #fff;
}

.cookie-modal .title span {
  color: #fff !important;
  margin-left: 15px;
}

.ticket-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.ticket-card {

  background: #fff;

  border-radius: 16px;

  padding: 28px;

  box-shadow: 0 12px 35px rgba(0, 0, 0, .08);

  transition: .3s;
}

.ticket-card:hover {

  transform: translateY(-4px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, .12);

}

.ticket-header {

  display: flex;

  justify-content: space-between;

  align-items: center;

  margin-bottom: 25px;

}

.ticket-date {

  display: flex;

  align-items: center;

  gap: 15px;

}

.ticket-date i {

  width: 48px;

  height: 48px;

  background: #2e3b87;

  color: #fff;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  font-size: 18px;

}

.ticket-date strong {

  display: block;

  font-size: 18px;

}

.ticket-date span {

  color: #777;

}

.ticket-status {

  background: #e8f8ef;

  color: #198754;

  padding: 8px 18px;

  border-radius: 30px;

  font-size: 13px;

  font-weight: 600;

}

.ticket-route {

  display: flex;

  justify-content: center;

  align-items: center;

  gap: 30px;

  font-size: 22px;

  font-weight: 600;

  margin: 30px 0;

}

.ticket-route .arrow {

  color: #2e3b87;

}

.ticket-info {

  display: flex;

  gap: 50px;

  border-top: 1px solid #eee;

  border-bottom: 1px solid #eee;

  padding: 18px 0;

}

.ticket-info div {

  display: flex;

  flex-direction: column;

}

.ticket-info small {

  color: #999;

}

.ticket-actions {

  margin-top: 25px;

  display: flex;

  gap: 15px;

}

.ticket-actions a {

  background: #2e3b87;

  color: #fff;

  padding: 10px 22px;

  border-radius: 8px;

  text-decoration: none;

  transition: .3s;

}

.ticket-actions a:hover {

  background: #1d265d;

}

.chk-seyahat-sigorta {
  padding: 0 !important;
  appearance: auto !important;
  -webkit-appearance: auto !important;
}

.form-seyahatSig {
  padding-left: 0 !important;
  gap: 0;
}

.new-ticket {
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 40px;
}

.pad-left-10 {
  padding-left: 10px;
}

.fix-margin {
  margin-left: -20px;
}

@media only screen and (max-width:1024px) {
  .fix-margin {
    margin-left: 0px;
  }

}