/* ========== GLOBAL STYLES ========== */
body {
  font-family: 'Plus Jakarta Sans', sans-serif;
  font-weight: 700;
  font-weight: bold;
}

/* ========== NAVBAR STYLES ========== */
/* Navbar items container */
.nav-itemss {
  background-color: #EEEEEE33;
  padding: 5px 24px 5px 24px;
  border-radius: 26px;
}

/* ========== SEARCH BAR STYLES ========== */
/* Search bar label */
.search-bar-label {
  font-weight: 500;
  font-size: 13px;
  color: #888;
  margin-bottom: 5px;
}

/* Search bar value */
.search-bar-value {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  border: none;
  appearance: none;
  -webkit-appearance: none;
  color: transparent;
}

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

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

/* Search arrow icon */
.search-arrow {
  font-size: 18px;
  color: #000;
}

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

/* ========== FORM ELEMENTS STYLES ========== */
/* Form select */
.form-select {
  border-radius: 12px;
  padding: 6px 12px;
  font-weight: 600;
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* Custom form select */
.form-select.custom {
  box-shadow: none;
  border: 1px solid #909090;
  height: 56px;
  border-radius: 8px;
}

/* Search bar input */
.search-bar-input {
  font-weight: 600 !important;
  font-size: 14px !important;
  /* color: white !important; */
  border: none;
  border-radius: 0;
  padding: 0;
  outline: none;
  background: transparent;
  box-shadow: none;
}

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

/* Form control focus */
.form-control:focus {
  box-shadow: none;
}

/* Passenger select */
.p-select {
  border: none;
  outline: none;
  background: transparent;
  box-shadow: none;
  padding: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  appearance: none;
  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");
  background-repeat: no-repeat;
  background-position: left 25px center;
  padding-right: 20px;
  min-width: 60px;
  padding-right: 2.5rem !important;
}

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

/* ========== GOOGLE REVIEW SECTION ========== */
.google-review {
  background: linear-gradient(90deg, #FCFCFC 0%, #ECECEC 22.12%, #F9F9F9 100%);
}

/* ========== FORM TRANSITIONS ========== */
.oneway,
.return {
  transition: all 0.2s ease-in-out;
}

/* Return form hidden by default */
.return {
  display: none;
}

/* Oneway form visible by default */
.oneway {
  display: flex;
}

/* ========== TRIP SHADOW ========== */
.trip-shadow {
  box-shadow: 0px 8px 10px 0px #0000000F;
}

/* ========== HERO SECTION ========== */
/* Hero section overlay */
.hero-section::after {
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      rgba(165, 164, 164, 0.5) 100%);
}

/* ========== DEPARTURE SECTION ========== */
/* Departure text field */
.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 select */
.departure-container .p-select {
  background-color: #292929;
  color: white;
  border: none;
}

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

/* ========== BOOKING TAB ========== */
.booking-tab button.active {
  background-color: #fff;
  color: #000;
  font-weight: 600;
}

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

/* ========== NAV ITEMS ========== */
.nav-items {
  background-color: #EEEEEE80;
  padding: 14px 24px 14px 24px;
  border-radius: 26px;
}

/* ========== BOOKING TOGGLE ========== */
.booking-toggle {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 999px;
  display: flex;
  gap: 6px;
  padding: 4px;
  flex-wrap: nowrap;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.booking-toggle .toggle-btn {
  border: none;
  padding: 10px 16px;
  border-radius: 999px;
  background: transparent;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.25s ease-in-out;
  flex: 1;
  text-align: center;
  white-space: nowrap;
}

.booking-toggle .toggle-btn.active {
  background-color: white;
  color: black;
  font-weight: 600;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* ✅ Responsive adjustments */
@media (max-width: 767.98px) {
  .booking-toggle {
    width: 100%;
    justify-content: center;
    /* center on mobile */
  }

  .booking-toggle .toggle-btn {
    flex: 1 1 33.33%;
    font-size: 13px;
    padding: 8px 10px;
  }
}

@media (min-width: 768px) {
  .booking-toggle {
    margin: 0;
    /* reset auto margin */
    justify-content: flex-start;
    /* left align on md+ */
  }

  .booking-toggle .toggle-btn {
    flex: initial;
  }
}

@media (max-width: 480px) {
  .booking-toggle .toggle-btn {
    font-size: 12px;
    padding: 7px 8px;
  }
}

/* ========== SEARCH BAR CONTAINER ========== */
.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);
  border-radius: 24px !important;
}

/* ========== TESTIMONIAL SECTION ========== */
.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 {
  background: linear-gradient(to right,
      rgba(245, 245, 245, 1),
      rgba(255, 239, 239, 1));
  /* max-width: 700px; */
  margin: auto;
  transition: transform 0.3s, box-shadow 0.3s;
}

/* ========== SWIPER SLIDER ========== */
.swiper-slide {
  opacity: 0.6;
  transform: scale(0.9);
  width: 320px;
  height: auto;
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  position: relative;
  filter: brightness(1);
  opacity: 1;
}

.swiper-slide-1 {
  height: 440px;
}

.background-color {
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0.1) 40%,
      rgba(0, 0, 0, 0.1) 60%,
      rgba(0, 0, 0, 0) 100%);

  backdrop-filter: blur(8px);
}

