@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

:root {
    /* colors */
    --primary-color: #8022a1;
    --background-color: #fbf2ff;
    --text-color: #8293a2;
    --text-color2: #5f6e7c;
    --dark-text: #404952;
    --purple-8: #f7e6fc;
    --purple-7: #ebcdf6;
    --main-purple: #681585;
    --hover-color: #eaf5ff;
    --dark-purple: #550d6e;
    --black-text: #292d30;
    --border-color: #eff0f5;
    --border-color2: #e5eaef;
    --icon-color: #a9b7c4;
    --Snow-2: #eff0f5;

    /* Font Families */
    --primary-font: "Inter", sans-serif;
}

/* CSS Reset */

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html,
body {
    font-family: sans-serif;
    -webkit-font-smoothing: antialiased;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

#header {
    position: sticky;
    top: 0;
    background: #fff;
    box-shadow: 0px 0px 1px 1px #f9fafd;
    z-index: 999999;
}

/* -------------------------------navbar----------------------------- */
.navbar {
    padding: 5px 0;
    box-shadow: 0 2px 5px 0px rgba(53, 58, 66, 0.1);
}

.navbar-brand {
    width: 288px;
    height: 39px;
}

.navbar-brand img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.navbar-nav {
    margin-right: 25px;
    flex-direction: row;
}

.collapse:not(.show) {
    display: flex;
}

.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.navbar .dropdown-menu {
    position: absolute !important;
}

.navbar .dropdown {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--dark-text);
}

.dropdown-item {
    font-size: 13px;
    font-family: var(--primary-font);
    font-family: var(--dark-text);
}

.navbar .dropdown-toggle::after {
    display: none;
}

.navbar .dropdown i {
    color: var(--dark-text);
}

.login {
    border: 1px solid;
    border-radius: 50%;
    height: 28px;
    width: 28px;
    background-color: var(--dark-text);
}

.login i {
    color: #fff !important;
    font-size: 14px;
}

/* #header .dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -80px;
    margin-top: .125rem;
} */

.dropstart .dropdown-toggle::before {
    display: none;
}

.dropstart .dropdown-menu[data-bs-popper] {
    top: 42px;
    right: 25%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}

/* .account_wrap {
    display: none;
} */

.sign_up_wrap {
    display: flex;
    gap: 8px;
    align-items: center;
    color: var(--dark-color);
    font-family: var(--primary-font);
    font-size: 14px;
    font-weight: 500;
}

/* -----------------------dashboard_header---------------------------- */

#dashboard_header {
    height: 415px;
    border-radius: 0px 0px 30px 30px;
    width: 100%;
    background: url(../img/Banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.dashboard_content h1 {
    font-size: 42px;
    color: #fff;
    font-family: var(--primary-font);
    font-weight: bolder;
    margin-bottom: 0;
}

.dashboard_content p {
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    margin: 10px 0 25px;
    font-family: var(--primary-font);
}

/* ----------------------fieldset_mobile_wrapper--------------------- */

.fieldset_mobile_wrapper {
    display: none;
}

.fieldset_mobile i {
    font-size: 17px;
    color: var(--dark-text);
}

.baggage_form_option .form-check-input:checked {
    border-color: var(--dark-text);
    background-color: #fff;
}

.baggage_form_option .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23681585'/%3E%3C/svg%3E");
}

.fieldset_mobile .form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: none;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
    font-family: var(--primary-font);
    color: var(--dark-text);
    font-weight: 500;
}

.form-select:focus {
    border-color: none;
    outline: 0;
    box-shadow: none;
}

/* -----------------------------dashboard-Form--------------------------------------- */

.dashboard_form {
    background-color: #fff;
    width: 100%;
    /* height: 194px; */
    padding: 25px 40px;
    border-radius: 16px;
    border-color: var(--purple-7, #ebcdf6);
}

.dashboard_form .form-check {
    margin-right: 30px;
}

.dashboard_form .form-check label {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color2);
    font-family: var(--primary-font);
}

.form_field {
    width: 264px;
    border: 1px solid;
    border-color: var(--purple-8, #f7e6fc);
    border-radius: 8px;
    padding: 7px 20px 15px;
    position: relative;
    margin-right: 7px;
    cursor: pointer;
}

.form-control:focus {
    color: inherit;
    background-color: transparent;
    border-color: var(--dark-text);
    outline: 0;
    box-shadow: none;
    cursor: pointer;
}

.form-check-input:focus {
    border-color: var(--dark-text);
    outline: 0;
    box-shadow: none;
}

input[type="radio"]:checked {
    border-color: var(--dark-text);
    background-color: #fff;
}

input[type="radio"]:checked {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23681585'/%3E%3C/svg%3E") !important;
}

.travel-radio .form-check input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23404952'/%3E%3C/svg%3E");
}

.stops_options .form-check-input:checked {
    border-color: var(--dark-text);
    background-color: #fff;
}

.stops_options form .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23404952'/%3E%3C/svg%3E");
}

/* -------------------------counter---------------------------- */

.counter-btn {
    width: 25px !important;
    height: 25px !important;
    border-radius: 4px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dce2e8;
    color: var(--dark-text);
}

.counter .form-control:disabled,
.form-control[readonly] {
    background-color: transparent;
    opacity: 1;
}

