
       body {
            font-family: 'Poppins', sans-serif;
        }

        /* Navbar Styling */
        .navbar {
            background-color: #076edc; /* Premium deep blue */
            padding: 1rem 0;
        }
        .navbar-brand {
            font-size: 1.8rem;
            font-weight: 700;
            color: #fff !important;
            letter-spacing: 1px;
        }
        .navbar-nav {
            gap: 1.5rem; /* Space between links */
        }
        .nav-link {
            font-size: 1.05rem;
            font-weight: 500;
            transition: all 0.3s ease;
            letter-spacing: 0.3px;
        }
        .nav-link:hover,
        .nav-link.active {
            color: #fff !important;
            font-weight: bold;
            font-size: 19px;
        }

        /* Book Now Button */
        .btn-book {
            background-color: #ffcc00;
            color: #003366;
            font-weight: 600;
            padding: 0.6rem 1.4rem;
            border-radius: 50px;
            font-size: 1rem;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
        }
        .btn-book:hover {
            background-color: #e6b800;
            color: #fff;
        }


         /* Banner background styling */
        .hero-section {
         background: url('../assets/images/airplane-banner.jpg') 
                no-repeat center center/cover;
         padding: 10px 0;
         min-height: 90vh; /* Full height */
         display: flex;
         align-items: center; /* Vertical centering */
         }

       .hero-container {
        max-width: 450px; /* Adjust to your preference */
        }


        .hero-text h1 {
            font-size: 3rem;
            font-weight: bold;
            padding: 20px;
        }
        .hero-text p {
            font-size: 1.2rem;
            padding: 20px;
        }
        .banner-h1{
            color: #007bff;
        }
        .banner-p{
            color:black;
            font-weight: 100;
        }
        .booking-form {
            background: rgba(255, 255, 255, 0.95);
            padding: 20px;
            border-radius: 10px;
            color: #333;
        }
      

        /* Custom Trip Tabs */
.trip-tabs .nav-link {
    font-weight: 500;
    color: #007bff;
    background-color: rgba(0, 123, 255, 0.349);
    border-radius: 5px;
    margin-right: 5px;
    background-color: transparent;
    transition: all 0.3s ease;
    text-decoration: none;
}

.trip-tabs .nav-link.active {
    background-color: #007bff;
    color: white;
}

.trip-tabs .nav-link:hover:not(.active) {
    background-color: rgba(0, 123, 255, 0.472);
    color: #007bff;
}
     
      .changecolor{
        color: #007bff;
      }

        .btn-search {
            background-color: #007bff;
            color: white;
        }
        .btn-search:hover {
            background-color: #0056b3;
        }



        /* Loyalty Section Styling */
.loyalty-section {
    background: #f8f9fa;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #003366;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #555;
}

