/***********************************/

.hidden {
    display: none !important
}

.font-700 {
    font-weight: 700 !important;
}

.line {
    border: 1px solid;
    margin: 14px 0;
    width: 100px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3b24f1;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    animation: spin 1s linear infinite;
    margin-right: 20px;
}


.custom-loader {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #0056b3 #0056b3 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.custom-loader::after,
.custom-loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #fbc105 #f8c82b;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.custom-loader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

.loader-container.am-loader-container {
    display: block !important;
    margin-top: 35px;
    margin-bottom: 35px;
}

.loader-container {
    display: flex;
    justify-content: center;
    margin-top: 35px;
    margin-bottom: 35px;
}

.loader-container p {
    font-size: 20px;
    font-weight: 500;
}

.elementor-element-3745afe,
.elementor-element-cc63a6d {
    display: flex;
    justify-content: center;
}

.booking-form-container {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 500px;
}

.booking-form {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.booking-form-group {
    flex: 1 1 20%;
    display: flex;
    flex-direction: column;
}

.booking-form-voyageurs {
    flex: 30%;
}

.booking-form-label {
    font-weight: bold;
    margin-bottom: 5px;
}

.booking-form-input,
.booking-form-checkbox-input {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    width: 100%;
}

.check-vol-loader-container,

.single-vol-loader-container {
    text-align: center;
    padding-top: 25px;
}

.single-vol-loader-container p {
    margin-left: 20px;
    font-size: 12px;
    line-height: 15px;
}



.booking-form-checkbox {
    flex: 1 1 100%;
    display: flex;
    align-items: center;
}

.traveler-infos {
    display: block !important;
}

.traveler-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: center;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.traveler-containers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: center;
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.booking-form-checkbox .checkbox-label {
    display: flex;
    align-items: center;
}

.booking-form-btn {
    background-color: #3b24f1 !important;
    color: #fff;
    border: none !important;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    max-width: 200px;
}

.booking-form-btn:hover {
    background-color: #0056b3;
}

.booking-form-btn {
    color: #fff !important;
}

.traveler-popup {
    z-index: 999;
    display: none;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -20%);
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 300px;
}

.room {
    margin-bottom: 20px;
}

.counter {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.counter label {
    flex: 1;
}

.counter button {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.counter input {
    width: 40px;
    text-align: center;
    border: none;
    background: none;
}

.add-room {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    margin-bottom: 20px;
}

.validate {
    background-color: #007bff;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
}

.validate:hover {
    background-color: #0056b3;
}

.elementor-element-e3b2f01 .elementor-widget-container,
.elementor-element-ab3a31a .elementor-widget-container,
.elementor-element-ce6100f .elementor-widget-container,
.elementor-element-3b0b726 .elementor-widget-container {
    justify-content: center;
    display: flex
}

.active .elementor-heading-title {
    color: #3b24f1 !important;
    font-family: "Roboto", Sans-serif !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    text-decoration: underline;
}

.elementor-element-6d94282 .elementor-heading-title:hover {
    color: #3b24f1 !important;
    text-decoration: underline !important;
}

#flight-booking-form .booking-form-btn {
    margin-top: 20px !important
}

.tab-mnu li {
    color: #000 !important;
}


/* Page de recherche des hotels listing api search */

#search-result-hotel-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.hotel-card {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hotel-card-content {
    display: flex;
}

.hotel-card-link-page {
    text-align: end;
}

.hotel-card img {
    max-width: 100%;
    border-radius: 10px;
}

.hotel-card h3 {
    font-size: 18px;
    margin: 10px 0;
}

.hotel-name {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 24px;
    text-align: center;
}

.hotel-card p {
    font-size: 14px;
    color: #555;
}

.hotel-card-link-page a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    background-color: #007bff;
    text-transform: uppercase;
}

.hotel-card-link-page a:hover {
    background-color: #0056b3;
}

.hotel-card {
    font-size: 20px;
}

#hotel-carousel {
    max-width: 800px;
    margin: 0 auto;
}

#hotel-carousel img {
    max-height: 500px !important;
    border-radius: 15px;
}

.hotel-address {
    margin-bottom: 35px;
    text-align: center;
}

.hotel-description {
    font-size: 15px;
    font-weight: 500;
    margin: 20px 0;
    line-height: 28px;
}

.nearby-place {
    display: flex;
    margin: 20px 0;
    border: 1px solid #0000004d;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.hotel-phone p {
    margin: 0;
}

.nearby-place img {

    max-width: 250px;
    min-width: 250px;
    height: 150px;
    border-radius: 15px;
}

.nearby-place-content {
    display: flex;
    align-items: center;
    margin-left: 40px;
}

.hotel-class {
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

#hotel-map {
    border-radius: 20px;
    margin: 42px 0;
    z-index: 1 !important;
}

.rating-hotel {
    text-align: center;
}

.hotel-card-details .rating-hotel {
    text-align: start;
}

.hotel-slider-description-content {
    display: flex;
    align-items: center;
}

