body {
    font-family: "Inter", sans-serif;
    background-color: #f9fafb;
    overflow-x: hidden;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-wrapper {
    padding-top: 0;
    flex: 1;
}

/* home */

.logo {
      font-family: 'Inter', sans-serif;
      font-weight: 800;
    }

    .navbar-custom {
      background-color: rgba(255, 255, 255, 0.95);
      border-radius: 21px;
      padding: 2px 18px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
      margin-top: 20px;
      max-width: 1200px;
      width: 90%;
    }

    .logo {
      font-weight: 800;
      color: var(--primary-blue);
      font-size: 1.5rem;
    }

    .main-logo {
      max-width: 180px;
      max-height: 90px;
      width: auto;
      height: auto;
      object-fit: contain;
    }

    .nav-link-custom {
      color: #000 !important;
      font-weight: 400;
      margin: 0 8px;
      text-transform: uppercase;
      font-size: 0.85rem;
    }

    .nav-link-custom:hover {
      color: var(--primary-blue) !important;
    }

    .btn-book-now {
      background-color: var(--accent-yellow);
      color: #fff;
      padding: 10px 15px;
      border-radius: 8px;
      font-weight: 600;
      border: none;
      font-family: 'Inter', sans-serif;
    }

    .btn-book-now:hover {
      background-color: #e6a300;
    }

    .hero-section {
      height: 100vh;
      background:
        linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
        url('../img/bg.png') center/cover no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      text-align: center;
    }

    .home-page .navbar.sticky-top {
      position: absolute !important;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1030;
    }

    .hero-title {
      padding-top: 10rem;
      font-family: 'Inter', sans-serif;
      font-weight: 700;
      font-size: 3.8rem;
      line-height: 1.2;
    }

    .booking-box {
      background-color: #fff;
      border-radius: 14px;
      padding: 25px;
      color: #000;
      box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
      margin-top: 30px;
    }

    .booking-top-row {
      display: flex;
      gap: 0;
      align-items: stretch;
    }

    .booking-field {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 16px;
      border: 1px solid #000;
      background-color: #fff;
      border-radius: 999px;
      flex: 1;
    }

    .booking-field-left {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }

    .booking-field-right {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0;
    }

    .booking-input {
      border: none;
      outline: none;
      background: transparent;
      width: 100%;
      font-family: 'Inter', sans-serif;
      font-size: 0.95rem;
    }

    .booking-icon {
      font-size: 0.9rem;
      color: #000;
    }

    .booking-swap {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      border: 1px solid #000;
      background-color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-inline: -12px;
      z-index: 1;
      font-size: 0.9rem;
      color: #000;
    }

    .booking-bottom-field {
      border-radius: 999px;
      border: 1px solid #000;
      background-color: #fff;
      padding: 6px 16px;
      font-size: 0.9rem;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }

    .booking-bottom-field .booking-input {
      padding: 4px 0;
    }

    .booking-icon-right {
      font-size: 0.9rem;
      color: #000;
      margin-left: 8px;
    }

    .btn-get-quote {
      background-color: var(--primary-blue);
      color: #fff;
      border: none;
      padding: 12px 24px;
      border-radius: 999px;
      font-weight: 600;
      width: 100%;
      font-family: 'Inter', sans-serif;
    }

    .btn-get-quote:hover {
      background-color: #002b6b;
    }

    @media (max-width: 767.98px) {
      .booking-top-row {
        flex-direction: column;
        gap: 8px;
      }

      .booking-swap {
        margin-inline: 0;
        align-self: center;
      }

      .booking-field-left,
      .booking-field-right {
        border-radius: 999px;
      }
    }

    /* Top Buttons */
    .top-buttons {
      padding: 15px;
      display: flex;
      justify-content: space-around;
      gap: 10px;
      flex-wrap: wrap;
    }

    .top-buttons button {
      background-color: transparent;
      padding: 16px 60px;
      border-radius: 50px;
      border: 1px solid #fff;
      cursor: pointer;
      font-size: 14px;
      color: #fff;
    }

    .feature-icon {
      background-color: var(--secondary-blue);
      color: white;
      width: 70px;
      height: 70px;
      border-radius: 50%;
      margin: 0 auto 20px;
      font-size: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .feature-card {
      text-align: center;
      padding: 30px 20px;
      border-radius: 10px;
      transition: transform 0.3s, box-shadow 0.3s;
      height: 100%;
      border: none;
    }

    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    }

    .section-title {
      color: var(--primary-blue);
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 2.2rem;
    }

    .section-subtitle {
      color: #666;
      max-width: 700px;
      margin: 0 auto 40px;
      font-size: 1.1rem;
      line-height: 1.6;
    }

    /* Our Fleet Section with CSS Grid */
    .fleet-section {
      padding: 80px 0;
      background-color: #f8f9fa;
    }

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

    .fleet-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);

      gap: 30px;
      margin-top: 40px;
    }

    .vehicle-card-grid {
      background: white;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      display: flex;
      flex-direction: column;
      height: 100%;
    }

    .vehicle-card-grid:hover {
      transform: translateY(-8px);
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }

    .vehicle-img-grid {
      height: 200px;
      background-color: #f1f5f9;
      display: flex;
      align-items: center;
      justify-content: center;
      color: var(--secondary-blue);
      font-size: 50px;
      position: relative;
      overflow: hidden;
    }

    .vehicle-img-grid img {
      width: 70%;
      height: 100%;
      object-fit: cover;
    }

    .vehicle-info-grid {
      padding: 25px;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
    }

    .vehicle-info-grid h3 {
      font-size: 1.4rem;
      color: #000;
      margin-bottom: 12px;
      font-weight: 700;
    }

    .vehicle-info-grid p {
      font-family: 'Inter';
      font-weight: 300;
      line-height: 1.6;
      margin-bottom: 20px;
      flex-grow: 1;
      color: #000
    }

    .vehicle-features {
      display: flex;
      justify-content: space-between;
      margin-top: auto;
      padding-top: 15px;
      border-top: 1px solid #eee;
      font-size: 0.9rem;
      color: #555;
    }

    .feature-item {
      display: flex;
      align-items: center;
      gap: 6px;
    }

    .feature-item i {
      color: var(--accent-yellow);
    }

    .transfer-img-box {
      border-radius: 14px;
      overflow: hidden;
      margin-bottom: 15px;
      height: 100%;
    }

    .transfer-img-box img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .testimonial-card {
      background-color: var(--primary-blue);
      color: white;
      padding: 25px;
      border-radius: 14px;
      height: 100%;
    }

    .stars {
      color: #ffc107;
      font-size: 20px;
      margin-bottom: 15px;
    }

    #testimonialCarousel {
      position: relative;
    }

    #testimonialCarousel .carousel-control-prev,
    #testimonialCarousel .carousel-control-next {
      width: auto;
      top: 50%;
      transform: translateY(-50%);
    }

    #testimonialCarousel .carousel-control-prev {
      left: -2.5rem;
    }

    #testimonialCarousel .carousel-control-next {
      right: -2.5rem;
    }

    #testimonialCarousel .carousel-control-prev-icon,
    #testimonialCarousel .carousel-control-next-icon {
      border-radius: 50%;
      padding: 0.5rem;
      background-color: #1c0080;
    }

    .about-section {
      background-color: var(--primary-blue);
      color: white;
      padding: 80px 0;
    }

    .about-img img {
      height: 100%;
      width: 100%;
      object-fit: contain;
    }

    .faq-section {
      padding: 80px 0;
    }

    .faq-item {
      border: 2px solid #2f66d0;
      border-radius: 12px;
      margin-bottom: 16px;
      overflow: hidden;
    }

    .faq-question {
      background: var(--light-blue);
      padding: 18px 22px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
    }

    .faq-question h4 {
      margin: 0;
      font-size: 16px;
      color: #002b6b;
      font-weight: 600;
    }

    .faq-icon {
      width: 28px;
      height: 28px;
      background: var(--primary-blue);
      color: #fff;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 14px;
      transition: transform 0.3s;
    }

    .faq-answer {
      max-height: 0;
      overflow: hidden;
      background: var(--light-blue);
      transition: max-height 0.4s ease;
    }

    .faq-answer p {
      padding: 18px 22px;
      margin: 0;
      font-size: 14px;
      line-height: 1.6;
      color: #333;
    }

    .faq-item.active .faq-answer {
      max-height: 200px;
    }

    .faq-item.active .faq-icon {
      transform: rotate(180deg);
    }
    
    .booking-faq-section {
      background-color: #1f3c88;
    }
    
    .booking-faq-button {
      background-color: #ffffff;
      border-radius: 999px !important;
      padding: 14px 20px;
      font-weight: 500;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }
    
    .booking-faq-button:not(.collapsed) {
      background-color: #ffffff;
      color: #000000;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12);
    }
    
    .booking-faq-button:focus {
      box-shadow: none;
    }
    
    .booking-faq-body {
      background-color: #ffffff;
      font-size: 0.95rem;
    }

    .footer-section {
      background-color: #111827;
      color: #f9fafb;
    }

    .footer-title {
      font-size: 0.95rem;
      font-weight: 600;
      letter-spacing: 0.02em;
    }

    .footer-text {
      font-size: 0.875rem;
      color: #9ca3af;
      max-width: 280px;
    }

    .footer-links {
      list-style: none;
      padding-left: 0;
      margin-bottom: 0;
      font-size: 0.875rem;
    }

    .footer-links li {
      margin-bottom: 6px;
    }

    .footer-links a {
      color: #e5e7eb;
      text-decoration: none;
    }

    .footer-links a:hover {
      color: #ffffff;
      text-decoration: underline;
    }

    .footer-social-link {
      color: #f9fafb;
      font-size: 1.1rem;
    }

    .footer-social-link:hover {
      color: #ffffff;
    }

        @media (max-width: 1200px) {
      .fleet-grid {
        grid-template-columns: repeat(2, 1fr);
      }
    }

    @media (max-width: 768px) {
      #testimonialCarousel {
        padding-bottom: 70px;
      }

      #testimonialCarousel .carousel-control-prev,
      #testimonialCarousel .carousel-control-next {
        top: auto;
        bottom: 10px;
        transform: none;
        width: 50px;
        height: 50px;
        opacity: 1;
      }

      #testimonialCarousel .carousel-control-prev {
        left: calc(50% - 60px);
      }

      #testimonialCarousel .carousel-control-next {
        right: auto;
        left: calc(50% + 10px);
      }
    }

    @media (max-width: 992px) {
      .navbar-custom {
        margin-top: 0;
        padding: 8px 15px;
        max-width: 100%;
        width: 90%;
        border-radius: 20px;
        flex-wrap: wrap;
      }

      .navbar-custom .navbar-toggler {
        margin-left: auto;
      }

      .navbar-custom .navbar-collapse {
        margin-top: 0.75rem;
        width: 100%;
        flex-basis: 100%;
      }

      .navbar-custom .navbar-nav {
        width: 100%;
        align-items: flex-start;
      }

      .navbar-custom .btn-book-now {
        width: 100%;
        margin-top: 0.75rem;
      }

      .auth-wrapper {
        width: 100%;
        margin-top: 0.5rem;
        justify-content: center;
      }
      
      .auth-wrapper .btn {
        width: 100%;
      }
    }

      .hero-section {
        height: auto;
        min-height: 100vh;
        padding: 120px 0 60px;
      }

      .hero-title {
        font-size: 2.2rem;
      }

      .faq-section {
        padding: 60px 0;
      }

      .section-title {
        font-size: 1.8rem;
      }
    

    .herobtn {
      background-color: #1e3a8a;
      width: 100%;
      overflow: hidden;
    }

    .container-flex {
      width: 100%;
      padding-right: var(--bs-gutter-x, .75rem);
      padding-left: var(--bs-gutter-x, .75rem);
      margin-right: auto;
      margin-left: auto;
    }

    @media (max-width: 768px) {
      .logo {
        font-size: 1.3rem;
      }

      .hero-title {
        font-size: 1.8rem;
      }

      .booking-box {
        padding: 20px;
      }

      .btn-top-nav {
        max-width: 100%;
        margin: 5px 0;
      }
      
      .top-buttons {
        padding: 10px;
        gap: 8px;
      }
      
      .top-buttons button {
        padding: 10px 20px;
        font-size: 13px;
        width: 100%;
        display: block;
      }

      .fleet-grid {
        grid-template-columns: 1fr;
        gap: 20px;
      }

      .section-title {
        font-size: 1.6rem;
      }
    }

    @media (max-width: 576px) {
      .hero-title {
        font-size: 1.6rem;
      }

      .fleet-grid {
        grid-template-columns: 1fr;
      }
    }