/* .drop {
  position: absolute !important;
  right: -6px !important;
  width: 240px !important;
} */

@media (max-width: 768px) {
  .drop {
    right: 0 !important;
    /* mobile par bhi right end */
    width: 200px !important;
    /* mobile width chhota */
  }
}

/* Swiper slide content */
.swiper-slide .card-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

/* Reduced scale for inactive slides */
.swiper-slide:not(.swiper-slide-active) {
  transform: scale(0.92);
  opacity: 0.9;
  /* height: 440px; */
}

/* Active Slide Styling */
.swiper-slide-active {
  /* height: 520px !important; */
  z-index: 2;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2),
    0px 30px 40px rgba(0, 0, 0, 0.1),
    0px 60px 60px rgba(0, 0, 0, 0.1),
    0px 90px 80px rgba(0, 0, 0, 0.1);
}

/* ========== FAQ SECTION ========== */
.faq-section {
  background-color: #fff;
}

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

/* Accordion button */
.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 ========== */
.help-card {
  padding-top: 32px;
  padding-right: 24px;
  padding-bottom: 32px;
  padding-left: 24px;
  border-radius: 12px;
  background: #292929;
}

/* ========== WHY CHOOSE US SECTION ========== */
.why-choose-us .container {
  padding: 32px 80px 32px 80px;
}

/* Service card */
.service-card {
  border-radius: 16px;
  padding: 40px;
  background: #FFFFFF;
}

/* Login card */
.login-card {
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 32px 24px;
}

/* Service card bottom */
.service-card-bottom {
  margin-top: 0;
  text-align: center;
  width: auto;
}

/* ========== EARN MORE SECTION ========== */
.earn-more .container {
  padding-top: 80px;
  padding-right: 32px;
  padding-bottom: 80px;
  padding-left: 32px;
}

/* ========== ACCOUNT SECTION ========== */
.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: #F5F5F5;
}

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

/* ========== MOBILE VIEW CONTAINER ========== */
.mobile-view-container {
  color: #131313;
}

/* ========== FOOTER STYLES ========== */
.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 */
.language-dropdown {
  border-radius: 8px;
  padding: 12px;
  background-color: #F5F5F5;
  background-color: inherit !important;
}

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

/* ========== RIDE CARDS ========== */
.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 */
.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 CHOOSE US TEXT STYLES ========== */
.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 STYLES ========== */
/* Remove default dropdown arrow */
.dropdown-toggle::after {
  display: none !important;
}

/* Dropdown menu */
.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;
  min-width: 100%;
  border: 1px solid #495057;
}

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

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

.dropdown-item:hover,
.dropdown-item:focus {
  background-color: #495057 !important;
  color: white !important;
}

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

/* ========== BOLT BADGE ========== */
.bolt {
  background-color: #0000004D;
  border-radius: 100px;
  height: 48px;
  padding: 12px;
}