.counter-value {
    width: 25px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

.counter-label {
    margin-left: 15px;
    font-size: 14px;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

.form_field .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 5px;
    font-family: var(--primary-font);
}

.form_field:hover {
    background-color: var(--hover-color);
}

.form_field .travel_arrow {
    height: 37px;
    width: 37px;
    border-radius: 50%;
    border: 1px solid;
    border-color: var(--purple-8, #f7e6fc);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: -22px;
    top: 25%;
    background-color: #fff;
    z-index: 999;
}

.form_field .travel_arrow {
    font-weight: 600;
}

.form_field input,
.form_field::placeholder {
    font-size: 13px;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

.fa-magnifying-glass:before,
.fa-search:before {
    content: "\f002";
    margin-right: 7px;
}

.form_field p {
    font-size: 13px;
    margin: 0;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

.dashboard_form .dashboard_search {
    width: 133px;
    font-size: 20px;
    font-family: var(--primary-font);
    border-radius: 12px;
    color: #fff;
    font-weight: 600;
    background-color: var(--main-purple);
}

.dashboard_form .dashboard_search a {
    color: #ffffff;
}

.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}

.dashboard_form form .form-control {
    border: none;
    padding: 0;
}

.date-picker-container {
    display: none;
    /* max-width: 100%; */
    max-width: 600px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background: white;
    z-index: 1000;
    padding: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 0%);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.date-inputs {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 15px;
}

.date-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f9f9f9;
    font-size: 13px;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.date-input label {
    margin-bottom: 5px;
    display: block;
    font-style: 12px;
}

.date-input input {
    background: transparent;
    border: none;
}

.date-input input:focus-visible {
    outline: none;
}

.add-days-container {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.day-option {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    border-radius: 20px;
    background: var(--background-color, #fbf2ff);
    color: #333;
    cursor: pointer;
    font-size: 12px;
    text-align: center;
    gap: 5px;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.day-option:hover {
    background-color: #8e44ad;
    color: white;
}

.calendar {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    position: relative;
    align-items: self-start;
}

.calendar button {
    background: none;
    border: none;
}

.calendar-header {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin-bottom: 18px;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

.calendar-header button {
    background: none;
    border: none;
    cursor: pointer;
    color: #888;
    font-size: 1.2rem;
}

.calendar-col {
    flex: 1;
    padding: 0 10px;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.weekday {
    font-weight: bold;
    color: #555;
    text-align: center;
    padding: 5px;
}

.day {
    padding: 12px 0px 0px 0px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 13px;
    font-family: var(--primary-font);
    color: var(--dark-text);
    /*background: #f5f5f5;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

}

.day.departure{
    background-color: #fbf2ff;;
    background-image: url(../img/departure.svg);
}

.day.return{
    background-image: url(../img/return.svg);
}

.day:hover,
.selected {
    background-color: #8e44ad;
    color: white;
}

.day.return:hover {
    background-color: #f9f7f9;
    color: var(--dark-text);
}

.disabled {
    color: #aaa;
    pointer-events: none;
}

.footer-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
}

.footer-buttons button {
    padding: 10px 35px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    font-family: var(--primary-font);
    font-weight: 600;
}

.cancel-button {
    background-color: #e0e0e0;
    color: #555;
}

.set-button {
    background-color: var(--main-purple);
    color: white;
}

.my_days {
    background: none;
}

.puls_minus {
    display: flex;
    flex-direction: column;
    line-height: 0.8px;
    gap: 3.5px;
    margin-top: 1px;
}

/* --------------------travel------------------------- */

.travel_detail {
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 3px 4px rgba(0, 0, 0, 0.2);
    width: 264px;
    height: auto;
    min-height: 300px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 999;
    padding: 20px;
}

.travel-input {
    flex: 1;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #f9f9f9;
    font-size: 13px;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.travel-input label {
    margin-bottom: 5px;
    display: block;
    font-style: 12px;
    color: var(--main-purple);
}

.travel-input input {
    background: transparent;
    border: none;
    color: var(--dark-color);
}

.travel-input input:focus-visible {
    outline: none;
}

.travel-radio {
    margin-top: 16px;
}

.travel-radio .form-check {
    margin-top: 7px;
}

.travel-radio .form-check label {
    font-size: 15px;
    font-weight: 600;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.travel-radio .form-check input {
    border: 2px solid var(--dark-text);
    background-color: #fff;
}

.travelers-counts_wrapper {
    margin-top: 15px;
}

.travelers-counts_wrapper h5 {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--dark-text);
}

.travelers-counts .travel_minus .travel_plus {
    width: 20px;
    height: 20px;
}

/* --------------------------city----------------------- */
.air_search_city {
    /* border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.2);
    width: 264px;
    height: 250px;
    min-height: 300px;
    overflow: hidden;
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999; */
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.2);
    width: 240px;
    height: auto;
    min-height: auto;
    overflow: hidden;
    display: none;
    position: absolute;
    top: -4px;
    left: -1px;
    z-index: 999;
}

.air_city_name_wrapper {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 260px;

    scrollbar-color: #000 #f5f5f5;
    scrollbar-width: thin;
}

.air_city_name h6 {
    padding: 15px 10px 0px;
    font-family: var(--primary-font);
    font-size: 13px;
    color: var(--dark-color);
    font-weight: 600;
}

.air_city_head span {
    font-size: 12px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--dark-text);
}

.air_city_name ul {
    padding-left: 10px;
}

.air_city_name ul li {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-items: flex-start;
    width: 100%;
    margin-bottom: 12px;
}

.air_city_name ul li .air_icon {
    height: 20px;
    width: 20px;
    margin-top: 10px;
}

.air_city_name ul li .air_icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.air_city_name ul li .air_city_wrap {
    width: 100%;
    padding-right: 20px;
}

.air_city_name ul li .air_city_wrap h5 {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--dark-text);
    margin-bottom: 2px;
}

.air_city_name ul li .air_city_wrap p {
    font-size: 12px;
    color: #9b9b9b;
}

.air_city_name ul li .air_city_wrap .air_city_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.air_input {
    background: #ffffff;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.1);
    padding: 10px 10px 10px 11px;
    outline: 0;
    border: 0;
    width: 100%;
    color: #000000;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.air_input input {
    border: none;
    background: transparent;
}

.air_input input::placeholder {
    font-weight: bold;
}

.air_input input:focus {
    border-color: transparent;
    outline: 0;
    box-shadow: none;
}

/* -------------------------------features_section--------------------------------- */

#features_section {
    margin-top: 45px;
}

.features_container {
    display: flex;
    gap: 10px;
    width: 100%;
    padding: 5px 0;
    align-items: center;
}

.features_container .features_icon {
    padding: 15px;
    height: 55px;
    border-radius: 12px;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--background-color, #fbf2ff);
    border-color: var(--purple-7, #ebcdf6);
}

.features_container p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 700;
    font-family: var(--primary-font);
}

.features_icon {
    margin-right: 12px;
}

/* ---------------------upcoming_trip_section----------------------- */

#upcoming_trip_section {
    margin-top: 50px;
}

/* --------------------popular_flights_section--------------------- */

#popular_flights_section {
    margin-top: 45px;
}

.popular_flight_tabs {
    margin-top: 10px;
    padding-inline: 7px;
}

.heading h2 {
    font-size: 30px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--black-text);
}

.heading p {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--text-color);
}

/* ---------------------tabs-------------------------- */

/* Style the tab */
.popular_flight_tabs .tabs {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.popular_flight_tabs .tabs button {
    background-color: #fff;
    float: left;
    border: none;
    border-radius: 0;
    padding: 4px;
    outline: none;
    cursor: pointer;
    border-bottom: 4px solid;
    border-color: transparent;
    margin-right: 45px;
    font-size: 16px;
    font-weight: 500;
    color: var(--text-color);
    font-family: var(--primary-font);
}

.tab-pane {
    margin-top: 15px;
}

#pills-tabContent .card {
    border: none;
    margin-bottom: 30px;
}

.popular_flight_tabs .nav-pills .nav-link.active,
.popular_flight_tabs .nav-pills .nav-link:hover,
.popular_flight_tabs .nav-pills .show > .nav-link {
    background-color: #fff;
    border-radius: 0;
    color: var(--dark-text);
    border-bottom: 4px solid;
    border-color: var(--dark-purple);
}

.popular_flight_tabs #pills-tabContent .card .card-title {
    margin-top: 20px;
    font-size: 17px;
    font-family: var(--primary-font);
    font-weight: 600;
}

.popular_flight_tabs #pills-tabContent .card .card_content p {
    font-size: 16px;
    font-family: var(--primary-font);
    color: var(--text-color2);
    font-weight: 400;
    margin-bottom: 0;
}

