﻿* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%; /* default */
}

body {
  font-family: Roboto, Arial, sans-serif;
}

.top-header {
  background: white;
  padding: 10px 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.top-header .container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  font-weight: bold;
  color: #0066cc;
  font-size: 24px;
}

nav ul {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
}

nav li {
  cursor: pointer;
}

.btn-book {
  background: #0066ff;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 25px;
  cursor: pointer;
}

.hero {
  background: #4a148c;
  color: white;
  text-align: center;
  padding: 30px 20px;
}
.hero p {
  color: #e5b4ff;
}

.luggo-logo {
  font-size: 80px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero h1 {
  font-size: 36px;
  margin-bottom: 10px;
}

.hero p {
  font-size: 18px;
  max-width: 800px;
  margin: 0 auto;
}

.form-section {
  padding: 40px 20px;
}

.form-card {
  margin: 0 auto;
  background: white;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section-title {
  font-size: 20px;
  font-weight: 700;
  margin: 20px 0 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.required {
  color: red;
}

.field {
  flex: 1;
  padding-top: 15px;
  padding-bottom: 15px;
}
.field label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
}
.field input {
  width: 100%;
  padding: 10px 10px 10px 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.subtitle {
  margin: 10px 0 20px;
  color: #666;
}

img {
  max-width: 100%;
}

.luggage-group {
  padding: 0 10px 20px 20px;
}
.luggage-group .luggage-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
}
.luggage-group .luggage-item .item-info strong {
  font-size: clamp(1.3rem, 1.2vw, 1.6rem);
}

.item-info p {
  margin: 5px 0;
  color: #666;
  font-size: 14px;
}

hr {
  color: #c0bfc0;
}

.counter {
  display: flex;
  align-items: center;
  gap: 10px;
}
.counter button {
  position: relative;
  content: "";
  background-color: #eaeaea;
  width: 30px;
  height: 30px;
  border: 1px solid #333;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.7;
}
.counter button.btn-minus::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 7%;
  top: 48%;
  left: 10%;
  background: #333;
}
.counter button.btn-plus::before, .counter button.btn-plus::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 6%;
  top: 48%;
  left: 10%;
  background: #333;
}
.counter button.btn-plus::after {
  width: 6%;
  height: 80%;
  top: 10%;
  left: 48%;
  background: #333;
}
.counter button[disabled] {
  border: 1px solid #c0bfc0;
}
.counter button[disabled]::before, .counter button[disabled]::after {
  background: #c0bfc0;
}
.counter span {
  font-size: 18px;
  font-weight: bold;
  min-width: 30px;
  text-align: center;
}

.btn-submit {
  background: #0066ff;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  margin-top: 20px;
  cursor: pointer;
  width: 100%;
}