#hotel-carousel {
    flex: 1;
    margin-right: 10px;
}

.hotel-description {
    flex: 1;
    padding-left: 10px;
}

a.carousel-control-next,
a.carousel-control-prev {

    position: absolute;
}

.hotel-card-link-page,

.hotel-card-img {
    flex: 1;
}

.hotel-second-image {
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
}

.hotel-second-image img {
    max-height: 500px;
    border-radius: 10px;
}

.section-line {
    border: 1px solid #fbc105;
    margin: 14px 0;
    margin-bottom: 35px;
}

.position-maps {
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
}

.hotel-card-options {
    margin-bottom: 50px !important;
}



.frais-appliquable {
    font-weight: 500;
    margin-bottom: 10px !important;
    margin-top: -15px !important;
}

.suggestions-list {
    border: 1px solid #ccc;
    background-color: white;
    max-height: 200px;
    overflow-y: auto;
    position: absolute;
    z-index: 1000;
    width: 100%;
    padding: 0;
    margin: 0;
}

.suggestions-list li {
    list-style-type: none;
    padding: 10px;
    cursor: pointer;
}

.suggestions-list li:hover {
    background-color: #eee;
}

.flight-dest {
    width: 165px;
}

.flight-arrow {
    margin: 10px 65px;
}

.flight-route {
    display: flex;
    align-items: center;
    gap: 10px;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
    background: linear-gradient(135deg, #f5f5f5, #e0e0e0);
    padding: 15px;
}

.flight-arrow {
    font-size: 24px;
    color: #333;
    justify-content: space-around;
}

.flight-route p {
    margin-bottom: 0px;
}


.departure-details-flight-data {
    display: flex;
    justify-content: space-between;
}


.flight-card-img {
    display: flex;
    align-items: center;
}

.small-size {
    font-size: 12px;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 500;
}

.flight-route-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.small-size-container {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 20px;
}

.flight-card-img h5 {
    margin-bottom: 0 !important;
}

.flight-card-img img {
    width: 50px;
    margin-right: 20px;
}

.flight-card p {
    margin-bottom: 0;
}

.flight-card:hover {
    border: 2px solid #ccc;
}

.flight-card {
    border-radius: 5px;
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    border: 2px solid #fff;
    width: 100%;
}

.flight-card-mini-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flight-img-content {
    align-items: center;
    display: flex
}

.flight-img-content p {
    font-weight: 700;
}

.flight-card-content-right-side {
    background: #e9ecef;
    width: 32%;
}

.flight-form-search-loader p {
    margin-left: 10px;
}

.change-params-way {
    margin-top: 25px;
}

.flex {
    display: flex !important;
    align-items: center;
}

#save-summary {
    margin-top: 25px;
}

.flight-route-single p {
    margin-right: 5px;
}

.flight-card-single-img {
    display: flex;
    align-items: center;
}

.flight-card-single-img h5 {
    margin: 0 !important;
}

.header-single-page {
    max-width: 725px;
}

.flight-info-text {
    margin-top: 20px;
}

/* .header-single-page-content {
    display: flex;
    justify-content: space-between;
} */

.flight-card-mini-content h5 {
    font-family: "Roboto", Sans-serif;
}

.flight-card-single-img img {
    width: 50px;
    margin-right: 20px;
}

.flight-img {
    width: 25px;
    margin-right: 10px;
}

.end-of-content {
    margin-top: 75px;
    text-align: center;
    margin-bottom: 0 !important;
}

.flight-card-link-page {
    display: grid;
    grid-gap: 5px;

    margin-top: 20px;
}



.flight-card-link-page a {
    background: #3b25f0a1;
    text-align: center;
    padding: 8px 20px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.flight-card-link-page a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0056b3;
}

.phone-input {
    display: block;
}

.phone-input select {
    width: fit-content;
}

.flight-card-content-right-side {
    padding: 30px;
}

.flight-card-content-left-side {
    width: -webkit-fill-available;
    padding-top: 20px;
}

.elementor-element-d0a84f8 {
    width: auto !important;
}

.zero-vol-data,
.search-result-message p {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
}

.zero-vol-data {
    margin: 150px 0 !important;
}

.search-result-message,
.py-2 {
    padding-top: .5rem !important;
    padding-bottom: .5rem !important;
}

#myProgress {
    width: 100%;
    background-color: #7a7a7a80;
    position: relative;
    height: 25px;
}

#myBar {
    width: 2%;
    height: 100%;
    background-color: #3b25f0c2;
    position: relative;
}

.type-vol {

    display: flex;
    align-items: center;
}

.type-vol label {
    margin-right: 20px;
}

#plane {
    position: absolute;
    top: 1px;
    height: 22px;
    left: 0;
}

.py-2 p {
    text-align: center;
    font-weight: 700;
}

.flight-info p {
    font-size: 14px;
    font-weight: 500;
    border-radius: 10px;
    margin-bottom: 12px;

}

.searchFlightForm {
    display: block;
}

.left-side-search-form, 
.right-side-search-form {
    display: flex;
}
.right-side-search-form>div,
.left-side-search-form>div {
    margin-right: 10px;
}

