






.wb-support-strip {

  padding: 78px 0 72px;
}

.wb-support-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.9fr 1.15fr;
  align-items: center;
  gap: 36px;
}

.wb-support-left {
  display: flex;
  align-items: center;
}

.wb-support-title-wrap {
  max-width: 360px;
}

.wb-support-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
  color: #083947;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 62px;
  line-height: 1;
  letter-spacing: 0;
}

.wb-support-title span {
  display: inline-block;
}

.wb-support-team-img {
  width: 94px;
  height: 36px;
  object-fit: cover;
  border-radius: 999px;
  display: block;
  margin-top: 4px;
}

.wb-support-subtitle {
  margin: 14px 0 0;
  color: #083947;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 34px;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wb-support-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wb-support-award-img {
  max-width: 100%;
  width: 240px;
  height: auto;
  display: block;
}

.wb-support-right {
  display: flex;
  justify-content: flex-end;
}

.wb-support-list {
  width: 100%;
  max-width: 390px;
}

.wb-support-item {
  display: grid;
  grid-template-columns: 18px 1fr;
  gap: 12px;
  align-items: start;
  padding: 14px 0;
  border-bottom: 1px solid #dddddd;
}

.wb-support-item:last-child {
  border-bottom: 0;
}

.wb-support-icon {
  width: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #083947;
  font-size: 14px;
  line-height: 1;
  margin-top: 2px;
}

.wb-support-item p {
  margin: 0;
  color: #083947;
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0;
}

@media (max-width: 1199.98px) {
  .wb-support-grid {
    grid-template-columns: 1fr 0.85fr 1fr;
    gap: 28px;
  }

  .wb-support-title {
    font-size: 54px;
  }

  .wb-support-subtitle {
    font-size: 30px;
  }

  .wb-support-award-img {
    width: 210px;
  }
}

