body {
    font-family: 'Poppins', sans-serif;
    background: url('img/bg-banner.webp')center/cover no-repeat;
    ;
}

/* Header Section */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mega-menu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-68%);
    width: 100vw;
    background: #fff;
    padding: 30px 50px;
    display: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    z-index: 1000;
    transition: all 0.3s ease;
}

.nav-item:hover .mega-menu {
    display: flex;
    flex-wrap: nowrap;
    /* prevents them from going into the next line */
    justify-content: space-between;
    /* gives them equal space between */
}

@media (max-width: 991px) {
    .mega-menu {
        flex-direction: column;
        width: 100%;
        left: 0;
        transform: none;
        padding: 20px;
    }
}

.mega-menu h5 {
    border-bottom: 2px solid #007bff;
    display: inline-block;
    margin-bottom: 15px;
}

.mega-menu a {
    display: block;
    margin-bottom: 10px;
    color: #333;
    text-decoration: none;
}

.hero-section {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('img/luxury-banner.webp') center/cover no-repeat;
    height: 90vh;

    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: 700;
}

.card:hover {
    transform: translateY(-5px);
    transition: 0.3s;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

/*Special Offer*/
.special-offers .card img {
    transition: transform 0.3s;
}

.special-offers .card:hover img {
    transform: scale(1.05);
}

.special-offers .card {
    border-radius: 15px;
    overflow: hidden;
}

/* Best Rated Destination */
.image-text {

    position: relative;
    top: -114px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #00000085;


}

/* Popular Destination */
.business-class-image {
    position: absolute;
    inset: 0px;
    box-sizing: border-box;
    padding: 0px;
    border: none;
    margin: auto;
    display: block;
    width: 0px;
    height: 0px;
    min-width: 100%;
    max-width: 100%;
    min-height: 100%;
    max-height: 100%;
    object-fit: cover;
}

.airport_plane {
    position: absolute;
    right: 0;
}

.latest-business-class-deals {
    padding: 60px 0;
    background-color: #f8f9fa;
}

.business-deals-title h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

/* Card Design */
.offer_card {
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 15px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease-in-out;
}

.offer_card:hover {
    transform: translateY(-5px);
}

/* Airplane Icon */
.airport_plane img {
    /* width: 30px; */
    height: 30px;
    margin-bottom: 10px;
}

/* Flight Image */
.flight-to-uk-img {
    position: relative;
    width: 100px;
    height: 100px;
    border-radius: 10px;
    overflow: hidden;
}

.flight-to-uk-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Text Alignment */
.business-flight-detail {
    margin-left: 15px;
}

.class-type {
    color: #9b9b9b;
    font-size: 12px;
    /* text-transform: uppercase; */
}

.flights-detail {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 25px;
}

/* Popular Destination Section End Here*/

/* Newsletter Section */
#subscribe {
    /* background: url('https://source.unsplash.com/1600x900/?travel,airplane') no-repeat center center/cover; */
    color: #fff;
    padding: 60px 0;
}

#subscribe h2 {
    font-weight: bold;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
}

#subscribe p {
    font-size: 18px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

#subscribe .form-control {
    border-radius: 30px;
    padding: 12px;
    border: none;
}

#subscribe .btn-primary {
    border-radius: 30px;
    padding: 12px 20px;
    font-weight: bold;
    background: #ff6f61;
    border: none;
}

#subscribe .btn-primary:hover {
    background: #e63946;
}


/* About Us Page */
.about-hero-section {
    /* background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        url('img/Tripslops-aboutus.webp') center/cover no-repeat; */
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .3), rgba(0, 0, 0, .3) 101.02%), url(img/Tripslops-aboutus.webp);
    /* height: 90vh; */

    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

section img {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

section h2 {
    margin-bottom: 20px;
}

section p {
    font-size: 1.1rem;
    line-height: 1.7;
}

.about-section img {
    border-radius: 15px;
}

.why-choose-us i {
    color: #007bff;
    font-size: 2rem;
    margin-bottom: 10px;
}

.why-choose-us .card {
    border: none;
    text-align: center;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
}

.why-choose-us .card:hover {
    transform: translateY(-5px);
}

/*Contact Us*/

.contact-info i {
    font-size: 1.5rem;
    color: #0d6efd;
}
.contact-info p, .contact-info a {
    margin: 0;
}
.contact-form {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.05);
}
.contact-form input, .contact-form textarea {
    border-radius: 10px;
}

.custom-border {
    border: none !important;
    border-bottom: 2px solid #007CC3 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    transition: border-color 0.3s;
}
/*footer*/
.footer {
    background: #222;
    color: #fff;
    padding: 40px 0;
}

.footer a {
    color: #fff;
    margin: 0 10px;
}