.popular_flight_tabs #pills-tabContent .card_content .content-inner {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 2px 14px;
    background: var(--background-color);
}

.popular_flight_tabs #pills-tabContent .card_content .content-inner span {
    font-size: 15px;
    font-family: var(--primary-font);
    color: var(--text-color);
    font-weight: 400;
}

.popular_flight_tabs .card_icon {
    height: 27px;
    width: 45px;
}

.popular_flight_tabs .card_icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/* ---------------------------footer------------------------------ */
#footer {
    background-color: var(--background-color);
    padding: 15px 10px 10px;
    margin-top: 50px;
    box-shadow: 0px 6px 3px 8px rgb(243 243 243);
}

.footer_logo {
    width: 200px;
    height: 100%;
}

.footer_logo p {
    margin-top: -4px;
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--black-text);
}

.footer_logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

#footer .footer_links ul li {
    margin-right: 20px;
}

#footer .footer_links ul li a {
    margin-right: 20px;
    font-size: 14px;
    font-family: var(--primary-font);
    color: var(--black-text);
    font-weight: 500;
}

#footer .footer_links ul li a i {
    font-size: 14px;
    color: var(--black-text);
}

.social_links,
.page_links {
    display: flex;
}

.footer_links {
    display: flex;
    justify-content: end;
}

/* -----------------------------------------Booking & Trip Page---------------------------------------- */

#booking_trip_tabs_section {
    padding: 12px 0;
}

.booking_trip_tabs {
    margin-top: 10px;
}

/* Style the tab */
.booking_trip_tabs .tabs {
    overflow: hidden;
}

/* Style the buttons inside the tab */
.booking_trip_tabs .tabs button {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 4px;
    outline: none;
    cursor: pointer;
    border-bottom: 4px solid;
    border-color: transparent;
    margin-right: 50px;
    font-size: 15px;
    font-weight: 600;
    color: var(--text-color);
    font-family: var(--primary-font);
    text-transform: uppercase;
}

.booking_trip_tabs .nav-pills .nav-link.active,
.booking_trip_tabs .nav-pills .nav-link:hover,
.booking_trip_tabs .nav-pills .show > .nav-link {
    background-color: transparent;
    border-radius: 0;
    color: var(--dark-text);
    border-bottom: 4px solid;
    border-color: var(--dark-text);
}

.booking_process_content {
    margin-top: 25px;
}

.booking_process_content .heading h2 {
    font-size: 25px;
    font-family: var(--primary-font);
    color: var(--black-text);
}

.trip-details_wrapper {
    background: #ffffff;
    border-radius: 12px;
    margin-top: 15px;
    box-shadow: 0px 2px 5px 1px rgba(236, 240, 243, 1);
    border: 1px solid rgb(236 239 241);
}

.trip_details_overview {
    border-bottom: 1px solid;
    border-color: var(--border-color, #eff0f5);
    padding: 20px;
    align-items: center !important;
}

.trip_details_overview h4 {
    font-size: 20px;
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--black-text);
    margin-bottom: 0;
}

.trip_details_overview i {
    color: #000000;
}

.trip_details_overview a {
    color: var(--dark-color);
    font-family: var(--primary-font);
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
}

.swiper-slide .card-img img {
    object-fit: contain;
}

.booking_trip_tabs .trip_details_overview a,
#upcoming_trip_section .trip_details_overview a {
    background: var(--background-color, #fbf2ff);
    border-radius: 7px;
    padding: 7px 20px;
    font-size: 13px;
    font-family: var(--primary-font);
    color: var(--dark-purple);
    margin-right: 0;
    border: 0;
    font-weight: 600;
    cursor: pointer;
}

.trip_description {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.trip_description form {
    width: 100%;
}

.trip_description form .form-floating > label {
    left: 20px;
    color: var(--text-color);
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
}

.trip_description form .form-control:focus {
    border-color: var(--text-color);
}

.trip_detail {
    padding: 10px 0;
}

.trip_description .trip_detail h5 {
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--black-text);
    margin-bottom: 0;
}

.trip_description .trip_detail p {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--dark-text);
    margin-bottom: 0;
    margin-left: 45px;
    margin-top: 0;
}

.trip_description .trip_detail span {
    display: inline-block;
}

.color_dot {
    height: 5px;
    margin: 0 4px;
    margin-bottom: 2px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--text-color);
    display: inline-block;
}

.nav-link.active .color_dot {
    background-color: var(--dark-purple) !important;
}