/* Home */
.luggage-form {
  /* Marquee container styles */
  /*.marquee-wrapper:hover .marquee-content {
      animation-play-state: paused;
  }*/
}
.luggage-form .brand-luggo {
  display: flex;
  gap: 10px;
  font-size: clamp(1.5rem, 1.4vw, 5rem);
}
.luggage-form .brand-luggo .btn-logo {
  display: inline-block;
  font-family: "Bebas Neue";
  font-size: clamp(1.5rem, 1.4vw, 5rem);
  background-color: #660099;
  color: #fff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 0 10px;
  height: clamp(2.1rem, 1.9vw, 5rem);
}
.luggage-form .text-blue {
  color: #3ebced;
}
.luggage-form a.box-lok {
  text-decoration: none;
}
.luggage-form h1, .luggage-form h2, .luggage-form h3 {
  font-family: "Roboto";
  font-weight: 700;
}
.luggage-form h1 {
  font-size: clamp(2.3rem, 2.3vw, 2.6rem);
  margin-bottom: 30px;
  line-height: 1.1;
}
.luggage-form h1 > span.text-violet {
  color: #664C9A;
}
.luggage-form h2 {
  margin-bottom: 0;
  font-size: clamp(2.2rem, 2.2vw, 2.4rem);
  font-weight: 700;
}
.luggage-form h3 {
  font-size: 18px;
}
.luggage-form .text-cover {
  font-weight: 200;
  font-size: clamp(1.8rem, 1.8vw, 2.1rem);
}
.luggage-form .text-subtitle {
  font-weight: 200;
  font-size: clamp(1.7rem, 1.7vw, 2rem);
}
.luggage-form a.btn-primary {
  background-color: #660099;
  color: #fff;
  border-color: #664C9A;
  -webkit-border-radius: 22px;
  border-radius: 22px;
}
.luggage-form a.btn-action {
  font-size: clamp(1.2rem, 1.2vw, 1.6rem);
  padding: 6px 32px;
}
.luggage-form .support-line > div {
  padding-bottom: 20px;
}
.luggage-form .support-line > div a {
  position: relative;
  color: #333;
  font-size: clamp(1.2rem, 1.6vw, 1.8rem);
  text-decoration: none;
  padding: 10px 0 10px 55px;
}
.luggage-form .support-line > div a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 50px;
  height: 50px;
  background: url(/img/support-line.png?c) no-repeat;
}
.luggage-form .support-line > div.support-247 a::before {
  background-position: -50px;
}
.luggage-form .support-line > div.insurance a::before {
  background-position: -100px;
}
.luggage-form .box-luggage-book {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.luggage-form .box-luggage-book .textStyle {
  display: block;
}
.luggage-form .marquee-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 1rem 0;
}
.luggage-form .marquee-content {
  display: flex;
  gap: 30px;
  animation: bounceScroll 30s linear infinite alternate;
  width: fit-content;
}
@keyframes bounceScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 100vw));
  }
}
.luggage-form .luggage-travellers .traveller-photo {
  width: 100vw;
  border: 3px solid #660099;
  overflow: hidden;
  -webkit-border-radius: 15px;
  border-radius: 15px;
}
.luggage-form .luggage-travellers .traveller-photo img {
  width: 100%;
  height: 100%;
}
.luggage-form .luggage-travellers .traveller-comment {
  background-color: #fff;
  padding: 20px;
  flex: 0 0 320px;
  height: 320px;
  border: 1px solid #CBD5E0;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.luggage-form .luggage-travellers .traveller-comment h3 {
  padding-bottom: 15px;
}
.luggage-form .luggage-travellers .traveller-comment .traveller-author {
  font-weight: 700;
}
.luggage-form .luggage-travellers .traveller-comment .time-ago {
  color: #aaa;
  font-weight: 400;
}
.luggage-form .section-travellers, .luggage-form .section-how-it-works {
  padding-block: 48px;
  text-align: center;
}
.luggage-form .section-travellers h2 {
  margin-bottom: 20px;
}
.luggage-form .section-how-it-works .col-step {
  color: #660099;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
}
.luggage-form .section-how-it-works .col-title {
  font-size: clamp(1.6rem, 1.9vw, 1.9rem);
  font-weight: bold;
}
.luggage-form .section-how-it-works .col-subtitle {
  color: #664C9A;
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  padding: 0 25px;
}
.luggage-form .section-where .service-card {
  position: relative;
  background: url("/img/Hotel 1.png") no-repeat;
  background-size: cover;
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
  margin-bottom: 15px;
}
.luggage-form .section-where .service-card.airport {
  background-image: url("/img/Airport 1.png");
}
.luggage-form .section-where .service-card.transport {
  background-image: url("/img/Luggage Transport 1.png");
}
.luggage-form .section-where .service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
}
.luggage-form .section-where .service-card::before {
  content: "";
  position: absolute;
  inset: 0;
  /*background: linear-gradient(135deg, #f5f7fa 0%, #e4e9fd 100%);
  opacity: 0.4;*/
  z-index: 0;
}
.luggage-form .section-where .service-card .card-content {
  color: #fff;
  position: relative;
  z-index: 10;
  width: 80%;
  margin: clamp(8rem, 7.5vw, 9rem) auto;
  padding: 3rem;
  background: rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 15px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3);
  text-align: center;
  transition: transform 0.4s ease;
  position: relative;
  z-index: 1;
  padding: 28px 24px;
  text-align: center;
}
.luggage-form .section-where .service-card .card-title {
  font-size: clamp(1.5rem, 1.5vw, 2.2rem);
  font-weight: 700;
  margin: 0 0 5px;
  line-height: 1;
}
.luggage-form .section-where .service-card .card-subtitle {
  font-size: clamp(0.4rem, 0.75vw, 0.75rem);
  letter-spacing: 1.5px;
}
.luggage-form .section-where .service-card .price-block {
  margin: 28px 0 32px;
}
.luggage-form .section-where .service-card .price-block .price-starting {
  font-size: clamp(0.4rem, 0.75vw, 0.75rem);
  font-weight: 100;
  vertical-align: super;
  margin-left: 4px;
  margin-bottom: 10px;
}
.luggage-form .section-where .service-card .price-block .price {
  font-size: clamp(1.6rem, 1.9vw, 1.9rem);
  font-weight: 900;
  line-height: 1;
  letter-spacing: -1px;
}
.luggage-form .section-where .service-card .book-btn {
  display: inline-block;
  padding: 6px 50px;
  background: #fff;
  color: #660099;
  font-size: clamp(1rem, 1vw, 1.9rem);
  font-weight: 700;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 4px 14px rgba(0, 102, 255, 0.3);
}
.luggage-form .section-where .service-card .book-btn:hover {
  background: #664C9A;
  color: #fff;
}
.luggage-form .section-where .service-card .book-btn:hover {
  background: #0055dd;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 102, 255, 0.4);
}
.luggage-form .section-where .service-card .book-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(0, 102, 255, 0.3);
}
.luggage-form .section-where .place-card {
  background: url("/img/Hotel 1.png") no-repeat;
  background-size: cover;
  display: flex;
  gap: 30px;
  flex-direction: column;
  justify-content: center;
  padding: 0 35px;
  height: clamp(2.6rem, 26vw, 36rem);
  border-radius: 35px;
}
.luggage-form .section-where .place-card .place-card-container {
  position: relative;
  color: #fff;
  background: transparent;
  box-shadow: 0 6px 6px rgba(0, 0, 0, 0.2), 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 2.2);
  overflow: hidden;
  border-radius: 35px;
}
.luggage-form .section-where .place-card .place-card-container .glass-content {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.luggage-form .section-where .place-card .place-card-container .glass-content .glass-filter, .luggage-form .section-where .place-card .place-card-container .glass-content .glass-overlay, .luggage-form .section-where .place-card .place-card-container .glass-content .glass-specular {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
}
.luggage-form .section-where .place-card .place-card-container .glass-content .glass-filter {
  backdrop-filter: blur(14px);
  filter: saturate(120%) brightness(1.15);
}
.luggage-form .section-where .place-card .place-card-container .glass-content .glass-overlay {
  background: rgba(3, 40, 79, 0.17);
}
.luggage-form .section-where .place-card .place-card-container .glass-content .glass-specular {
  border-radius: 35px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.05), inset 0 0 5px #fff;
}
.luggage-form .section-where .place-card .place-card-container .place-content {
  position: absolute;
  width: 100%;
  height: 100px;
  padding: 30px 0;
  z-index: 99;
}
.luggage-form .section-where .place-card .place-card-container .place-content .place-header .place-title {
  font-size: clamp(1.6rem, 1.9vw, 1.9rem);
}
.luggage-form .section-testimonials {
  text-align: center;
}
.luggage-form .section-testimonials .testimonials {
  margin-bottom: 20px;
}
.luggage-form .section-testimonials .testimonial-card {
  position: relative;
  text-align: left;
  border-top: 3px solid #660099;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 30px 15px 15px;
  margin-top: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.luggage-form .section-testimonials .testimonial-card .emoji {
  width: clamp(3.6rem, 3.6vw, 4rem);
  position: absolute;
  top: clamp(-1.6rem, -1.6vw, -2rem);
  left: clamp(4.2rem, 4.2vw, 4.6rem);
}
.luggage-form .section-testimonials .testimonial-card .name {
  font-size: clamp(1.2rem, 1.6vw, 1.6rem);
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 5px;
}
.luggage-form .section-testimonials .testimonial-card .stars {
  margin-top: 5px;
  display: flex;
  gap: 2px;
}
.luggage-form .section-testimonials .testimonial-card .star-svg {
  fill: #ffc107;
  width: clamp(2.6rem, 2.6vw, 3.6rem);
  height: clamp(2.6rem, 2.6vw, 3.6rem);
}
.luggage-form .section-testimonials .testimonial-card .card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 10px;
}
.luggage-form .section-testimonials .testimonial-card .card-header .left-section {
  flex: 1;
}
.luggage-form .section-testimonials .testimonial-card .card-header .profile-pic {
  flex-shrink: 0;
  margin-left: 10px;
}
.luggage-form .section-testimonials .testimonial-card .card-header .profile-pic img {
  /*border-radius: 50%;*/
  object-fit: cover;
}
.luggage-form .section-testimonials .testimonial-card .quote {
  font-style: italic;
  color: #333;
  font-size: clamp(1.1rem, 1.2vw, 1.4rem);
}
.luggage-form .section-testimonials .average-rating {
  border-radius: 10px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
}
.luggage-form .section-testimonials .average-rating .star-svg {
  fill: #ffc107;
  width: clamp(1.6rem, 1.6vw, 2.6rem);
  height: clamp(1.6rem, 1.6vw, 2.6rem);
}
.luggage-form .section-testimonials .more-link {
  font-size: clamp(0.9rem, 0.9vw, 1.2rem);
}
.luggage-form .section-faq .text-subtitle {
  font-size: clamp(1.7rem, 1.7vw, 2rem);
}

