body {

    /*
    background-color: #f5f5f5;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    */

    /* font-family: 'Share Tech Mono', monospace; */
    /* font-family: 'Fira Code', monospace;  */

    /* font-family: 'VT323', monospace; */
    /* font-family: 'Source Code Pro', monospace; */
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, sans-serif;

    /* font-family: 'Roboto', Arial, sans-serif; */
    /* font-family: 'Open Sans', Helvetica, Arial, sans-serif; */
    /* font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, sans-serif; */
    /* font-family: 'Nunito', 'Segoe UI', Tahoma, Geneva, sans-serif; */

    background-color: #ffffff;
    font-size: 13px;
}

h1, h2, h3, h4, h5, h6, label, input[type="checkbox"], input[type="radio"], input[type="text"], input[type="password"], textarea, select {
    /* font-family: 'Share Tech Mono', monospace; */
    font-family: 'Montserrat', 'Segoe UI', Tahoma, Geneva, sans-serif;
}

[data-tooltip] {
    cursor: pointer;
}

/* show pages also on small screen */
ul.pagination li {
    display: inline-block !important;
}

/* Apply this to the specific section you want to disable double-tap zoom on */
.prevent-double-tap-zoom {
    touch-action: manipulation;
}



/* Base card */
.menu-card{
    display:flex; flex-direction:column; align-items:center;
    height:100%;
    padding:1rem;
    border-radius:12px;
}
.menu-card h2{
    display:flex; align-items:center; gap:.35rem;
    margin:0 0 .5rem; line-height:1.2;
    font-size:1.1rem;
}
.menu-card p{ margin:.25rem 0 1rem; }
.menu-card .button{ margin-top:auto; }

/* COMPACT on small (≤639px) */
@media (max-width: 639px){
    .menu-card{ padding:.55rem .5rem; }
    .menu-card h2{ font-size:.95rem; }
    .menu-card p{ display:none; }  /* keep it ultra compact on phones */
    .menu-card .button{ font-size:.8rem; padding:.55rem .7rem; }
    .menu-card i{ font-size:1rem; } /* smaller icons on small */
}

/* Medium+ polish */
@media (min-width: 640px){
    .menu-card{ padding:1rem; }
    .menu-card .button{ width:auto; }
}


.slice-details .details-button {
    white-space: nowrap;
}

/* Base styling */
.hero-icon {
    font-size: 8rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    /* opacity: 0; */
    transform: scale(0.95);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Colored variants */
.hero-icon--flights {
    color: #1a73e8;
}
.hero-icon--onward {
    color: #f1e79c;
}
.hero-icon--hotels {
    color: #e8711a;
}
.hero-icon--esim {
    color: #28a745;
}

/* Triggered by Intersection Observer */
.hero-icon.is-visible {
    opacity: 1;
    transform: scale(1);
    animation: pulseZoom 1.2s ease-in-out;
}

/* Pulse keyframe */
@keyframes pulseZoom {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.12);
    }
    100% {
        transform: scale(1);
    }
}














/* Slider container */
#price-range-slider {
    height: 6px;
    border-radius: 4px;
    background: #e0e0e0;
    margin-top: 0.5rem;
}

/* Filled part of the range */
#price-range-slider .noUi-connect {
    background: #21b2aa;
    border-radius: 4px;
}

/* Slider handles */
#price-range-slider .noUi-handle {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #ffffff;
    border: 2px solid #21b2aa;
    top: -6px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    cursor: pointer;
}

/* Remove default bars inside handle */
#price-range-slider .noUi-handle:before,
#price-range-slider .noUi-handle:after {
    display: none;
}

/* Tooltip style */
#price-range-slider .noUi-tooltip {
    background: #ffffff;
    color: #333;
    font-size: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 2px 6px;
    top: -34px;
}





 .small-margin {
     margin-bottom: 0.5rem;
 }
.button-group .button {
    padding: 0.3rem 0.6rem;
    font-size: 0.75rem;
    line-height: 1.2;
    background-color: #e6f0ff; /* light blue */
    color: #0078d4; /* strong blue text */
    border: 1px solid #cce0ff;
    transition: background-color 0.2s ease;
}