/* ------------------------------------Booking_thankyou Page------------------------------------ */

.inner_page_header_wrapper {
    padding: 20px 0;
}

.inner_page_header {
    display: flex;
    justify-content: space-between;
}

.inner_page_header button {
    margin-top: px;
}

#booking_thankyou_section {
    background-color: #f9fafd;
    padding: 25px 0;
}

.inner_page_header p {
    font-size: 14px;
    font-family: var(--primary-font);
    margin-bottom: 0;
}

.inner_page_header a,
.trip_detail_footer a {
    background: var(--background-color, #fbf2ff);
    border-radius: 7px;
    padding: 7px 20px;
    font-size: 13px;
    font-family: var(--primary-font);
    color: var(--dark-purple);
    margin-right: 0;
    border: none;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.trip_detail_footer button {
    height: 35px;
}

.thankyou_img {
    height: 40px;
    width: 60px;
    margin: 0 auto;
}

.thankyou_img img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.thankyou_content p {
    text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
    font-size: 27px;
    font-family: var(--primary-font);
    color: var(--black-text);
    font-weight: 600;
}

.trip_detail_footer {
    padding: 17px 20px 12px;
    border-top: 1px solid;
    border-color: 1px solid;
    border-color: var(--border-color, #eff0f5);
}

.trip_detail_footer p,
.trip_detail_footer span {
    font-family: var(--primary-font);
    font-weight: 700;
    color: var(--black-text);
    font-size: 14px;
}

.trip_detail_footer span {
    font-size: 20px;
    display: inline-block;
}

.see_all_btn {
    color: var(--dark-purple);
    font-size: 13px;
    font-family: var(--primary-font);
    border: 0;
    background: transparent;
    font-weight: 600;
}

.book_trip_offer,
.book_car_offer {
    padding: 20px;
}

.book_trip_offer .card,
.book_car_offer .card {
    border: 0;
    padding: 12px;
}

.book_trip_offer .card .card-body,
.book_car_offer .card .card-body {
    padding: 12px 0;
}

.book_trip_offer .card .card-title,
.book_car_offer .card .card-title {
    color: var(--black-text);
    font-size: 16px;
    margin-bottom: 7px;
    font-weight: 600;
    line-height: 22px;
    font-family: var(--primary-font);
}

.book_trip_offer .card .card-body p,
.book_car_offer .card .card-body p {
    color: var(--text-color2);
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--primary-font);
}

.book_trip_offer .card .card-body span,
.book_car_offer .card .card-body span {
    color: var(--black-text);
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin-left: 5px;
    font-family: var(--primary-font);
}

.book_trip_offer .card button,
.book_car_offer .card button {
    background: var(--background-color);
    border-radius: 7px;
    padding: 7px 20px;
    font-size: 12px;
    font-family: var(--primary-font);
    color: var(--dark-purple);
    margin-right: 0;
    border: none;
    font-weight: 600;
}

.book_trip_offer .card .card-img,
.book_car_offer .card .card-img {
    height: 250px;
    width: 100%;
}

.book_trip_offer .card .card-img img,
.book_car_offer .card .card-img img {
    height: 100%;
    width: 100%;
    border-radius: 16px;
    /* object-fit: contain; */
}

/* ------------------------------------booking_flight-details_wrapper-------------------------------------- */

.booking_flight-details_wrapper {
    margin: 20px 0 10px;
}

.booking_flight-details {
    margin-top: 12px;
    margin-bottom: 12px;
}

.booking_flight-details i {
    color: var(--text-color2);
}

.Booking_flight_Status {
    margin-bottom: 12px;
}

.booking_flight-details .booking_flight_status_card {
    display: flex;
    justify-content: space-between;
}

.booking_flight-details_wrapper ul,
#booking_process_content_wrapper ul {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.booking_flight-details_wrapper ul:before,
#booking_process_content_wrapper ul::before {
    content: "";
    display: inline-block;
    width: 1px;
    background: #9fa9b2;
    position: absolute;
    left: 4px;
    top: 18px;
    height: calc(100% - 85px);
}

.booking_flight-details_wrapper ul li,
#booking_process_content_wrapper ul li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 25px;
}

.booking_flight-details_wrapper ul li:before,
#booking_process_content_wrapper ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #9fa9b2;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 10px;
}

#booking_process_content_wrapper .booking_process_division {
    padding-inline: 5px;
}

.booking_flight_heading h4,
.booking_baggage_heading h4 {
    font-size: 18px;
    font-weight: 700;
    color: var(--black-text);
    font-family: var(--primary-font);
    margin-bottom: 7px;
}

.booking_flight_heading p,
.booking_baggage_heading p {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-color);
    font-family: var(--primary-font);
}

.Booking_flight_Status p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 2px;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.Booking_flight_Status h5 {
    font-size: 14px;
    font-weight: 700;
    color: var(--black-text);
    font-family: var(--primary-font);
}

.booking_description img {
    height: 25px;
}

.booking_description p {
    font-size: 15px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--text-color2);
    font-family: var(--primary-font);
}

.booking_baggage_wrapper {
    padding: 25px 0;
    border-top: 1px solid var(--border-color2);
    border-bottom: 1px solid var(--border-color2);
}

.booking_baggages {
    border-left: 1px solid var(--border-color2);
}

.booking_baggage_heading {
    /* border-right: 1px solid var(--border-color2); */
    padding: 10px 0;
}

.booking_baggages_card {
    margin-bottom: 5px;
    padding: 10px 0 0 50px;
}

.booking_baggages_card_img {
    height: 15px;
    width: 15px;
}

