 /* @media screen and (max-width: 320px) {
  .container, .container-fluid {
    padding-left: 2px !important;
    padding-right: 2px !important;
  }
  .booking-form, .form-group, .form-control, .form-label {
    font-size: 10px !important;
    padding: 2px !important;
  }
  .radio-tile, .radio-label {
    font-size: 9px !important;
    min-height: 24px !important;
    width: 60px !important;
    padding: 2px !important;
  }
  .btn, .submit-btn {
    font-size: 10px !important;
    padding: 4px 6px !important;
  }
  .swap-button {
    width: 18px !important;
    height: 18px !important;
  }
  .navbar-brand img, .nav-link img {
    max-width: 20px !important;
    max-height: 20px !important;
  }
  .hero-wrap h1 {
    font-size: 12px !important;
  }
  .hero-wrap p {
    font-size: 9px !important;
  }
  .img-wrap, .img.img-2 {
    height: 80px !important;
  }
  #continueButton {
    font-size: 12px !important;
    padding: 6px 0 !important;
  }

   .navbar-brand {
    font-size: 12px !important;
    gap: 2px !important;
  }
  .navbar-brand img {
    height: 18px !important;
    max-width: 50vw !important;
  }
  .navbar-brand span {
    font-size: 11px !important;
  }

   .navbar-brand span {
    font-size: 11px !important;
    max-width: 100vw !important;
    word-break: break-word !important;
    white-space: normal !important;
    line-height: 1.1 !important;
  }

  .navbar-brand {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
      }
      .navbar-brand span {
        text-align: left !important;
        display: block !important;
        width: auto !important;
        margin-left: 0 !important;
      }

      .navbar-title {
    font-size: 0.8rem !important;
    text-align: center !important;
    margin: 0 auto !important;
    line-height: 1.2 !important;
  }

  .contact-info-header,
  .contact-info-bar {
    font-size: 12px !important;
    padding: 6px 4px !important;
  }
  .contact-info-header > div,
  .contact-info-bar {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 2px !important;
  }
  .contact-info-header > div > div,
  .contact-info-bar > div {
    width: 100% !important;
    margin: 2px 0 !important;
    font-size: 12px !important;
    justify-content: flex-start !important;
  }
  .contact-info-header i,
  .contact-info-bar i {
    font-size: 14px !important;
    margin-right: 6px !important;
  }
  .contact-info-bar span {
    word-break: break-all !important;
  }

   .booking-form {
    padding: 10px !important;
    margin: 0 auto !important;
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .booking-form .form-group,
  .booking-form .form-control,
  .booking-form .form-label {
    width: 100% !important;
    font-size: 12px !important;
    padding: 5px 10px !important;
    box-sizing: border-box !important;
  }

  .booking-form .row,
  .booking-form .col-md-6,
  .booking-form .col-6,
  .booking-form .col-sm-3,
  .booking-form .col-md-3 {
    width: 100% !important;
    margin-bottom: 0px !important;
    display: block !important;
  }

  .booking-form select,
  .booking-form input[type="date"],
  .booking-form input[type="text"] {
    font-size: 13px !important;
    height: 32px !important;
    padding: 4px 6px !important;
  }

  .radio-inputs {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    width: 100% !important;
    margin: 10px 0 !important;
  }

  .radio-tile {
    flex: 1 1 auto !important;
    text-align: center;
    padding: 6px !important;
    font-size: 12px !important;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 0 4px;
  }

  .form-btn,
  .submit-btn,
  .booking-form button {
    width: 100% !important;
    font-size: 14px !important;
    padding: 10px 0 !important;
    margin-top: 12px !important;
    background-color: #2f71a9;
    color: #fff;
    border: none;
    border-radius: 4px;
  }

  .bus-search-form {
    padding: 10px;
    width: 100% !important;
    box-sizing: border-box;
  }

  .bus-search-form input,
  .bus-search-form .btn {
    font-size: 14px;
    padding: 6px 10px;
    width: 100% !important;
  }

  .bus-search-form .date-buttons {
    display: flex;
    flex-direction: column;
    gap: 6px;
  }
}


@media screen and (max-width: 375px) {
  .container, .container-fluid {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  .booking-form, .form-group, .form-control, .form-label {
    width: 100% !important;
  
    font-size: 12px !important;
  }
  .radio-tile, .radio-label {
    font-size: 11px !important;
    min-height: 32px !important;
    width: 108px !important;
    padding: 4px !important;
  }
  .btn, .submit-btn {
    font-size: 12px !important;
    padding: 6px 10px !important;
    width: 100% !important;
  }
  .swap-button {
    width: 24px !important;
    height: 24px !important;
    left: 50% !important;
    top: 0 !important;
    transform: translate(-50%, 0) !important;
  }
  .navbar-brand img, .nav-link img {
    max-width: 30px !important;
    max-height: 30px !important;
  }
  .hero-wrap h1 {
    font-size: 16px !important;
  }
  .hero-wrap p {
    font-size: 11px !important;
  }
  .destination-card, .destination, .blog-entry {
    min-width: 0 !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .img-wrap, .img.img-2 {
    height: 120px !important;
  }
  .modal-content, .modal-container {
    width: 100vw !important;
    min-width: 0 !important;
    left: 0 !important;
    right: 0 !important;
    padding: 5px !important;
  }
  #continueButton {
    width: 90vw !important;
    font-size: 14px !important;
    padding: 8px 0 !important;
  }

  .navbar-brand {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 4px !important;
    font-size: 14px !important;
    padding: 0 !important;
  }
  .navbar-brand img {
    height: 24px !important;
    max-width: 60vw !important;
    width: auto !important;
    margin-bottom: 2px !important;
  }
  .navbar-brand span {
    font-size: 13px !important;
    word-break: break-word !important;
    line-height: 1.1 !important;
  }

  .navbar-brand span {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
    display: block !important;
    max-width: 100vw !important;
    word-break: break-word !important;
    font-size: 13px !important;
    line-height: 1.2 !important;
    padding-right: 0 !important;
  }

  .navbar-brand {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
      }
      .navbar-brand span {
        text-align: left !important;
        display: block !important;
        width: auto !important;
        margin-left: 0 !important;
      }

      .navbar-title {
    font-size: 0.9rem !important;
    text-align: center !important;
    margin: 0 auto !important;
    width: 100% !important;
    height: auto !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    word-break: break-word !important;
    display: block !important;
  }

   .bus-search-form {
    padding: 12px;
  }

  .bus-search-form input,
  .bus-search-form .btn {
    font-size: 15px;
  }

  .bus-search-form .date-buttons {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 8px;
  }
}

@media screen and (max-width: 768px) {
			.search-form {
				padding: 15px;
			}

			.form-group {
				margin-bottom: 10px;
				width: 100%;
			}

			.form-control {
				font-size: 14px;
				height: 40px !important;
			}

			.btn {
				width: 100%;
				margin-top: 10px;
			}

			.swap-button {
				position: relative;
				width: 100%;
				margin: 10px 0;
				text-align: center;
			}

            .flight-list-container {
				padding: 10px;
			}

			.flight-filters {
				flex-direction: column;
				gap: 10px;
			}

			.filter-item {
				width: 100%;
			}


            .flight-details {
				flex-direction: column;
			}

			.flight-segment {
				width: 100%;
				margin-bottom: 15px;
			}

			.flight-actions {
				width: 100%;
				display: flex;
				justify-content: space-between;
				margin-top: 10px;
			}

            .form-group {
				margin-bottom: 10px;
			}

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

			.btn {
				display: block;
				width: 100%;
			}

            .container {
        padding-left: 15px;
        padding-right: 15px;
    }

     h1, .h1 { font-size: 1.75rem; }
    h2, .h2 { font-size: 1.5rem; }
    h3, .h3 { font-size: 1.25rem; }
    h4, .h4 { font-size: 1.125rem; }
    p { font-size: 0.875rem; }

    .booking-form {
        padding: 15px !important;
        margin: 0px !important;
        width: 100% !important;
    }

    
    .radio-inputs {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        width: 100% !important;
        display: flex !important;
        justify-content: center !important;
        margin-bottom: 20px !important;
    }

  
    .row {
        margin: 0 !important;
        padding-top: 0px;
    }

    .col-md-6, .col-md-3 {
        padding: 5px !important;
        width: 100% !important;
        margin-bottom: 0px !important;
        margin-top: 0px;
    }

  
    .swap-button {
        position: relative !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin: 10px 0 !important;
        top: 0 !important;
    }

    
    .form-control {
        height: 40px !important;
        font-size: 14px !important;
    }

    
    .form-label {
        font-size: 12px !important;
        margin-bottom: 5px !important;
    }

    
   

    
    .hero-wrap {
        min-height: auto !important;
        padding-top: 60px !important;
    }

    .hero-wrap h1 {
        font-size: 24px !important;
        text-align: center !important;
    }

    .hero-wrap p {
        font-size: 14px !important;
        text-align: center !important;
    }

  
    .gt-flightlist {
        padding: 5px !important;
    }

    .gt-single {
        flex-direction: column !important;
        padding: 10px !important;
    }

    .gt-flight-d {
        width: 100% !important;
        margin: 5px 0 !important;
    }

    .gt-flight-city-d {
        font-size: 14px !important;
    }

    .gt-flight-date-d {
        font-size: 12px !important;
    }

     .navbar-brand img { max-height: 30px; }
    .nav-link img { width: 40px !important; height: 40px !important; }

     #arrival-group {
    margin-bottom: 4px !important;
  }
  #adults-group {
    margin-top: 0px !important;
  }

   #arrival-group {
        margin-bottom: 4px !important;
    }
    #adults-group {
        margin-top: 0px !important;
    }
    .form-group {
        margin-bottom: 10px !important;
    }
    .form-label {
        font-size: 12px !important;
    }
    .form-control {
        font-size: 14px !important;
        height: 40px !important;
    }

    .navbar-brand img {
        height: 40px !important;
        width: 40px !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
    }
    
    .navbar-title {
        font-size: 1.2rem !important;
        margin-left: 5px !important;
    }

    .gt-single {
        flex-direction: column !important;
        text-align: center;
    }
    
    .airline_container {
        margin-bottom: 15px;
    }
    
    .gt-flight-d {
        margin: 10px 0 !important;
    }
    
    .price_book_box {
        width: 100%;
        margin-top: 15px;
    }
    
    #roundtrip, #roundtripInternational {
        flex-direction: column;
    }
    
    #inbo, #obbo, #onward, #return {
        width: 100% !important;
        margin: 10px 0;
    }

     .form-group {
        margin-bottom: 15px !important;
    }
    
    .radio-inputs {
        margin-bottom: 20px !important;
        justify-content: center !important;
    }
    
    .radio-tile {
        min-width: 100px !important;
        padding: 8px !important;
    }

     .form-group {
        margin-bottom: 15px !important;
    }
    
    .radio-inputs {
        margin-bottom: 20px !important;
        justify-content: center !important;
    }
    
    .radio-tile {
        min-width: 100px !important;
        padding: 8px !important;
    }

    .select-arrow {
    right: 10px;
    font-size: 16px;
  }

  
}


@media (max-width: 400px) {
  .navbar-title {
    font-size: 0.95rem !important;
    height: 18px !important;
  }
}

@media (max-width: 600px) {
  .logo-desktop {
    display: none !important;
  }
  .logo-mobile {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    height: 70px !important;
    width: 70px !important;
  }

  #continueButton {
        width: 12rem;
        height: 2rem;
        font-size: 0.9rem;
    }

     .navbar-title {
    font-size: 1.1rem !important;
    margin-left: 0 !important;
    height: 20px !important;
    text-align: center !important;
    width: 100%;
    display: block;
    position: relative;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
  }
  .navbar .container {
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }

  .container {
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0 !important;
    width: 100%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .navbar-brand img {
    height: 48px !important;
    width: 48px !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .navbar-brand img {
    display: none !important;
  }

   .navbar,
  .navbar .container,
  .hero-wrap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  body {
    margin: 0 !important;
    padding: 0 !important;
  }

  .ftco-footer-widget h2,
  .ftco-footer-widget p {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .ftco-footer-widget h2 {
    margin-bottom: 2px !important; 
  }

  .ftco-footer .ftco-footer-widget {
    margin-bottom: 10px !important; 
    padding-bottom: 0 !important;
  }
  .ftco-footer .ftco-footer-widget + .ftco-footer-widget {
    margin-top: 0 !important; 
  }
  .ftco-footer .ftco-footer-widget h2 {
    margin-bottom: 4px !important;
  }
  .ftco-footer .ftco-footer-widget p {
    margin-bottom: 4px !important;
  }

  .container.search-form.fixed {
    flex-direction: column !important;
    gap: 10px !important;
    padding: 12px !important;
    width: 100% !important;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  }
  .container.search-form.fixed > * {
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
    margin-bottom: 6px !important;
  }
  .container.search-form.fixed input,
  .container.search-form.fixed button {
    font-size: 1.1em !important;
    padding: 12px !important;
    border-radius: 6px !important;
  }
  .journey-date-input-wrapper .input-suffix {
    flex-direction: row !important;
    gap: 8px !important;
    margin-top: 0.5rem;
    width: 100%;
  }
  .today-button, .tomorrow-button {
    flex: 1;
    padding: 10px 0 !important;
    font-size: 1em !important;
    border-radius: 6px !important;
    border: 1px solid #ccc !important;
    background: #f9f9f9 !important;
    color: #333 !important;
    font-weight: 500 !important;
    margin: 0 !important;
    min-width: 0;
  }
  .btn-search-wrapper {
    width: 100% !important;
    margin-top: 6px !important;
  }
  .btn.btn-search {
    width: 100% !important;
    font-size: 1.1em !important;
    padding: 14px 0 !important;
    border-radius: 8px !important;
    background: #ff9900 !important;
    color: #fff !important;
    font-weight: 600 !important;
    box-shadow: 0 2px 8px rgba(255,153,0,0.08);
  }

   .navbar-title {
    margin-left: 0 !important;
  }
  html, body {
    overflow-x: hidden !important;
    max-width: 100vw !important;
  }

  .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

   .ftco-navbar-light .navbar-nav > .nav-item > .nav-link {
    border-bottom: 1px solid #fff !important;
  }

   .logo-desktop {
    display: none !important;
  }
  .logo-mobile {
    display: inline-block !important;
    margin-top: 0 !important;
    margin-left: 0 !important;
    height: 70px !important;
    width: 70px !important;
  }

}

@media (max-width: 425px) {
  .bus-search-form {
    padding: 14px;
  }

  .bus-search-form input,
  .bus-search-form .btn {
    font-size: 16px;
  }

  .bus-search-form .date-buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
  }

  .bus-form-container {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding: 12px;
    box-sizing: border-box;
  }

  .bus-form-container input[type="text"],
  .bus-form-container input[type="date"],
  .bus-form-container button {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 2px solid black;
    background: white;
    box-sizing: border-box;
  }

  .bus-form-container .date-buttons {
    display: flex;
    gap: 10px;
  }

  .bus-form-container .date-buttons button {
    flex: 1;
    padding: 10px;
    font-size: 16px;
    border: 2px solid black;
    background: white;
  }

  .bus-form-container .search-btn {
    background: orange;
    color: white;
    font-weight: bold;
  }
  

}


@media screen and (max-width: 480px) {
			.search-form {
				padding: 10px;
			}

			.form-control {
				font-size: 13px;
				height: 36px !important;
			}

			.form-label {
				font-size: 12px;
			}

         .navbar-brand {
        font-size: 18px;
    }

    .navbar-brand img {
        max-height: 25px;
    }

    .hero-wrap {
        padding: 40px 0;
    }

    .hero-wrap h1 {
        font-size: 20px;
    }

    .hero-wrap p {
        font-size: 13px;
    }
    
    .booking-form {
        padding: 30px !important;
    }

    .form-control {
        font-size: 13px !important;
    }

    .hero-wrap h1 {
        font-size: 20px !important;
    }

    .radio-tile {
        padding: 8px !important;
    }

    .radio-label {
        font-size: 12px !important;
    }

    .navbar-brand {
        flex-direction: row !important;
        align-items: center !important;
        justify-content: flex-start !important;
      }
      .navbar-brand span {
        text-align: left !important;
        display: block !important;
        width: auto !important;
        margin-left: 0 !important;
      }

    .navbar-brand img { max-height: 25px; }

    .booking-form .form-group {
    margin-bottom: 8px !important;
  }
  
  #arrival {
    margin-bottom: 2px !important;
  }
  #adults {
    margin-top: 2px !important;
  }
  
  #arrival.form-control {
    margin-bottom: 2px !important;
  }
  
  #adults.form-control {
    margin-top: 2px !important;
  }

      #arrival-group { 
        margin-bottom: 2px !important;
    }
    #adults-group {
        margin-top: 2px !important;
    }
    .form-group {
        margin-bottom: 8px !important;
    }
    .form-control {
        font-size: 13px !important;
        height: 36px !important;
    }
    .form-label {
        font-size: 11px !important;
    }

    .navbar-brand {
        align-items: center !important;
    }
    
    .navbar-title {
        font-size: 1rem !important;
    }

    .select-arrow {
    right: 6px;
    font-size: 14px;
  }
}

@media (max-width: 575.98px) {
  .navbar-title {
    display: none !important;
  }
}

@media (max-width: 991.98px) {
  .navbar-title,
  .navbar-title.d-block.d-lg-none {
    display: block !important;
    text-align: center !important;
    margin: 0 auto !important;
    float: none !important;
  }

  .navbar-collapse {
    display: none !important;

  }
  .navbar-collapse.show {
    display: block !important;
  }

  #ftco-navbar {
      margin-right: 0 !important;
    }

    .navbar-collapse {
          margin-top: 10px;
      }

      .navbar-collapse {
      width: 100vw !important;
      left: 0 !important;
      right: 0 !important;
      position: absolute !important;
      top: 100%;
      background: #2f71a9; 
      z-index: 1001;
      padding: 1rem 0;
    }
    .navbar {
      position: relative;
    }

    .navbar-collapse {
    position: absolute !important;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw !important;
    min-width: 0;
    background: #2f71a9;
    z-index: 1001;
    padding: 1rem 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
    border-radius: 0 0 8px 8px;
  }
  .navbar-nav {
    flex-direction: column !important;
    align-items: flex-start !important;
    width: 100%;
    padding-left: 0;
  }
  .navbar-nav .nav-item {
    width: 100%;
  }
  .navbar-nav .nav-link {
    width: 100%;
    padding: 1rem 2rem;
    color: #fff !important;
    font-size: 1.1rem;
  }


}

@media (min-width: 1440px) {
  
  .navbar-title {
    font-size: 2rem !important;
    height: 32px !important;
    margin-left: 20px !important;
    letter-spacing: 2px;
  }
  .navbar-logo {
    height: 120px !important;
    width: 120px !important;
  }
  .navbar-header-flex {
    gap: 24px !important;
  }
  
} */


        .popup-notification {
            position: fixed;
            bottom: 20px;
            right: 20px;      
            background-color: #4CAF50;
            color: white;
            padding: 16px;
            border-radius: 4px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.2);
            display: none;
            z-index: 1000;
            animation: slideIn 0.5s, fadeOut 0.5s 2.5s;
        }

        @keyframes slideIn {
            from {transform: translateX(100%);}
            to {transform: translateX(0);}
        }

        @keyframes fadeOut {
            from {opacity: 1;}
            to {opacity: 0;}
        }

		body{
			font-family: "Poppins",sans-serif !important;
		}

		#continueButton:hover {
			background-color: #138496;
			transform: translateX(-50%) scale(1.05);
		}

		#booking {
			font-family: 'Lato', sans-serif;
			background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)),
			url("{% static 'flight/img/background.jpg' %}");
			background-size: cover;
			background-position: center;
			color: #191a1e;
		}

		.error {
			color: red;
		}
		.itinerary-list {
			margin-top: 20px;
		}
		.itinerary-item {
			background-color: #f9f9f9;
			padding: 10px;
			margin-bottom: 10px;
			border-radius: 5px;
			display: flex;
			justify-content: space-between;

		}
		.edit-button {
			padding: 5px 10px;
			font-size: 14px;
			background-color: #007bff;
			color: #fff;
			border: none;
			border-radius: 3px;
			cursor: pointer;
		}
		.details {
			margin: 0;
		}
		.form-group {
			margin-bottom: 15px;
		}
		.form-label {
			display: block;
			margin-bottom: 5px;
		}
		.form-control {
			width: 100%;
			padding: 8px;
			border: 1px solid #ccc;
			border-radius: 4px;
		}
		.btn {
			display: inline-block;
			padding: 8px 20px;
			font-size: 14px;
			border-radius: 4px;
			cursor: pointer;
		}
		.btn-primary {
			background-color: #007bff;
			color: #fff;
			border: none;
		}
		
		.flight-loader {
    position: fixed; /* Stay in place */
    top: 0; 
    left: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgba(255, 255, 255, 0.8); /* White background with opacity */
    display: none;
    align-items: center; /* Center vertically */
    justify-content: center; /* Center horizontally */
    z-index: 9999; /* High z-index to overlay everything */
}