/* ========== CUSTOM UNDERLINE ========== */
.custom-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ========== DEPARTURE CONTAINER ========== */
.departure-container {
  border-radius: 24px;
  padding: 64px 64px 0px 64px;
  background-color: rgba(19, 19, 19, 1);
  border-bottom: none !important;
}

/* ========== SELECT DESIGN ========== */
.selectDesign {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='white' 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");
  background-repeat: no-repeat;
  background-position: left 15px center;
  background-size: 16px 12px;
  padding-right: 1.5rem !important;
}

/* ========== FILTER CONTAINER ========== */
.filter-container {
  background: #292929;
  border-radius: 24px;
  padding: 16px 16px 16px 24px;
  margin-bottom: 60px;
  position: relative;
  z-index: 1;
}

/* ========== GRADIENT BORDER WRAP ========== */
.gradient-border-wrap {
  padding: 1px;
  border-radius: 26px;
  background: linear-gradient(to bottom, #777777, #343434);
  margin-bottom: 60px;
}

.gradient-border-wrap .filter-container {
  background: #292929;
  border-radius: 24px;
  margin-bottom: 0;
}

.gradient-border-wrap .container {
  background-color: rgba(52, 52, 52, 1);
  border-radius: 23px;
}

/* ========== DEPARTURE LIST ========== */
.departureList {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-color: #777777;
  border-style: solid;
  border-width: 1px, 1px, 0px, 1px;
}

/* ========== VIEW BUTTON ========== */
.view-button {
  padding: 16px 24px;
  border-radius: 100px;
  background: #131313;
  color: #F3F3F3;
  font-family: Satoshi;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -0.03em;
  text-align: center;
  position: relative;
  border: none;
  z-index: 1;
}

.view-button::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(to bottom, #777777, #343434);
  border-radius: 100px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  padding: 1px;
}

.view-button:hover::before {
  background: linear-gradient(to bottom, #666666, #2E2E2E);
}

/* ========== MOBILE LIST ========== */
.mobile-list {
  padding: 12px 16px 12px 16px;
  border-bottom: 1px solid rgba(204, 204, 204, 1);
  background: #ffffff;
}

/* ========== ANIMATIONS ========== */
@keyframes bounce-once {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.03);
  }

  100% {
    transform: scale(1);
  }
}

.animate-bounce-once {
  animation: bounce-once 300ms ease-out;
}

/* ========== PADDING UTILITIES ========== */
.passenger-padding {
  padding-left: 15px;
}

.date-padding {
  padding-left: 10px;
}

