/*
Author       : Extensive Digital
Template Name: JustRent - Servicii transfer
Version      : 1.0
*/
/*============================
 [Table of CSS]

1. General
2. Butoane
3. Banner + formular
4. Servicii (tab-uri)
5. Angajament pentru siguranță
6. Testimonials
7. Transferuri private / De ce revin
8. Responsive

========================================*/

/*-----------------
    1. General
-----------------------*/
.transfer-page {
  font-family: "Montserrat", "Fira Sans", sans-serif;
  font-size: 15px;
  line-height: 1.55;
  color: #4a4a4a;
  background: #ffffff;
}
.transfer-page .section {
  padding: 88px 0;
}
.transfer-page ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.transfer-page .container {
  max-width: 1120px;
}
.transfer-page .transfer-title {
  font-family: "Montserrat", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.2;
  color: #1d1d1f;
  max-width: 460px;
  margin: 0 0 22px;
}

/*-----------------
    2. Butoane
-----------------------*/
.transfer-page .transfer-btn-red,
.transfer-page .transfer-btn-dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 30px;
  border: 0;
  border-radius: 50px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  transition: all 0.2s ease;
}
.transfer-page .transfer-btn-red {
  background: #c92e2c;
  min-width: 210px;
}
.transfer-page .transfer-btn-red:hover {
  background: #a82421;
  color: #ffffff;
}
.transfer-page .transfer-btn-dark {
  background: #2f2f2f;
  min-width: 180px;
}
.transfer-page .transfer-btn-dark:hover {
  background: #000000;
  color: #ffffff;
}
.transfer-page .transfer-btn-dark[disabled] {
  opacity: 0.7;
}

/*-----------------
    3. Banner + formular
-----------------------*/
.transfer-hero {
  position: relative;
  overflow: hidden;
  background: #1b2230;
}
.transfer-hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.transfer-hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1.15fr 400px;
  gap: 48px;
  align-items: center;
  min-height: 520px;
  padding: 96px 0;
}
.transfer-hero-text h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 46px;
  font-weight: 800;
  line-height: 1.15;
  color: #ffffff;
  max-width: 620px;
  margin: 0;
}
.transfer-hero-text p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.85);
  margin: 14px 0 28px;
}
.transfer-form-box {
  background: #ffffff;
  border-radius: 14px;
  padding: 30px 26px;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.3s;
}
.transfer-form-box.highlight {
  box-shadow: 0 0 0 4px rgba(201, 46, 44, 0.35), 0 24px 60px rgba(0, 0, 0, 0.25);
}
.transfer-form-box .form-group {
  margin: 0 0 18px;
}
.transfer-form-box .form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0 0 8px;
}
.transfer-form-box .form-control {
  height: 46px;
  padding: 0 18px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  color: #1d1d1f;
  background: #f5f5f5;
  border: 1px solid #e1e1e1;
  border-radius: 50px;
  box-shadow: none;
}
.transfer-form-box .form-control:focus {
  background: #ffffff;
  border-color: #1d1d1f;
}
.transfer-form-box .form-control.required {
  border-color: #c92e2c;
  background: #fff7f7;
}
.transfer-form-box .transfer-select {
  position: relative;
}
.transfer-form-box .transfer-select select {
  -webkit-appearance: none;
  appearance: none;
  padding-right: 44px;
  cursor: pointer;
}
.transfer-form-box .transfer-select:after {
  content: "";
  position: absolute;
  right: 20px;
  bottom: 19px;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid #777777;
  border-bottom: 1.5px solid #777777;
  transform: rotate(45deg);
  pointer-events: none;
}
.transfer-form-box .iti {
  display: block;
  width: 100%;
}
.transfer-form-box .iti__country-container {
  padding: 1px;
}
.transfer-form-box .iti__selected-country {
  border-radius: 50px 0 0 50px;
  background: transparent;
  padding: 0 8px 0 16px;
}
.transfer-form-box .iti__selected-country:hover,
.transfer-form-box .iti__selected-country[aria-expanded="true"] {
  background: rgba(0, 0, 0, 0.04);
}
.transfer-form-box .iti__selected-dial-code {
  font-size: 14px;
  color: #1d1d1f;
}
.transfer-form-box .iti__dropdown-content {
  z-index: 20;
  width: 100%;
  max-width: 350px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.transfer-form-box .iti__search-input {
  height: 40px;
  padding: 0 14px;
  border: 0;
  border-bottom: 1px solid #e1e1e1;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  outline: none;
}
.transfer-form-box .iti__country-list {
  max-height: 260px;
  font-size: 14px;
}
.transfer-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.transfer-form-alert {
  font-size: 13px;
  color: #c92e2c;
  margin: -4px 0 14px;
}
.transfer-form-success {
  text-align: center;
  padding: 18px 4px;
}
.transfer-form-success h4 {
  font-size: 20px;
  font-weight: 700;
  color: #1d1d1f;
  margin: 0 0 8px;
}
.transfer-form-success p {
  margin: 0 0 18px;
}
.transfer-form-success a {
  color: #c92e2c;
  font-weight: 600;
  text-decoration: underline;
}
.transfer-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #e8f6ec;
  color: #1f8a44;
  font-size: 24px;
  margin-bottom: 16px;
}