.loader {
    margin: auto;
    padding: 20px 0; /* Reduced padding */
    width: 80px; /* Smaller width */
    height: 80px; /* Smaller height */
    /* border: 1px solid rgba(125, 125, 125, 0.15); */
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hide {
    display: none;
}

.loader1, .loader2, .loader3, .loader4 {
    position: relative;
    width: 60px; /* Smaller loader size */
    height: 60px; /* Smaller loader size */
}

.loader1 span, .loader2 span, .loader3 span, .loader4 span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(calc(18deg * var(--i)));
}

.loader1 span:before, .loader2 span:before, .loader3 span:before, .loader4 span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 10px; /* Reduced size of the dots */
    height: 10px; /* Reduced size of the dots */
    background: #0275d8; /* Default color */
    border-radius: 50%;
    transform: scale(0);
    animation: animate 2s linear infinite;
    animation-delay: calc(0.1s * var(--i));
}

/* Optional: Adjust animation duration or delay if you prefer */
@keyframes animate {
    0% { transform: scale(0); }
    50% { transform: scale(1); }
    100% { transform: scale(0); }
}
		@keyframes animate {
			0% {
				transform: scale(0);
			}
			50% {
				transform: scale(1.2);
			}
			80%, 100% {
				transform: scale(0);
			}
		}
		
		@keyframes rotating {
			0% {
				transform: rotate(10deg);
			}
			100% {
				transform: rotate(370deg);
			}
		}
		

