.stay-transport-hero {
  position: relative;
  min-height: 500px;
  display: flex;
  align-items: center;
  background: url("../img/hotel-transport.png") center/cover no-repeat;
}
.stay-transport-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(7, 32, 29, 0.839), rgba(10, 39, 33, 0.78) 45%, rgba(10, 39, 33, 0.2));
}
.stay-transport-hero-content {
  position: relative;
  z-index: 2;
  max-width: 720px;
  padding: 85px 0;
  color: #fff;
}
.stay-transport-hero .section-label {
  color: #f2a064 !important;
}
.stay-transport-hero h1 {
  margin: 0 0 20px;
  font-size: clamp(3rem, 5.5vw, 5rem);
  line-height: 1.03;
  font-weight: 700;
}
.stay-transport-hero h1 span {
  color: #f2a064;
  font-family: "Dancing Script", cursive;
}
.stay-transport-hero-content > p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.8;
  font-size: 1.04rem;
}
.hero-service-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 26px;
}
.hero-service-pills span {
  padding: 9px 14px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.09);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.8rem;
}
.hero-service-pills i {
  color: #f2a064;
  margin-right: 7px;
}
.hero-book-btn {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 26px;
  padding: 13px 20px;
  border-radius: 10px;
  background: var(--orange);
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
.hero-book-btn:hover {
  color: #fff;
  background: #d96e25;
}
.service-heading {
  max-width: 760px;
  margin: auto;
}
.service-heading h2 {
  color: var(--dark-green);
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.15;
  font-weight: 700;
}
.service-heading h2 em {
  color: var(--orange);
  font-family: "Dancing Script", cursive;
}
.service-heading > p:last-child {
  color: #777;
  line-height: 1.8;
  max-width: 620px;
  margin: 15px auto 0;
}
.service-card {
  height: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
  padding: 30px;
  border-radius: 20px;
  border: 1px solid #e7eeeb;
  background: #fff;
  box-shadow: 0 10px 30px rgba(18, 60, 52, 0.05);
  transition: 0.3s;
}
.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 18px 40px rgba(18, 60, 52, 0.1);
}
.service-card-icon {
  width: 58px;
  height: 58px;
  min-width: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  background: #edf5f3;
  color: var(--dark-green);
  font-size: 1.35rem;
}
.service-card span {
  display: block;
  color: var(--orange);
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 1px;
}
.service-card h4 {
  margin: 5px 0 7px;
  color: var(--dark-green);
  font-weight: 700;
}
.service-card p {
  margin: 0;
  color: #777;
  font-size: 0.87rem;
  line-height: 1.7;
}
.service-card-arrow {
  position: absolute;
  right: 22px;
  top: 22px;
  color: #c6d4d0;
  font-size: 0.8rem;
}
.booking-section {
  background: #f6f9f8;
}
.booking-copy {
  padding-top: 15px;
}
.booking-copy h2 {
  color: var(--dark-green);
  font-size: clamp(2.1rem, 3.5vw, 3.1rem);
  font-weight: 700;
  line-height: 1.16;
}
.booking-copy h2 em {
  color: var(--orange);
  font-family: "Dancing Script", cursive;
}
.booking-copy > p {
  color: #777;
  line-height: 1.8;
  max-width: 520px;
}
.booking-benefit-list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.booking-benefit-list > div {
  display: flex;
  align-items: center;
  gap: 13px;
}
.booking-benefit-list > div > span {
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf5f3;
  color: var(--dark-green);
}
.booking-benefit-list strong,
.booking-benefit-list small {
  display: block;
}
.booking-benefit-list strong {
  color: #394742;
  font-size: 0.9rem;
}
.booking-benefit-list small {
  color: #888;
  font-size: 0.76rem;
  margin-top: 2px;
}
.booking-note {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-top: 30px;
  padding: 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid #e5ece9;
}
.booking-note > i {
  margin-top: 3px;
  color: var(--orange);
}
.booking-note strong {
  color: var(--dark-green);
  font-size: 0.83rem;
}
.booking-note p {
  margin: 5px 0 0;
  color: #888;
  font-size: 0.74rem;
  line-height: 1.6;
}
.booking-form-card {
  background: #fff;
  border: 1px solid #e7eeeb;
  border-radius: 24px;
  padding: 35px;
  box-shadow: 0 16px 45px rgba(18, 60, 52, 0.08);
}
.booking-form-header {
  display: flex;
  align-items: center;
  gap: 15px;
  padding-bottom: 23px;
  margin-bottom: 25px;
  border-bottom: 1px solid #edf0ef;
}
.booking-form-icon {
  width: 55px;
  height: 55px;
  min-width: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: var(--orange);
  color: #fff;
  font-size: 1.2rem;
}
.booking-form-header h4 {
  margin: 0 0 4px;
  color: var(--dark-green);
  font-weight: 700;
}
.booking-form-header p {
  margin: 0;
  color: #8a8a8a;
  font-size: 0.8rem;
}
.form-section-label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 13px;
  color: var(--dark-green);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.form-section-label span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #edf5f3;
  color: var(--dark-green);
  font-size: 0.65rem;
}
.service-selector {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.service-option {
  position: relative;
  cursor: pointer;
}
.service-option input {
  position: absolute;
  opacity: 0;
}
.service-option > span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 115px;
  padding: 15px 10px;
  text-align: center;
  border: 1px solid #e0e9e6;
  border-radius: 13px;
  background: #fff;
  transition: 0.25s;
}
.service-option > span i {
  color: var(--dark-green);
  font-size: 1.25rem;
  margin-bottom: 7px;
}
.service-option strong {
  color: #374641;
  font-size: 0.79rem;
}
.service-option small {
  margin-top: 3px;
  color: #929292;
  font-size: 0.65rem;
}
.service-option:hover > span,
.service-option-active > span {
  border-color: var(--orange);
  background: #fffaf5;
  box-shadow: 0 7px 20px rgba(232, 121, 42, 0.08);
}
.service-option-active > span i {
  color: var(--orange);
}
.booking-form-card .form-label {
  color: #4c5955;
  font-size: 0.78rem;
  font-weight: 600;
  margin-bottom: 7px;
}
.booking-form-card .form-label span {
  color: var(--orange);
}
.booking-form-card .form-control,
.booking-form-card .form-select {
  min-height: 48px;
  border: 1px solid #dce6e3;
  border-radius: 10px;
  font-size: 0.82rem;
  color: #3f4d48;
}
.booking-form-card textarea.form-control {
  min-height: 110px;
}
.booking-form-card .form-control:focus,
.booking-form-card .form-select:focus {
  border-color: var(--dark-green);
  box-shadow: 0 0 0 0.18rem rgba(18, 60, 52, 0.08);
}
.booking-submit-btn {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 14px 22px;
  border: 0;
  border-radius: 10px;
  background: var(--dark-green);
  color: #fff;
  font-weight: 600;
  transition: 0.25s;
}
.booking-submit-btn:hover {
  background: var(--orange);
  color: #fff;
}
.booking-form-note {
  margin: 13px 0 0;
  text-align: center;
  color: #999;
  font-size: 0.68rem;
}
.booking-form-note i {
  margin-right: 4px;
  color: var(--orange);
}
.hotel-transport-cta {
  background: #fff;
}
.hotel-transport-cta-box {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 48px 55px;
  border-radius: 23px;
  background: linear-gradient(125deg, #0d342c, #184c42);
  color: #fff;
}
.hotel-transport-cta-box > * {
  position: relative;
  z-index: 1;
}
.hotel-transport-cta-box .section-label {
  color: #f2a064 !important;
}
.hotel-transport-cta-box h2 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  line-height: 1.1;
  font-weight: 700;
  margin: 0 0 14px;
}
.hotel-transport-cta-box h2 span {
  font-family: "Dancing Script", cursive;
  color: #f2a064;
}
.hotel-transport-cta-box p:not(.section-label) {
  max-width: 600px;
  margin: 0;
  color: #c8dad6;
  line-height: 1.7;
}
.hotel-transport-cta-box a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  flex-shrink: 0;
  padding: 14px 21px;
  border-radius: 10px;
  background: #f2a064;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
@media (max-width: 991.98px) {
  .stay-transport-hero {
    min-height: 450px;
  }
  .booking-copy {
    padding-top: 0;
  }
  .hotel-transport-cta-box {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  .stay-transport-hero {
    min-height: 420px;
  }
  .stay-transport-overlay {
    background: rgba(10, 39, 33, 0.8);
  }
  .stay-transport-hero-content {
    padding: 65px 0;
  }
  .service-card {
    padding: 24px 20px;
  }
  .booking-form-card {
    padding: 23px 18px;
    border-radius: 18px;
  }
  .service-selector {
    grid-template-columns: 1fr;
  }
  .service-option > span {
    min-height: 82px;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-start;
    text-align: left;
  }
  .service-option > span i {
    margin-bottom: 0;
  }
  .hotel-transport-cta-box {
    padding: 35px 24px;
    border-radius: 18px;
  }
  .hotel-transport-cta-box a {
    width: 100%;
    justify-content: center;
  }
}
