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

body {
  font-family: 'Satoshi', sans-serif !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);

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

 /* body{
            font-family: 'Satoshi', sans-serif;
        } */
        .swal2-confirm {
            background-color: #1E1EFFFF !important;
            border-color: #1E1EFFFF !important;
        }
        /* Apply styles to the form-select class */
        .form-select {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            font-weight: 400;
            line-height: 1.5;
            color: #555;
            background-color: #fff;
            /* border: 1px solid #DFE4FD; */
            appearance: none;
            border-radius: 8px;
            transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        }

        /* Custom class for the select element */
        .form-select.custom {
            box-shadow: none;
            border: 1px solid #909090;
            height: 56px;
            border-radius: 8px;
        }
        .modal-head .btn-close {
            float: right;
            box-shadow: none;
            margin-top: 0px !important;
            margin-right: 20px !important;
        }
        .pickup .pick-up1 .dist2 .title {
            margin-right: 15px !important;
        }

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

        .flatpickr-calendar {
            width: auto !important;
        }
        input.form-control.custom {
            padding: 10px;
            font-size: 1rem;
        }

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

        .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-dark .navbar-toggler-icon, .navbar-light .navbar-toggler-icon {
            background-image: block !important;
        }

         /* Fixed and animated navbar */
    .navbar {
      /* position: fixed; */
      top: 0;
      width: 100%;
      z-index: 999;
      transition: top 0.3s ease;
    }
    .navbar {
      box-shadow: none;
      background-color: inherit;
    }
    .language-dropdown{
        background-color: inherit !important;
    }

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

    .logo-scrolled {
      display: none;
    }

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

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

 .custom-card {
      max-width: 1220px;   /* max width */
      height: auto;        /* responsive height */
      min-height: 500px;   /* choti screens pe kam se kam height */
      border-radius: 20px;
      box-shadow: 0 8px 20px rgba(0,0,0,0.1);
      margin: 30px auto;
      padding: 40px 20px;
      background: #fff;
    }
    .custom-card h1 {
      font-size: clamp(24px, 4vw, 48px); /* responsive font-size */
      font-weight: 700;
      text-align: center;
      margin-bottom: 20px;
    }
    .custom-card p {
      font-size: clamp(14px, 2vw, 20px); /* responsive font-size */
      text-align: center;
      color: #555;
      max-width: 900px;
      margin: 0 auto;
    }
     .custom-btn {
      width: 182px;
      height: 54px;
      border-radius: 100px;
      background-color: black;
      color: #fff;
      border: none;
      font-size: 16px;
      font-weight: 500;
      transition: all 0.3s ease;
    }
     .custom-img {
      max-width: 640px;
      max-height: 455.11px;
      width: 100%;
      height: auto;
      border-radius: 8px;
    }

    .title{
        padding:10px 16px; 
        border-radius:20px; 
        color: #323232; background: 
        linear-gradient(90deg, rgba(0, 157, 255, 0.3) 0%, rgba(0, 157, 255, 0.2) 100%);
        /* font-family: Satoshi; */
        font-weight: 500;
        font-size: 18px;
        line-height: 100%;
        letter-spacing: -2%;
        text-align: center;
    }
     /* Small Button */
    .small-btn {
      width: 152px;
      height: 44px;
      font-size: 12px;
      border-radius: 50px;
      background-color: #1976d2;
      color: #fff;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    /* Headings */
    .section-heading {
      font-size: clamp(20px, 3vw, 36px);
      font-weight: 700;
      text-align: center;
      margin-top: 20px;
    }
    .section-subheading {
      font-size: clamp(14px, 2vw, 20px);
      text-align: center;
      color: #555;
      margin-bottom: 40px;
    }

    /* Image */
    .provider-img {
      width: 100%;
      max-width: 500px;
      border-radius: 15px;
    }
    .card.first {
  border: none;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  position: relative;
}
.card.first::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 50%;
  background: linear-gradient(to right, black 0%, transparent 100%);
}


  
    .card.first::before {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 50%;
      height: 3px;
      background: white; /* left half */
    }
    
    /* Other Cards */
    .card.dotted {
      border: none;
      border-bottom: 1px solid #888;
    }

    /* General card styling */
.card.plan {
  background: #F6F6F6;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
  padding: 20px;
  border: none;
}
.card-2{
  border-bottom:1px solid gray;
}

/* Top Button */
.top-btn1 {
  width: 152px;
  height: 44px;
  background: linear-gradient(90deg, #009DFF4D, #009DFF33);
 border:none;
  border-radius: 1000px;
}

/* Section Heading */
.section-heading1 {
  font-size: 28px;
  font-weight: bold;
}
.section-subtext1 {
  color: gray;
  margin-bottom: 20px;
}

/* Plan Buttons */
.plan-btn1 {
  height: 40px;
  background: transparent;
  border: 1px solid gray;
  border-radius: 1000px;
  padding: 0 20px;
}

/* Tick Buttons */
.tick-btn1 {
  height: 40px;
  background: transparent;
  border: 1px solid gray;
  border-radius: 1000px;
  padding: 0 20px;
  color: gray;
}
.tick-btn1 i {
  margin-right: 6px;
  color: blue;
}

/* Card */
.card1 {
  background: #F6F6F6;
  border-radius: 12px;
  height: 430px; /* ✅ sab same height */
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
  padding: 20px;
  border: none;
}

/* Price */
.plan-price1 {
  font-size: 32px;
  font-weight: bold;
}
.plan-price1 span {
  font-size: 16px;
  font-weight: normal;
}

/* Dotted line after price */
.features-after1 {
  border-top: 2px dotted gray;
  margin-top: 10px;
  padding-top: 15px;
}

/* Feature items */
.plan-feature1 {
  display: flex;
  align-items: flex-start;
  color: gray;
  margin-bottom: 8px;
}
.plan-feature1 i {
  margin-right: 8px;
  margin-top: 2px;
  color: gray;
}

/* Card Buttons */
.plan-btn2 {
  width: 237px;
  height: 43px;
  border: 1px solid darkgray;
  background: transparent;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 50px;
}
.plan-btn-2 {
  width: 237px;
  height: 43px;
  border: 1px solid darkgray;
  background: transparent;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 130px;
}
.plan-btn-3 {
  width: 237px;
  height: 43px;
  border: 1px solid darkgray;
  background: black;
  border-radius: 100px;
  font-size: 15px;
  color: white;
  font-weight: 500;
  margin-top: 50px;
}

/* Responsive: buttons center on mobile */
@media (max-width: 768px) {
  .plan-btn2,
  .plan-btn-2,
  .plan-btn-3 {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}





/* Section container */
.access-section {
  width: 100%; /* full screen center alignment */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px; /* ✅ default padding for small screens */
}

/* Inner box */
.access-container {
  width: 640px;
  height: auto;
  margin: 0 auto;
  text-align: left; /* ✅ left alignment for all text */
}

/* Headings */
.access-heading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 0;
}
.access-subheading {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Text */
.access-text {
  color: gray;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

/* Image */
.access-img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* ✅ Responsive adjustments */
@media (max-width: 768px) {
  .access-container {
    width: 100%;
    height: auto; /* height auto for flexibility */
  }

  .access-heading,
  .access-subheading {
    font-size: 24px;
  }

  .access-text {
    font-size: 14px;
  }
}