.radio-inputs {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 350px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.radio-inputs > * {
  margin: 6px;
}

.radio-input:checked + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #2260ff;
}

.radio-input:checked + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
  background-color: #2260ff;
  border-color: #2260ff;
}

.radio-input:checked + .radio-tile .radio-icon img {
  
}

.radio-input:checked + .radio-tile .radio-label {
  color: #2260ff;
}

.radio-input:focus + .radio-tile {
  border-color: #2260ff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
}

.radio-input:focus + .radio-tile:before {
  transform: scale(1);
  opacity: 1;
}

.radio-tile {
  display: flex;
	gap:5px;
  align-items: center;
  justify-content: center;
  width: 125px;
  min-height: 40px;
  border-radius: 1rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: 0.15s ease;
  cursor: pointer;
  position: relative;
}

.radio-tile:before {
  content: "";
  position: absolute;
  display: block;
  width: 0.75rem;
  height: 0.75rem;
  border: 2px solid #b5bfd9;
  background-color: #fff;
  border-radius: 50%;
  top: 0.25rem;
  left: 0.25rem;
  opacity: 0;
  transform: scale(0);
  transition: 0.25s ease;
}

.radio-tile:hover {
  border-color: #2260ff;
}

.radio-tile:hover:before {
  transform: scale(1);
  opacity: 1;
}