/*-----------------
    4. Servicii (tab-uri)
-----------------------*/
.transfer-tabs {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  margin: 0 0 20px !important;
  scrollbar-width: none;
}
.transfer-tabs::-webkit-scrollbar {
  display: none;
}
.transfer-tabs li a {
  display: block;
  padding: 6px 0 8px;
  font-size: 14px;
  font-weight: 600;
  color: #1d1d1f;
  white-space: nowrap;
  border-bottom: 2px solid transparent;
}
.transfer-tabs li a:hover,
.transfer-tabs li a.active {
  color: #c92e2c;
}
.transfer-tabs li a.active {
  border-bottom-color: #c92e2c;
}
.transfer-panel {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-areas: "info media" "button nav";
  gap: 24px 32px;
  padding: 26px;
  background: #eeeeee;
  border-radius: 14px;
}
.transfer-panel-info {
  grid-area: info;
}
.transfer-panel-media {
  grid-area: media;
  position: relative;
  min-width: 0;
  min-height: 300px;
}
.transfer-panel-button {
  grid-area: button;
  align-self: end;
}
.transfer-panel-nav {
  grid-area: nav;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-self: end;
}
.transfer-panel-info h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #1d1d1f;
  margin: 0 0 10px;
}
.transfer-panel-info p {
  margin: 0;
}
.transfer-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 18px 0 34px !important;
}
.transfer-pills li {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 30px;
  padding: 0 12px;
  background: #ffffff;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 600;
  color: #1d1d1f;
}
.transfer-features li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #1d1d1f;
  margin: 0 0 14px;
}
.transfer-features li i {
  font-size: 17px;
  color: #c92e2c;
}
.transfer-gallery {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  background: #dcdcdc;
}
.transfer-gallery .swiper-wrapper,
.transfer-gallery .swiper-slide {
  height: 100%;
}
.transfer-gallery .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
.transfer-gallery-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 56px;
  color: #b3b3b3;
}
.transfer-gallery-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px !important;
  z-index: 2;
  text-align: center;
}
.transfer-page .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  margin: 0 3px !important;
  background: #ffffff;
  opacity: 0.55;
}
.transfer-page .swiper-pagination-bullet-active {
  opacity: 1;
}
.transfer-panel-nav button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  background: #ffffff;
  color: #1d1d1f;
  font-size: 18px;
  transition: all 0.2s ease;
}
.transfer-panel-nav button:hover {
  background: #1d1d1f;
  border-color: #1d1d1f;
  color: #ffffff;
}
.transfer-panel-nav button.swiper-button-disabled {
  opacity: 0.4;
}