/* home */

.card-soft {
    border-radius: 20px;
    box-shadow: 0 10px 18px rgba(0, 0, 0, 0.2);
    border: 0;
}

.img-wrap {
    background: #f3f3f3;
    border-radius: 20px 20px 0 0;
    padding: 0;
    height: 380px;
    overflow: hidden;
}

.img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rating i {
    color: #ffc107;
    font-size: 28px;
}

.price-badge {
    background: #ffd977;
    border-radius: 18px;
    padding: 10px 18px;
    font-weight: 700;
    display: inline-block;
}

.btn-book {
    background: #4c9a06;
    color: #fff;
    border-radius: 18px;
    font-size: 28px;
    font-weight: 700;
    padding: 14px 42px;
}

.btn-book:hover {
    background: #3f8205;
    color: #fff;
}

.stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
}

.step-circle {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    background: #d9d9d9;
    color: #fff;
}

.step.active .step-circle {
    background: #1f3c88;
}

.step.completed .step-circle {
    background: #4c9a06;
}

.step-line.active {
    background: #4c9a06;
}

.step-line.active::after {
    background: #4c9a06;
}

.step-label {
    margin-top: 10px;
    font-size: 16px;
}

.step-line {
    flex: 1;
    height: 2px;
    background: #d9d9d9;
    position: relative;
    margin: 0 10px;
}