.radio-icon svg {
  width: 2rem;
  height: 2rem;
  fill: #494949;
}

.radio-label {
  color: #707070;
  transition: 0.375s ease;
  text-align: center;
  font-size: 13px;
}

.radio-input {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}




.airline_container{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap:10px;
}


.price_book_box{
	display:flex;
	flex-direction: column;
	gap:10px;
	justify-content: space-between;
	align-items: center;
}

.selected-flight {
  
    background-color: #e6f0ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.selected-flight .gt-flight-d {
    color: #007bff;
}


/* Modal Background */
.modal-container {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

/* Modal Content - Sidebar */
.modal-content {
    position: absolute;
    top: 0;
    right: -100%;  /* Initially hidden */
    width: 100%;
    height: 100%;
    background: #fff;
    box-shadow: -5px 0px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    transition: right 0.4s ease-in-out;  /* Smooth sliding effect */
    display: flex;
    flex-direction: column;
}

/* Show the modal with animation */
.modal-container.show .modal-content {
    right: 0;
}

/* Close Button */
.close-button {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.close-button:hover {
    color: red;
}

/* Modal Body - Scrollable */
#modal-body-content {
    flex-grow: 1;  /* Allows content to expand */
    overflow-y: auto;  /* Enables scrolling */
    max-height: calc(100vh - 50px);  /* Limits height to fit inside screen */
    padding-right: 10px; /* Add padding to avoid cut-off */
}

/* Custom scrollbar styling */
#modal-body-content::-webkit-scrollbar {
    width: 8px;
}