.booking_baggages_card_text h5 {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    margin-top: 5px;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.booking_baggages_card_text p {
    font-size: 15px;
    margin-bottom: 0;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.booking_baggages_btn p {
    margin-bottom: 0;
}

.booking_baggages_btn p {
    color: #0fae4f;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    font-family: var(--primary-font);
}

.booking_baggages_btn i {
    color: #0fae4f;
}

.booking_total_wrapper {
    padding: 35px 0 25px;
}

.booking_total_wrapper h3 {
    color: var(--black-text);
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--primary-font);
}

.booking_total_wrapper a {
    color: #ffffff;
    font-size: 16px;
    padding: 12px 30px;
    border-color: transparent;
    border-radius: 12px;
    font-weight: 600;
    background-color: var(--main-purple);
    font-family: var(--primary-font);
}

.booking_trip_tabs .theme_btn button {
    color: #ffffff;
    font-size: 15px;
    padding: 12px 30px;
    border-color: transparent;
    border-radius: 12px;
    font-weight: 600;
    background-color: var(--main-purple);
    font-family: var(--primary-font);
    margin-block: 12px;
}

/* ---------------------------------choose_your_fare------------------------------------- */
.active_process {
    display: block !important;
}

#booking_process_section {
    margin-top: 12px;
}

.choose_your_fare_heading h2 {
    color: var(--black-text);
    margin-bottom: 0;
    font-size: 32px;
    font-weight: 700;
    font-family: var(--primary-font);
}

.booking_process .active,
.booking_process .visited {
    background-color: var(--main-purple);
    color: #ffffff;
}

.booking_process_icon {
    height: 20px;
    width: 20px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid var(--icon-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--icon-color);
}

.booking_process {
    margin-top: 7px;
}

.booking_process p {
    margin-top: 0px;
    margin-left: 5px;
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 600;
}

.booking_process_line {
    flex: 1;
    margin-top: 10px;
    height: 1px;
    border: 1px solid #e5eaef;
}

#booking_process_content_wrapper,
#booking_fare_content_wrapper {
    padding-top: 25px;
    background-color: #f9fafd;
}

.choose_your_fare_heading p {
    margin-bottom: 7px;
    color: var(--text-color2);
    font-size: 15px;
    font-family: var(--primary-font);
}

.choose_your_fare_heading h2 {
    margin-bottom: 0;
    color: var(--black-text);
    font-size: 32px;
    font-family: var(--primary-font);
}

.choose_your_fare h4 {
    margin-bottom: 10px;
    color: var(--black-text);
    font-size: 22px;
    font-weight: 700;
    font-family: var(--primary-font);
    margin-top: 24px;
}

.choose_your_fare_card {
    border-radius: 12px;
    background-color: #ffffff;
    padding: 30px 40px;
    cursor: pointer;
    min-height: 100%;
    border: 1px solid;
    border-color: transparent;
    box-shadow: 0 2px 5px 0px rgba(53, 58, 66, 0.1);
}

.choose_your_fare_card:hover {
    background: linear-gradient(
        203deg,
        #ffffff 15%,
        #d19ee424 57%,
        #e8cdf629 100%
    );
    border-color: #d19ee4;
    box-shadow: var(
        --elevation-1-box-shadow,
        0px 2px 5px 0px rgba(236, 240, 243, 1)
    );
}

.choose_your_fare_card:hover .fare_card_button a {
    background-color: var(--dark-purple);
    color: #ffffff;
}

.choose_your_fare_card h5 {
    color: var(--black-text);
    font-size: 20px;
    font-weight: 700;
    font-family: var(--primary-font);
    margin-bottom: 27px;
}

.choose_your_fare_card span {
    color: var(--dark-text);
    font-size: 15px;
    margin-bottom: 7px;
    font-weight: 600;
    display: inline-block;
    font-family: var(--primary-font);
}

.choose_your_fare_card ul {
    padding-left: 0;
    margin-top: 30px;
}

.choose_your_fare_card ul li {
    margin-top: 15px;
    display: flex;
}

.choose_your_fare_card ul li p {
    margin-bottom: 0;
    color: var(--dark-text);
    font-size: 14px;
    font-family: var(--primary-font);
}

.choose_your_fare_card ul li img,.choose_your_fare_card ul li .fa {
    height: 16px;
    width: 16px;
    object-fit: contain;
    margin-top: 1px;
    margin-right: 4px;
}

.fare_card_total {
    margin: 25px 0;
}

.fare_card_total p {
    margin-bottom: 0;
    color: var(--dark-text);
    font-size: 14px;
    font-family: var(--primary-font);
}

.fare_card_total span {
    margin-bottom: 0;
    color: var(--black-text);
    font-size: 17px;
    font-weight: 600;
    font-family: var(--primary-font);
    display: inline-block;
}