#myProgress,
#myBar {
    border-radius: 20px;
}

.searchFlightForm>div {
    margin-right: 10px;
    padding-bottom: 15px;
}

.title-form-search-vol {
    color: #000;
    font-weight: 700;
    font-size: 18px;

}

#searchFlightReturnForm .title-form-search-vol {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 10px;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.flight-dest {
    transform: rotate(135deg);
    width: 100px;
    margin: 0px 45px;
}

#beginSearchFlight {
    padding: 10px 35px;
    border-radius: 5px;
}

#search-result-vol-content .flight-card:first-of-type .best-flight-img {
    display: block !important;
}

.best-flight-img {
    position: absolute;
}

.best-flight-img img {
    width: 40px !important;
}

.single-title-vol p {
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto';
}

.result-return-vol-content {
    margin-top: 40px;
}

.flight-summary {
    margin-top: 50px;
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
    position: relative;
}

.flight-summary::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #2980b9, #6dd5ed);
    border-radius: 8px 8px 0 0;
}

.flight-summary p {
    margin: 12px 0;
    font-size: 1.1em;
    color: #34495e;
    transition: color 0.3s;
}

.flight-summary p:first-child {
    font-weight: bold;
    color: #2980b9;
    font-size: 1.4em;
}

.flight-summary p:not(:first-child) {
    font-weight: normal;
}

.flight-summary p:last-child {
    font-size: 1.3em;
    font-weight: bold;
    color: #2980b9;
}

.flight-departure::before {
    content: "\2708";
    margin-right: 8px;
    color: #007bff;
    font-size: 1.2em;
}

.flight-arrival::before {
    content: "\2708";
    margin-right: 8px;
    color: #28a745;
    font-size: 1.2em;
}




.change-params-adults-childs {
    display: flex;
    justify-content: initial;
}

.custom-container {
    width: 125px;
    margin: 0 20px;
}

.change-params-way label {
    margin-right: 20px;
}

.change-params-way #oneWay {
    margin-left: 15px;

}

.type-avion {
    border: 1px solid;
    padding: 22px 25px;
    border-radius: 15px;
    background: #d7eafa;
    text-align: center;
    margin-top: 20px;
}

.type-avion p {
    margin-bottom: 0 !important;
    font-style: italic;
    font-weight: 700;
}

.searchFlightForm input {
    font-size: 14px;
    font-weight: 500;
}

.client-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.client-details div {
    flex: 1 1 calc(50% - 20px);
    box-sizing: border-box;
}


/**/