.step-line::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #d9d9d9;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

/* Icons Section */
.icons .icon-box {
    text-align: center;
    margin-bottom: 24px;
}

.icons .icon-circle {
    width: 64px;
    height: 64px;
    background-color: #1f3c88;
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    margin-bottom: 12px;
}

.icons h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #000;
}

.icons p {
    font-size: 13px;
    color: #6c757d;
    line-height: 1.4;
    margin-bottom: 0;
}

/* Billing Form */
.form-control, .form-select {
    border-color: #dee2e6;
    padding: 12px 16px; /* slightly taller inputs */
    border-radius: 8px;
}

.form-control::placeholder {
    color: #adb5bd;
}

.form-label {
    margin-bottom: 8px;
}

.btn-pay {
    background-color: #1f3c88;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color 0.2s;
}

.btn-pay:hover {
    background-color: #162a66;
    color: #fff;
}

.booking-card {
    border-radius: 18px;
    border: 1px solid #d4d4d4;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.04);
}

.booking-input-large {
    border-radius: 14px;
    border-color: #000000;
    padding: 12px 16px;
}

.pickup-options {
    background-color: #ffffff;
    border-radius: 20px;
    border: 1px solid #d4d4d4;
    padding: 10px 20px;
}

.pickup-options .form-check-input {
    margin-top: 0;
}