.fare_card_button a {
    background: var(--background-color, #fbf2ff);
    border-radius: 7px;
    padding: 11px 0px;
    font-size: 15px;
    font-family: var(--primary-font);
    color: var(--dark-purple);
    margin-right: 0;
    width: 100%;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
}

.booking_process_content,
.ticket_wrapper {
    background: #ffffff;
    border-radius: 12px;
    margin-top: 25px;
    box-shadow: 0 2px 5px 0px rgba(53, 58, 66, 0.1);
}

.booking_process_details {
    padding: 20px;
}

.booking_process_division {
    padding-inline: 20px;
}

.booking_process_division .dashed_border {
    height: 1px;
    flex: 1;
    border: 1px dashed var(--icon-color);
}

.booking_process_division p {
    font-size: 15px;
    margin: 0 12px;
    font-weight: 600;
    color: var(--dark-text);
    font-family: var(--primary-font);
}

.trip_passenger_details {
    padding: 20px;
}

.contact_message {
    padding: 16px 25px;
    border: none;
    background-color: #fbf2ff;
    border-radius: 8px;
    border-left: 4px solid var(--dark-purple);
}

.contact_message p {
    margin-bottom: 0;
    font-size: 15px;
    color: var(--dark-text);
    font-weight: 500;
    font-family: var(--primary-font);
}

.contact_message span {
    color: var(--black-text);
    font-weight: 600;
}

.contact_message i {
    color: var(--dark-purple);
    margin-top: 3px;
    font-size: 15px;
}

.trip_contact_wrapper {
    padding: 20px;
}

.contact_form_wrapper {
    margin-bottom: 25px;
}

.contact_form_wrapper .form-floating > label {
    left: 20px;
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 14px;
}

.contact_form_wrapper .form-control {
    border-color: var(--text-color);
    border-radius: 8px;
}

.contact_form_wrapper .form-control:focus {
    border-color: var(--text-color);
}

/* -------------------------baggage_form_info_wrapper Section------------------------------ */

.baggage_form_info_wrapper .baggage_form_heading h4 {
    font-size: 17px;
    font-family: var(--primary-font);
    color: var(--black-text);
    margin-bottom: 0;
    font-weight: 700;
}

.baggage_form_info_wrapper .baggage_form_heading p {
    font-size: 13px;
    font-family: var(--primary-font);
    color: var(--text-color);
    margin-top: 4px;
}

.baggage_form_option_wrapper {
    margin-bottom: 25px;
}

.baggage_form_option_wrapper .baggage_form_option {
    border: 1px solid var(--text-color);
    border-color: var(--text-color);
    border-radius: 8px;
    padding: 25px;
}

.baggage_form_option_wrapper .baggage_form_option:hover {
    background-color: var(--background-color);
    /* border: 2px solid; */
    border-color: var(--dark-purple);
}

.baggage_form_option .form-check-label {
    width: 100%;
    cursor: pointer;
}

.baggage_form_option_label h5,
.baggage_value span {
    margin-bottom: 4px;
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 700;
    margin-top: 2px;
}

.baggage_form_option_label p {
    margin-bottom: 4px;
    font-size: 13px;
    font-family: var(--primary-font);
    color: var(--text-color);
}

.baggage_free_tag span {
    background: antiquewhite;
    padding: 8px 20px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    font-family: var(--primary-font);
}

.baggage_option_card {
    width: fit-content;
    /* border: 1px solid; */
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.baggage_option_card .card-text {
    text-align: center;
}

.baggage_option_card .card-text p {
    font-size: 13px;
    font-family: var(--primary-font);
    margin-top: 12px;
    color: var(--text-color);
}

.more_passenger_btn a,
.back_btn a,
.continue_btn a {
    background: var(--background-color, #fbf2ff);
    border-radius: 7px;
    padding: 12px 30px;
    font-size: 14px;
    font-family: var(--primary-font);
    color: var(--dark-purple);
    margin-right: 0;
    width: 100%;
    border: none;
    font-weight: 700;
    cursor: pointer;
}

.booking_process_footer {
    margin-top: 25px;
}

.booking_process_footer .back_btn a,
.continue_btn a {
    font-size: 17px;
    padding: 14px 30px;
}

.booking_process_footer .continue_btn a {
    background: var(--dark-purple);
    color: #ffffff;
}

.ticket_wrapper {
    margin-top: 25px;
}

.ticket_wrapper .ticket_heading_wrapper {
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    background: var(--snow-2, #eff0f5);
}

.ticket_heading h3,
.ticket_total p {
    font-size: 15px;
    font-family: var(--black-text);
    font-weight: 700;
    margin-bottom: 7px;
}

.ticket_heading p {
    font-size: 15px;
    font-family: var(--text-color2);
    font-weight: 500;
    margin-bottom: 0;
}

.final_adult_price_card {
    padding: 12px 20px;
}

.price_card_property h5,
.price_card_property h5 {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 600;
    color: var(--black-text);
    margin-bottom: 0px;
}

.price_card_property p,
.price_card_property p {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 400;
    margin-bottom: 0px;
    margin-top: 7px;
    color: var(--black-text);
}

/* ----------------------------------final-process-page------------------------------------- */

.contact_info p,
.passenger_info p {
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 500;
    margin-top: 4px;
    color: var(--black-text);
    margin-bottom: 0;
}

.baggage_info_card {
    margin-top: 7px;
}

.baggage_info h5 {
    font-size: 16px;
    font-family: var(--primary-font);
    font-weight: 700;
}

.baggage_info_card .baggage_info_content p {
    font-size: 14px;
    margin-bottom: -1px;
    color: var(--dark-text);
    margin-top: 4px;
}

.baggage_info_card .baggage_info_content span {
    font-size: 14px;
    margin-bottom: 4px;
    color: var(--text-color);
    display: inline-block;
}

.baggage_info_icon {
    width: 15px;
    height: 15px;
}

.baggage_info_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.booking_payment_option {
    border: 1px solid;
    border-color: var(--text-color);
    border-radius: 8px;
    padding: 12px 20px;
}

.booking_payment_option .form-check-input:checked {
    border-color: var(--dark-text);
    background-color: #fff;
}

.booking_payment_option .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23681585'/%3E%3C/svg%3E");
}

.booking_payment {
    text-align: center;
}

.booking_payment p {
    font-size: 14px;
    color: var(--black-text);
    margin-top: 4px;
    margin-bottom: 0;
}

.payment_content {
    margin-top: 27px;
}

.payment_content h5 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--primary-font);
}

.payment_content p {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--text-color2);
}

.payment_content ul li {
    font-size: 15px;
    color: var(--text-color2);
    margin-bottom: 10px !important;
    font-family: var(--primary-font);
}

#booking_process_content_wrapper .payment_content ul::before {
    display: none;
}

.mobile_booking_process_footer {
    background: #ffffff;
    padding: 25px 20px;
    margin-top: 45px;
    margin-bottom: 0;
}

.booking_total h4,
.booking_total span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--black-text);
}

.mobile_process_footer_btn {
    margin-top: 12px;
}

/* --------------------------------------booking-page--------------------------------- */

.mobile_booking_add-sec {
    padding: 10px 20px;
    border-top: 1px solid#DCE2E8;
    align-items: center;
}

.booking_sidebar_wrapper h2 {
    font-size: 22px;
    margin-bottom: 7px;
    font-family: var(--primary-font);
    color: var(--black-text);
    font-weight: 600;
}

.booking_sidebar_counter p,
.stops_options form label,
.airline_options form label,
.flight_time_filter label {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--dark-text);
    margin-bottom: 7px;
}

.airline_options form .form-check p,
.flight_time_filter form .form-check p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

.stops_options form input {
    border-color: var(--dark-text);
}

.booking_sidebar_counter img {
    height: 17px;
    width: 17px;
    object-fit: contain;
}

.flight_time_filter h4 {
    font-size: 15px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--text-color2);
}

.flight_time_filter .tabs button {
    color: var(--text-color);
    font-size: 17px;
    border-bottom: 2px solid transparent;
    border-radius: 0;
    padding: 4px 12px;
    font-weight: 700;
}

