/* color variables */
:root {
    --primary-color: #8400db;
    /* violet */
    --secondary-color: #b949ae;
    /* radish/red */
}

/* nav style  */

nav-item-custom {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.nav-pill {
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    padding: 6px 14px;
}

.call-btn {
    background: var(--secondary-color);
    color: #fff;
    border-radius: 25px;
    padding: 8px 18px;
    font-weight: 600;
}

.beta {
    background: var(--secondary-color);
    color: white;
    font-size: 10px;
    padding: 2px 6px;
    border-radius: 6px;
    margin-left: 4px;
}
.navbar-brand{
    color: var(--primary-color);
}

/* hero style  */
.hero {
    background: url("../images/1.jpg") no-repeat center center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 120px 0 80px;
    position: relative;
    height: 70lvh;
}

.search-box {
    background: #fff;
    border-radius: 18px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.form-box {
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 12px 16px;
}

.form-label-small {
    font-size: 12px;
    color: var(--primary-color);
    font-weight: 600;
}

.search-btn {
    background: var(--primary-color);
    color: #fff;
    border: none;
    border-radius: 12px;
    height: 60px;
    font-weight: 600;
}

.search-btn:hover {
    background: #5b21b6;
    color: #fff;
}

.switch-icon {
    font-size: 22px;
    margin-top: 18px;
}

.radio-group {
    margin-bottom: 15px;
}

/* destination section  */
.destination-card {
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}

.destination-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s;
}

.destination-card:hover img {
    transform: scale(1.05);
}

.destination-name {
    position: absolute;
    bottom: 10px;
    left: 15px;
    color: white;
    font-weight: 600;
    font-size: 18px;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1));
    top: 0;
    left: 0;
}

/* operator section  */
.operator-card {
    background: #f5f6f7;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    transition: 0.3s;
    max-height: 150px;
    min-height: 150px;
}

.operator-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.operator-card img {
    height: 44px;
    margin-bottom: 15px;
}

.section-title span {
    color: var(--primary-color);
}

.book-btn {
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 10px;
    padding: 10px 20px;
}

.book-btn:hover {
    background: var(--primary-color);
    color: white;
}

/* travelar section  */