.card.pickup {
  background-color: #F9FAFB;
  border: 2px solid #e8d0fc;
}
.card.pickup .card-header {
  background: transparent;
  border-bottom: none;
}
.card.pickup .card-header .card-title {
  font-weight: 700;
  padding: 10px 0 20px;
  margin-bottom: 0;
  border-bottom: 2px solid #e8d0fc;
}
.card.pickup .card-header .card-title .icon {
  margin-right: 10px;
}
.card.pickup .card-body {
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
}
.card.pickup .blockquote {
  display: flex;
  gap: 10px;
  font-size: clamp(0.9rem, 0.9vw, 1.1rem);
  color: #78350f;
  background-color: #fffbeb;
  border-left: 3px solid #f59e0b;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 12px 15px;
  margin-top: 10px;
}
.card.pickup .blockquote .alert-warning {
  color: #f59e0b;
}

.list-option {
  list-style: none;
  padding: 0;
  margin: 0;
}
.list-option-item {
  padding: 10px 20px 6px;
  border: 1px solid #eaeaea;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.blockquote {
  font-size: clamp(1rem, 1vw, 1.2rem);
}

@media (min-width: 576px) {
  .hero > div {
    display: flex;
    gap: 60px;
    padding: 60px 240px 60px 40px;
  }
  .form-card {
    max-width: 1024px;
    padding: 30px 65px;
  }
  .support-line {
    display: flex;
    justify-content: center;
    gap: 100px;
  }
  .support-line > div {
    padding-bottom: 0;
  }
  .section-where .service-card {
    margin-bottom: 0;
  }
  .luggage-group {
    width: 65%;
  }
  .section-testimonials .testimonials {
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .section-testimonials .testimonials .testimonial-card {
    position: relative;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .section-faq {
    display: flex;
    justify-content: space-between;
  }
  .section-faq .text-subtitle {
    font-size: clamp(1.6rem, 1.6vw, 2.2rem);
  }
  .luggage-form .luggage-travellers .traveller-photo {
    width: 20vw;
  }
}