.flight_time_filter .tabs .nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--main-purple);
    background-color: transparent;
    border-bottom-color: var(--main-purple);
}

/* ---------------------------------------select_date------------------------------------ */

.booking_select_date {
    text-align: center;
    width: 300px;
    padding: 12px 0;
    border: 1px solid transparent;
    border-right: 1px solid #f7e6fc;
    cursor: pointer;
    border-radius: 4px;
}

.booking_select_date:hover {
    border: 1px solid var(--dark-purple);
    border-radius: 4px;
}

.booking_select_date p {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--primary-font);
    color: var(--black-text);
    margin-bottom: 4px;
}

.booking_select_date span {
    font-size: 14px;
    font-weight: 400;
    font-family: var(--primary-font);
    color: var(--dark-text);
}

/* ---------------------------------------price_filter_container------------------------------ */

.price_filter_container {
    margin-top: 12px;
    background: #fff;
    width: 100%;
    border-radius: 7px;
}

.price_filter_container div {
    padding: 6px 12px;
}

.price_filter_container h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 0;
}

/* ---------------------------------------tickets_detail_container----------------------------------- */

.tickets_detail_container {
    background: #fff;
    width: 100%;
    border-radius: 7px;
}

.departure_date {
    color: #8293a2;
    font-size: 15px;
}

.tickets_detail {
    padding: 20px 20px 30px;
}

.main_page {
    /* height: 825px;
    overflow-y: scroll;
    overflow-x: hidden; */
}

.booking_wrapper .popular_flight_tabs .tabs button h4 {
    color: var(--black-text);
    font-family: var(--primary-font);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: capitalize;
}

.booking_wrapper .popular_flight_tabs .tabs button p {
    color: var(--text-color2);
    font-family: var(--primary-font);
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
}

.booking_wrapper .popular_flight_tabs .nav-item {
    padding: 0 20px;
}

.booking_wrapper .popular_flight_tabs .nav-item .nav-link {
    text-align: left;
}

.booking_wrapper .popular_flight_tabs .nav-pills .nav-link.active,
.booking_wrapper .popular_flight_tabs .nav-pills .nav-link:hover,
.booking_wrapper .popular_flight_tabs .nav-pills .show > .nav-link {
    color: var(--dark-purple) !important;
}

.booking_wrapper .popular_flight_tabs .nav-pills .nav-link.active h4{
    color: var(--dark-purple) !important;
}
.booking_wrapper .popular_flight_tabs .nav-pills .nav-link.active p{
    color: var(--dark-purple) !important;
}


.booking_type_line {
    flex: 1;
    margin-top: 20px;
    height: 1px;
    border: 1px solid #e5eaef;
}

.departure_detail {
    margin-top: 20px;
}

.departure_detail .booking_type button {
    font-size: 13px;
    font-family: var(--primary-font);
    font-weight: 500;
    color: var(--dark-purple);
    border-radius: 20px;
    padding: 7px 20px 3px;
    background: var(--background-color);
    margin-bottom: 0;
    margin-right: 7px;
}

.departure_detail .booking_type img {
    height: 27px;
}

.departure_detail .booking_from p,
.departure_detail .booking_to p {
    font-size: 14px;
    font-weight: 500;
    font-family: var(--primary-font);
    color: var(--dark-text);
    margin-bottom: 5px;
}

.departure_detail .booking_from span,
.departure_detail .booking_to span {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    font-family: var(--primary-font);
    color: var(--black-text);
}

.tickets_details_outer {
    border-right: 1px solid #dce2e8;
}

.booking_additional_details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    text-align: right;
    padding: 20px;
}

.additional_things {
    margin-top: 20px;
}

.booking_additional_content i {
    font-size: 20px;
    color: var(--black-text);
}

.additional_things p {
    font-size: 14px;
    font-family: var(--primary-font);
    color: var(--text-color2);
    font-weight: 600;
    margin-top: 12px;
}

.booking_add_total h4 {
    font-size: 22px;
    font-family: var(--primary-font);
    color: var(--black-text);
    font-weight: 700;
    margin-bottom: 16px;
}

.booking_add_total {
    margin-top: 12px;
}

.booking_add_total a {
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
    background-color: var(--main-purple);
    width: 100%;
    padding: 10px 20px;
    border-radius: 8px;
    color: #fff !important;
}

.booking_sidebar_card .sidebar_btn button {
    border: none;
    background-color: transparent;
    width: 100%;
    font-size: 14px;
    font-family: var(--primary-font);
    font-weight: 500;
    width: 100%;
    margin-top: 7px;
    color: var(--black-text);
}

.flight_time_filter .tabs button .modal-dialog {
    max-width: 600px;
}

.modal-content {
    padding: 5px;
    border-radius: 12px;
    border: 0;
}

.modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-title {
    color: var(--black-text);
    font-size: 22px;
    font-weight: 700;
    font-family: var(--primary-font);
}

.flight-path p {
    color: var(--dark-text);
    font-size: 16px;
    font-weight: 500;
    font-family: var(--primary-font);
}

.flight-path h6 {
    color: var(--black-text);
    font-size: 18px;
    font-weight: 700;
    font-family: var(--primary-font);
}

.signUp_account {
    padding-top: 13px;
}

.signUp_account ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.signUp_account ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: var(--Snow-2);
    border-radius: 12px;
    padding: 16px 16px 16px 24px;
    width: 100%;
    cursor: pointer;
}