@media (max-width: 991.98px) {
  .wb-support-strip {
    padding: 60px 0;
  }

  .wb-support-grid {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .wb-support-left,
  .wb-support-center,
  .wb-support-right {
    justify-content: center;
  }

  .wb-support-title-wrap {
    max-width: 100%;
  }

  .wb-support-title {
    justify-content: center;
  }

  .wb-support-right {
    justify-content: center;
  }

  .wb-support-list {
    max-width: 560px;
  }

  .wb-support-item {
    text-align: left;
  }
}

@media (max-width: 767.98px) {
  .wb-support-strip {
    padding: 48px 0;
  }

  .wb-support-title {
    font-size: 46px;
    gap: 12px;
  }

  .wb-support-team-img {
    width: 82px;
    height: 32px;
  }

  .wb-support-subtitle {
    font-size: 26px;
    margin-top: 12px;
  }

  .wb-support-award-img {
    width: 190px;
  }

  .wb-support-item p {
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .wb-support-grid {
    gap: 28px;
  }

  .wb-support-title {
    font-size: 38px;
  }

  .wb-support-team-img {
    width: 74px;
    height: 30px;
  }

  .wb-support-subtitle {
    font-size: 22px;
  }

  .wb-support-award-img {
    width: 168px;
  }

  .wb-support-item {
    grid-template-columns: 16px 1fr;
    gap: 10px;
    padding: 12px 0;
  }

  .wb-support-icon {
    font-size: 13px;
    width: 16px;
  }
}























.wb-transfer-steps {
  background: #f3f3f3;
  padding: 78px 0 84px;
}

.wb-transfer-box {
  background: #eef3f7;
  padding: 86px 82px 80px;
}

.wb-transfer-top {
  display: grid;
  grid-template-columns: 1.05fr 1fr;
  gap: 70px;
  align-items: start;
  margin-bottom: 42px;
}

.wb-transfer-label {
  display: inline-block;
  margin-bottom: 18px;
  color: #4d4d4d;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.wb-transfer-title {
  margin: 0;
  color: #000000;
  font-family: 'Outfit', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
}

.wb-transfer-intro {
  padding-top: 34px;
}

.wb-transfer-intro p {
  margin: 0;
  max-width: 520px;
  color: #5a5a5a;
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.wb-transfer-bottom {
  display: grid;
  grid-template-columns: 1.45fr 1.75fr;
  align-items: center;
  gap: 0;
}

.wb-transfer-image-col {
  position: relative;
  z-index: 1;
}

.wb-transfer-main-img {
  width: 100%;
  max-width: 632px;
  height: 372px;
  object-fit: cover;
  display: block;
}

.wb-transfer-cards {
  position: relative;
  z-index: 2;
  margin-left: -72px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.wb-transfer-card {
  background: #053b49;
  min-height: 314px;
  padding: 34px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.wb-transfer-card-icon {
  margin-bottom: 28px;
  color: #d9ff00;
  font-size: 33px;
  line-height: 1;
}

.wb-transfer-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
   font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 29px;
}

.wb-transfer-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
}

@media (max-width: 1399.98px) {
  .wb-transfer-box {
    padding: 74px 60px 72px;
  }

  .wb-transfer-top {
    gap: 48px;
  }

  .wb-transfer-title {
    font-size: 45px;
    line-height: 59px;
  }

  .wb-transfer-main-img {
    /* max-width: 100% ; */
    width: 839px !important;
    height: 449px !important;
  }

  .wb-transfer-cards {
    margin-left: -330px;
    gap: 18px;
  }

  .wb-transfer-card {
    min-height: 300px;
    padding: 20px 18px 18px;
  }
}

@media (max-width: 1199.98px) {
  .wb-transfer-box {
    padding: 64px 42px;
  }

  .wb-transfer-top {
    grid-template-columns: 1fr 1fr;
    gap: 34px;
    margin-bottom: 34px;
  }

  .wb-transfer-title {
    font-size: 44px;
    line-height: 52px;
  }

  .wb-transfer-intro {
    padding-top: 26px;
  }

  .wb-transfer-intro p {
    line-height: 28px;
  }

  .wb-transfer-bottom {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .wb-transfer-main-img {
    max-width: 100%;
    height: 380px;
  }

  .wb-transfer-cards {
    margin-left: 0;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991.98px) {
  .wb-transfer-steps {
    padding: 60px 0 68px;
  }

  .wb-transfer-box {
    padding: 48px 28px;
  }

  .wb-transfer-top {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wb-transfer-intro {
    padding-top: 0;
  }

  .wb-transfer-title {
    font-size: 38px;
    line-height: 46px;
  }

  .wb-transfer-main-img {
    height: 340px;
  }

  .wb-transfer-cards {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .wb-transfer-card {
    min-height: auto;
    padding: 28px 20px 22px;
  }
}

@media (max-width: 767.98px) {
  .wb-transfer-steps {
    padding: 46px 0 54px;
  }

  .wb-transfer-box {
    padding: 34px 20px;
  }

  .wb-transfer-label {
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 20px;
  }

  .wb-transfer-title {
    font-size: 32px;
    line-height: 40px;
  }

  .wb-transfer-intro p {
    font-size: 15px;
    line-height: 26px;
  }

  .wb-transfer-main-img {
    height: 280px;
  }

  .wb-transfer-card-icon {
    margin-bottom: 22px;
    font-size: 28px;
  }

  .wb-transfer-card h3 {
    font-size: 20px;
    line-height: 1.4;
  }

  .wb-transfer-card p {
    font-size: 14px;
    line-height: 1.65;
  }
}

@media (max-width: 575.98px) {
  .wb-transfer-box {
    padding: 28px 16px;
  }

  .wb-transfer-title {
    font-size: 28px;
    line-height: 36px;
  }

  .wb-transfer-intro p {
    font-size: 14px;
    line-height: 24px;
  }

  .wb-transfer-main-img {
    height: 220px;
  }

  .wb-transfer-card {
    padding: 24px 16px 18px;
  }

  .wb-transfer-card h3 {
    font-size: 18px;
  }

  .wb-transfer-card p {
    font-size: 13px;
    line-height: 1.6;
  }
}






.wb-brand-slider-section {
  background: #f3f3f3;
  padding: 78px 0 88px;
  overflow: hidden;
}

.wb-brand-slider-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 34px;
}

.wb-brand-slider-title {
  margin: 0;
  color: #053b49;
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
}

.wb-brand-slider-nav {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-top: 12px;
}

.wb-brand-arrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #d8dde3;
  background: #f3f3f3;
  color: #053b49;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  cursor: pointer;
  transition: 0.25s ease;
  flex-shrink: 0;
}

.wb-brand-arrow.wb-brand-next {
  background: #d9ff00;
  border-color: #d9ff00;
}

.wb-brand-arrow:hover {
  transform: translateY(-1px);
}

.wb-brand-slider-wrap {
  overflow: hidden;
  width: 100%;
}

.wb-brand-slider-track {
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
}

.wb-brand-card {
  width: 164px;
  min-width: 164px;
  height: 78px;
  background: transparent;
  border: 1px solid #d8dde3;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 12px 14px 10px;
}

.wb-brand-card img {
  max-width: 118px;
  max-height: 24px;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  margin-bottom: 8px;
}

.wb-brand-card span {
  display: block;
  color: #667085;
  font-family: 'Inter', sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
}

@media (max-width: 1199.98px) {
  .wb-brand-slider-title {
    font-size: 48px;
    line-height: 56px;
  }

  .wb-brand-card {
    width: 156px;
    min-width: 156px;
  }
}

@media (max-width: 991.98px) {
  .wb-brand-slider-section {
    padding: 60px 0 68px;
  }

  .wb-brand-slider-title {
    font-size: 40px;
    line-height: 48px;
  }

  .wb-brand-slider-head {
    margin-bottom: 28px;
  }

  .wb-brand-card {
    width: 150px;
    min-width: 150px;
    height: 76px;
  }
}

@media (max-width: 767.98px) {
  .wb-brand-slider-section {
    padding: 48px 0 56px;
  }

  .wb-brand-slider-head {
    align-items: center;
    margin-bottom: 24px;
  }

  .wb-brand-slider-title {
    font-size: 32px;
    line-height: 40px;
  }

  .wb-brand-slider-nav {
    padding-top: 0;
    gap: 10px;
  }

  .wb-brand-arrow {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .wb-brand-card {
    width: 142px;
    min-width: 142px;
    height: 74px;
    border-radius: 10px;
  }

  .wb-brand-card img {
    max-width: 104px;
    max-height: 22px;
  }

  .wb-brand-card span {
    font-size: 13px;
  }
}

@media (max-width: 575.98px) {
  .wb-brand-slider-head {
    flex-direction: row;
    align-items: flex-start;
    gap: 16px;
  }

  .wb-brand-slider-title {
    font-size: 28px;
    line-height: 36px;
  }

  .wb-brand-card {
    width: 132px;
    min-width: 132px;
    height: 70px;
    padding: 10px 12px;
  }

  .wb-brand-card img {
    max-width: 96px;
    max-height: 20px;
    margin-bottom: 7px;
  }

  .wb-brand-card span {
    font-size: 12px;
  }
}








.wb-transfer-vehicles {
  position: relative;
  background: #f3f3f3;
  padding: 0 0 90px;
  overflow: hidden;
}

.wb-transfer-vehicles-top {
  height: 475px;
  background: #053b49;
}

.wb-transfer-vehicles-inner {
  position: relative;
  margin-top: -408px;
  z-index: 2;
}

.wb-transfer-vehicles-heading {
  text-align: center;
  margin-bottom: 56px;
}

.wb-transfer-vehicles-heading h2 {
  margin: 0;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.wb-transfer-vehicles-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  justify-content: center;
  gap: 50px;
  max-width: 872px;
  margin: 0 auto;
}

.wb-vehicle-card {
  background: #f6f6f6;
  border-radius: 34px;
  overflow: hidden;
  box-shadow: 0 18px 30px rgba(0, 0, 0, 0.14);
}

.wb-vehicle-card-image {
  width: 100%;
  height: 228px;
  overflow: hidden;
}

.wb-vehicle-card-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.wb-vehicle-card-body {
  padding: 24px 36px 34px;
}

.wb-vehicle-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
}

.wb-vehicle-rating i {
  color: #f2a500;
  font-size: 16px;
  line-height: 1;
}

.wb-vehicle-rating span {
  color: #f2a500;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
}

.wb-vehicle-card-body h3 {
  margin: 0 0 18px;
  color: #103847;
  font-family: 'Inter', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.28;
  letter-spacing: 0;
}

.wb-vehicle-card-body ul {
  margin: 0;
  padding-left: 24px;
}

.wb-vehicle-card-body ul li {
  margin-bottom: 12px;
  color: #667085;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.wb-vehicle-card-body ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 1399.98px) {
  .wb-transfer-vehicles-top {
    height: 450px;
  }

  .wb-transfer-vehicles-inner {
    margin-top: -388px;
  }

  .wb-transfer-vehicles-heading h2 {
    font-size: 44px;
    line-height: 44px;
    font-weight: 700;
   font-family: 'Inter', sans-serif;
  }

  .wb-transfer-vehicles-grid {
    gap: 36px;
    max-width: 840px;
  }

  .wb-vehicle-card-body {
    padding: 22px 30px 30px;
  }

  .wb-vehicle-card-body h3 {
    font-size: 28px;
  }
}

@media (max-width: 1199.98px) {
  .wb-transfer-vehicles {
    padding-bottom: 78px;
  }

  .wb-transfer-vehicles-top {
    height: 420px;
  }

  .wb-transfer-vehicles-inner {
    margin-top: -360px;
  }

  .wb-transfer-vehicles-heading {
    margin-bottom: 42px;
  }

  .wb-transfer-vehicles-heading h2 {
    font-size: 44px;
    line-height: 52px;
  }

  .wb-transfer-vehicles-grid {
    gap: 26px;
    max-width: 100%;
  }

  .wb-vehicle-card {
    border-radius: 28px;
  }

  .wb-vehicle-card-image {
    height: 210px;
  }

  .wb-vehicle-card-body {
    padding: 22px 24px 28px;
  }

  .wb-vehicle-card-body h3 {
    font-size: 24px;
    line-height: 1.3;
  }

  .wb-vehicle-card-body ul li {
    font-size: 15px;
  }
}

@media (max-width: 991.98px) {
  .wb-transfer-vehicles {
    padding-bottom: 64px;
  }

  .wb-transfer-vehicles-top {
    height: 340px;
  }

  .wb-transfer-vehicles-inner {
    margin-top: -286px;
  }

  .wb-transfer-vehicles-heading h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .wb-transfer-vehicles-grid {
    grid-template-columns: 1fr;
    max-width: 620px;
    gap: 28px;
  }

  .wb-vehicle-card-image {
    height: 260px;
  }
}

@media (max-width: 767.98px) {
  .wb-transfer-vehicles {
    padding-bottom: 52px;
  }

  .wb-transfer-vehicles-top {
    height: 300px;
  }

  .wb-transfer-vehicles-inner {
    margin-top: -248px;
  }

  .wb-transfer-vehicles-heading {
    margin-bottom: 30px;
  }

  .wb-transfer-vehicles-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .wb-vehicle-card {
    border-radius: 24px;
  }

  .wb-vehicle-card-image {
    height: 220px;
  }

  .wb-vehicle-card-body {
    padding: 20px 18px 24px;
  }

  .wb-vehicle-rating {
    margin-bottom: 12px;
  }

  .wb-vehicle-rating span {
    font-size: 15px;
  }

  .wb-vehicle-card-body h3 {
    font-size: 22px;
    margin-bottom: 16px;
  }

  .wb-vehicle-card-body ul {
    padding-left: 20px;
  }

  .wb-vehicle-card-body ul li {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (max-width: 575.98px) {
  .wb-transfer-vehicles-top {
    height: 265px;
  }

  .wb-transfer-vehicles-inner {
    margin-top: -220px;
  }

  .wb-transfer-vehicles-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .wb-transfer-vehicles-grid {
    gap: 22px;
  }

  .wb-vehicle-card {
    border-radius: 20px;
  }

  .wb-vehicle-card-image {
    height: 190px;
  }

  .wb-vehicle-card-body {
    padding: 18px 16px 22px;
  }

  .wb-vehicle-rating span {
    font-size: 14px;
  }

  .wb-vehicle-card-body h3 {
    font-size: 20px;
    line-height: 1.3;
  }

  .wb-vehicle-card-body ul li {
    font-size: 13px;
    line-height: 1.45;
  }
}







.wb-testimonial-section {
  background: #f3f3f3;
  padding: 84px 0 96px;
}

.wb-testimonial-wrap {
  display: grid;
  grid-template-columns: 1.2fr 0.9fr;
  align-items: center;
  gap: 80px;
}

.wb-testimonial-left {
  display: flex;
  align-items: flex-start;
  gap: 42px;
}

.wb-testimonial-avatars {
  flex: 0 0 68px;
}

.wb-testimonial-avatars img {
  width: 44px;
  height: auto;
  display: block;
  object-fit: contain;
}

.wb-testimonial-content {
  max-width: 520px;
}

.wb-testimonial-content h2 {
  margin: 0 0 18px;
  color: #053b49;
  font-family: 'Inter', sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
  letter-spacing: 0.01em;
}

.wb-testimonial-content p {
  margin: 0 0 22px;
  max-width: 500px;
  color: #7b8794;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.75;
}

.wb-testimonial-stars {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.wb-testimonial-stars i {
  color: #f2b21a;
  font-size: 18px;
  line-height: 1;
}

.wb-testimonial-meta {
  display: flex;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}

.wb-testimonial-name {
  color: #053b49;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.01em;
  text-transform: uppercase;
}

.wb-testimonial-date {
  color: #74829a;
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
}

.wb-testimonial-right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wb-testimonial-right img {
  width: 100%;
  max-width: 430px;
  height: auto;
  display: block;
  object-fit: contain;
}

@media (max-width: 1399.98px) {
  .wb-testimonial-wrap {
    gap: 56px;
  }

  .wb-testimonial-content h2 {
    font-size: 48px;
    line-height: 56px;
  }

  .wb-testimonial-right img {
    max-width: 390px;
  }
}

@media (max-width: 1199.98px) {
  .wb-testimonial-section {
    padding: 72px 0 82px;
  }

  .wb-testimonial-wrap {
    grid-template-columns: 1.1fr 0.9fr;
    gap: 40px;
  }

  .wb-testimonial-left {
    gap: 28px;
  }

  .wb-testimonial-content h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .wb-testimonial-right img {
    max-width: 340px;
  }
}

@media (max-width: 991.98px) {
  .wb-testimonial-section {
    padding: 60px 0 68px;
  }

  .wb-testimonial-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wb-testimonial-left {
    gap: 24px;
  }

  .wb-testimonial-content {
    max-width: 100%;
  }

  .wb-testimonial-content h2 {
    font-size: 38px;
    line-height: 46px;
  }

  .wb-testimonial-right {
    justify-content: flex-start;
  }

  .wb-testimonial-right img {
    max-width: 320px;
  }
}

@media (max-width: 767.98px) {
  .wb-testimonial-section {
    padding: 48px 0 56px;
  }

  .wb-testimonial-left {
    flex-direction: column;
    gap: 20px;
  }

  .wb-testimonial-avatars {
    flex: 0 0 auto;
  }

  .wb-testimonial-avatars img {
    width: 38px;
  }

  .wb-testimonial-content h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .wb-testimonial-content p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 18px;
  }

  .wb-testimonial-stars {
    margin-bottom: 22px;
  }

  .wb-testimonial-name,
  .wb-testimonial-date {
    font-size: 16px;
  }

  .wb-testimonial-right img {
    max-width: 280px;
  }
}

@media (max-width: 575.98px) {
  .wb-testimonial-content h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .wb-testimonial-content p {
    font-size: 13px;
  }

  .wb-testimonial-meta {
    gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .wb-testimonial-name,
  .wb-testimonial-date {
    font-size: 15px;
  }

  .wb-testimonial-right img {
    max-width: 240px;
  }
}





.wb-faq-section {
  background: #f3f3f3;
  padding: 86px 0 94px;
}

.wb-faq-wrap {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
  align-items: start;
}

.wb-faq-left {
  padding-top: 8px;
}

.wb-faq-heading-row {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.wb-faq-title {
  margin: 0;
  color: #053b49;
  font-family: 'Inter', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.01em;
}

.wb-faq-mini-arrow {
  width: 88px;
  height: 20px;
  border: 1px solid #d9dde3;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 22px;
}

.wb-faq-mini-arrow span {
  color: #053b49;
  font-size: 18px;
  line-height: 1;
}

.wb-faq-text {
  margin: 0 0 108px;
  color: #475467;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.wb-faq-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 158px;
  height: 50px;
  padding: 0 34px;
  border-radius: 999px;
  background: #053b49;
  color: #ffffff;
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
}

.wb-faq-list {
  width: 100%;
}

.wb-faq-item {
  border-bottom: 1px solid #dde2e7;
}

.wb-faq-question {
  width: 100%;
  padding: 0;
  min-height: 70px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-align: left;
  cursor: pointer;
}

.wb-faq-question span {
  color: #344054;
  font-family: 'Inter', sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.wb-faq-question i {
  color: #344054;
  font-size: 15px;
  line-height: 1;
  flex-shrink: 0;
}

.wb-faq-answer {
  display: none;
  padding: 10px 42px 18px 0;
}

.wb-faq-answer p {
  margin: 0;
  color: #667085;
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

@media (max-width: 1199.98px) {
  .wb-faq-wrap {
    gap: 54px;
  }

  .wb-faq-title {
    font-size: 48px;
    line-height: 56px;
  }

  .wb-faq-text {
    margin-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .wb-faq-section {
    padding: 64px 0 72px;
  }

  .wb-faq-wrap {
    grid-template-columns: 1fr;
    gap: 42px;
  }

  .wb-faq-left {
    padding-top: 0;
  }

  .wb-faq-title {
    font-size: 40px;
    line-height: 48px;
  }

  .wb-faq-text {
    margin-bottom: 32px;
  }
}

@media (max-width: 767.98px) {
  .wb-faq-section {
    padding: 50px 0 58px;
  }

  .wb-faq-heading-row {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .wb-faq-title {
    font-size: 32px;
    line-height: 40px;
  }

  .wb-faq-mini-arrow {
    width: 72px;
    height: 18px;
    margin-top: 16px;
  }

  .wb-faq-mini-arrow span {
    font-size: 14px;
  }

  .wb-faq-text {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 28px;
  }

  .wb-faq-btn {
    min-width: 148px;
    height: 48px;
    padding: 0 28px;
    font-size: 14px;
  }

  .wb-faq-question {
    min-height: 62px;
  }

  .wb-faq-question span {
    font-size: 16px;
    line-height: 1.45;
  }

  .wb-faq-answer {
    padding: 6px 28px 16px 0;
  }

  .wb-faq-answer p {
    font-size: 14px;
    line-height: 28px;
  }
}

@media (max-width: 575.98px) {
  .wb-faq-title {
    font-size: 28px;
    line-height: 36px;
  }

  .wb-faq-heading-row {
    gap: 10px;
  }

  .wb-faq-mini-arrow {
    width: 62px;
  }

  .wb-faq-text {
    font-size: 14px;
    line-height: 26px;
  }

  .wb-faq-question span {
    font-size: 15px;
  }

  .wb-faq-question i {
    font-size: 13px;
  }

  .wb-faq-answer p {
    font-size: 13px;
    line-height: 24px;
  }
}

/* Search Results Section */
.search-results-section {
  padding: 80px 0;
  background: #f8f9fa;
  margin-top: 0;
  clear: both;
  position: relative;
  z-index: 10;
}

/* When search results are shown, add extra spacing from the hero/booking area */
.wb-booking-wrap + .search-results-section,
.search-results-section.has-results {
  margin-top: 100px;
}

@media (max-width: 991px) {
  .search-results-section.has-results {
    margin-top: 50px;
  }
}

.wb-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.search-results-header {
  text-align: center;
  margin-bottom: 40px;
}

.search-results-header h2 {
  font-size: 36px;
  color: #1a1a1a;
  margin-bottom: 10px;
  font-weight: 700;
}

.search-results-header p {
  font-size: 18px;
  color: #666;
}

.search-results-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 30px;
  margin-top: 30px;
}

.wb-vehicle-card {
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wb-vehicle-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.wb-vehicle-card-image {
  height: 200px;
  overflow: hidden;
}

.wb-vehicle-card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.wb-vehicle-card:hover .wb-vehicle-card-image img {
  transform: scale(1.05);
}

.wb-vehicle-card-body {
  padding: 24px;
}

.wb-vehicle-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.wb-vehicle-rating i {
  color: #ffc107;
}

.wb-vehicle-rating span {
  font-size: 14px;
  color: #666;
  text-transform: capitalize;
}

.wb-vehicle-card-body h3 {
  font-size: 22px;
  color: #1a1a1a;
  margin-bottom: 12px;
  font-weight: 700;
}

.wb-vehicle-details {
  display: flex;
  gap: 20px;
  margin-bottom: 16px;
}

.wb-vehicle-details span {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #555;
}

.wb-vehicle-details i {
  color: #4a90d9;
}

.wb-vehicle-card-body ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.wb-vehicle-card-body ul li {
  font-size: 14px;
  color: #666;
  padding: 6px 0;
  padding-left: 20px;
  position: relative;
}

.wb-vehicle-card-body ul li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #28a745;
  font-weight: bold;
}

.wb-vehicle-price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  border-top: 1px solid #eee;
}

.wb-vehicle-price .price {
  font-size: 28px;
  font-weight: 800;
  color: #1a1a1a;
}

.wb-vehicle-price .price-label {
  font-size: 12px;
  color: #888;
}

.wb-vehicle-price .book-btn {
  padding: 12px 12px;
  background: #053b49;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.wb-vehicle-price .book-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
}

/* Passenger Selection - Dropdown Style */
.wb-passenger-dropdown {
  position: relative;
}

.wb-passenger-display {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.3s;
}

.wb-passenger-display:hover {
  border-color: #667eea;
}

.wb-passenger-display i {
  color: #666;
}

.wb-passenger-display i:first-child {
  font-size: 16px;
}

#passengerSummary {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #333;
}

.wb-passenger-display .fa-chevron-down {
  font-size: 12px;
  transition: transform 0.3s;
}

.wb-passenger-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.15);
  padding: 15px;
  display: none;
  z-index: 100;
  margin-top: 8px;
}

.wb-passenger-options.active {
  display: block;
}

.wb-passenger-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}

.wb-passenger-row:not(:last-child) {
  border-bottom: 1px solid #eee;
}

.passenger-info {
  display: flex;
  flex-direction: column;
}

.passenger-type {
  font-size: 14px;
  font-weight: 600;
  color: #333;
}

.passenger-age {
  font-size: 12px;
  color: #888;
}

.wb-passenger-row .passenger-controls {
  display: flex;
  align-items: center;
  gap: 12px;
}

.wb-passenger-row .passenger-controls button {
  width: 32px;
  height: 32px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wb-passenger-row .passenger-controls button:hover {
  background: #667eea;
  color: #fff;
  border-color: #667eea;
}

.wb-passenger-row .passenger-controls span {
  min-width: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #333;
}

/* Old styles removed */

/* No Vehicles Message */
.no-vehicles-message {
  text-align: center;
  padding: 60px 20px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.no-vehicles-message i {
  font-size: 60px;
  color: #ccc;
  margin-bottom: 20px;
}

.no-vehicles-message h3 {
  font-size: 28px;
  color: #333;
  margin-bottom: 15px;
}

.no-vehicles-message p {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.no-vehicles-message .contact-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background: #667eea;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  transition: background 0.3s;
}

.no-vehicles-message .contact-btn:hover {
  background: #5568d3;
}

@media (max-width: 768px) {
  .search-results-grid {
    grid-template-columns: 1fr;
  }
  
  .search-results-header h2 {
    font-size: 28px;
  }
}






























