/* Hero */
#hero {
  height: 100vh;
}
#hero .carousel img {
  height: 100vh;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  border: 2px solid #fff;
  padding: 1.1rem;
  border-radius: 30px;
}

/* Mobile Responsive Fixes */
@media only screen and (max-width: 767px) {
  #hero {
    height: 100vh;
    margin-top: 0;
  }
  #hero .carousel img {
    height: 100vh;
    object-fit: cover;
    object-position: center;
  }
  .bookingForm {
    width: 95%;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(5px);
    max-height: 65vh;
    overflow: visible;
  }
  .tabContent .domesticForm,
  .tabContent .internationalForm,
  .tabContent .transitForm {
    padding: 0.6rem 0.4rem;
  }
  .tabContent .domesticForm {
    margin: 10px;
  }
  .tabContent form .col-md-6 {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0 4px;
    position: relative;
    z-index: 1;
  }
  .tabContent form .col-md-12 {
    width: 100%;
    padding: 0 4px;
  }
  .tabContent form .form-control {
    font-size: 12px;
    padding: 0.3rem 0.5rem;
    border-radius: 4px;
    height: 32px;
  }
  .tabContent form label,
  .tabContent form .form-label {
    font-size: 0.7rem;
    margin-bottom: 0.1rem;
    font-weight: 600;
    color: #333;
    display: block;
  }
  .tabContent form button {
    width: 100%;
    max-width: 180px;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    border-radius: 4px;
    height: 32px;
  }
  .tabContent form .bookingBtnArea,
  .tabContent form .bookingbtnTranist {
    display: flex;
    justify-content: center;
    margin-top: 0.6rem;
    padding: 0 4px;
  }
  /* Phone input mobile fixes */
  .phone-input-area,
  .phone-input-area-transit {
    margin-bottom: 0.4rem;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 4px;
    padding: 0.3rem 0.5rem;
    backdrop-filter: blur(5px);
    position: relative;
    z-index: 5;
  }
  .phone-input-area input,
  .phone-input-area-transit input {
    font-size: 12px !important;
    height: 32px;
    background: transparent;
    border: none;
    box-shadow: none;
  }
  /* Phone input - no calendar icon */
  .phone-input-area .mat-datepicker-toggle,
  .phone-input-area-transit .mat-datepicker-toggle {
    display: none !important;
  }
  /* Date picker mobile fixes */
  .date-input-area {
    margin-bottom: 1.2rem !important;
    position: relative;
    z-index: 10;
  }
  .date-input-area .mat-datepicker-toggle {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 15;
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
  }
  .date-input-area .mat-datepicker-toggle .mat-icon-button {
    width: 24px;
    height: 24px;
    line-height: 24px;
  }
  .date-input-area .mat-datepicker-toggle .mat-icon {
    font-size: 18px;
    color: #666;
  }
  /* Ensure date picker input has proper z-index */
  .date-input-area input {
    position: relative;
    z-index: 5;
  }
  /* Error message mobile fixes */
  .errorTypeScriptMessage {
    font-size: 0.65rem;
    margin-top: 0.1rem;
    display: block;
    color: #dc3545;
  }
  /* Airport typehead mobile fixes */
  .origin-input-area {
    margin-bottom: 0.6rem;
  }
  .origin-input-area .mat-option {
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #333 !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .origin-input-area .mat-option:hover {
    background: rgba(0, 123, 255, 0.1) !important;
  }
  .origin-input-area .mat-option.mat-selected {
    background: rgba(0, 123, 255, 0.2) !important;
  }
  .destination-input-area .mat-option {
    padding: 12px 16px !important;
    font-size: 14px !important;
    color: #333 !important;
    border-bottom: 1px solid #f0f0f0 !important;
  }
  .destination-input-area .mat-option:hover {
    background: rgba(0, 123, 255, 0.1) !important;
  }
  .destination-input-area .mat-option.mat-selected {
    background: rgba(0, 123, 255, 0.2) !important;
  }
  /* Airport typehead mobile view only - dropdown list visibility */
  @media only screen and (max-width: 767px) {
    app-airport-typehead .mat-autocomplete-panel {
      z-index: 9999 !important;
      position: fixed !important;
    }
    app-airport-typehead .cdk-overlay-pane {
      z-index: 9999 !important;
    }
    /* Origin input area dropdown menu mobile design */
    .tabContent form .origin-input-area .dropdown-menu.show {
      width: 100% !important;
      min-width: 100% !important;
      max-width: 100% !important;
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(10px) !important;
      border-radius: 12px !important;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
      z-index: 9999 !important;
      max-height: 250px !important;
      overflow-y: auto !important;
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
      padding: 8px 0 !important;
      margin-top: 5px !important;
      position: absolute !important;
      left: 0 !important;
      right: 0 !important;
    }

    
    .tabContent form .origin-input-area .dropdown-menu.show .dropdown-item {
      padding: 15px 20px !important;
      font-size: 15px !important;
      color: #333 !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
      display: flex !important;
      align-items: center !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
    }
    .tabContent form .origin-input-area .dropdown-menu.show .dropdown-item:last-child {
      border-bottom: none !important;
    }
    .tabContent form .origin-input-area .dropdown-menu.show .dropdown-item:hover {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05)) !important;
      color: #007bff !important;
      transform: translateX(5px) !important;
    }
    .tabContent form .origin-input-area .dropdown-menu.show .dropdown-item:active {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.2), rgba(0, 123, 255, 0.1)) !important;
      color: #0056b3 !important;
    }
    /* Airport typehead input styling */
    .tabContent form .origin-input-area input {
      border-radius: 8px !important;
      border: 2px solid #e0e0e0 !important;
      padding: 12px 16px !important;
      font-size: 14px !important;
      transition: all 0.3s ease !important;
    }
    .tabContent form .origin-input-area input:focus {
      border-color: #007bff !important;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
      outline: none !important;
    }
    
    /* Airport Typehead Component Mobile Fixes */
    app-airport-typehead {
      position: relative !important;
      width: 100% !important;
    }
    
    app-airport-typehead .pos-rel {
      position: relative !important;
      width: 100% !important;
    }
    
    app-airport-typehead .search-wrapper {
      position: relative !important;
      width: 100% !important;
    }
    
    app-airport-typehead input {
      width: 100% !important;
      padding: 12px 16px !important;
      font-size: 14px !important;
      border-radius: 8px !important;
      border: 2px solid #e0e0e0 !important;
      transition: all 0.3s ease !important;
      background: #fff !important;
    }
    
    app-airport-typehead input:focus {
      border-color: #007bff !important;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
      outline: none !important;
    }
    
    app-airport-typehead input:disabled {
      background: #f8f9fa !important;
      color: #6c757d !important;
      cursor: not-allowed !important;
    }
    
    /* Typehead dropdown panel */
    app-airport-typehead .dropdown-menu {
      z-index: 99999 !important;
      position: fixed !important;
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(10px) !important;
      border-radius: 12px !important;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
      max-height: 250px !important;
      overflow-y: auto !important;
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
      padding: 8px 0 !important;
      margin-top: 5px !important;
      width: 100% !important;
    }
    
    /* Override ngb-typeahead dropdown */
    app-airport-typehead .dropdown-menu.show {
      z-index: 99999 !important;
      position: fixed !important;
      display: block !important;
    }
    
    /* Typehead container positioning */
    app-airport-typehead .pos-rel {
      position: relative !important;
      z-index: 10 !important;
    }
    
    /* Typehead dropdown items */
    app-airport-typehead .type-head-wrapper {
      padding: 15px 20px !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }
    
    app-airport-typehead .type-head-wrapper:last-child {
      border-bottom: none !important;
    }
    
    app-airport-typehead .type-head-wrapper:hover {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05)) !important;
      color: #007bff !important;
      transform: translateX(5px) !important;
    }
    
    app-airport-typehead .type-head-wrapper:active {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.2), rgba(0, 123, 255, 0.1)) !important;
      color: #0056b3 !important;
    }
    
    app-airport-typehead .type-head-details {
      display: flex !important;
      align-items: center !important;
    }
    
    app-airport-typehead .school-name {
      font-size: 15px !important;
      color: #333 !important;
      font-weight: 500 !important;
      white-space: nowrap !important;
      overflow: hidden !important;
      text-overflow: ellipsis !important;
    }
    
    /* Loader styling */
    app-airport-typehead .small-loader {
      position: absolute !important;
      right: 12px !important;
      top: 50% !important;
      transform: translateY(-50%) !important;
      z-index: 10 !important;
    }
    
    app-airport-typehead .small-loader mat-spinner {
      width: 20px !important;
      height: 20px !important;
    }
    
    /* ngb-typeahead specific overrides */
    .ngb-typeahead-window {
      z-index: 99999 !important;
      position: fixed !important;
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(10px) !important;
      border-radius: 12px !important;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3) !important;
      max-height: 250px !important;
      overflow-y: auto !important;
      border: 1px solid rgba(255, 255, 255, 0.2) !important;
      padding: 8px 0 !important;
      margin-top: 5px !important;
      width: 100% !important;
    }
    
    /* Destination airport specific fixes */
    .tabContent form .col-md-6.origin-input-area {
      position: relative !important;
      z-index: 5 !important;
    }
    
    .tabContent form .col-md-6.origin-input-area app-airport-typehead {
      position: relative !important;
      z-index: 10 !important;
    }
    
    .tabContent form .col-md-6.origin-input-area app-airport-typehead .pos-rel {
      position: relative !important;
      z-index: 15 !important;
    }
    
    /* Ensure dropdown appears above all other elements */
    .tabContent form .col-md-6.origin-input-area .ngb-typeahead-window {
      z-index: 99999 !important;
      position: fixed !important;
    }
    
    .tabContent form .col-md-6.origin-input-area .dropdown-menu {
      z-index: 99999 !important;
      position: fixed !important;
    }
    
    .ngb-typeahead-window .dropdown-item {
      padding: 15px 20px !important;
      cursor: pointer !important;
      transition: all 0.2s ease !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
      font-size: 15px !important;
      color: #333 !important;
    }
    
    .ngb-typeahead-window .dropdown-item:last-child {
      border-bottom: none !important;
    }
    
    .ngb-typeahead-window .dropdown-item:hover {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.1), rgba(0, 123, 255, 0.05)) !important;
      color: #007bff !important;
      transform: translateX(5px) !important;
    }
    
    .ngb-typeahead-window .dropdown-item:active {
      background: linear-gradient(135deg, rgba(0, 123, 255, 0.2), rgba(0, 123, 255, 0.1)) !important;
      color: #0056b3 !important;
    }
    
    /* Transit form typehead fixes */
    .tabContent form .col-md-6 app-all-airport-typehead {
      position: relative !important;
      z-index: 10 !important;
    }
    
    .tabContent form .col-md-6 app-all-airport-typehead .pos-rel {
      position: relative !important;
      z-index: 15 !important;
    }
    
    .tabContent form .col-md-6 app-all-airport-typehead .ngb-typeahead-window {
      z-index: 99999 !important;
      position: fixed !important;
    }
    
    .tabContent form .col-md-6 app-all-airport-typehead .dropdown-menu {
      z-index: 99999 !important;
      position: fixed !important;
    }
    
    /* Typehead wrapper mobile width fix */
    .tabContent form .origin-input-area .type-head-wrapper {
      width: 100% !important;
    }
  }
  
  /* Service Request Page Mobile Responsive */
  @media only screen and (max-width: 767px) {
    #request-review {
      padding: 10px !important;
      margin-top: 20px !important;
    }
    .req-rev-content {
      margin: 0 !important;
      border-radius: 15px !important;
      padding: 15px !important;
    }
    .req-rev-title h1 {
      font-size: 1.2rem !important;
      line-height: 1.4 !important;
      margin-bottom: 1rem !important;
      text-align: center !important;
    }
    .req-rev-form {
      padding: 0 !important;
    }
    .first-row {
      flex-direction: column !important;
   
    }
    .fs {
      width: 100% !important;
      margin-bottom: 0 !important;
    }
    .tb-label {
      font-size: 0.9rem !important;
      margin-bottom: 0.5rem !important;
      font-weight: 600 !important;
      color: #333 !important;
    }
    .tb-input {
      width: 100% !important;
      font-size: 13px !important;
 
      height: 35px !important;
    }
    .tb-input:focus {
      border-color: #007bff !important;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
      outline: none !important;
    }
    .select-group .mat-select {
      width: 100% !important;
      height: 35px !important;
      border: 1px solid #e0e0e0 !important;
      border-radius: 6px !important;
      padding: 0 12px !important;
    }
    .select-group .mat-select .mat-select-trigger {
      height: 35px !important;
      padding: 0 12px !important;
    }
    .select-group .mat-select .mat-select-value {
      font-size: 13px !important;
      color: #333 !important;
    }
    .errorTypeScriptMessage {
      font-size: 0.8rem !important;
      color: #dc3545 !important;
      margin-top: 0.3rem !important;
      display: block !important;
    }
    .errorStick {
      color: #dc3545 !important;
    }
    /* Mat-select dropdown mobile fixes */
    .mat-select-panel {
      background: rgba(255, 255, 255, 0.98) !important;
      backdrop-filter: blur(10px) !important;
      border-radius: 12px !important;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2) !important;
      z-index: 9999 !important;
      max-height: 200px !important;
      overflow-y: auto !important;
    }
    .mat-select-panel .mat-option {
      padding: 12px 16px !important;
      font-size: 14px !important;
      color: #333 !important;
      border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
    }
    .mat-select-panel .mat-option:hover {
      background: rgba(0, 123, 255, 0.1) !important;
    }
    .mat-select-panel .mat-option.mat-selected {
      background: rgba(0, 123, 255, 0.2) !important;
    }
    /* Button mobile fixes */
    .btn-submit {
      width: 100% !important;
      padding: 12px 20px !important;
      font-size: 16px !important;
      border-radius: 8px !important;
      height: 50px !important;
      margin-top: 1rem !important;
    }
    /* Form sections mobile layout */
    .form-section {
      margin-bottom: 1.5rem !important;
      padding: 15px !important;
      border-radius: 10px !important;
      background: rgba(248, 249, 250, 0.5) !important;
    }
    .form-section h3 {
      font-size: 1.1rem !important;
      margin-bottom: 1rem !important;
      color: #333 !important;
    }
    /* Textarea mobile fixes */
    textarea.tb-input {
      min-height: 100px !important;
      resize: vertical !important;
    }
    /* Checkbox mobile fixes */
    .mat-checkbox {
      margin-bottom: 0.5rem !important;
    }
    .mat-checkbox .mat-checkbox-label {
      font-size: 0.9rem !important;
      color: #333 !important;
    }
    /* Guest section mobile fixes */
    .third-row {
      margin-bottom: 1rem !important;
      padding: 10px !important;
      border-radius: 8px !important;
      background: rgba(248, 249, 250, 0.5) !important;
    }
    .third-row p {
      width: 100% !important;
      font-size: 1.1rem !important;
      font-weight: 600 !important;
      color: #333 !important;
      margin-bottom: 1rem !important;
      text-align: center !important;
    }
    .third-row-content {
      display: flex !important;
      flex-direction: column !important;
      gap: 0.5rem !important;
      padding: 10px !important;
    }
    .guesttitle {
      width: 100% !important;
      margin-bottom: 0.5rem !important;
      display: flex !important;
      align-items: center !important;
      gap: 8px !important;
    }
    .guesttitle a {
      color: #dc3545 !important;
      text-decoration: none !important;
      font-size: 1.2rem !important;
    }
    .guesttitle select {
      flex: 1 !important;
      padding: 8px 12px !important;
      font-size: 13px !important;
      border-radius: 6px !important;
      border: 1px solid #e0e0e0 !important;
      height: 35px !important;
    }
    .guesttitle select:focus {
      border-color: #007bff !important;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
      outline: none !important;
    }
    /* Guest form inputs mobile fixes */
    .third-row .tb-input {
      width: 100% !important;
      margin-bottom: 0.5rem !important;
    }
    .third-row .tb-input input {
      width: 100% !important;
      padding: 8px 12px !important;
      font-size: 13px !important;
      border-radius: 6px !important;
      border: 1px solid #e0e0e0 !important;
      height: 35px !important;
    }
    .third-row .tb-input input:focus {
      border-color: #007bff !important;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
      outline: none !important;
    }
    /* Add Guest button mobile fixes */
    .btnAddNewGuest {
      width: 100% !important;
      padding: 8px 16px !important;
      font-size: 14px !important;
      border-radius: 6px !important;
      height: 40px !important;
      margin-top: 0.5rem !important;
      background: #007bff !important;
      color: white !important;
      border: none !important;
    }
    /* Fourth row (payment section) mobile fixes */
    .fourth-row {
      margin-top: 1rem !important;
      padding: 10px !important;
      border-radius: 8px !important;
      background: rgba(248, 249, 250, 0.5) !important;
    }
    .fourth-row-content {
      display: flex !important;
      flex-direction: column !important;
      gap: 0.5rem !important;
    }
    .frs-one, .frs-two, .frs-three, .frs-fourth {
      width: 100% !important;
      margin-bottom: 0.5rem !important;
    }
    .frs-one .tb-label {
      font-size: 0.9rem !important;
      margin-bottom: 0.5rem !important;
      font-weight: 600 !important;
      color: #333 !important;
    }
    .frs-two p {
      font-size: 0.9rem !important;
      margin-bottom: 0.5rem !important;
      font-weight: 600 !important;
      color: #333 !important;
    }
    .frs-one .tb-input, .frs-two .tb-input {
      width: 100% !important;
    }
    .frs-one .tb-input input, .frs-two .tb-input input {
      width: 100% !important;
      padding: 8px 12px !important;
      font-size: 13px !important;
      border-radius: 6px !important;
      border: 1px solid #e0e0e0 !important;
      height: 35px !important;
    }
    .frs-one .tb-input input:focus, .frs-two .tb-input input:focus {
      border-color: #007bff !important;
      box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1) !important;
      outline: none !important;
    }
    .apply-btn {
      width: 100% !important;
      padding: 8px 16px !important;
      font-size: 14px !important;
      border-radius: 6px !important;
      height: 40px !important;
      margin-top: 0 !important;
    }
    .review-req {
      margin-top: 0 !important;
    }
    /* Price breakup mobile layout */
    .frs-fifth {
      width: 100% !important;
      margin-top: 1rem !important;
    }
    /* Override inline style for mobile */
    .frs-fifth[style*="width: 35%"] {
      width: 100% !important;
    }
    #price-break-up-content {
      width: 100% !important;
    }
    #price-break-up-content h5 {
      width: 100% !important;
      text-align: center !important;
      font-size: 1.2rem !important;
      font-weight: 600 !important;
      color: #333 !important;
      margin-bottom: 1rem !important;
    }
    #price-break-up-content hr {
      width: 100% !important;
      margin: 0.5rem 0 !important;
      border: 1px solid #e0e0e0 !important;
    }
    #price-break-up-content table {
      width: 100% !important;
      border-collapse: collapse !important;
      margin-top: 1rem !important;
    }
    #price-break-up-content td {
      padding: 10px 8px !important;
      font-size: 13px !important;
      border-bottom: 1px solid #e0e0e0 !important;
      text-align: left !important;
    }
    #price-break-up-content .table-float-data {
      text-align: right !important;
      font-weight: 600 !important;
      color: #007bff !important;
    }
  }
  
  /* Price Breakup Desktop - Default */
  .frs-fifth {
    width: 35% !important;
    margin-top: 1rem !important;
  }
  
  /* Price Breakup Tablet */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .frs-fifth {
      width: 50% !important;
      margin-top: 1rem !important;
    }
  }
  
  /* Inclusion Dialog Desktop */
  .inclusion-class mat-dialog-container {
    width: 45vw !important;
    height: auto !important;
    padding: 5px 20px !important;
    color: #fff !important;
    box-shadow: 0 0 12px #c81d26 !important;
    background: #c81d26 !important;
    opacity: 1 !important;
    transition: opacity 0.6s !important;
    margin-bottom: 15px !important;
    border-radius: 5px !important;
    margin: auto !important;
    position: fixed !important;
    top: 170px !important;
    z-index: 1 !important;
    left: 365px !important;
  }
  
  /* Tablet responsive for inclusion dialog */
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .inclusion-class mat-dialog-container {
      width: 70vw !important;
      left: 15vw !important;
      top: 100px !important;
      padding: 10px 15px !important;
    }
  }
  
  /* Mobile responsive for inclusion dialog */
  @media only screen and (max-width: 767px) {
    .inclusion-class mat-dialog-container {
      width: 95vw !important;
      left: 2.5vw !important;
      top: 50px !important;
      padding: 15px !important;
      border-radius: 10px !important;
      max-height: 80vh !important;
      overflow-y: auto !important;
      z-index: 9999 !important;
    }
  }
  
  /* Mobile tab group fixes */
  .mobile-tab-group {
    width: 100%;
  }
  .mobile-tab-group .mat-tab-header {
    border-bottom: 1px solid #e0e0e0;
  }
  .mobile-tab-group .mat-tab-label {
    min-width: 0;
    flex: 1;
    font-size: 0.75rem;
    padding: 0 4px;
    height: 30px;
  }
  .mobile-tab-group .mat-tab-label-content {
    font-size: 0.75rem;
    font-weight: 500;
  }
  .mobile-tab-group .mat-tab-body-wrapper {
    height: auto;
    min-height: 250px;
  }
  .mobile-tab-group .mat-tab-body-content {
    height: auto !important;
    overflow: visible !important;
  }
  /* Carousel controls positioning for mobile */
  .carousel-control-prev {
    left: 10px;
    bottom: 10px;
    top: auto;
    z-index: 15;
  }
  .carousel-control-next {
    right: 10px;
    bottom: 10px;
    top: auto;
    z-index: 15;
  }
  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    padding: 0.6rem;
    border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  /* Ensure form button is visible above banner */
  .tabContent form button {
    position: relative;
    z-index: 12;
  }
  /* Desktop view date picker toggle positioning */
  @media only screen and (min-width: 768px) {
    .tabContent form .mat-datepicker-toggle {
      position: absolute;
      top: 50%;
      right: 8px;
      transform: translateY(-50%);
      float: none;
    }
  }
}