.confirmation-payment {
    margin-top: 40px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    margin: 20px 0;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

.confirmation-payment h5 {
    color: #2c3e50;
    font-size: 1.8em;
    margin-bottom: 15px;
    border-bottom: 2px solid #2980b9;
    padding-bottom: 10px;
}

.confirmation-payment .intro-text {
    font-size: 1.1em;
    color: #34495e;
    margin-bottom: 20px;
    font-weight: 500;
}

.confirmation-payment .payment-details {
    background-color: #ecf0f1;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
    border-left: 5px solid #2980b9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.confirmation-payment .payment-details p {
    font-size: 1em;
    margin: 10px 0;
    color: #333;
}

.initial-price,
.fees,
.taxes {
    font-size: 1.1em;
    color: #555;
}

.total-price {
    font-size: 1.5em;
    color: #e74c3c;
    font-weight: bold;
}

.total-price strong {
    font-weight: 700;
}

.payment-details hr {
    margin: 15px 0;
    border: none;
    border-top: 1px solid #ddd;
}

.travelers-details h6 {
    font-size: 22px;
}

.traveler-section h5{
    font-size: 20px !important;
}

.traveler-section h6 {
    font-size: 16px !important;
}

.traveler-section {
    margin-bottom: 20px;
}

.traveler-info {
    margin-bottom: 15px;
}


.travelers-details label {
    margin-right: 15px;
}

.travelers-details input {

    border-radius: 8px !important;
}
.client-details,
.travelers-details {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.client-info {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.traveler-section label
{
    font-weight: bold;
    color: #2980b9;
}

.client-info label {
    flex: 1 1 calc(25% - 15px);
    box-sizing: border-box;
}

.client-info input {
    width: 100%; 
    padding: 8px; 
    border: 1px solid #ccc; 
    border-radius: 4px; 
    font-size: 14px; 
}

.confirmation-payment .client-details {
    display: block;
    margin-bottom: 20px;
}

.confirmation-payment .client-details div {
    flex: 1 1 calc(50% - 20px);
}

.confirmation-payment .client-details label {
    font-weight: bold;
    color: #2980b9;
}

.confirmation-payment .client-details input {
    width: 100%;
    padding: 10px;
    border: 1px solid #bdc3c7;
    border-radius: 5px;
    font-size: 0.9em;
    margin-top: 5px;
    transition: border 0.3s;
}

.confirmation-payment .client-details input:focus {
    border-color: #2980b9;
    outline: none;
}

.confirmation-payment .card-details {
    background-color: #ecf0f1;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}

.confirmation-payment .card-details h6 {
    margin-top: 0;
    color: #2c3e50;
}

.confirmation-payment .payment-remark {
    font-size: 0.9em;
    color: #7f8c8d;
    margin-bottom: 20px;
}

.confirmation-payment .payment-button {
    text-align: center;
}

.confirmation-payment .payment-button button {
    background-color: #27ae60;
    color: #ffffff;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.confirmation-payment .payment-button button:hover {
    background-color: #219653;
    transform: scale(1.05);
}

.confirmation-payment .payment-button button:active {
    transform: scale(1);
}


.flight-route-single {
    margin-left: 25px !important;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    min-width: 400px;
    transition: box-shadow 0.3s ease;
}

.flight-info-text:hover,
.flight-route-single:hover {
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);

}

.route-details {
    display: block;
    margin-bottom: 15px;
    padding: 10px;
    border-left: 4px solid #007BFF;
    background-color: #ffffff;
    border-radius: 4px;
}

.route-details p {
    margin: 0;
    font-size: 15px;
    color: #555;
}

.route-details strong {
    color: #333;
}

.departure-airport,
.arrival-airport {
    color: #007BFF;
    font-weight: 600;
    font-size: 16px;
}

.departure-code,
.arrival-code {
    color: #6c757d;
    font-weight: 500;
}

.departure-time,
.arrival-time {
    font-style: italic;
    color: #6c757d;
    font-size: 14px;
}

@media (max-width: 600px) {
    .flight-route-single {
        padding: 15px;
    }

    .route-details p {
        font-size: 14px;
    }
}


/**/

.extensions-confort-content {
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.flight-extensions,
.flight-legroom-extensions {
    margin-bottom: 20px;
}

.flight-extensions p,
.flight-legroom-extensions p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.flight-extensions ul,
.flight-legroom-extensions ul {
    list-style: none;
    padding: 0;
}

.flight-extensions li,
.flight-legroom-extensions li {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 8px;
    transition: background 0.3s;
}

.flight-extensions li:hover,
.flight-legroom-extensions li:hover {
    background: #e9ecef;
}

.flight-extensions li::before,
.flight-legroom-extensions li::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #007BFF;
    margin-right: 8px;
}

/**/

.carbon-emissions {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.carbon-emissions p {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.carbon-emissions ul {
    list-style: none;
    padding: 0;
}

.carbon-emissions li {
    background: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 12px;
    margin-bottom: 10px;
    transition: background 0.3s;
}

.carbon-emissions li:hover {
    background: #f1f1f1;
}

.carbon-emissions li strong {
    color: #007BFF;
}

.return-to-result {
    position: absolute;
    z-index: 9;
    padding-right: 40px;
}
.bloc-best-flights,
.bloc-other-flights {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}

#search-result-vol-content h4
{
    font-size: 18px;
    color: #0056b3;
    margin-bottom: 0;
    font-weight: bold;
}

.bloc-other-flights h4 {
    font-size: 18px;
    color: #0056b3;
    margin-bottom: 0;
    font-weight: bold;
}
#primary-navigation a,
.search-vol-header a {
    text-decoration: none !important;
}

.nav-button:hover {
    background-color: #3b24f1 !important;
    color: #fff !important;
}

/* .menu-item {
    padding: 0px 10px !important;
    border-radius: 5px !important;
}

.menu-item:hover {
    background-color: #3b24f1 !important;
    color: #fff !important;
    padding: 0px 10px;
    border-radius: 5px;
} */

/* .menu-item:hover a {
    color: #fff !important
} */

/* .search-vol-header a:hover {
    font-weight: 500 !important;
    font-size: 15px !important;
} */

/* .search-vol-header a::before, */
#search-result-vol-content h4::before,
.bloc-other-flights h4::before {
    content: "\2708";
    margin-right: 8px;
    color: #007bff;
    font-size: 1.2em;
}

.bloc-other-flights p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
}

.search-description {
    margin-bottom: 15px;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.flight-type-info {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Roboto';
    border: 1px solid;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 7px;
    background: aquamarine;
}

.flight-type-info.vol-with-escale {
    background: bisque;
}

.flight-info-text .flight-departure-vol,
.flight-info-text .flight-arrival-vol {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
}

.flight-info-text .flight-departure-title,
.flight-info-text .flight-arrival-title {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}


.flight-info-text .flight-step {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
}

.flight-info-text .flight-step:last-child {
    border-bottom: none;
}

.flight-info-text .flight-step-title {
    font-size: 16px;
    color: #555;
    margin-bottom: 5px;
}

.flight-info-text .flight-step-arrival {
    font-size: 15px;
    color: #777;
}

.flight-info-text .flight-departure-notice {
    font-size: 14px;
    color: #ff5a5f;
    margin-top: 10px;
}

.flight-info-text p {
    margin: 5px 0;
}

.flight-info-text .flight-departure-vol p,
.flight-info-text .flight-arrival-vol p {
    line-height: 1.6;
}

.flight-info-text strong {
    color: #2c3e50;
}
.return-flight-display 
.return-flight-display .flight-card-link-page {
    display: none;
}

.all-search-form-container {
    display: flex;
}

.all-search-form-container a {
    font-weight: 700;
    text-transform: uppercase;
    font-family: "Roboto", Sans-serif;
    border: 2px solid transparent;
    font-size: 14px;
    margin-right: 5px;
}

.all-search-form-container a:hover {
    background-color: #f1f1f1;
    color: #000;
    border-bottom: 3px solid #3b24f1;
    text-decoration: none;
}

.all-search-form-container a.active {
    border-bottom: 3px solid #3b24f1;
    text-decoration: none;
}


.menu-item {
    outline: none;
}

.menu-item:focus {
    outline: none;
}

.menu-item a:hover {
text-decoration: none;
}
.return-flight-display .flight-card-link-page,
.return-flight-display .price-vol-item {
    display: none;
}

.return-flight-display .flight-card {
    display: block;
}

.return-flight-display .flight-card-content.flight-card-content-right-side {
    background: #fff;
    width: 100%;
}

.return-flight-display .flight-type-info {
    padding: 10px 20px;
    background: #fff;
}

.return-flight-display .flight-card-link-page-container  {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.return-flight-display .flight-card {
    display: block;
}

.hotel-message-container {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    transition: box-shadow 0.3s ease;
}

.hotel-message-container:hover {
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}

.hotel-message-section {
    margin-bottom: 20px;
}

.hotel-message-section:last-child {
    margin-bottom: 0;
}

.hotel-message-title {
    font-size: 24px;
    font-weight: bold;
    color: #2c3e50;
    margin-bottom: 15px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-bottom: 2px solid #3498db;
    padding-bottom: 10px;
}

.hotel-message-text {
    font-size: 18px;
    color: #555555;
    line-height: 1.8;
    text-align: justify;
}

.hotel-message-text strong {
    color: #3498db;
}

.ast-container {
    max-width: 100% !important;
    padding: 0px !important;
}

#searchHotelForm {
    background: none !important;
}

#searchFlightForm {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 24px;
}

.total-price,
.price-vol-item {
    font-size: 18px !important;
    font-family: 'Roboto';
    font-weight: 700;
    margin-top: 14px !important;
    
}

.indication-text-single-page-container {
    display: flex;
}


.control-passengers {
    display: flex;
    gap: 10px;
    align-items: center;
}

.control-btn {
    width: 30px;
    height: 30px;
    background-color: #e0e0e0;
    border: none;
    border-radius: 50%;
    font-size: 18px;
    cursor: pointer;
}

.control-btn:disabled {
    background-color: #f0f0f0;
    cursor: not-allowed;
}

#childOptions {
    min-height: 250px;
    min-width: 350px;
    background: rgb(255, 255, 255);
    z-index: 99999;
    position: absolute;
    left: 10%;
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    max-width: fit-content;
}

.children-options-container {
    display: flex;
    justify-content: space-between;
}

.children-options-container .control-passengers {
    width: 100px;
}

#childrenDisplay {
    width: auto;
}

.control-passengers button {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    font-size: 12px;
    border-radius: 10px;
}

#childrenDisplayContainer input {
    width: -webkit-fill-available;
}

.escale-info {
    /* background: aquamarine;
    border-radius: 20px; */
    font-size: 12px;
    padding: 5px 6px;
    font-weight: 500;
    margin-top: 24px;
}

.flight-info {
    display: block;
    background: #e9ecef;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-family: 'Arial', sans-serif;
}


.elementor-element-4cfaf68,
.elementor-element-a51b7e1  {
    border: 1px solid;
}

.hotel-card-link-page a {
    text-decoration: none !important;
}



#validateRoomsBtn,
#beginSearchHotel {
    padding: 10px 35px;
    border-radius: 10px;
}