.button-group .button:hover {
    background-color: #d0e7ff;
}

.button-group .button.is-active {
    background-color: #b3d8ff; /* slightly stronger blue */
    color: #004a99;
    border-color: #99c2ff;
}


input::placeholder {
    color: gray;
    opacity: 0.6; /* Adjust as desired */
}

label.small-label {
    font-weight: 400;
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 0.25rem;
    display: block;
}



#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999999999;
    display: none; /* Initially hidden */
}



.help-text {
    margin: 0;
}

.neo-glow-border {
    border: 1px solid #0ff;
    box-shadow: 0 0 5px #0ff,
    0 0 20px #0ff;
}

.neo-glow-border-round {
    border: 1px solid #0ff;
    box-shadow: 0 0 5px #0ff,
    0 0 20px #0ff;
    border-radius: 26px;
}

.tabs.align-left {
    justify-content: flex-start !important;
}


.faq-item {
    background: #f9f9fb;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    margin-bottom: 1rem;
    padding: 1rem 1.25rem;
    cursor: pointer;
    position: relative;
    transition: background 0.2s;
}

.faq-item:hover {
    background: #f2f4f8;
}

.faq-question {
    font-weight: 600;
    font-size: 1.1rem;
    color: #19234c;
    display: flex;
    align-items: center;
}

.faq-question i {
    margin-right: 0.6rem;
    color: #1e88e5;
    font-size: 1.25rem;
}

.faq-answer {
    display: none;
    margin-top: 0.75rem;
    padding-left: 1.75rem;
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
}
.highlight-faq {
    background: #fefde8;
}


.chat-box {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
#chatMessages {
    max-height: 500px;
    overflow-y: auto;
    padding: 1rem;
    background: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 10px;
    scroll-behavior: smooth;
}

.chat-message.right .chat-bubble {
    text-align: left;
}

.chat-message {
    display: flex;
    flex-direction: column;
    max-width: 70%;
}

.chat-message.left {
    align-self: flex-start;
    text-align: left;
}

.chat-message.right {
    align-self: flex-end;
    text-align: right;
}

.chat-label {
    display: inline-block;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.3rem;
    white-space: nowrap;
}

.chat-message.left .chat-label {
    align-self: flex-start;
    text-align: left;
}

.chat-message.right .chat-label {
    align-self: flex-end;
    text-align: right;
}

.chat-bubble {
    padding: 1rem;
    border-radius: 1rem;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.chat-text {
    white-space: pre-wrap;
    word-break: break-word;
}

.chat-time {
    font-size: 0.7rem;
    color: #666;
    margin-top: 0.3rem;
}


.upload-preview-container {
    position: relative;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.04);
    text-align: center;
    transition: box-shadow 0.2s;
}

.upload-preview-container:hover {
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.upload-preview-container .progress {
    height: 6px;
    margin-bottom: 0.75rem;
    background: #eee;
    overflow: hidden;
}

.upload-preview-container .progress.rounded-progress {
    border-radius: 4px;
}

.upload-preview-container .progress-meter {
    background-color: #007aff;
    height: 100%;
    transition: width 0.3s ease-in-out;
}

.upload-preview-container .file-name {
    font-size: 0.875rem;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0.5rem;
}

.upload-preview-container .remove-upload {
    position: absolute;
    top: -10px;
    right: -10px;
    background: #e74c3c;
    color: #fff;
    border: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    transition: background 0.2s;
}

.upload-preview-container .remove-upload:hover {
    background: #c0392b;
}

.upload-preview-container .thumbnail {
    margin-top: 0.5rem;
    font-size: 0.75rem;
    color: #999;
}




.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* smooth scrolling on iOS */
}

.table-scroll table {
    width: 100%;
    min-width: 600px; /* or 800px, depending on your table content */
    border-collapse: collapse;
}


