* {
    margin: 0px;
    padding: 0px;
}

/* imp css start */
.btn {
    background-color: #e16a09 !important;
    border-color: #e16a09 !important;
    color: #fff !important;
}

    .btn:hover {
        background-color: #e16a09 !important;
        border-color: #e16a09 !important;
        color: #fff !important;
    }

.text-primary {
    color: #002954 !important;
}

.text-orange {
    color: #002954 !important;
}
/* imp css end */


/* header start */
.navbar-nav .nav-link {
    transition: all 0.3s ease;
}

.navbar {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    background: #002954;
}

.navbar-nav .nav-link:hover {
    color: #0077b6;
    transform: scale(1.05);
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: #ffffff !important;
    border: var(--bs-border-width) solid rgb(255 255 255 / 0%);
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}
/* header end  */


.contact-banner {
    margin-top: 70px;
    background-image: url('../images/contact_banner.jpg');
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

.about-banner {
    margin-top: 70px;
    background-image: url(../images/about_banner.jpg);
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}


.privacy-banner {
    margin-top: 70px;
    background-image: url('../images/privacy-banner.jpg');
    width: 100%;
    height: 250px;
    background-size: cover;
    background-repeat: no-repeat;
}

/* footer section start */
.main-footer {
    background: #289ed1;
    color: #fff;
    font-size: 15px;
}

    .main-footer h4 {
        font-weight: 700;
        margin-bottom: 20px;
        color: #fff;
        position: relative;
    }

        .main-footer h4:after {
            content: "";
            width: 90px;
            height: 3px;
            background: #ffffff;
            display: block;
            margin-top: 8px;
        }
         
.footer-about p {
    line-height: 1.7;
    color: #fff;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .footer-links ul li {
        margin-bottom: 8px;
    }

        .footer-links ul li a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

            .footer-links ul li a:hover {
                color: #fff;
                padding-left: 6px;
            }

.footer-contact p {
    color: #fff;
    margin-bottom: 10px;
}

.footer-contact i {
    color: #fff;
    margin-right: 8px;
    width: 20px;
}

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);
    color: #94a3b8;
    font-size: 14px;
}

.main-footer a {
    text-decoration: none;
}
/* footer section end */