/* BookingForm */
.bookingForm {
  background: #fff;
  width: 40%;
  position: absolute;
  bottom: 10%;
  z-index: 10;
  left: 10%;
  border-radius: 20px;
}
.tabLinks {
}
.tabLinks ul {
  display: flex;
  margin-bottom: 0;
  padding-left: 0;
}
.tabLinks ul li {
  width: 50%;
  padding: 0.8rem;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #ed1c24;
}
.tabLinks ul li.active {
  background: #ed1c24;
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}
/* .tabContent {
  overflow: hidden;
} */
.tabContent .domesticForm,
.tabContent .internationalForm,
.tabContent .transitForm {
  padding: 2rem 2rem;
}
.tabContent .internationalForm,
.tabContent .transitForm {
  display: none;
}
.tabContent form .form-control {
  border: 1px solid #888;
  font-size: 0.9rem;
  padding: 0.4rem 1rem;
}
.tabContent form .form-control:focus-visible {
  box-shadow: none;
  border: 1px solid #888;
}
.tabContent form label {
  font-weight: 600;
  color: #888;
  margin-bottom: 0;
  font-size: 1rem;
}
.tabContent form .col-md-6 {
  margin-bottom: 1.4rem;
}
.tabContent form .bookingBtnArea {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.tabContent form .bookingbtnTranist {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.tabContent form button.book-btn {
  background-color: #ed1c24;
  color: #fff;
  border: none;
  border-radius: 0.4rem;
  padding: 0.5rem 2rem;
  width: 100%;
  margin: auto;
  font-weight: 600;
}

#domesticFormFeild {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: 1;
}
#internationalFormFeild {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: 1;
}
#transitFormFeild {
  animation-duration: 0.5s;
  animation-name: slidein;
  animation-iteration-count: 1;
}
@keyframes slidein {
  0% {
    /* opacity: 1; */
    transform: scaleX(1);
  }
  50% {
    /* opacity: 0; */
    transform: scaleX(0);
  }
  100% {
    /* opacity: 1; */
    transform: scaleX(1);
  }
}