#closePopupBtn:hover {
    background-color: #fff !important;
}

/* 
.scroll-bar {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    background-color: #333;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    text-align: center;
}

.scroll-bar span {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 40s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
} */

.scroll-bar span {
    font-size: 16px;
    font-weight: 600;
}

#form-field-field_4c67af7{
    color: #454242a3 !important;
}

.all-search-content-flight-page{
    display: flex;
    justify-self: center;
    position: relative;
    /* right: 100px; */
}

#search-result-vol-left-content {
    padding-right: 50px;
}

#all-search-flight-right-side {
    width: -webkit-fill-available;
}

.all-search-flight-left-side>p {
    background: #3b24f1a8;
    width: fit-content;
    padding: 7px 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    margin-left: 20px;
}

.search-vol-header a:hover {
    background-color: #3a26f0 !important;
    color: #fff !important;
}


#menu-1-76f796a li:hover a {
    color: #fff !important;
    background-color: #3a26f0 !important;
}


.dropdown-menu{
    left: 15px !important;
}

.dropdown-menu a {
    text-align: center !important;
}

.dropdown-menu a:hover {
   font-weight: 500 !important;
   color: #fff !important;
   background-color: #3a26f0 !important;
   border-bottom: 1px solid #fff;
}

.dropdown-menu {
    padding: 0px !important;
}

