﻿.multi-trip .second-trip {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.custom-dropdown {
    width: 300px;
    border: 1px solid #ccc;
    cursor: pointer;
    user-select: none;
    position: relative;
}

.selected {
    padding: 10px;
}

.options {
    display: none;
    border-top: 1px solid #ccc;
    position: absolute;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
    background: white;
    z-index: 1000;
}

.option {
    padding: 10px;
    border-bottom: 1px solid #eee;
}

    .option div {
        line-height: 1.2em;
    }

    .option:hover {
        background: #f0f0f0;
    }


#loader {
    display: none;
    position: fixed;
    height: 60px;
    width: 60px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    box-shadow: 0 0 10px #999;
    justify-content: center;
    align-items: center;
}

    #loader img {
        width: 30px;
        height: 30px;
        animation: spin 1.2s linear infinite;
    }



.option-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
}

.option-airport {
    font-size: 0.9em;
    color: #666;
    margin-top: 4px;
}
 .flightdetails
    {
        margin-top:5px;
        border:1px solid grey;
       padding:20px;
       background:#FFFFFF;
       background:#F9F8F5;

    }

    .fare-box {
        background-color: #fff;
        padding: 20px;
        border-radius: 8px;
        box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    }

    .section-title {
        border-bottom: 1px solid #ccc;
        margin-bottom: 10px;
        padding-bottom: 5px;
    }

    #fareRulesContainer table {
        width: 100%;
        border-collapse: collapse;
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    #fareRulesContainer th,
    #fareRulesContainer td {
        border: 1px solid #ddd;
        padding: 8px;
        text-align: left;
        font-weight: bold;
    }


    #fareRulesContainer ul {
        margin-left: 20px;
        list-style-type: disc;
    }

    #fareRulesContainer fieldset {
        border: 1px solid #ccc;
        padding: 10px;
        margin-bottom: 15px;
        background-color: #f9f9f9;
    }

    #fareRulesContainer legend {
        font-weight: bold;
    }

    .modal-body
    {
        margin-left:50px;
        margin-right: 50px;
        margin-bottom:50px;
    }

.hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .hover-lift:hover {
        transform: translateY(-10px);
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
    }

.banner-img {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/assets/img/blog/luggage1.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: white;
}
.ptext {
    text-align: justify!important;
    text-justify: inter-word!important;
    line-height: 1.6!important;
    word-spacing: 0.5px!important;
}

.flightdetails {
    margin-top: 5px;
    border: 1px solid grey;
    padding: 20px;
    background: #FFFFFF;
    background: #F9F8F5;
}


.fare-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.section-title {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
/*    fareRulecss */
#fareRulesContainer table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

#fareRulesContainer th,
#fareRulesContainer td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

#fareRulesContainer th {
    background-color: #f2f2f2;
    font-weight: bold;
}

#fareRulesContainer ul {
    margin-left: 20px;
    list-style-type: disc;
}

#fareRulesContainer fieldset {
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}

#fareRulesContainer legend {
    font-weight: bold;
}
.flight-info-box {
    border-left: 4px solid #007bff !important;
    padding-left: 10px;
    padding: 10px;
    background: linear-gradient(to right, #FFD580, #ffffff) !important;
}

.flightdetailsshow {
    background-color: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
}

.traveler-box {
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
    padding: 20px;
    border: 1px solid #ddd;
}

.errorMessage {
    color: red;
    font-weight: bold;
    margin-top: 6px;
    padding-left: 10px;
}

.InformationBox {
    box-shadow: 1px 0.5px 5px 0px black;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-bottom: 5px;
}
