
    /*==================================================
    TOP FLIGHT ROUTES
==================================================*/

.top-flight-routes{
    background:#f8fafc;
}

.top-flight-routes h2{
    font-size:34px;
    font-weight:700;
    color:#222;
}

.top-flight-routes p{
    font-size:15px;
    color:#666;
}


/*=========================================
Featured Card
==========================================*/

.featured-route-card{

    background:linear-gradient(135deg,#FC8D43,#ffb15c);

    border-radius:22px;

    padding:22px;

    color:#fff;

    position:relative;
    height: calc(100vh - 250px);
    overflow:hidden;

    /* min-height:80%; */

    box-shadow:0 15px 35px rgba(252,141,67,.25);

}

.featured-route-card::before{

    content:"";

    position:absolute;

    width:220px;

    height:220px;

    background:rgba(255,255,255,.12);

    border-radius:50%;

    right:-80px;

    top:-80px;

}

.popular-tag{

    display:inline-block;

    padding:7px 16px;

    background:#fff;

    color:#FC8D43;

    font-size:13px;

    font-weight:600;

    border-radius:30px;

    margin-bottom:25px;

}


/*=========================================
Route Codes
==========================================*/

.route-codes{

    display:flex;

    justify-content:space-between;

    align-items:center;

    margin-bottom:18px;

}

.route-codes span{

    font-size:30px;

    font-weight:700;

    letter-spacing:2px;

}

.plane-line{

    flex:1;

    margin:0 25px;

    position:relative;

    text-align:center;

}

.plane-line::before{

    content:"";

    position:absolute;

    width:100%;

    height:2px;

    background:rgba(255,255,255,.5);

    top:50%;

    left:0;

}

.plane-line i{

    position:relative;

    z-index:2;

    background:#FC8D43;

    padding:10px;

    border-radius:50%;

    transform:rotate(45deg);

}


/*=========================================
Cities
==========================================*/

.route-city{

    display:flex;

    justify-content:space-between;

    margin-bottom:25px;

}

.route-city small{

    text-transform:uppercase;

    opacity:.8;

    letter-spacing:1px;

}

.route-city h3{

    font-size:20px;

    font-weight:700;

    margin-top:5px;

}


/*=========================================
Features
==========================================*/

.route-feature{

    display:flex;

    gap:25px;

    margin-bottom:30px;

}

.route-feature span{

    display:flex;

    align-items:center;

    gap:8px;

    font-size:14px;

    font-weight:500;

}


/*=========================================
Buttons
==========================================*/

.route-buttons{

    display:flex;

    gap:15px;

}

.route-buttons .btn{

    flex:1;

    border-radius:10px;

    padding:10px;

    font-size:14px;


}

.btn-route{

    background:#fff;

    color:#FC8D43;

}

.btn-route:hover{

    background:#fff3ea;

    color:#FC8D43;

}

.btn-search{

    background:#222;

    color:#fff;

}

.btn-search:hover{

    background:#e8e4e4;

    color:#fff;

}


/*=========================================
Route List
==========================================*/

.route-item{

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

    padding:14px 18px;

    background:#fff;

    border-radius:14px;

    box-shadow:0 4px 15px rgba(0,0,0,.06);

    transition:.3s;

}

.route-item:hover{

    transform:translateY(-2px);

    box-shadow:0 10px 22px rgba(0,0,0,.08);

}

.route-actions-small{

    display:flex;

    gap:8px;

    flex-shrink:0;

}

.btn-route-small{

    text-decoration:none;

    font-size:12px;

    font-weight:600;

    padding:7px 12px;

    border-radius:8px;

    transition:.3s;

}

.btn-guide{

    border:1px solid #FC8D43;

    color:#FC8D43;

    background:#fff;

}

.btn-guide:hover{

    background:#FC8D43;

    color:#fff;

}

.btn-search-small{

    background:#FC8D43;

    color:#fff;

    border:1px solid #FC8D43;

}

.btn-search-small:hover{

    background:#ff7b1f;

    color:#fff;

}

@media(max-width:768px){

    .route-item{

        flex-direction:column;

        align-items:flex-start;

        gap:15px;

    }

    .route-actions-small{

        width:100%;

    }

    .btn-route-small{

        flex:1;

        text-align:center;

    }

}
.route-tabs{

    gap:12px;

}

.route-tabs .nav-link{

    border:none;

    background:#fff;

    color:#666;

    border-radius:40px;

    padding:10px 24px;

    font-weight:600;

    box-shadow:0 5px 15px rgba(0,0,0,.05);

}

.route-tabs .nav-link.active{

    background:#FC8D43;

    color:#fff;

}

.route-tabs .nav-link.disabled{

    opacity:.55;

    cursor:not-allowed;

}

/*=========================================
Bottom Button
==========================================*/

.btn-view-all{

    padding:12px 30px;

    border-radius:40px;

    background:#FC8D43;

    color:#fff;

    font-weight:600;

}

.btn-view-all:hover{

    background:#ff7d20;

    color:#fff;

}


/*=========================================
Responsive
==========================================*/

@media(max-width:991px){

    .featured-route-card{

        margin-bottom:30px;

    }

    .route-codes span{

        font-size:32px;

    }

}

@media(max-width:767px){

    .route-buttons{

        flex-direction:column;

    }

    .route-city h3{

        font-size:18px;

    }

    .route-feature{

        flex-direction:column;

        gap:10px;

    }

}

.why-beyond{

    background:#fff;

}

.section-title{

    font-size:40px;

    font-weight:700;

    color:#222;

}

.section-subtitle{

    color:#777;

    margin-top:10px;

    font-size:16px;

}

.rating-box{

    border:1px solid #d9eee4;

    border-radius:18px;

    padding:14px 25px;

    background:#fff;

    color:#222;

    font-weight:600;

    box-shadow:0 8px 20px rgba(0,0,0,.05);

}

.rating-box span{

    margin-left:10px;

    font-weight:500;

}

.why-card{

    background:#fff;

    border:1px solid #edf2f7;

    border-radius:20px;

    padding:35px 25px;

    text-align:center;

    height:100%;

    transition:.35s;

}

.why-card:hover{

    transform:translateY(-8px);

    border-color:#FC8D43;

    box-shadow:0 18px 35px rgba(252,141,67,.12);

}

.icon-circle{

    width:82px;

    height:82px;

    border-radius:50%;

    margin:auto;

    margin-bottom:25px;

    background:#FFF3EB;

    display:flex;

    justify-content:center;

    align-items:center;

}

.icon-circle i{

    color:#FC8D43;

    font-size:36px;

}

.why-card h4{

    font-size:24px;

    font-weight:700;

    margin-bottom:15px;

}

.why-card p{

    color:#666;

    line-height:1.8;

    font-size:15px;

}

.flight-seo-section{

    background:#fff;

}

.seo-content-box{

    background:#fff;

    border:1px solid #ececec;

    border-radius:18px;

    padding:35px;

    box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.seo-content-box h2{

    font-size:34px;

    font-weight:700;

    color:#222;

}

.seo-content-box h3{

    font-size:24px;

    margin-top:30px;

    margin-bottom:15px;

    font-weight:700;

    color:#222;

}

.seo-content-box p{

    color:#555;

    font-size:16px;

    line-height:1.9;

}

.seo-content-box ul{

    padding-left:18px;

}

.seo-content-box li{

    margin-bottom:10px;

    color:#555;

}

.more-content{

    display:none;

}

.more-content.show{

    display:block;

}

.read-toggle{

    margin-top:25px;

    background:none;

    border:none;

    color:#FC8D43;

    font-weight:700;

    font-size:16px;

    cursor:pointer;

}

.flight-faq-section{

    background:#fff;

}

.faq-title{

    font-size:40px;

    font-weight:700;

    color:#222;

}

.faq-subtitle{

    color:#777;

    margin-top:10px;

}

#flightFaq .accordion-item{

    border:none;

    border-bottom:1px solid #eee;

    border-radius:0;

}

#flightFaq .accordion-button{

    padding:24px 10px;

    font-size:20px;

    font-weight:600;

    color:#222;

    background:#fff;

    box-shadow:none;

}

#flightFaq .accordion-button:not(.collapsed){

    color:#FC8D43;

    background:#fff;

}

#flightFaq .accordion-button:focus{

    box-shadow:none;

}

#flightFaq .accordion-body{

    padding:0 10px 25px;

    color:#666;

    font-size:16px;

    line-height:1.9;

}