.elementor-element-3f65f47 > .elementor-widget-container {
    display: grid;
}

body select {
    padding: 5px 10px !important
}

.entry-header.ast-no-thumbnail,
.woocommerce-billing-fields {
    display: none;
}




/*******/ 

/* Personnaliser l'apparence des notifications Toast */
.toast {
    background-color: #333 !important;  
    color: white !important;           
    font-size: 16px !important;          
    border-radius: 5px !important;      
 
}

.toast-success {
    background-color: #28a745 !important;
}

.toast-error {
    background-color: #dc3545 !important; 
}

.toast-info {
    background-color: #17a2b8 !important; 
}

.toast-warning {
    background-color: #ffc107 !important; 
}

/* .toast-bottom-right {
    bottom: 30px !important;   
    right: 30px !important;    
} */

.traveler-infos {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
    align-items: center;
}

.traveler-infos label {
    display: flex;
    flex-direction: column;
    font-size: 14px;
    font-weight: 500;
}

.traveler-infos input {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

#step-infos-user-button {
    border-radius: 15px;
}

.step-infos-user-button {
    margin-bottom: 20px;
}

.input-error {
    border: 2px solid red;
    background-color: #ffe6e6;
}

.error-message {
    color: red;
    font-size: 0.9em;
    margin-top: 2px;
    display: block;
}

/* Section globale de confirmation de réservation */
#confirmation-details {
    font-family: Arial, sans-serif;
    margin: 20px;
    padding: 15px;
    background-color: #f4f4f4;
    border-radius: 8px;
}

/* Titre principal de la page */
.reservation-title {
    font-size: 24px;
    font-weight: bold;
    color: #2d6a4f;
    margin-bottom: 20px;
}

/* Détails du voyageur */
.traveler-details {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    border-radius: 5px;
}

.traveler-title {
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 10px;
}

.traveler-label {
    font-weight: bold;
    color: #2d6a4f;
}

/* Détails du vol */
.flight-details, .return-flight-details {
    background-color: #ffffff;
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    border-radius: 5px;
}

.flight-title, .return-flight-title {
    font-size: 18px;
    color: #3c3c3c;
    margin-bottom: 10px;
}

.flight-label, .return-flight-label {
    font-weight: bold;
    color: #2d6a4f;
}

/* Note de confirmation */
.note {
    background-color: #f1f1f1;
    padding: 15px;
    margin-top: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.note-message {
    font-size: 16px;
    color: #555;
    text-align: center;
}

/* Styles supplémentaires pour rendre le texte plus lisible */
p {
    line-height: 1.6;
}

strong {
    color: dodgerblue;
}

/* Ajout d'un peu d'espace entre les sections */
.reservation-details {
    margin-bottom: 30px;
}

/* Responsive design pour les petits écrans */
@media (max-width: 768px) {
    #confirmation-details {
        margin: 10px;
        padding: 10px;
    }

    .reservation-title {
        font-size: 20px;
    }

    .traveler-details, .flight-details, .return-flight-details, .note {
        padding: 10px;
    }

    .traveler-title, .flight-title, .return-flight-title {
        font-size: 16px;
    }

    .note-message {
        font-size: 14px;
    }
}


#confirmation-details p {
    padding: 0px !important;
}

.reassurance-container {
    display: flex;
    align-items: center;
}

.reassurance img {
    width: 100px !important;
}
.traveler-info p {
    font-size: 14px;
    font-weight: 500;
    background: #f9f9f9;
    padding: 10px 10px;
    border-radius: 10px;
    margin-bottom: 0;
}

.am-return-flight-details p,
.am-flight-info p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 5px;
}


.reassurance-container h2 {
    margin-bottom: 0px !important;
}

.contact-info {
    border: 1px solid #dcdcdc;
    padding: 15px;
    margin-top: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    font-family: Arial, sans-serif;
}

.contact-info p {
    margin: 8px 0;
    color: #333333;
    font-size: 14px;
}

.contact-info p:first-child {
    font-weight: bold;
    color: #000000;
    font-size: 16px;
}

.contact-info .contact-link {
    color: #007bff;
    text-decoration: none;
}

.contact-info .contact-link:hover {
    text-decoration: underline;
}

.reservation-number {
    font-size: 16px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
}

.no-data {
    padding: 100px 0;
    text-align: center;
}

.no-data p {
    font-size: 20px;
    font-weight: 700;
    color: #ed143d;
}

.payment-icons {
    margin-top: 10px;
    display: flex;
    gap: 15px;
}
.payment-logo {
    width: 80px;
    height: auto;
    object-fit: contain;
}

.payment-icons img {
    width: 50px !important;
}

.payment-icons {
    margin-bottom: 30px;
}


.hotel-page-loader p {
    margin-left: 20px;
}
.ast-scroll-to-top-right {
    right: 30px;
    bottom: 60px !important;
}

