:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-15dd61b */.booking-box{

    width:700px;
    background:#fff;
    margin:auto;
    padding:20px;
    border:1px solid #ddd;
}

.booking-box h2{

    color:#0066b3;
    margin-bottom:15px;
}

.line{

    height:4px;
    background:#990000;
    margin-bottom:30px;
}

.row{

    display:flex;
    align-items:center;
    justify-content:space-between;
}

.field{

    width:42%;
}

.field label{

    display:block;
    background:#f5f5f5;
    border:1px solid #bbb;
    border-bottom:none;
    padding:8px;
    font-size:14px;
}

.field select{

    width:100%;
    padding:12px;
    border:1px solid #bbb;
    font-size:15px;
}

.swap{

    color:#0b67b2;
    font-size:24px;
    margin-top:25px;
}

.bottom-row{

    display:flex;
    align-items:end;
    gap:40px;
    margin-top:40px;
}

.date-box{

    width:170px;
}

.date-box label{

    display:block;
    margin-bottom:8px;
}

.date-box input{

    width:100%;
    padding:10px;
    border:1px solid #bbb;
}

.search-btn{

    background:#2f8f18;
    color:#fff;
    border:none;
    padding:13px 35px;
    font-size:18px;
    cursor:pointer;
    border-radius:6px;
    transition:.3s;
}

.search-btn:hover{

    background:#257512;
}

/* POpup css **/

.lead-popup{
    display:none;      /* Hidden initially */
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    z-index:9999;
}

.popup-content{
    width:400px;
    background:#fff;
    margin:100px auto;
    padding:25px;
    border-radius:8px;
    position:relative;
}

#closePopup{
    position:absolute;
    right:15px;
    top:10px;
    cursor:pointer;
    font-size:24px;
}/* End custom CSS */