#modal-body-content::-webkit-scrollbar-track {
    background: #f1f1f1;
}

#modal-body-content::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

#modal-body-content::-webkit-scrollbar-thumb:hover {
    background: #555;
}


/* Close Button */
.close-button {
    float: right;
    font-size: 20px;
    cursor: pointer;
    font-weight: bold;
    color: #333;
}

.close-button:hover {
    color: red;
}

/* Modal Title */
.modal-title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #444;
    margin-bottom: 15px;
}

/* Fare Rule Card */
.fare-rule-card {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
}

/* Flight Header */
.fare-header h3 {
    font-size: 18px;
    color: #007bff;
    margin-bottom: 5px;
}



.fare-header p {
    font-size: 14px;
    color: #666;
}

/* Fare Details */
.fare-body h4 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

/* Bullet Points */
.fare-body ul {
    padding-left: 20px;
}

.fare-body ul li {
    font-size: 14px;
    color: #444;
    margin-bottom: 5px;
}

/* Rule Details */
.fare-details {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    border-left: 3px solid #007bff;
    margin-top: 5px;
}

/* No Data Message */
.no-data {
    text-align: center;
    font-size: 16px;
    color: #ff0000;
    font-weight: bold;
}
.bagage-info {
    display: none; /* Initially hidden */
    position: absolute;
    background: white;
    border: 1px solid #ccc;
    padding: 10px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    z-index: 10;
    font-size: 14px;
    border-radius: 5px;
    min-width: 200px;
}