@media (max-width:767px){

    .about-banner {
        margin-top: 70px;
        background-image: url(../images/about_banner.jpg);
        width: 100%;
        height: 115px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .contact-banner {
        margin-top: 70px;
        background-image: url('../images/contact_banner.jpg');
        width: 100%;
        height:115px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .privacy-banner {
        margin-top: 70px;
        background-image: url('../images/privacy-banner.jpg');
        width: 100%;
        height: 115px;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .trending-box {
        position: relative;
        top: 20px !important;
        background: #fff;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .packages {
        margin-top: 60px;
    }

}

.main-footer {
    background: #289ed1;
    color: #fff;
}

/* TOP */
.footer-top-new p {
    color: #fff;
}

/* GRID */
.footer-grid h4 {
    color: #fff;
    margin-bottom: 15px;
}

.footer-grid ul {
    list-style: none;
    padding: 0;
}

        .footer-grid ul li a {
            color: #fff;
            text-decoration: none;
            transition: 0.3s;
        }

            .footer-grid ul li a:hover {
                color: #fff;
            }

/* CONTACT */
.contact-box p {
    font-size: 14px;
    margin-bottom: 10px;
}

.contact-box i {
    color: #fff;
    margin-right: 8px;
}

.main-footer .text-center p {
    border-top: 1px solid rgba(255,255,255,0.1);
    padding-top: 15px;
    color: #fff;
}



/* === Flight flight-banner start == */
.flight-banner {
    padding: 30px 0px;
}

    .flight-banner .flight_engine {
        background: #ffffffcf;
        /* margin-top: 185px; */
        ackground: rgb(255 255 255 / 59%);
        -webkit-backdrop-filter: blur(10px);
    }
/* === Flight flight-banner end === */


/* ------------- */
.trending-box {
    position: relative;
    top: -65px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

    /* CARD */
    .trending-box .trend-card {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        height: 220px;
        cursor: pointer;
    }

        .trending-box .trend-card img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    /* OVERLAY */
    .trending-box .overlay {
        position: absolute;
        inset: 0;
/*        background: linear-gradient(180deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.85));*/
    }

    /* CONTENT */
    .trending-box .trend-content {
        position: absolute;
        bottom: 15px;
        left: 15px;
        color: #fff;
    }

        .trending-box .trend-content h6 {
            font-weight: 600;
            margin-bottom: 2px;
        }

        .trending-box .trend-content p {
            font-size: 13px;
            margin-bottom: 8px;
        }

    /* BUTTON */
    .trending-box .btn-orange {
        background: #ff7a00;
        color: #fff;
        border: none;
        border-radius: 6px;
        padding: 5px 12px;
    }

        .trending-box .btn-orange:hover {
            background: #e66900;
        }

    /* HOVER EFFECT */
    .trending-box .trend-card:hover img {
        transform: scale(1.1);
        transition: 0.5s;
    }
/* ------------- */


/* -------- */
.packages .lux-card {
    position: relative;
    border-radius: 14px;
    overflow: hidden;
    height: 260px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

    .packages .lux-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* OVERLAY */
.packages .overlay {
    position: absolute;
    inset: 0;
/*    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.8) 90%);*/
}

/* CONTENT */
.packages .lux-content {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
}

    .packages .lux-content h5 {
        font-weight: 700;
        margin-bottom: 5px;
    }

    .packages .lux-content p {
        font-size: 13px;
        margin-bottom: 10px;
        opacity: 0.9;
    }

/* BUTTON */
.packages .btn-orange {
    background: #ff7a00;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 6px 14px;
}

    .packages .btn-orange:hover {
        background: #e66a00;
    }

/* HOVER EFFECT */
.packages .lux-card:hover img {
    transform: scale(1.1);
    transition: 0.5s;
}
/* ----------- */

/* -------- */
.flight-deals .flight-card {
    border: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

    .flight-deals .flight-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
    }

.flight-deals .flight-logo {
    width: 48px;
    height: 48px;
    object-fit: contain;
    border-radius: 8px;
    background: #f5f8ff;
    padding: 6px;
}

.flight-deals .flight-bg {
    position: absolute;
    bottom: -80px;
    right: -80px;
    width: 150px;
    height: 150px;
    background: radial-gradient(circle at center, rgba(0, 123, 255, 0.1), transparent 70%);
    border-radius: 50%;
    transition: all 0.4s ease;
}

.flight-deals .flight-card:hover .flight-bg {
    bottom: -40px;
    right: -40px;
    opacity: 0.8;
}

.flight-deals .hover-lift {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .flight-deals .hover-lift:hover {
        transform: translateY(-6px);
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    }

@media (max-width: 767px) {
    .flight-deals .flight-card {
        text-align: center;
    }

        .flight-deals .flight-card .d-flex {
            flex-direction: column;
            align-items: center !important;
        }

    .flight-deals .flight-logo {
        width: 40px;
        height: 40px;
    }
}

/* --------- */








/* footer section start */
.main-footer {
    background: #002954;
    color: #fff;
}

.footer-title {
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    font-size: 20px;
}

    .footer-title::after {
        content: "";
        width: 40px;
        height: 3px;
        background: #ff7a00;
        position: absolute;
        bottom: -5px;
        left: 0;
        transition: 0.3s;
    }

    .footer-title:hover::after {
        width: 70px;
    }

.footer-links {
    list-style: none;
    padding: 0;
}

    /* .footer-links li {
    margin-bottom: 8px;
} */

    .footer-links a {
        color: #cbd5e1;
        text-decoration: none;
        transition: 0.3s;
    }

        .footer-links a:hover {
            color: #fff;
            padding-left: 5px;
        }

.newsletter {
    display: flex;
    border-radius: 6px;
    overflow: hidden;
}

    .newsletter input {
        flex: 1;
        padding: 8px;
        border: none;
        outline: none;
    }

    .newsletter button {
        background: #ff7a00;
        border: none;
        color: #fff;
        padding: 8px 12px;
    }

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 14px;
}

.main-footer p,
.main-footer a {
    transition: 0.3s;
}

    .main-footer p:hover {
        transform: translateX(3px);
    }

footer {
    background-color: #002954;
    color: #ffffff;
}

    footer ul {
        list-style: none;
        padding-left: 0px;
        line-height: 35px;
    }

    footer a {
        font-weight: 500;
        color: #fff;
        text-decoration: none;
    }

        footer a:hover {
            color: #fff;
        }

/* footer section end */