.signUp_account ul li .social-account {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.signUp_account ul li .social-account img {
    width: 25px;
    height: 25px;
    object-fit: contain;
}

.signUp_account ul li .social-account span {
    font-size: 16px;
    font-weight: 700;
    color: var(--black-text);
    font-family: var(--primary-font);
}

.arrow i {
    font-size: 23px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    transform: scale(0.85) translateY(-15px) translateX(15px);
    background: #fff;
    height: 30px;
    padding: 0;
    display: flex;
    align-items: center;
    opacity: 1;
}

.signUp_account .form-control {
    border: 1px solid #919eab;
}

.signUp_account label {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 12px;
    font-weight: 600;
}

.signUp_account .form-floating > .form-control:focus,
.form-floating > .form-control:not(:placeholder-shown) {
    padding: 12px;
}

.modal-btn button {
    font-size: 14px;
    font-family: var(--primary-font);
    color: #ffffff;
    font-weight: 500;
    background-color: var(--main-purple);
    width: 100%;
    padding: 12px 0 8px;
    border-radius: 8px;
    margin-top: 12px;
}

.modal-btn button .btn:hover {
    color: #ffffff;
}

.modal-condition p {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0;
}

.modal-condition p a {
    color: var(--dark-purple);
}

/* --------------------------------mobile-------------------------------- */

.mobile_filter_sections_header p {
    color: var(--dark-text);
    font-family: var(--primary-font);
    font-size: 15px;
    margin-bottom: 0;
}

.mobile_filter_sections_header i {
    color: var(--dark-text);
}

.mobile_filter_sections_header span {
    color: var(--text-color);
    font-family: var(--primary-font);
    font-size: 13px;
    margin-bottom: 0;
}

.mobile_filter_section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    row-gap: 10px;
    flex-wrap: wrap;
}

.mobile_filter_section .form-select {
    color: var(--black-text) var(--primary-font) var(--primary-font);
    font-size: 14px;
    /* margin: 0 10px; */
    flex: 0 0 16%;
}

.mobile_filter_section .dropdown a {
    background: #eff0f5;
}

.dropdown-toggle::after {
    content: none;
}

/* -------------------------swiper-------------------------- */
.swiper {
    width: 100%;
    min-height: 300px;
    margin: 5px auto;
}

.swiper-slide {
    /* text-align: center; */
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
}

/* ----------------------------------------------------- */

.booking_sidebar_counter .counter .counter-btn {
    width: 22px;
    height: 22px;
    border-radius: 4px;
    font-size: 20px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #dce2e8;
    color: var(--dark-text);
}

.booking_sidebar_counter .counter .form-control {
    padding: 0;
}

.booking_sidebar_counter .booking_sidebar_counter_label {
    width: 85%;
}

.booking_sidebar_counter .counter .counter-value {
    width: 20px;
    height: 20px;
    border: none;
    text-align: center;
    background: transparent;
    font-weight: bold;
    font-size: 15px;
    font-family: var(--primary-font);
    color: var(--dark-text);
    padding-top: 7px;
}

.modal-btn .btn:hover {
    color: #ffffff !important;
}

.btn-close:focus {
    outline: 0;
    box-shadow: none;
    opacity: 1;
}

.dashboard_form .check_form_sec input:checked {
    background-color: var(--main-purple);
    border-color: var(--main-purple);
}

/* ----------------------------------------------- */

.tab-content .card-img-overlay button {
    position: absolute;
    top: 12px;
    right: -30px;
    font-family: var(--primary-font);
    background-color: #ffffff;
    color: var(--dark-text);
    font-size: 14px;
    padding: 6px 12px 2px;
    border-radius: 20px;
}

.modal-condition p {
    font-family: var(--primary-font);
}

/* Sharwan */
#oneway-datepicker {
    display: none;
    width: 264px;
    border: 1px solid;
    border-color: var(--purple-8, #f7e6fc);
    border-radius: 8px;
    padding: 7px 20px 15px;
    position: relative;
    margin-right: 7px;
    cursor: pointer;
}
input#singleDate {
    border: none;
}
input#singleDate:focus-visible {
    border: none !important;
}
#oneway-datepicker .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 5px;
    font-family: var(--primary-font);
}

#roundtrip-datepicker {
    width: 264px;
    border: 1px solid;
    border-color: var(--purple-8, #f7e6fc);
    border-radius: 8px;
    padding: 7px 20px 15px;
    position: relative;
    margin-right: 7px;
    cursor: pointer;
    display: grid;
}
input#round-trip-datepicker {
    border: none;
}
input#round-trip-datepicker:focus-visible {
    border: none !important;
}
#roundtrip-datepicker .form-label {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-color);
    margin-bottom: 5px;
    font-family: var(--primary-font);
}


.baggage-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 300px;
}

.baggage-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
}

.baggage-label {
    display: flex;
    align-items: center;
    gap: 10px;
}

.counter-button {
    background-color: #e0e0e0;
    border: none;
    width: 36px;
    height: 36px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 5px;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.counter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.count {
    min-width: 20px;
    text-align: center;
    font-size: 16px;
}

input[type="checkbox"]:checked {
    accent-color: #6a0dad;
    background-color:#6a0dad;
    border-color:#6a0dad;
}

.airline-logo{
    border-radius: 6px;    
}

.airline-logo.next-stop{
    margin-left:-5px ;
}


.custom-tooltip {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-tooltip .tooltip-text {
    visibility: hidden;
    background-color: purple;
    color: white;
    text-align: center;
    padding: 10px;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Tooltip arrow */
.custom-tooltip .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
    border-width: 6px;
    border-style: solid;
    border-color: purple transparent transparent transparent;
}

/* Show tooltip on hover */
.custom-tooltip:hover .tooltip-text {
    visibility: visible;
}

.tooltip-text hr{
    opacity: 1;
    background-color: white;
    margin: .3rem 0;
}

.baggage-box .txt-small{
    font-size: 13px;
}

.txt-bold{
    font-weight: 600;
}

.ml-auto{
    margin-left: auto;
}

.baggage-box .ml-auto{
    align-self: center;
}

.baggage-box img{
    align-self: start;
}

.vertical-hr{
    width: 1px;
    height: 200px;
    border: 1px solid #e5eaef;
}

.flight-card {
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 15px;
    background-color: white;
}

.timeline {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-right: 10px;
    margin-top: -10px;

}

.timeline .circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.timeline .line {
    width: 2px;
    height: 40px;
    background-color: #ccc;
    margin: 5px;
}

.bold-text {
    font-weight: bold;
}

.text-muted.small{
    font-size: small;
}

.btn-primary{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--main-purple);
    border-color: var(--main-purple);
}

.icon {
    color: black;
    font-weight: bold;
}

.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6); /* Fading background */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9000;
}

/* Spinner animation */
.loader {
    border: 6px solid #fff;
    border-top: 6px solid purple;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