.box-dashed {
    page-break-inside: avoid;
    flex: 1;
    border: 1px dashed #444;
    padding: 10px;
    background: #f9f9f9;
}

.box-dashed-rounded {
    page-break-inside: avoid;
    flex: 1;
    border: 1px dashed #444;
    padding: 10px;
    background: #f9f9f9;
    border-radius: 26px;
}

.menu-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 0.5rem 0;
    width: 50%;
}
.menu-gradient-divider {
    height: 1px;
    background: linear-gradient(to right, transparent, #ddd, transparent);
    margin: 0.75rem 0;
}


.main-header {
    padding: .5rem 1.0714285714rem .7142857143rem .7142857143rem;
    background-color: #e6f0ff;
    border-bottom: 2px solid #05203c;
}

.cryptotraveler {
    font-weight: bold;
    font-size: 20px;
    color: #000; /* Black color for 'crypto' part */
    white-space: nowrap; /* Prevent line breaks */
    display: flex;
    align-items: center; /* Vertically align items */
}

.cryptotraveler img {
    margin-right: 5px; /* Adjust the space between the image and text */
}

.cryptotraveler span {
    color: #1976d2; /* Blue color for 'traveler' part */
}

.cryptotraveler:hover, .cryptotraveler a:hover {
    color: inherit; /* Ensure hover does not change the color */
    text-decoration: none; /* Remove underline on hover if any */
}

.cryptotraveler a {
    color: inherit; /* Ensure link has same color as text */
    text-decoration: none; /* Remove underline from link */
}

@media (max-width: 600px) {
    .cryptotraveler {
        font-size: 18px; /* Adjust font size for small screens */
    }
}


.main-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 3px;
    background-color: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

.main-icon:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}


.flight-search-button {
    position: absolute;
    width: 40%;
    left: 30%;
    right: 30%;
    bottom: -38px;
    background-color: var(--app-primary);
    color: var(--app-white);
    text-align: center; /* Center-align text horizontally */
    line-height: 1.5; /* Adjust line-height to vertically center text */
    display: flex; /* Use flexbox for centering */
    align-items: center; /* Vertically center items */
    justify-content: center; /* Horizontally center items */
    padding: 10px 0; /* Optional: Adjust padding for better alignment */
    box-sizing: border-box; /* Include padding in element's total width */
}


.cloned-flight-container {
    border: 1px solid #ddd; /* Light gray border */
    padding: 15px; /* Padding inside the container */
    margin-bottom: 10px; /* Space between each cloned container */
    border-radius: 5px; /* Rounded corners */
    position: relative; /* Ensure the delete icon is positioned correctly */
}

.icon-container select.form-control {
    width: 100%;
    padding-left: 30px; /* Add padding to make space for the icon */
}
.select2-container .select2-selection--single {

    display: flex;
    align-items: center;
    border-radius: 8px;
    border: 2px solid #90caf9;
    padding: 0 12px; /* Ensure padding matches other inputs */
    font-size: 1rem;
    transition: border-color 0.3s ease;
    background-color: #ffffff; /* Ensure background color matches other inputs */
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 34px; /* Match the height of the select element */
    padding-left: 30px; /* Ensure the text does not overlap with the icon */
    color: #0d47a1; /* Ensure text color matches other inputs */
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 34px; /* Match the height of the select element */
}

.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-selection--single:hover {
    border-color: #1565c0; /* Ensure focus and hover border color matches other inputs */
}

.select2-dropdown {
    border-radius: 8px; /* Ensure dropdown matches other inputs */
    border: 2px solid #90caf9;
}

.select2-result-airport__title {
    font-weight: bold;
}

.select2-result-airport__fulltext {
    font-size: smaller;
    color: grey;
}

/* Additional styling for Select2 results */
.select2-results__option {
    padding: 8px 12px; /* Ensure padding matches other inputs */
    color: #0d47a1; /* Ensure text color matches other inputs */
    transition: background-color 0.3s ease;
}

.select2-results__option--highlighted {
    background-color: #e3f2fd; /* Ensure highlighted background color matches other inputs */
    color: #1565c0; /* Ensure highlighted text color matches other inputs */
}