/* .tabContent form .mat-icon-button{
  position: relative;
    bottom: 2.5rem;
    left: 10rem;
} */
.tabContent form .mat-datepicker-toggle{
  position: relative;
    bottom: 1.4rem;
    left: 14rem;
}
.tabContent form .date-input-area .ng-star-inserted{
  display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    bottom: 1rem;
}
.tabContent form .date-input-area .form-control {
  width: 100% ;
}

.tabContent form .phone-input-area{
  position: relative;
    bottom: 2.5rem;
}
.tabContent form .phone-input-area .mat-input-element{
  width: 100%;
}

.tabContent form .phone-input-area .ng-star-inserted{
  display: inline-block;
  width: 110%;
}

.tabContent form .phone-input-area-transit{
  position: relative;
    bottom: 0rem;
}
.tabContent form .phone-input-area-transit .mat-input-element{
  width: 100%;
}

.tabContent form .phone-input-area-transit .ng-star-inserted{
  display: inline-block;
  width: 110%;
}

.tabContent form .origin-input-area .dropdown-menu.show {
  width: 100%;
}
.tabContent form .origin-input-area .dropdown-item.active{
  width: 45%;
  background-color: #e8e3e3;
  color: #000;
  overflow: scroll;
}
.tabContent form .origin-input-area .type-head-wrapper{
  width: 45%;
}
.tabContent form .origin-input-area ngb-highlight{
  width: 45%;
  display: inline-block;

}
/* About */
#about {
  padding: 5rem 0;
}
#about .container-fluid {
}
#about .container-fluid .content {
  width: 70%;
  margin: auto;
}
#about .container-fluid .title h1 {
  font-size: 1.2rem;
  text-transform: uppercase;
  text-align: center;
  color: #ed1c24;
  font-weight: 400;
  word-spacing: 1px;
}
#about .container-fluid .subTitle h1 {
  font-family: "Itim", cursive;
  text-align: center;
}
#about .container-fluid .desc p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 0;
  margin-top: 1rem;
  color: rgb(99, 97, 97);
}
#about .container-fluid .cardContent {
  padding-top: 3rem;
  width: 80%;
  margin: auto;
}
#about .container-fluid .cardContent .card {
  border: none;
  transition: 0.7s all;
}
#about .container-fluid .cardContent .card:hover {
  transform: translateY(-20px);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}