/* ========== GRADIENT BORDER HORIZONTAL ========== */
.gradient-border-wrap-horizontal {
  padding: 1px 1px 0px 1px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: linear-gradient(to right, #777777, #343434);
  margin-bottom: 24px;
}

.gradient-border-wrap-horizontal .departureList {
  background: white;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: 0;
  border: none;
}

/* ========== DEPARTURE DEPA ========== */
.departure-depa {
  font-weight: 600 !important;
  font-size: 13px !important;
  color: #eee2e2 !important;
}

/* ========== LOADER STYLES ========== */
.loader-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  color: #aaa;
  font-size: 14px;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #f3f3f3;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-right: 12px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ========== BORDER FOCUS REMOVAL ========== */
.border-0-focus:focus {
  border: 0 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* ========== BACKGROUND ========== */
.background {
  background: #292929;
  border: none;
}

/* ========== FILTER LABEL ========== */
.filter-label {
  font-size: 14px;
  margin-bottom: 5px;
  color: #ccc;
}

/* ========== PLACES API INPUT ========== */
.places-input {
  background-color: #292929 !important;
  color: white !important;
  border-radius: 8px;
  padding: 10px 15px;
  width: 100%;
  border: 1px solid #495057;
  font-size: 13px !important;
  min-height: 44px;
}

.places-input:focus {
  outline: none;
  border-color: #777777;
  box-shadow: 0 0 0 2px rgba(119, 119, 119, 0.2);
}

.places-input::placeholder {
  color: #999;
}

/* ========== NAVBAR TOGGLER ========== */
.navbar-toggler {
  padding: 8px 16px 12px 16px !important;
  background: #EEEEEE80 !important;
  border-radius: 20px !important;
  backdrop-filter: blur(50px) !important;
  border: none !important;
}

/* ========== MODAL BODY ========== */
.modal-body {
  max-height: calc(100vh - 136px) !important;
  background: #f5f5f5 !important;
}

/* ========== ADD SEGMENT BUTTON ========== */
#addSegment {
  background: #fff !important;
  border: 1px solid #CCCCCC !important;
  color: #323232 !important;
}

/* ========== DRIVER PORTAL BUTTON ========== */
.driver-portal .btn {
  background-color: #F5F5F5 !important;
}



/* ========== PROVIDER INITIAL ========== */
.provider-initial {
  width: 40px !important;
  height: 40px !important;
  background: #000 !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: white !important;
}

/* ========== CUSTOM DROPDOWNS REMOVAL ========== */
.custom-dropdown,
.custom-dropdown-toggle,
.custom-dropdown-menu,
.custom-dropdown-search,
.custom-dropdown-items,
.custom-dropdown-item,
.custom-dropdown-no-results {
  display: none !important;
}

/* ========== CUSTOM SELECT BACKGROUND ========== */
.custom-select-bg {
  background-color: #292929;
  color: #ffffff;
  border: 1px solid #444;
  border-radius: 0.375rem;
  padding: 0.375rem 0.75rem;
}

.custom-select-bg::-ms-expand {
  display: none;
}

.custom-select-bg::after {
  color: #ffffff;
}

/* ========== DEPARTURE HEAD ========== */
.departure-head {
  background-color: #292929;
  color: white;
}

/* ========== SUB TEXT ========== */
sub {
  font-size: 12px;
  vertical-align: baseline;
  position: relative;
}

/* ========== EXTRAS BADGE ========== */
.extras {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #CCCCCC;
  border-radius: 6px;
  width: 43px;
  height: 26px;
}

/* ========== BORDER BOTTOM ========== */
.border-bottom {
  border-bottom: 1px solid #CCCCCC;
}

/* ========== BADGE ========== */
.custom-badge {
  color: black;
  border: 1px solid #F5F5F5;
  font-size: 18px;
  height: 43px;
  width: 131px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ========== BUTTON BACKGROUND ========== */
.btn-bg {
  background: linear-gradient(to bottom,
      rgba(19, 19, 19, 0) 0%,
      rgba(19, 19, 19, 0.3) 100%);
  border: none;
  color: #fff;
  position: relative;
}

/* ========== VIEW BUTTON ========== */
.view-btn {
  border-radius: 100px;
  width: auto;
  width: 172px;
  height: 63px;
}

/* ========== BADGE PARAGRAPH ========== */
.badge-p {
  font-size: 16px;
  font-weight: 500px;
  font-style: medium;
}

/* ========== ICON CUSTOM ========== */
.icon-custom {
  color: #CCCCCC;
}

/* ========== SWEET ALERT CONFIRM ========== */
.swal2-confirm {
  background-color: #1E1EFFFF !important;
  border-color: #1E1EFFFF !important;
}

/* ========== NAVBAR ========== */
.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  height: 72px;
  transition: top 0.3s ease, background-color 0.3s ease;
  box-shadow: none;
  background-color: black;
  border-radius: 0px 0px 20px 20px;
}

.navbar-brand {
  display: inline-block;
}

.logo-scrolled {
  display: none;
}

/* Navbar scrolled state */
.navbar.scrolled .logo-default {
  display: none;
}

.navbar.scrolled .logo-scrolled {
  display: inline-block;
}

.navbar.scrolled {
  background-color: black;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.navbar.scrolled .nav-link {
  color: white;
}

/* Navbar link styling */
.nav-link {
  color: white;
  font-weight: 500;
}

.navbar:not(.scrolled) .nav-link {
  color: white;
}

.navbar:not(.scrolled) .btn#login {
  color: white;
  border: none;
}

.navbar:not(.scrolled) .language-dropdown .btn {
  color: white;
}

.navbar:not(.scrolled) .language-dropdown .text-dark {
  color: white !important;
}

.navbar:not(.scrolled) .bi-chevron-down {
  color: white !important;
  position: absolute !important;
  right: -2px !important;

}

/* ========== MODAL HEAD CLOSE BUTTON ========== */
.modal-head .btn-close {
  float: right;
  box-shadow: none;
  margin-top: 0px !important;
  margin-right: 20px !important;
}

/* ========== PICKUP TITLE MARGIN ========== */
.pickup .pick-up1 .dist2 .title {
  margin-right: 15px !important;
}

/* ========== FORM CONTROLS ========== */
input.form-control.custom,
select.form-select.custom,
.flatpickr {
  width: 100% !important;
  box-sizing: border-box;
}

input.form-control.custom {
  padding: 10px;
  font-size: 1rem;
}

select.form-select.custom {
  padding: 10px;
  font-size: 1rem;
}

/* ========== FLATPICKR STYLES ========== */
.flatpickr-calendar {
  width: auto !important;
}

.flatpickr-wrapper {
  width: 100% !important;
}

.custom-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 1px;
}