.gt_switcher_wrapper {
    top: 30px !important;
    right: 22px !important;
}

.elementor-element-c8d45aa {
    padding-right: 25px !important;
}

.gtranslate_wrapper {
    display: block !important
}

/* .gtranslate_wrapper a {
    display: block !important
} */

@media only screen and (max-width: 1024px) {

    .flight-details-table thead {
        display: none;
    }

    .flight-details-table, 
    .flight-details-table tbody, 
    .flight-details-table tr, 
    .flight-details-table td {
        display: block;
        width: 100%;
    }

    .flight-details-table tr {
        margin-bottom: 15px;
        border: 1px solid #ddd;
        padding: 10px;
        background: #f9f9f9;
    }

    .flight-details-table td {
        text-align: right;
        padding-left: 50%;
        position: relative;
    }

    .flight-details-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        width: 45%;
        white-space: nowrap;
        font-weight: bold;
        text-align: left;
    }





    

    #search-result-vol-left-content {
        padding-right: 0px !important;
    }

    .type-vol {
      display: block !important;
      margin-bottom: 20px !important;
    }

    .searchFormV2Container {
        display: block !important;
    }

    .gt_switcher_wrapper {
        top: unset !important;
        bottom: 15px !important;
    }

    .traveler-infos {
        display: block !important;
    }

    .all-search-content-flight-page{
        display: flex;
        justify-self: center;
        position: relative;
        right: 0px !important;
    }

    
    .flight-card {
        width: 100% !important;
    }

    .document-info.traveler-container,
.contact-infos.traveler-containers,
    .personal-info.traveler-container {
        display: block !important;
    }

    .elementor-element-f88602c > .e-con-inner {
        justify-content: space-around !important;
    }

    #search-result-vol-content {
        padding: 0px
    }

    .all-search-content-flight-page {
        display: block !important;
        width: -webkit-fill-available !important;
    }

    .header-web-site {
        display: flex;
    }

    .header-web-site-part1  {
        max-width: 120px !important;
    }

    .header-web-site-part1 img {
        width: auto !important;;
    }
    body {
        overflow-x: hidden !important;
    }

    .header-web-site-part1, 
    .header-web-site-part2,
    .header-web-site-part3
    {
        width: auto !important;
    }

    .flight-route-single {
        margin-left: 0 !important;
    }
    
    .single-title-vol p {
        font-size: 15px;
    margin-left: 30px;
    margin-bottom: 0;
    }

    .end-of-content {
        margin-left: 20px;
    }

.search-description {
    margin: 20px;
}

    #myProgress {
        margin: 25px;
        width: auto;
    }

    .searchFlightForm {
        display: block !important
    }

    .parametres-recherche-vols p {
        margin-right: 30px;
    }

    .flight-card,
    .flight-info,
    .header-single-page-content {
        display: block !important;
        padding: 25px;
    }

    .flight-card-content-right-side {
        width: 100% !important;
    }

    #searchHotelForm {
        display: block !important;
    }


    .hotel-slider-description-content {
        display: block !important;
    }

    .details-hotel-result-left {
        padding-top: 10px;
    }

    .nearby-place {
        display: block !important;
        text-align: center;
        padding-top: 20px;
    }

    .nearby-place-name-transport {
        margin: 0 auto;
        margin-top: 15px;
    }


    .nearby-place-content {
        margin-left: 10px;
        text-align: center;
    }

    .nearby-place img {
        border-radius: 0px;
    }

    .hotel-card-img {
        margin-bottom: 20px;
    }

    .hotel-card-content {

        display: block;
    }

    .hotel-card-link-page {
        text-align: start;
    }

    .hotel-card-details {
        display: contents
    }

    .right-side-search-form,
    .left-side-search-form {
        display: block;
    }

    .flight-route {
        display: block;
    }

    .flight-route > div {
        display: flex;
        justify-content: center;
        gap: 10px;
        margin-bottom: 10px;
    }

    .small-size-container {
        justify-content: center;
    }

    .flight-dest {
        display: none;
    }
.searchVolButton {
    right: 40px
}

.indication-text-single-page-container {
    display: block
}

.parametres-recherche-vols > p {
    margin-left: 30px;
}

}

.payment_method_bictorys img {
    margin-top: 20px !important;
}

.payment_method_bictorys label {
    display: contents !important;
}


#flight-offers .flight-offer {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
    background-color: #f9f9f9;
}

#flight-offers .itinerary, #flight-offers .traveler, #flight-offers .price {
    margin-bottom: 15px;
}

#flight-offers .segment {
    border-left: 3px solid #007bff;
    padding-left: 10px;
    margin-bottom: 10px;
}

#flight-offers .error, #flight-offers .no-itinerary, #flight-offers .no-traveler {
    color: #dc3545;
    font-style: italic;
}

#flight-offers h3, #flight-offers h4 {
    color: #333;
}

.flight-card-img .am-img {
    width: 30px !important;
}

.am-card-container .flight-card-img p {
    font-size: 21px !important;
    font-weight: 700 !important;
}