#about .container-fluid .cardContent .card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
#about .container-fluid .cardContent .card .card-title {
  font-family: "Itim", cursive;
  font-size: 1.3rem;
  font-weight: 600;
  text-align: center;
}
#about .container-fluid .cardContent .card .card-text {
  text-align: center;
  margin-top: 1rem;
}

/* Service */
#service {
  padding: 3rem 0;
}
#service .title h1 {
  text-align: center;
  font-family: "Itim", cursive;
  font-size: 3rem;
  color: #ed1c24;
}
#service .services-thumb {
  background: #fff;
  border: 1px solid rgb(206, 205, 205);
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  padding: 40px 40px 40px 40px;
  transition: all 0.5s;
}
#service .services-thumb h3{
    font-family: "Itim", cursive;
}
#service .services-thumb-up {
  position: relative;
  bottom: 50px;
  margin-bottom: -50px;
}

#service .services-thumb:hover {
  border: 2px solid #ed1c24;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);
}

#service .services-thumb:hover .services-icon-wrap {
  background: #000;
  border-color: #ed1c24;
  color: #fff;
}

#service .services-icon-wrap {
  border: 1px solid #888;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 45%;
  transform: rotate(-35deg) translateY(55px);
  transition: all ease 0.5s;
}

#service .services-icon {
  font-size: 90px;
  position: relative;
  bottom: 15px;
}