.flatpickr-ok-btn,
.flatpickr-clear-btn {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 2px 8px;
  cursor: pointer;
  border-radius: 4px;
}

.flatpickr-clear-btn {
  background-color: black;
}

/* ========== NAVBAR TOGGLER ICON ========== */
.navbar-dark .navbar-toggler-icon,
.navbar-light .navbar-toggler-icon {
  background-image: black !important;
}

/* ========== BOOKING SECTION BACKGROUND ========== */
.booking-sec-bg {
  background: linear-gradient(180deg, #ffdbac 0%, #FFFFFF 100%);
}

/* ========== SEE PRICES BUTTON ========== */
.btn-see-prices {
  border-radius: 999px;
  font-weight: 600;
  background-color: #000;
  color: #fff;
  font-size: 15px;
  border-radius: 999px;
  font-weight: 600;
  background-color: white;
  color: black;
  font-size: 15px;
  width: 130px;
  height: 52px;
  border-radius: 100px;
}

/* ========== HERO SECTION ========== */
.hero-section {
  background: url("{{ asset('assets/images/hero-skybackground.jpeg') }}");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 48px;
  padding-left: 32px;
  padding-right: 32px;
  background: linear-gradient(180deg, #ffdbac 0%, #FFFFFF 100%);
}

/* ========== HIDE CALENDAR ICON ========== */
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
  display: none;
}

/* ========== POSITION RELATIVE ========== */
.position-relative {
  position: relative;
}

/* ========== TOP SECTION ========== */
.top-section {
  background: url("{{ asset('assets/images/hero-skybackground.jpeg') }}");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
}

/* ========== TRANSFER SLIDER ========== */
.transferSlider {
  padding: 40px 0;
}

/* ========== TITLE STYLES ========== */
.title {
  padding: 10px 0px !important;
  border-radius: 20px !important;
  background-color: #F5F5F5 !important;
  font-weight: 500;
  width: 157px;
  height: 43px;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: left !important;
  padding: 10px 16px !important;
  border-radius: 20px;
  color: black;
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
}

/* ========== TRANSFER CARD STYLES ========== */
.transfer-card .title {
  font-weight: 700;
  font-size: 20px;
}

.transfer-card .subtitle {
  font-size: 14px;
  margin-bottom: 10px;
  text-align: left !important;
}

/* ========== BOOK BUTTON ========== */
.btn-book {
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 50px;
  padding: 6px 18px;
  font-weight: 600;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* ========== CARD CONTENT TOP ========== */
.card-content-top {
  top: 20px;
  left: 20px;
  color: #fff;
  position: absolute;
}

/* ========== A1 FOOTER ========== */
.a1-footer {
  background-color: black;
}

/* ========== RESPONSIVE STYLES ========== */
/* Medium screens and above */
@media (min-width: 768px) {
  .booking-toggle {
    margin: 0;
    justify-content: flex-start;
  }

  .booking-toggle .toggle-btn {
    flex: initial;
  }

  .service-card-bottom {
    margin-top: 20px;
    text-align: start;
    width: 250px;
  }

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

/* Tablet screens */
@media (max-width: 767.98px) {
  .booking-toggle {
    width: 100%;
    justify-content: center;
  }

  .booking-toggle .toggle-btn {
    flex: 1 1 33.33%;
    font-size: 13px;
    padding: 8px 10px;
  }
}

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

@media (max-width: 767px) {
  .booking-toggle {
    width: 100%;
    justify-content: space-between;
  }

  .toggle-btn {
    padding: 8px 0;
    text-align: center;
  }

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

  .extras {
    gap: 0px !important;
  }

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

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

  .filter-container {
    padding: 12px;
  }


}

/* Small mobile screens */
@media (max-width: 600px) {
  .nav-itemss {
    margin-top: 10px;
    background-color: black !important;
  }

  .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;
  }
}

/* Extra small mobile screens */
@media (max-width: 576px) {
  .search-bar-input {
    font-size: 13px !important;
    font-weight: 500 !important;
    padding: 0.25rem 0.4rem;
  }

  .search-bar-input::placeholder {
    font-size: 12px !important;
    font-weight: 400;
    color: #999 !important;
  }

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

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

  .hero-section {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* Very small mobile screens */
@media (max-width: 480px) {
  .booking-toggle .toggle-btn {
    font-size: 12px;
    padding: 7px 8px;
  }
}

.main-content-area {
  background: linear-gradient(#FFFFFF, #E2E2E2);
  padding-bottom: 80px;
}

/* HERO SECTION */
.hero-section {
  background: url("{{ asset('assets/images/hero-skybackground.jpeg') }}") no-repeat center center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 50px;
  position: relative;
  z-index: 0;
}

.hero-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, #ffdbac 0%, #FFFFFF 100%);
  z-index: -1;
}

.filter_places_api {
  position: relative;
  z-index: 1000;
}

/* .departure-List {
  background-color: #E2E2E2 !important;
} */

.pac-container {
  z-index: 999999 !important;
  /* make sure suggestions appear on top */
}

.hero-section .container {
  position: relative;
}

/* Search Bar Container */
.search-bar-container {
  background: white;
  padding: 24px;
  border-radius: 24px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
  margin-top: -60px;
  position: relative;
  z-index: 10;
}

.no-border {
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.no-arrow {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: none !important;
  background-color: transparent !important;
}

.no-border:focus {
  outline: none !important;
  box-shadow: none !important;
}

.btn-dark {
  background-color: #121212 !important;
  border-color: #121212 !important;
  border-radius: 99px !important;
  font-weight: 500;
  height: 54px;
}

/* Loading spinner styles */
.spinner-border-sm {
  width: 1rem;
  height: 1rem;
}

.btn-loading {
  position: relative;
  color: transparent !important;
}

.btn-loading::after {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
  border: 2px solid transparent;
  border-radius: 50%;
  border-top-color: #ffffff;
  animation: spin 1s ease infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Custom sort wrapper */
.custom-sort-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  background: linear-gradient(to bottom,
      rgba(255, 255, 255, 0.4),
      rgba(255, 255, 255, 0.1));
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.custom-offers-text {
  color: #555;
  font-size: 15px;
  font-weight: 500;
}

.custom-sort-select {
  background-color: transparent;
  color: #000;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 6px 30px 6px 10px;
  font-size: 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='18' viewBox='0 0 24 24' width='18' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/></svg>");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 14px;
}

.custom-sort-select:focus {
  outline: none;
  border-color: #999;
}

.custom-sort-select option {
  background-color: #fff;
  color: #000;
  padding-left: 10px;
}

.hero-section h1 {
  /* color: #fff; */
  font-size: 2.5rem;
  margin-bottom: 0.5rem;
}

.hero-section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 1.15rem;
}

/* Ride List Styles */
.ride-list-card {
  background-color: #fff;
  /* border: 1px solid #f0f0f0; */
  border-radius: 16px;
  /* padding: 24px; */
  /* margin-bottom: 16px; */
  position: relative;
}

/* .ride-list-card:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.07);
  transform: translateY(-3px);
} */

.provider-logo {
  width: 56px;
  height: 56px;
  object-fit: contain;
}

.provider-name {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.provider-rating {
  font-size: 14px;
}

.rating-icon {
  margin-top: 10px;
}

.book-btn {
  height: 50px;
}

/* Timeline Styles */
.timeline {
  display: flex;
  gap: 16px;
}

.timeline-line-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 5px;
}

.timeline-dot {
  width: 9px;
  height: 9px;
  background-color: #e0e0e0;
  border-radius: 50%;
  flex-shrink: 0;
}

.timeline-line {
  flex-grow: 1;
  width: 1px;
  background-color: #e0e0e0;
}

.timeline-duration {
  font-size: 12px;
  border-radius: 4px;
}

.timeline-time {
  font-weight: 700;
  font-size: 14px;
  color: #000;
}

.timeline-address {
  font-size: 14px;
  color: #495057;
  line-height: 1.4;
}

/* Vehicle & Fare Styles */
.vehicle-name {
  font-weight: 500;
  color: #000;
}

.amenity-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #495057;
}

.amenity-badge img {
  width: 16px;
  opacity: 0.7;
}

.fare {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  line-height: 1;
}

.fare sup {
  font-size: 0.6em;
  top: -0.7em;
  font-weight: 700;
}

.fare-subtext {
  font-size: 16px;
  color: #6c757d;
}

/* Results container */
#rides-results {
  transition: opacity 0.3s ease;
}

.results-loading {
  opacity: 0.6;
  pointer-events: none;
}

/* Custom Dropdown Styles */
.custom-dropdown {
  position: relative;
  width: 100%;
}

.custom-dropdown-toggle {
  width: 100%;
  background: transparent;
  border: none;
  padding: 0;
  text-align: left;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.custom-dropdown-toggle::after {
  float: right;
  font-size: 0.7rem;
  margin-top: 0.3rem;
  margin-left: 0.5rem;
  transition: transform 0.2s ease;
}

#oneway_date {
  color: white;
  /* input me jo date select hoti hai uska color */
  background-color: transparent;
  /* agar background bhi transparent chahiye */
  border: 1px solid #ccc;
  /* optional */
}

#oneway_date::placeholder {
  color: white;
  /* placeholder ka color */
  opacity: 1;
  /* kuch browsers me placeholder transparent lag sakta hai, isse fix hota hai */
}

.form-select:focus {
  border: none;
}

/* Custom select without border */
.p-select {
  border: none !important;
  /* default border remove */
  background-color: transparent;
  /* optional, background transparent */
  box-shadow: none !important;
  /* focus shadow remove */
}

.p-select:focus {
  border: none !important;
  /* focus me border na dikhe */
  box-shadow: none !important;
  /* focus me shadow na dikhe */
  outline: none;
  /* outline bhi remove */
}

.custom-dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: white;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  display: none;
  margin-top: 4px;
}

.custom-dropdown-menu.show {
  display: block;
}

.custom-dropdown-item {
  padding: 8px 12px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 0.9rem;
}

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

.custom-dropdown-item:last-child {
  border-bottom: none;
}

.custom-dropdown-search {
  padding: 8px 12px;
  border-bottom: 1px solid #e2e8f0;
}

.custom-dropdown-search input {
  width: 100%;
  padding: 6px 8px;
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  font-size: 0.9rem;
}

.custom-dropdown-search input:focus {
  outline: none;
  border-color: #121212;
}

/* Mobile Adjustments */
@media (max-width: 991.98px) {
  .hero-section {
    padding-top: 70px;
    padding-bottom: 90px;
  }

  .search-bar-container {
    margin-top: -40px;
  }

  .timeline {
    gap: 12px;
  }

  .timeline-address,
  .timeline-time {
    font-size: 13px;
  }

  .fare {
    font-size: 22px;
  }

  .custom-dropdown-menu {
    max-height: 150px;
  }
}

/* Places API Input Styles */
.places-api-input {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 100%;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.places-api-input:focus {
  outline: none !important;
  box-shadow: none !important;
}

/* Flatpickr Override Styles */
.flatpickr-input {
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  width: 100%;
  color: #000;
  font-size: 1rem;
  line-height: 1.5;
}

.flatpickr-input:focus {
  outline: none !important;
  box-shadow: none !important;
}