.am-flights-details-numbers {
    display: flex;
}

.api-change {
    float: right;
}

.flight-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
}

.flight-details-table th, .flight-details-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.flight-details-table th {
    background-color: #f2f2f2;
}

#cancel-reservation-id {
    background: #a0522d;
}

.manage-flight-container button {
    margin-top: 20px;
}

#flight-cancel-results,
#flight-status-results {
    margin-top: 20px;
}

#flight-status-results h2 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
}

#flight-status-results h3 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
    color: dodgerblue;
}


#flight-status-results strong {
    color : #000;
}

#flight-status-results .segment {
    border: 1px solid;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 15px;
}

.api-confirmation-content {
    text-align: center;
    padding: 30px 0;
    margin: 25px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.api-confirmation-content p {

    margin-bottom: 0 !important;
    font-size: 18px;
    font-weight: 700;
}

.am-loader-container .danger {
    color: #f44336;
}

.reservation-summary {
    text-align: right;
    border: 1px solid;
    padding: 20px;
    margin: 20px 0;
    background: #8080801a;
}

.searchFormV2Container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 11px;
    background: #f5f5f5;
    padding: 8px 15px;
    border-radius: 10px;
}

.searchFormV2Container .search-description {
    background: #f5f5f5;
}

.searchFormV2Container #travelClass {
    width: auto;
    border-radius: 10px;
    border: 1px solid;
    font-size: 14px;
    font-weight: 500;
}

.multi-flight {
    display: block;
}

.multi-flight-search-container {
    display: flex;
    margin-bottom: 10px;
}

.multi-flight h4 {
    font-size: 14px;
    margin-bottom: 8px;
}

.multi-flight-search-container > div {
    padding: 0 20px;
}

#childrenContainer {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
}

.searchFlightFormV2 .right-side-search-form {
    padding-bottom: 15px;
    margin-bottom: 15px;

    border-radius: 10px;

}

.linear-loader {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    display: block;
    margin: 15px auto;
    position: relative;
    color: #1E79E4;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
}

.msgInformLoadCodes p {
    font-size: 14px;
    font-weight: 500;
    font-style: italic;
    text-align: center;
}


@keyframes animloader {
    0% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    25% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 2px;
    }

    50% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 -2px, -14px 0 0 2px, -38px 0 0 -2px;
    }

    75% {
        box-shadow: 14px 0 0 2px, 38px 0 0 -2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }

    100% {
        box-shadow: 14px 0 0 -2px, 38px 0 0 2px, -14px 0 0 -2px, -38px 0 0 -2px;
    }
}

.amadeusV2 .left-side-search-form {
    
}

.removeFlight {
    background: #fff;
    color: #000;
    padding-top: 30px;
    outline: none;
}

.removeFlight:hover {
    background: #fff;
    color: #000;
    outline: none;
}

#addFlightContainer {
    text-align: end;

}

#addFlight {
    border-radius: 30px;
    font-size: 13px;
}

#addFlight.disabled {
    background-color: #ccc;  
    color: #666; 
    cursor: not-allowed; 
    opacity: 0.6;
    pointer-events: none; 
}

#childrenContainer {
    width: auto;
}

#childrenContainer input {
    width: auto;
    margin-left: 10px;
}
#childrenContainer label {
    width: auto;
}


.toggle-details {
    padding: 0px 6px 2px 6px;
    border-radius: 7px;
    z-index: 1;
    position: relative;
    font-weight: 400;
    font-size: 11px;
}

.flight-details {
    margin-top: 10px;
}

.single-vol-result .flight-details p {
    margin-bottom: 5px !important;
}

.all-search-flight-right-side {
    width: -webkit-fill-available;
}

#custom-login-form h3{
    font-size: 18px;
    font-weight: 700;
}

#custom-login-form input {
margin-bottom: 10px;
}

.phone-input {
    /* display: flex;
    width: 100%; */
}

.phone-input .phone-input-code {
width: 40%;
}

.phone-input .phone-input-tel {
    width: 60%;
}

.am-flight-info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.am-flight-info-grid .info-group {
    flex: 1 1 220px;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
    font-size: 0.95rem;
}

.search-description-text p {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.flight-info-card {
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    max-width: 700px;
    margin: 20px auto;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
    font-family: 'Segoe UI', sans-serif;
    color: #333;
}

.flight-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 10px 0;
    border-bottom: 1px dashed #ccc;
}

.flight-grid:last-child {
    border-bottom: none;
    background: antiquewhite;
    padding: 10px 10px;
    font-weight: 500;
}

.flight-step {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 10px 15px;
    margin-top: 10px;
}

.flight-info-card p {
    margin: 0;
    font-size: 13px;
}

.flight-info-card p strong {
    color: #2c3e50;
}

.itinerary-block{
    border-bottom: 1px solid;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.numberOfBookableSeats {
    background: antiquewhite;
    text-align: center;
    padding: 10px;
    border-radius: 18px;
    margin-top: 15px;
    font-weight: 500;
    font-size: 15px;
}