.trusted-section {
    background: #f5f7f8;
}
.travelar-title{
    color: var(--primary-color);
}
.state-heading{
    color: var(--primary-color);
}
.icon-box {
    width: 70px;
    height: 70px;
    margin: auto;
    background: rgba(124, 58, 237, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
}

.icon-box i {
    font-size: 30px;
    color: var(--primary-color);
}

.stats p {
    font-size: 14px;
    margin: 0;
    color: #555;
}

/* app section  */
.app-section {
    background: #f3f4f6;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
}

.feature-item::before {
    content: "✓";
    color: var(--primary-color);
    font-weight: bold;
}

.whatsapp-btn {
    background: var(--secondary-color);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    height: 50px;
}

.whatsapp-btn:hover {
    background: #111;
}

/* faq section  */
.faq-section {
    background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
}

/* accordion design */

.accordion-button {
    background: transparent;
    color: white;
    font-weight: 600;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background: transparent;
    color: white;
    box-shadow: none;
}

.accordion-item {
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-top: none;
    border-left: none;
    border-right: none;
}

.accordion-body {
    color: white;
    opacity: 0.9;
}

.accordion-button::after {
    filter: invert(1);
}

  .booking-card {
      max-width: 480px;
      margin: auto;
      background: #fff;
      border-radius: 16px;
      overflow: hidden;
  }

  .tab-icon {
      font-size: 14px;
      text-align: center;
      flex: 1;
      padding: 10px;
      color: #777;
  }

  .tab-icon.active {
      color: #198754;
      border-bottom: 3px solid #198754;
  }

  .seat-row {
      display: flex;
      justify-content: space-between;
      width: 100%;
      margin-bottom: 10px;
  }

  .seat-group {
      display: flex;
  }

  .seat-gap {
      width: 30px;
  }

  .seat {
      width: 55px;
      height: 55px;
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 6px;
      font-weight: 600;
      cursor: pointer;
      background: #e4e6eb;
  }

  .seat.sold {
      background: #c9c9c9;
      cursor: not-allowed;
  }

  .seat.selected {
      background: #198754;
      color: #fff;
  }

  .seat-layout {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .bottom-bar {
      position: sticky;
      bottom: 0;
      background: #fff;
      border-top: 1px solid #ddd;
      padding: 10px;
  }

  .continue-btn {
      width: 100%;
      border-radius: 10px;
      padding: 12px;
      font-weight: 600;
      
  }
  .continue-btn a{
    color: #fff;
    text-decoration: none;
  }

  .info-pill {
      border: 2px solid #198754;
      color: #198754;
      border-radius: 50px;
      padding: 5px 12px;
      display: inline-block;
      font-size: 13px;
  }

  /* Booking Drawer */
  .booking-drawer {
      position: fixed;
      top: 0;
      right: -100%;
      width: 400px;
      height: 100%;
      background: #fff;
      z-index: 1050;
      transition: 0.4s ease;
      box-shadow: -5px 0 20px rgba(0, 0, 0, 0.1);
      overflow-y: auto;
  }

  /* Active */
  .booking-drawer.active {
      right: 0;
  }

  /* Overlay */
  .drawer-overlay {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      display: none;
      z-index: 1040;
  }

  .drawer-overlay.show {
      display: block;
  }

  /* Mobile */
  @media(max-width:768px) {
      .booking-drawer {
          width: 100%;
      }
  }

/* footer style  */
.footer {
    background: var(--primary-color);
    color: white;
    padding: 70px 0 30px;
}

.footer h5 {
    font-weight: 600;
    margin-bottom: 20px;
}

.footer a {
    color: #e8f6ef;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}

.footer a:hover {
    color: white;
}

.footer-logo {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 20px;
}

.social-icons i {
    font-size: 22px;
    margin-right: 20px;
    cursor: pointer;
}

.footer-bottom {
    margin-top: 40px;
    font-size: 14px;
}

  .card-custom {
      border: none;
      border-radius: 12px;
      background: #fff;
      padding: 16px;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  }

  .payment-option {
      border-radius: 10px;
      padding: 14px;
      background: #f1f3f5;
      cursor: pointer;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .payment-option:hover {
      background: #e9ecef;
  }

  .payment-option img {
      height: 22px;
  }

  .summary-box {
      border-radius: 12px;
      border: 1px solid #eee;
      padding: 20px;
  }

  .btn-apply {
      background:var(--primary-color);
      color: #fff;
      border-radius: 8px;
  }

  .total {
      color: #ff6a00;
      font-weight: bold;
      font-size: 20px;
  }

  .green-text {
      color: #198754;
      font-weight: 600;
  }

  .note {
      background: #e9f5ee;
      border-radius: 10px;
      padding: 15px;
      font-size: 14px;
  }
  .text-custom{
    color: var(--primary-color);
  }

  
 
  .card-custom {
      border: none;
      border-radius: 12px;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .section-title {
      font-weight: 600;
      font-size: 18px;
  }

  .form-control {
      /* background: #f1f3f5; */
      border: none;
      border-radius: 10px;
      padding: 12px;
  }

  .badge-gender {
      padding: 10px 20px;
      border-radius: 10px;
      cursor: pointer;
      border: 1px solid #ddd;
  }

  .badge-active {
      background: var(--primary-color);
      color: #fff;
      border-color: var(--primary-color);
  }

  .summary-card {
      border-radius: 12px;
      padding: 20px;
      background: #fff;
      box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }

  .btn-green {
      background: var(--primary-color);
      color: #fff;
      border-radius: 10px;
      padding: 12px;
      font-weight: 600;
  }

  .btn-green:hover {
      background: #9702d2;
      color: #fff;
  }


.select2-container--default .select2-selection--single {
    border: none;
    /* height: 38px; */
    display: flex;
    align-items: center;
}

.select2-selection__rendered {
    padding-left: 0 !important;
}

 /* Top Step Bar */
 .step-bar {
     background: var(--secondary-color);
     color: #fff;
     padding: 12px;
     font-weight: 500;
 }

 /* Filter */
 .filter-box {
     background: #fff;
     padding: 20px;
     border-radius: 10px;
 }

 /* Ticket Card */
 .ticket-card {
     background: #fff;
     border-radius: 12px;
     padding: 20px;
     box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
 }

 .operator-logo {
     width: 50px;
     height: 50px;
     border-radius: 50%;
     background: #eee;
     display: flex;
     align-items: center;
     justify-content: center;
     font-weight: bold;
 }

 /* Timeline */
 .timeline {
     height: 3px;
     background: #ff7a00;
     position: relative;
     margin: 10px 0;
 }

 .timeline::before,
 .timeline::after {
     content: "";
     width: 12px;
     height: 12px;
     background: #ff7a00;
     border-radius: 50%;
     position: absolute;
     top: -5px;
 }

 .timeline::before {
     left: 0;
 }

 .timeline::after {
     right: 0;
 }

 .badge-soft {
     background: #e9f7ef;
     color: #198754;
     padding: 6px 12px;
     border-radius: 20px;
     font-size: 12px;
 }

 /* Button */
 .btn-book {
     background: var(--primary-color);
     color: #fff;
     border-radius: 8px;
     padding: 10px 20px;
     font-weight: 500;
 }

 .btn-book:hover {
     background: #8d02de;
 }

 /* Responsive Fix */
 @media (max-width: 768px) {
     .timeline {
         margin: 15px 0;
     }
 }