.blue-icon {
    cursor: pointer;
    color: blue;
}

.blue-icon:hover {
    color: darkblue;
}

/* Tooltip Styling */
.bagage-tooltip {
    display: none; /* Initially hidden */
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    padding: 10px;
    z-index: 1000;
    width: 200px;
    font-size: 14px;
    color: #333;
    max-width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}

/* Baggage Info Icon Styling */
.blue-icon {
    color: #007bff;
    cursor: pointer;
}

.blue-icon:hover {
    color: #0056b3;
}

/* profile */
.profile-dropdown {
position: relative;
width: fit-content;
top:10px;
left:10px;
}

.profile-dropdown-btn {
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 1rem;
font-size: 15px;
font-weight: 500;
width: 100%;
max-width: 800px;
border-radius: 50px;
color: var(--black);
cursor: pointer;
border: 1px solid #ebebeb;
transition: box-shadow 0.1s ease-in, background-color 0.1s ease-in, border 0.2s;
}

.profile-dropdown-btn:hover {
background-color: var(--secondary-light-2);
box-shadow: var(--shadow);
}

.profile-dropdown-btnP {
display: flex;
align-items: center;
justify-content: space-between;
padding-right: 1rem;
font-size: 15px;
font-weight: 500;
width: 100%;
max-width: 800px;
border-radius: 50px;
color: var(--black);
cursor: pointer;
border: 1px solid #ebebeb;
transition: box-shadow 0.1s ease-in, background-color 0.1s ease-in, border 0.2s;
}