.loyalty-card {
    background: white;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.loyalty-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.loyalty-card .icon {
    font-size: 2.5rem;
    color: #007bff;
}

.loyalty-card h4 {
    font-weight: 600;
    margin-bottom: 10px;
}

.loyalty-card p {
    font-size: 0.95rem;
    color: #555;
}



.flight-status-section {
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #003366;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #555;
}

.status-form {
    border-radius: 12px;
}

.status-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.status-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.status-time {
    font-size: 1rem;
    color: #333;
}

.status-badge {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
}

.status-badge.on-time {
    background: #d4edda;
    color: #155724;
}

.status-badge.delayed {
    background: #f8d7da;
    color: #721c24;
}

.status-badge.boarding {
    background: #fff3cd;
    color: #856404;
}






.travel-info-section {
    background-color: #f8f9fa;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #003366;
}

.section-subtitle {
    font-size: 1.1rem;
    color: #555;
}

.info-card {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.info-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.info-icon {
    font-size: 2rem;
}

.info-link {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.info-link:hover {
    text-decoration: underline;
}






.about-airline-section {
    background-color: #ffffff;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 700;
    color: #003366;
}

.section-text {
    font-size: 1.05rem;
    color: #555;
    margin-bottom: 1rem;
}

.about-card {
    background: #f8f9fa;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.about-card:hover {
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.12);
    transform: translateY(-4px);
}

.about-icon {
    font-size: 2rem;
    color: #007bff;
}

.about-link {
    color: #007bff;
    font-weight: 500;
    text-decoration: none;
}

.about-link:hover {
    text-decoration: underline;
}



.footer-section {
    background-color: #0861c0;
}

.footer-title {
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.footer-text {
    font-size: 0.95rem;
    color: #ccc;
    line-height: 1.6;
}

.footer-links li {
    margin-bottom: 0.5rem;
}

.footer-links a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #ffcc00;
}

.social-icons a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3rem;
    color: #ccc;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #ffcc00;
}

.footer-divider {
    border-top: 1px solid rgba(255,255,255,0.2);
    margin: 1.5rem 0;
}

.footer-bottom {
    font-size: 0.85rem;
    color: #ccc;
}







.login-section {
    min-height: 100vh;
    background: url('assets/images/login-bg.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.login-container {
    width: 100%;
    max-width: 400px;
}

.login-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-align: center;
}

.login-title {
    font-weight: 700;
    color: #003366;
}

.login-subtitle {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
}

.form-label {
    font-weight: 500;
    color: #003366;
}

.form-control {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
}

.btn-login {
    background-color: #ffcc00;
    color: #003366;
    font-weight: 600;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-login:hover {
    background-color: #e6b800;
    color: white;
}

.forgot-link {
    font-size: 0.9rem;
    color: #007bff;
    text-decoration: none;
}

.forgot-link:hover {
    text-decoration: underline;
}

.signup-text {
    font-size: 0.9rem;
    color: #333;
}
.signup-text a {
    color: #007bff;
    font-weight: 600;
}
.signup-text a:hover {
    text-decoration: underline;
}




.signup-section {
    min-height: 100vh;
    background: url('assets/images/signup-bg.jpg') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px;
}

.signup-container {
    width: 100%;
    max-width: 450px;
}

.signup-card {
    background: rgba(255, 255, 255, 0.95);
    padding: 35px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    text-align: center;
}

.signup-title {
    font-weight: 700;
    color: #003366;
}

.signup-subtitle {
    font-size: 0.95rem;
    color: #666;
    margin-bottom: 20px;
}

.form-label {
    font-weight: 500;
    color: #003366;
}

.form-control {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
}

.btn-signup {
    background-color: #ffcc00;
    color: #003366;
    font-weight: 600;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-signup:hover {
    background-color: #e6b800;
    color: white;
}

.login-text {
    font-size: 0.9rem;
    color: #333;
}
.login-text a {
    color: #007bff;
    font-weight: 600;
}
.login-text a:hover {
    text-decoration: underline;
}




.contact-section {
    padding: 80px 0;
    background-color: #f5f8fc;
}

.contact-info h2 {
    font-weight: 700;
    color: #003366;
}

.contact-info p {
    color: #555;
    margin-bottom: 20px;
}

.contact-info ul {
    padding-left: 0;
}

.contact-info ul li {
    font-size: 1rem;
    color: #003366;
    margin-bottom: 10px;
}

.contact-info ul li i {
    color: #ffcc00;
    margin-right: 8px;
}

.social-links a {
    display: inline-block;
    margin-right: 10px;
    font-size: 1.3rem;
    color: #003366;
    transition: 0.3s;
}
.social-links a:hover {
    color: #ffcc00;
}

.contact-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.contact-card h3 {
    font-weight: 600;
    color: #003366;
    margin-bottom: 20px;
}

.form-label {
    font-weight: 500;
    color: #003366;
}

.form-control {
    border-radius: 8px;
    padding: 10px;
    border: 1px solid #ccc;
}

.btn-contact {
    background-color: #ffcc00;
    color: #003366;
    font-weight: 600;
    padding: 10px;
    border-radius: 50px;
    transition: 0.3s;
}

.btn-contact:hover {
    background-color: #e6b800;
    color: white;
}




.help-contact-section {
    padding: 80px 0;
    background-color: #f5f8fc;
    text-align: center;
}

.section-title {
    font-weight: 700;
    font-size: 2rem;
    color: #003366;
    margin-bottom: 10px;
}

.section-subtitle {
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
}

.help-card {
    background: white;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.help-card:hover {
    transform: translateY(-5px);
}

.help-icon {
    font-size: 2.5rem;
    color: #ffcc00;
    margin-bottom: 15px;
}

.help-card h4 {
    font-weight: 600;
    color: #003366;
    margin-bottom: 10px;
}

.help-card p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 20px;
}

.help-link {
    font-weight: 600;
    color: #007bff;
    text-decoration: none;
}

.help-link:hover {
    text-decoration: underline;
}

.contact-details li {
    color: #003366;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-details i {
    color: #ffcc00;
    margin-right: 5px;
}