/*-----------------
    5. Angajament pentru siguranță
-----------------------*/
.transfer-page .transfer-safety {
  padding-top: 32px;
}
.transfer-safety .transfer-title {
  margin-bottom: 40px;
}
.transfer-safety-item {
  margin-bottom: 24px;
}
.transfer-safety-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 8px;
  background: #fde3e2;
  color: #c92e2c;
  font-size: 17px;
  margin-bottom: 20px;
}
.transfer-safety-icon img {
  display: block;
  object-fit: contain;
}
.transfer-safety-item h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0 0 6px;
}
.transfer-safety-item p {
  font-size: 14px;
  margin: 0;
}

/*-----------------
    6. Testimonials
-----------------------*/
.transfer-testimonials {
  background: #f3f3f3;
}
.transfer-testimonials .section-heading {
  margin-bottom: 36px;
}
.transfer-testimonials .section-heading h3 {
  font-size: 22px;
  font-weight: 700;
  color: #1d1d1f;
  margin: 0;
}
.transfer-testimonials .section-heading p {
  font-size: 14px;
  max-width: none;
}
.transfer-testimonials-slider {
  position: relative;
  overflow: hidden;
  padding-bottom: 44px;
}
.transfer-testimonials-slider .swiper-slide {
  height: auto;
}
.transfer-testimonial {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-align: center;
}
.transfer-testimonial h4 {
  font-size: 22px;
  font-weight: 500;
  color: #1d1d1f;
  margin: 0;
}
.transfer-testimonial .list-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 4px 0 14px;
}
.transfer-testimonial .list-rating i {
  font-size: 12px;
  color: #f5b400;
}
.transfer-testimonial-text {
  position: relative;
  flex: 1;
  text-align: left;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 34px 34px;
  font-size: 13.5px;
  line-height: 1.6;
}
.transfer-testimonial-text p {
  margin: 0;
}
.transfer-testimonial-text i {
  position: absolute;
  font-size: 13px;
  color: #9a9a9a;
}
.transfer-testimonial-text .fa-quote-left {
  top: 12px;
  left: 12px;
}
.transfer-testimonial-text .fa-quote-right {
  bottom: 12px;
  right: 12px;
}
.transfer-testimonials-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px !important;
  text-align: center;
}
.transfer-testimonials-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  background: #cfcfcf;
  opacity: 1;
}
.transfer-testimonials-pagination .swiper-pagination-bullet-active {
  background: #c92e2c;
}

/*-----------------
    7. Transferuri private / De ce revin
-----------------------*/
.transfer-about-row + .transfer-about-row {
  margin-top: 64px;
}
.transfer-about-right {
  padding-left: 48px;
}
.transfer-about-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: 14px;
}
.transfer-about .transfer-title {
  margin-bottom: 26px;
}
.transfer-about-list li {
  display: flex;
  gap: 16px;
  margin: 0 0 26px;
}
.transfer-about-list li i {
  font-size: 26px;
  color: #1d1d1f;
}
.transfer-about-list li img {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  object-fit: contain;
}
.transfer-about-list h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1f;
  margin: 0 0 4px;
}
.transfer-about-list p {
  font-size: 14px;
  max-width: 460px;
  margin: 0;
}

/*-----------------
    8. Responsive
-----------------------*/
@media (max-width: 991.98px) {
  .transfer-page .section {
    padding: 64px 0;
  }
  .transfer-hero-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    min-height: 0;
    padding: 56px 0;
  }
  .transfer-hero-text h1 {
    font-size: 34px;
  }
  .transfer-form-box {
    max-width: 520px;
  }
  .transfer-page .transfer-title {
    font-size: 28px;
  }
  .transfer-panel-media {
    min-height: 0;
  }
  .transfer-gallery {
    position: relative;
    aspect-ratio: 16 / 10;
  }
  .transfer-panel {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "info" "nav" "button";
    padding: 18px;
  }
  .transfer-panel-nav {
    justify-content: center;
  }
  .transfer-panel-button .btn {
    width: 100%;
  }
  .transfer-about-right {
    padding-left: 15px;
  }
  .transfer-about-img {
    margin-top: 24px;
  }
}
@media (max-width: 575.98px) {
  .transfer-page .section {
    padding: 52px 0;
  }
  .transfer-form-box {
    padding: 24px 18px;
  }
  .transfer-gallery {
    aspect-ratio: 4 / 3;
  }
}