.pickup-options .form-check-label {
    font-size: 0.85rem;
}

.text-optional {
    color: #16a34a;
}

.booking-counter {
    padding: 0;
    background-color: transparent;
}

.booking-counter-value {
    min-width: 24px;
    text-align: center;
    font-weight: 600;
    color: #111827;
}

.booking-counter-btn {
    width: 26px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid #d4d4d4;
    background-color: #f3f4f6;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.booking-meet-greet-input {
    border-radius: 14px;
    border: 1px solid #d4d4d4;
    padding: 10px 14px;
    background-color: #ffffff;
}

.save-info-box {
    border: 1px solid #dee2e6;
    background-color: #fff;
    border-radius: 8px;
    padding: 16px;
}

/* Confirmation Page */
.success-check {
    width: 80px;
    height: 80px;
    background-color: #4c9a06; /* Green similar to design */
    color: #fff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
}

.btn-dark-blue {
    background-color: #1f3c88;
    color: #fff;
    border-radius: 8px;
    font-weight: 600;
}

.btn-dark-blue:hover {
    background-color: #162a66;
    color: #fff;
}

.btn-light-custom {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
    color: #212529;
    border-radius: 8px;
}

.btn-light-custom:hover {
    background-color: #e9ecef;
}

.map-container img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

/* Additional Info Cards */
.avatar-circle {
    width: 80px;
    height: 80px;
    background-color: #d9d9d9;
    border-radius: 50%;
    margin: 0 auto 16px;
}