.profile-dropdown-btnP:hover {
background-color: var(--secondary-light-2);
box-shadow: var(--shadow);
}

.profile-img {
position: relative;
width: 3rem;
height: 3rem;
border-radius: 50%;
background: url("https://cdn-icons-png.flaticon.com/512/219/219988.png");
background-size: cover;
}
.profile-img i {
position: absolute;
right: 0;
bottom: 0.3rem;
font-size: 0.5rem;
color: var(--green);
}
.profile-dropdown-btn span {
margin: 0 0.5rem;
margin-right: 0;
}
.profile-dropdown-btnP span {
margin: 0 0.5rem;
margin-right: 0;
}

.popup-notification {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: none;
    z-index: 1000;
    animation: slideIn 0.5s, fadeOut 0.5s 2.5s;
}

@keyframes slideIn {
    from {transform: translateX(100%);}
    to {transform: translateX(0);}
}

@keyframes fadeOut {
    from {opacity: 1;}
    to {opacity: 0;}
}

.rate {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;  /* This adds space between stars */
    margin: 5px 0;
}

.rate img {
    display: inline-block;
    width: 15px;
    height: 15px;
    object-fit: contain;
}

/* // Add this CSS in the <head> section (if not already present) */
/* <style> */
.flight-segment-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 18px 0;
  padding: 0 10px;
}
.flight-segment-col {
  flex: 1;
  text-align: center;
}
.flight-segment-col.left,
.flight-segment-col.right {
  text-align: left;
}
.flight-segment-col.right {
  text-align: right;
}
.city-name {
  font-weight: 600;
  font-size: 1.1em;
  margin-bottom: 2px;
}
.city-time {
  color: #888;
  font-size: 0.95em;
  display: flex;
  align-items: center;
  gap: 4px;
}
.flight-date {
  font-weight: 500;
}
.flight-time {
  font-family: monospace;
}
.loc-icon {
  width: 18px;
  height: 18px;
  margin-left: 3px;
  vertical-align: middle;
}
.flight-segment-col.center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.flight-duration {
  font-weight: 600;
  margin-bottom: 2px;
}
.plane-icon {
  font-size: 1.5em;
  color: #bdbdbd;
}

/* Default style for desktop */
.select-arrow {
  position: absolute;
  right: 16px;
  top: 55%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 18px;
  color: #bdbdbd;
  z-index: 2;
}

.form-group {
  margin-bottom: 8px !important; /* or any small value you prefer */
}

.price small {
  font-size: 70%;
  vertical-align: middle;
  margin-left: 4px;
  color: #666;
}

/* Default styles (for larger screens, desktop/tablet) */
.bus-search-form {
  padding: 20px;
  border-radius: 12px;
  background-color: white;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.bus-search-form input,
.bus-search-form button {
  width: 100%;
  margin-bottom: 10px;
}