.select2-selection__clear {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    color: #0d47a1;
    cursor: pointer;
}


#passenger-class-info {
    background-color: #ffffff;
    cursor: default;
}

.passenger-toggle {
    display: flex;
    flex-direction: column;
    gap: 10px; /* Add space between items */
    background-color: #ffffff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.passenger-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.passenger-item .decrement,
.passenger-item .increment {
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-size: 1.2em;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
}

.passenger-item .count {
    font-size: 1em;
    margin: 0 10px;
    font-weight: bold;
}

.class-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.class-button {
    background-color: #ffffff;
    color: #007bff;
    border: 1px solid #007bff;
    border-radius: 8px;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.class-button.active,
.class-button:hover {
    background-color: #007bff;
    color: #ffffff;
}


.blue-container {
    background: linear-gradient(135deg, #e3f2fd 0%, #90caf9 100%);
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}


.fieldset {
    border: none;
    padding: 0;
}

.fieldset legend {
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 25px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
}

label {
    font-weight: 600;
    color: #0d47a1;
    margin-bottom: 5px;
    display: block;
}

input[type="text"],
input[type="date"],
input[type="number"],
select {
    border-radius: 8px;
    border: 2px solid #90caf9;
    padding: 12px;
    font-size: 1rem;
    width: 100%;
    margin-bottom: 15px;
    transition: border-color 0.3s ease;
}

input[type="text"]:focus,
input[type="date"]:focus,
input[type="number"]:focus,
select:focus {
    border-color: #1565c0;
    outline: none;
}

input[type="radio"] {
    margin-right: 10px;
}


.button.expanded {
    background-color: #1565c0;
    color: white;
    border-radius: 8px;
    padding: 15px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: background-color 0.3s ease;
}

.button.expanded:hover {
    background-color: #0d47a1;
}


@keyframes explodeHide {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    70% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@keyframes explodeShow {
    0% {
        opacity: 0;
        transform: scale(2);
    }
    30% {
        opacity: 0.5;
        transform: scale(1.5);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.explode-hide {
    animation: explodeHide 0.5s forwards;
}

.explode-show {
    animation: explodeShow 0.5s forwards;
}

@keyframes fadeSlideHide {
    0% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-20px);
    }
}

@keyframes fadeSlideShow {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fade-slide-hide {
    animation: fadeSlideHide 0.5s forwards;
}

.fade-slide-show {
    animation: fadeSlideShow 0.5s forwards;
}




/* CSS for horizontal airplane animation */
@keyframes flyAround {
    0% {
        transform: translate(0, 0) rotate(90deg);
    }
    25% {
        transform: translate(calc(100vw + 100px), 0) rotate(90deg);
    }
    50% {
        transform: translate(calc(-100px), 0) rotate(90deg);
    }
    75% {
        transform: translate(0, 0) rotate(90deg);
    }
    100% {
        transform: translate(0, 0) rotate(90deg);
    }
}

#airplane-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
    transition: transform 1s ease-in-out;
}

.fly {
    animation: flyAround 10s ease-in-out forwards;
}



.menu-centered {
    display: flex;
    justify-content: center;
}
.menu-centered li {
    list-style: none; /* This will remove the default bullet points */
    margin: 0 10px;   /* Adjust the spacing between menu items as needed */
}

/* Extended Menu */
/* Basic styling for the extended menu */
.extended-menu {
    /*
    width: 250px;
    font-family: Arial, sans-serif;
    */
}

.extended-menu .menu.vertical {
    list-style: none;
    padding: 0;
    margin: 0;
}

.extended-menu .menu.vertical li {
    margin: 0;
    padding: 0;
}

.extended-menu .menu.vertical a {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    background-color: transparent; /* No background color */
    margin-bottom: 5px;
    transition: background-color 0.3s ease;
}

.extended-menu .menu.vertical i {
    margin-right: 10px;
    color: #007bff; /* Adjusted to match the blue color in the design */
}

.extended-menu .menu.vertical strong {
    flex-grow: 1;
    color: #333; /* Adjusted to a darker shade for better readability */
}

.extended-menu .submenu {
    display: none;
    margin-bottom: 15px;
    /* padding-left: 15px; */
}

.extended-menu .submenu a {
    background-color: transparent; /* No background color */
    margin-bottom: 0;
    padding-left: 30px;
}

.extended-menu hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 10px 0;
}

/* Language and Currency styling */
.extended-menu .menu.vertical a img {
    margin-right: 10px;
}

.extended-menu .menu.vertical span {
    margin-left: auto;
}



.recent-flight-search-container {
    margin: 20px 0;
}

.recent-flight-search-result {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

.recent-flight-search-result p {
    margin: 0;
}

.recent-flight-search-location {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}

.recent-flight-search-location span {
    margin: 0 5px;
    padding: 2px 5px;
    background-color: #e0e0e0;
    border-radius: 4px;
    font-size: 12px;
}

.recent-flight-search-icon {
    margin: 0 10px;
}

.recent-flight-search-date {
    color: #999;
    font-size: 12px;
}

.recent-flight-search-searchbar {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    width: calc(100% - 22px); /* Adjusted to match padding and border */
}

/* Multicity specific styles */
.recent-flight-search-result.multicity {
    flex-direction: column;
}

.recent-flight-search-result.roundtrip {
    flex-direction: column;
}
.recent-flight-search-result.oneway {
    flex-direction: column;
}

.recent-flight-search-leg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
}

.recent-flight-search-leg:last-child {
    margin-bottom: 0;
}

.recent-flight-search-leg .recent-flight-search-location {
    width: 45%;
}



.flight-book-progressbar {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 10px 0;
    position: relative;
    width: 100%;
}

.flight-book-progressbar li {
    text-align: center;
    position: relative;
    /*
    flex: 1;
    display: flex;
    color: #c0c0c0;
    */
    align-items: center;

}

.flight-book-progressbar li.active {
    color: #0A74DA;
}

.flight-book-progressbar li i {
    font-size: 2em;
    margin-right: 10px;
}

.flight-book-progressbar li span {
    display: block;
}

.flight-book-progressbar li.progress-line {

    height: 2px;
    background-color: #e0e0e0;
    align-self: center;
    margin: 0 15px;
}

.flight-book-progressbar li.active + .progress-line {
    background-color: #0A74DA;
}

@media (max-width: 640px) {
    .flight-book-progressbar {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
    }

    .flight-book-progressbar li {
        flex: none;
        display: inline-flex;
        align-items: center;
        width: auto;
        margin-right: 10px;
    }

    .flight-book-progressbar li span {
        display: none;
    }

    .flight-book-progressbar li.progress-line {
        width: 2px;
        height: 20px;
        margin: 0 5px;
    }

    .flight-book-progressbar li:last-child {
        margin-right: 0;
    }
}



.flight-offer {
    padding: 0.5rem;
    margin-bottom: 1rem;
}

.flight-offer:hover {

}

.flight-offer .offer-header {
    margin-bottom: 1rem;
    /* border-bottom: 1px solid #eee; */
    padding-bottom: 0.5rem;
}

.flight-offer .offer-price {
    font-size: 1.5rem;
    color: #333;
}

.flight-offer .owner-logo, .flight-offer .carrier-logo {
    border-radius: 50%;
}

.flight-offer .slice-section {
    padding: 1rem 0;
    /* border-bottom: 1px solid #eee; */
}

.flight-offer .slice-details {
    padding: 1rem 0;
}

.flight-offer .details-button {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.flight-offer .details-button:hover {
    background-color: #0056b3;
}

.flight-offer .progress-bar {
    position: relative;
    height: 4px;
    background-color: #ddd;
    margin: 0.5rem 0;
}

.flight-offer .progress-bar-fill {
    width: 100%;
    height: 100%;
    background-color: #007bff;
}

.flight-offer .time {
    font-size: 1.2rem;
    font-weight: bold;
}

.flight-offer .text-center {
    text-align: center;
}

.flight-offer .text-right {
    text-align: right;
    padding: 1rem 0;
}

.flight-offer .button.primary {
    background-color: #6200ea;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.flight-offer .button.primary:hover {
    background-color: #3700b3;
}

.flight-offer p {
    margin: 0.5rem 0;
}



.flight-step {
    position: relative;
    margin-bottom: 20px;
}

.flight-offer-detail {
    border: 2px solid #0047ab;
    padding: 20px;
    border-radius: 12px;
    background: #f0f8ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.flight-offer-detail .segment-header {
    /* display: flex; */
    align-items: center;
    margin-bottom: 15px;
}

.flight-offer-detail .airline-logo {
    height: 30px;
    margin-right: 12px;
}

.flight-offer-detail .flight-number {
    font-weight: bold;
    font-size: 18px;
    margin-right: 10px;
    color: #0047ab;
}

.flight-offer-detail .flight-aircraft {
    color: #333;
}

.flight-offer-detail .segment-details {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flight-offer-detail .segment-detail {
    background: #ffffff;
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.flight-offer-detail .airport-code {
    font-size: 20px;
    font-weight: bold;
    color: #0047ab;
}

.flight-offer-detail .airport-name {
    color: #666;
}

.flight-offer-detail .terminal {
    font-size: 14px;
    color: #666;
}

.flight-offer-detail .departure-time, .arrival-time {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.flight-offer-detail .departure-date, .arrival-date {
    color: #777;
}

.flight-offer-detail .duration, .cabin-class, .baggage, .operator, .owner, .amenities {
    /* font-weight: bold; */
    color: #0047ab;
}

.layover-container {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

.layover-box {
    background: #0047ab;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.layover-box .connection-text {
    font-size: 16px;
    font-weight: bold;
    margin-right: 10px;
}

.layover-box .layover {
    font-size: 14px;
}

.layover-destination {
    margin-top: 10px;
    font-size: 16px;
    color: #0047ab;
    font-weight: bold;
}

.vertical-arrow {
    margin-top: 10px;
    font-size: 24px;
    color: #0047ab;
}

.alert {
    margin-top: 10px;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
    background-color: #ffcc00; /* Yellow background for warnings */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.alert-warning {
    background-color: #ffcc00;
    color: #000;
}

.invisible {
    visibility: hidden;
}


.off-canvas-menu {
    z-index: 9; /* important to not collides with duffel component modal */
    padding: 10px;
    overflow-y: auto;
    background-color: #e6f0ff;
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    z-index: 1000;
    transition: transform 0.3s ease;
    transform: translateX(-100%);
    box-shadow: 2px 0 5px rgba(0,0,0,0.3);
    display: none; /* Hide by default */

    scrollbar-width: thin;
    scrollbar-color: #888 #f0f0f0;
}
.off-canvas-menu.open {
    transform: translateX(0);
}
.menu-toggle-wrapper {
    display: none;
}
.menu-toggle-wrapper .menu-toggle {
    display: inline-block;
    cursor: pointer;
}
.small-screen-content {
    display: none;
    margin-top: 1em;
}
.close-menu {
    font-size: 2.2em;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0px;
    right: 10px;
    background: none;
    border: none;
}
.menu-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
}
@media screen and (max-width: 40em) {
    .menu-toggle-wrapper {
        display: block;
    }
    .small-screen-content {
        display: block;
    }
    .off-canvas-menu {
        display: block; /* Show menu on small screens */
        transform: translateX(-100%);
    }
    .off-canvas-menu.open {
        transform: translateX(0);
    }
    .close-menu {
        display: block;
    }
    .menu-overlay {
        display: block;
    }
}
@media screen and (min-width: 40.063em) {
    .off-canvas-menu {
        background-color: #fff;
        position: relative;
        transform: none;
        height: auto;
        display: block;
        width: 100%;
        box-shadow: none;
        z-index: 9; /* important to not collides with duffel component modal */
    }
    .close-menu, .menu-overlay {
        display: none;
    }
}