#service .services-thumb:hover .services-price-wrap {
  background: #000;
}

#service .services-thumb:hover .services-price-overlay {
  background: #ed1c24;
}

#service .services-price-wrap {
  background: #ed1c24;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding: 6px 20px 6px 15px;
  transition: all ease 0.5s;
}

#service .services-price-text {
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
}



.successMessage{
  background: #0000ff !important;
}

.errorMessage{
  background: #ff0000 !important;
}

.warningMessage{
  background: rgb(61, 208, 61) !important;
}

.mat-snack-bar-container {
  min-width: 60% !important;
  border-radius: 2px  !important;
  box-sizing: border-box;
  display: block;
  margin: 24px;
  max-width: 33vw;
  min-width: 344px;
  padding: 14px 16px;
  min-height: 40px  !important;
  transform-origin: center  !important;
  color: #fff  !important;
  z-index: 999999  !important;
  position: absolute;
  margin-left: 25% !important;
}

.errorTypeScriptMessage{
  color: #ff0000 !important;
  font-size: 15px;
  float: left;
}

.errorStick{
  color: #ff0000 !important;
}

.iti.iti--allow-dropdown {
  width: 100% !important;
}

.mat-tab-body-content {
  height: 100%;
   overflow: visible !important; 
}

/* Download App Section */
.download-app-section {
  padding: 80px 0;
  background-color: #f8f9fa; /* Light background for contrast */
  text-align: center;
}

.download-app-section .section-heading {
  font-size: 2.5rem;
  color: #333;
  margin-bottom: 20px;
}

.download-app-section .lead-text {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
  line-height: 1.6;
}

.app-download-content {
  text-align: left;
  padding-right: 30px;
}

.app-buttons {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.btn-app-store img {
  height: 50px; /* Adjust as needed */
  transition: transform 0.3s ease;
}

.btn-app-store img:hover {
  transform: translateY(-5px);
}

.app-screenshot {
  text-align: right;
}

.app-screenshot img {
  max-width: 100%;
  height: 500px;
  border-radius: 15px;
  /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1); */
}