.star-rating {
    color: #ffc107;
    font-size: 18px;
}

.vehicle-img-container {
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
}

.vehicle-img-container img {
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
}

/* Updated Vehicle Badge to match target (plain text with icon) */
.vehicle-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    color: #495057;
    background-color: transparent;
    padding: 0;
    border: none;
    margin-right: 12px;
}

/* Info Alert Box - Updated color */
.info-alert {
    background-color: #eef4ff;
    border: 1px solid #c7d7f0;
    border-radius: 12px;
    padding: 16px;
    display: flex;
    gap: 12px;
}

.info-alert i {
    font-size: 20px;
    color: #1f3c88;
}

.action-link {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #1f3c88;
    text-decoration: none;
    font-weight: 600;
    margin-bottom: 12px;
    font-size: 15px;
}

.action-link:hover {
    text-decoration: underline;
}

/* Feedback Textarea - Matching background */
.feedback-textarea {
    background-color: #eef4ff;
    border: 1px solid #c7d7f0;
    border-radius: 12px;
    resize: none;
}

/* Fleet Page Styles */
.fleet-img-wrapper {
    height: 220px;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
}

.fleet-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.text-primary-custom {
    color: #1f3c88;
}

.btn-fleet-book {
    background-color: #fbbf24;
    color: #000;
    font-weight: 700;
    border-radius: 12px;
    padding: 10px 0;
    border: none;
    transition: background-color 0.2s;
}

.btn-fleet-book:hover {
    background-color: #f59e0b;
    color: #000;
}

/* Fleet Features Section */
.text-dark-blue {
    color: #1f3c88;
}

.bg-dark-blue {
    background-color: #1f3c88;
}

.feature-icon {
    color: #1f3c88;
    margin-bottom: 1rem;
}

.feature-icon i {
    font-size: 2.5rem; /* Larger icon size */
    color: #fff;
}

/* CTA Section */
.cta-section {
    background-color: #1f3c88;
}

.btn-cta {
    background-color: #fbbf24;
    color: #000;
    border: none;
    border-radius: 8px;
    transition: background-color 0.2s;
}

.btn-cta:hover {
    background-color: #f59e0b;
    color: #000;
}

/* Contact Page Styles */
.contact-page-body {
    background-color: #fff;
    overflow-x: hidden;
    position: relative;
    min-height: 100vh;
}

/* Background Shapes */
.shape-top-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 420px;
    height: 420px;
    background-image: url('../img/c-1.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top left;
    z-index: 0;
}

.shape-bottom-right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 420px;
    height: 420px;
    background-image: url('../img/c-2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom right;
    z-index: 0;
}

/* Contact Card */
.contact-card {
    border: 2px solid #3b82f6; /* Bright Blue Border */
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    background: #fff;
    position: relative;
    z-index: 10;
}

/* Form Inputs */
.contact-card .form-control {
    border-radius: 8px;
    padding: 10px 14px;
    border-color: #ced4da;
    font-size: 14px;
}

.contact-card .form-control:focus {
    box-shadow: none;
    border-color: #3b82f6;
}

.contact-card .input-group-text {
    border-color: #ced4da;
}

/* File Upload */
.upload-box {
    width: 80px;
    height: 80px;
    border: 1px solid #ced4da;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    background-color: #fff;
    transition: all 0.2s ease;
}

.upload-box:hover {
    border-color: #3b82f6;
    background-color: #f8f9fa;
}

.file-input-hidden {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
