@font-face {
  font-family: 'Satoshi';
  src: url('/assets/fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body{
  font-family: 'Satoshi' !important;
}

.nav-itemss {
  background-color: #EEEEEE80;
  padding: 5px 24px 5px 24px;
  border-radius: 26px;
}

/*.hero-section {*/
/*  background: url(http://127.0.0.1:8000/assets/images/skybackground.png);*/
/*  background-size: cover;*/
/*  !* padding-top: 30px; *!*/
/*  !* padding-bottom: 60px; *!*/
/*  background-repeat: no-repeat;*/
/*  background-position: bottom;*/
/*  padding-top: 80px;*/
/*  padding-bottom: 48px;*/
/*  padding-left: 32px;*/
/*  padding-right: 32px;*/
/*}*/

.search-bar-label {
  font-weight: 500;
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}

.search-bar-value {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border: none;
}

.search-bar-value::placeholder {
    color: #212529;
    opacity: 1;
}

.search-arrow-wrapper {
  background-color: #f2f2f2;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-arrow {
  font-size: 18px;
  color: #000;
}

.vertical-divider {
  border-left: 1px solid #ddd;
  height: 40px;
}

.form-select {
  border-radius: 12px;
  padding: 6px 12px;
  font-weight: 600;
}

.btn-see-prices {
  border-radius: 999px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  font-size: 15px;
}

.search-bar-input {
  font-weight: 600 !important;
  font-size: 14px !important;
  /*color: #000;*/
  color: #444 !important;      /* softer black */

  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

.search-bar-input::placeholder {
  color: #888 !important;
  font-weight: 500;
}


/*.search-bar-input::placeholder {*/
/*  color: #aaa;*/
/*  font-weight: 500;*/
/*}*/

.form-control:focus {
  /* border: none !important; */
  box-shadow: none;
}

.p-select {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  appearance: none;
  /* Remove default dropdown arrow */
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23000' stroke-width='1.5'/%3E%3C/svg%3E");
  /* Custom arrow */
  background-repeat: no-repeat;
  background-position: left 25px center;
  padding-right: 20px;
}

.text-warnings {
  color: rgba(108, 180, 255, 1);
}

.google-review {
  background: linear-gradient(90deg, #FCFCFC 0%, #ECECEC 22.12%, #F9F9F9 100%);

}

.oneway,
.return {
  transition: all 0.2s ease-in-out;
}

.trip-shadow{
  box-shadow: 0px 8px 10px 0px #0000000F;
}

/* Gradient overlay (top opaque → bottom transparent) */
.hero-section::after {
  content: '';
  /* position: absolute; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      /* Adjust opacity (0.8) and color */
      rgba(165, 164, 164, 0.5) 100%
      /* Fully transparent at bottom */
    );
}

.departure-textfield {
  font-weight: 700;
  font-size: 16px;
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
  color: #ffffff !important;
}
.departure-textfield:focus{
  background-color: transparent !important;
  color: #fff !important;
}
.departure-textfield::placeholder {
  color: #6b6868 !important;
  font-weight: 500;
}

.departure-container .p-select {
  color: #ffffff;

}

.glass-card {
  background: white;
  border-radius: 25px;
  padding: 40px 30px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.booking-tab button.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

.search-bar {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav-items {
  background-color: #EEEEEE80;
  padding: 14px 24px 14px 24px;
  border-radius: 26px;
}

.booking-toggle {
  background: #0000004D;
  padding: 6px;
  border-radius: 999px;
  display: inline-flex;
  gap: 8px;
}

.booking-toggle .toggle-btn {
  border: none;
  padding: 6px 20px;
  border-radius: 999px;
  background: transparent;
  color: white;
  font-weight: 500;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.booking-toggle .toggle-btn.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
  border: 2px solid transparent;
  background-clip: padding-box;
  box-shadow: 0 0 0 1px transparent;
}

/* Gradient border for active toggle-btn using box-shadow */
.booking-toggle .toggle-btn.active {
  background: linear-gradient(#fff, #fff) padding-box,
    linear-gradient(to bottom, #FFFFFF, #868686) border-box;
  border: 1px solid transparent;
  border-radius: 999px;
}

/* .booking-toggle .toggle-btn:hover {
        background-color: rgba(255,255,255,0.2);
    } */
.search-bar-container {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 25px 30px;
  box-shadow: 0px 90px 80px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 60px 60px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 30px 40px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);

}

.testimonial-slider-section {
  height: auto;
  overflow: hidden;
  position: relative;
}

.testimonial-bg {
  background-image: url('{{ asset("assets/images/skybackground.png") }}');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

.testimonialSwiper {
  overflow: visible;
}

.testimonial-card {
  max-width: 700px;
  margin: auto;
  transition: transform 0.3s, box-shadow 0.3s;
}

.swiper-slide {
  opacity: 0.6;
  transform: scale(0.9);
}



.faq-section {
  background-color: #fff;
}

.faq-title {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.accordion-button {
  font-weight: 600;
  font-size: 1.05rem;
  background-color: transparent;
  box-shadow: none;
  padding: 1rem 0;
}

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.accordion-button.collapsed::after {
  transform: rotate(0deg);
}

.accordion-body {
  padding: 0 0 1rem 0;
  font-size: 0.95rem;
}

.accordion-button:not(.collapsed) {
  color: var(--bs-accordion-active-color);
  background-color: inherit !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: none !important;
}

.help-card {
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-radius: 12px;
  background: #292929;
}

.why-choose-us .container {
  padding: 32px 80px 32px 80px;
}

.service-card {
  border-radius: 16px;
  padding: 40px;
  background: linear-gradient(270deg, #FFFFFF 0%, #EDEDED 100%);
}

.service-card-bottom {
  text-align: justify;
}

.earn-more .container {
  padding-top: 80px;
  padding-right: 32px;
  padding-bottom: 80px;
  padding-left: 32px;

}

.account-container {
  padding-top: 80px;
  padding-right: 32px;
  padding-bottom: 80px;
  padding-left: 32px;

}

.account-sub-container {
  gap: 48px;
  padding-top: 48px;
  padding-right: 64px;
  padding-bottom: 64px;
  padding-left: 64px;
  border-radius: 24px;
  background: #131313;
}

.account-sub-container p {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: -3%;
  color: #FFFFFF;
}

.mobile-view-container {
  color: #131313;
}

.footer-tagline {
  font-family: Satoshi;
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -3%;
  vertical-align: bottom;
  margin-left: 15px;
}

.language-dropdown {
  border-radius: 8px;
  padding: 12px;
  background-color: #F5F5F5;
}

.footer-bottom-line {
  color: #565656;
  font-family: Satoshi;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
}

.ride-card {
    border: 1px solid transparent;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.2s ease;
}

.ride-card.selected {
    border: 2px solid #0d6efd;
    background-color: #f8f9ff;
}

.ride-card:hover {
    background-color: #f9f9f9;
    cursor: pointer;
}

.ride-img {
    width: 100px;
}

.ride-title {
    font-weight: 600;
    font-size: 1.1rem;
}

.info-icon {
    font-size: 0.85rem;
    color: #007bff;
    cursor: pointer;
}

.text-muted-small {
    font-size: 0.9rem;
    color: #6c757d;
}

.bottom-bar {
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    border-top: 1px solid #CCCCCC;
    padding: 14px;
    box-shadow: 0px 12px 30px 0px #00000040;
    border-radius: 16px;
}

.why-heading{
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color: #0D0E0E;
}

.why-subheading{
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  color: #0D0E0E;
}

.why-text{
  font-family: Plus Jakarta Sans;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  color: #505050;
}

.dropdown-toggle::after {
  display: none; /* remove default arrow */
}

.dropdown-menu {
  border-radius: 0.5rem;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
  font-size: 0.875rem;
  padding: 0.5rem 0;
}

.dropdown-item {
  padding: 0.5rem 1rem;
  transition: background-color 0.2s;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.extra-text{
  font-family: Plus Jakarta Sans;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #0D0E0E;
}

/*.back-btn{*/
/*  padding-top: 10px;*/
/*  padding-right: 32px;*/
/*  padding-bottom: 10px;*/
/*  padding-left: 32px;*/
/*  color: #0D0E0E;*/
/*  background-color: #fff;*/
/*  border: 1px solid #0D0E0E;*/
/*}*/
@media (min-width: 768px) {

  .container,
  .container-md,
  .container-sm {
    max-width: 90% !important;
  }
}

@media (max-width: 768px) {
  .faq-title {
    font-size: 2rem;
    text-align: center;
  }
}

@media (max-width: 767px) {

  .container,
  .container-sm {
    max-width: 670px !important;
  }

  .departure-container {
    padding: 48px 24px;
  }

  .footer-tagline {
    font-size: 24px;
  }
}

@media (max-width: 600px) {
  .nav-itemss {
    background-color: #EEEEEE;
  }

  .why-choose-us .container {
    padding: 32px 16px 32px 16px;
  }

  .earn-more .container {
    padding-top: 32px;
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;

  }

  .account-container {
    padding-top: 32px;
    padding-right: 8px;
    padding-bottom: 32px;
    padding-left: 8px;
  }

  .account-sub-container {
    padding-top: 48px;
    padding-right: 32px;
    padding-bottom: 40px;
    padding-left: 32px;
  }

  .footer-tagline {
    font-size: 24px;
  }

  .footer-bottom-line {
    font-size: 14px;
  }
}

/* Responsive adjustments for mobile */
@media (max-width: 576px) {
  .search-bar-input {
    font-size: 13px !important;  /* slightly smaller on mobile */
    font-weight: 500 !important;
    padding: 0.25rem 0.4rem;     /* tighter padding */
  }

  .search-bar-input::placeholder {
    font-size: 12px !important; /* smaller placeholder */
    font-weight: 400;
    color: #999 !important;     /* lighter gray for mobile */
  }

  .search-bar-container {
      border-radius: 12px !important;
      padding: 12px 16px !important;

    }

  .glass-card {
    border-radius: 15px;
    padding: 20px 12px !important;
  }
}