.elementor-24 .elementor-element.elementor-element-8f56541{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-24 .elementor-element.elementor-element-076319c{box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);margin-top:-35px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-24 .elementor-element.elementor-element-226312f > .elementor-widget-container{margin:0px 0px -10px 0px;padding:0px 0px 0px 0px;}/* Start custom CSS for html, class: .elementor-element-226312f *//* ===== HEADER ===== */
.airfare-header{
    position:sticky;
    top:0;
    z-index:9999;
    background:#fff;
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:12px 30px;
    box-shadow:0 2px 15px rgba(0,0,0,.08);
}

.airfare-logo img{
    max-height:65px;
    width:auto;
    min-width:100px;
}

/* ===== NAVIGATION ===== */
.airfare-nav-wrapper{
    display:flex;
    align-items:center;
    flex:1;
}

.airfare-menu{
    display:flex;
    justify-content:center;
    align-items:center;
    flex:1;
    gap:30px;

}

.airfare-menu a{
    position:relative;
    display:flex;
    align-items:center;
    gap:8px;
    text-decoration:none;
    color:#222;
    font-size:16px;
    font-weight:600;
    padding:25px 0;
    transition:.3s;
}

.airfare-menu a i{
    font-size:18px;
}

/* Hover */
.airfare-menu a:hover{
    color:#0b63d8;
}

.airfare-menu a:hover::after{
    content:'';
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
    height:4px;
    background:#0b63d8;
    border-radius:20px;
}

/* Active */
.airfare-menu a.active{
    color:#0b63d8;
}

.airfare-menu a.active::after{
    content:'';
    position:absolute;
    left:0;
    bottom:10px;
    width:100%;
    height:4px;
    background:#0b63d8;
    border-radius:20px;
}

/* ===== RIGHT SECTION ===== */
.airfare-right{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
    min-width:220px;
}

/* ===== CURRENCY ===== */
.currency-dropdown{
    position:relative;
}

.currency-btn{
    display:flex;
    align-items:center;
    gap:10px;
    background:#2f5cab;
    color:#fff;
    border:none;
    border-radius:6px;
    height:50px;
    padding:0 18px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
}

.currency-btn img{
    width:22px;
    height:16px;
    border-radius:2px;
}

.currency-menu{
    display:none;
    position:absolute;
    top:58px;
    right:0;
    background:#fff;
    min-width:160px;
    border-radius:8px;
    box-shadow:0 4px 20px rgba(0,0,0,.15);
    overflow:hidden;
}

.currency-menu a{
    display:flex;
    align-items:center;
    gap:10px;
    padding:12px 15px;
    text-decoration:none;
    color:#333;
}

.currency-menu a:hover{
    background:#f5f5f5;
}

.currency-menu img{
    width:22px;
    height:16px;
}

/* ===== CONTACT ===== */
.contact-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    height:50px;
    padding:0 22px;
    background:#ff8400;
    color:#fff !important;
    text-decoration:none;
    border-radius:6px;
    font-weight:700;
    white-space:nowrap;
}

.contact-btn:hover{
    background:#e87500;
}

/* ===== MOBILE TOGGLE ===== */
.airfare-toggle{
    display:none;
    flex-direction:column;
    gap:5px;
    cursor:pointer;
}

.airfare-toggle span{
    width:28px;
    height:3px;
    background:#222;
    border-radius:5px;
}

/* ===== MOBILE ===== */
@media(max-width:991px){

    .airfare-header{
        flex-wrap:wrap;
        padding:15px 20px;
    }

    .airfare-toggle{
        display:flex;
    }

    .airfare-nav-wrapper{
        display:none;
        width:100%;
        flex-direction:column;
        align-items:flex-start;
        margin-top:20px;
    }

    .airfare-nav-wrapper.active{
        display:flex;
    }

    .airfare-menu{
        width:100%;
        flex-direction:column;
        gap:0;
    }

    .airfare-menu a{
        width:100%;
        padding:15px 0;
    }

    .airfare-right{
        width:100%;
        flex-direction:column;
        margin-top:20px;
    }

    .currency-dropdown,
    .contact-btn{
        width:100%;
    }

    .currency-btn{
        width:100%;
        justify-content:center;
    }

    .contact-btn{
        width:100%;
    }

    .currency-menu{
        width:100%;
        right:auto;
        left:0;
    }
}/* End custom CSS */