body {
    background-color: #0B1C2C;
    color: #C0C0C0;
    font-family: 'Poppins', sans-serif;
}

.text-silver {
    color: #C0C0C0;
}

.navbar {
    background-color: #0B1C2C;
    transition: all 0.4s ease;
}

.navbar .nav-link {
    color: #C0C0C0;
    transition: color 0.3s ease;
}

.navbar .nav-link:hover {
    color: #FFD700;
}

.dropdown-menu {
    background-color: #1A2B40;
    border: none;
}

.dropdown-menu a {
    color: #C0C0C0;
}

.dropdown-menu a:hover {
    background: #3C4F65;
    color: #FFD700;
}

.main-footer {
    background: #0B1C2C;
    color: #C0C0C0;
}

.main-footer a {
    color: #C0C0C0;
    text-decoration: none;
}

.main-footer a:hover {
    color: #FFD700;
    text-decoration: underline;
}

.social-icons i {
    font-size: 1.2rem;
    transition: color 0.3s;
}

.social-icons i:hover {
    color: #FFD700;
}

.hero {
    background: url('img/plane-banner.jpg') center/cover no-repeat;
    color: #fff;
    padding: 120px 20px;
    text-align: center;
    height: 90vh;
    align-content: center;
}

.hero h1 {
    font-size: 3rem;
    font-weight: 600;
}

.hero p {
    font-size: 1.2rem;
    margin-top: 10px;
}

.btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
}

.btn-gold:hover {
    background-color: #e6c200;
    color: #0B1C2C;
}

.features .card {
    background-color: #1A2B40;
    color: #C0C0C0;
    border: none;
    transition: transform 0.3s ease;
}

.features .card:hover {
    transform: translateY(-5px);
}

/* Deals Section */
.deals {
    background-color: #1A2B40;
    /* Darker Navy for contrast */
}

.deals h2 {
    color: #FFD700;
    margin-bottom: 30px;
}

.card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.card:hover {
    transform: translateY(-10px);
}

.card .card-title {
    color: #FFD700;
    /* Gold title */
}

.card .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.card .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Trending Destinations Section */
.trending-destinations {
    background-color: #F4F4F4;
    /* Light background for contrast */
    padding-top: 50px;
    padding-bottom: 50px;
}

.trending-destinations h2 {
    color: #0B1C2C;
    margin-bottom: 30px;
}

.trending-destinations .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.trending-destinations .card:hover {
    transform: translateY(-10px);
}

.trending-destinations .card .card-title {
    color: #0B1C2C;
}

.trending-destinations .card .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.trending-destinations .card .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Call to Action Section */
.cta {
    background-color: #1A2B40;
    /* Darker Navy */
    color: #C0C0C0;
    padding: 50px 0;
    text-align: center;
}

.cta h2 {
    color: #FFD700;
}

.cta p {
    font-size: 1.25rem;
    color: #C0C0C0;
    margin-top: 10px;
}

.cta .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    padding: 15px 40px;
    font-size: 1.1rem;
    border: none;
    transition: background-color 0.3s ease;
}

.cta .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Footer Styling */
.main-footer {
    background-color: #0B1C2C;
    color: #C0C0C0;
    padding: 20px 0;
    text-align: center;
}

.main-footer a {
    color: #C0C0C0;
    text-decoration: none;
    transition: color 0.3s ease;
}

.main-footer a:hover {
    color: #FFD700;
    /* Gold accent on hover */
}

.social-icons i {
    color: #C0C0C0;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons i:hover {
    color: #FFD700;
}

/* Button Hover and Active States */
.btn-gold {
    background-color: #FFD700;
    border: none;
    padding: 10px 20px;
    color: #0B1C2C;
    font-size: 1rem;
    transition: background-color 0.3s ease;
}

.btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Worldwide Flights Section */
.worldwide-flights {
    background-color: #0B1C2C;
    /* Dark Navy */
    padding-top: 50px;
    padding-bottom: 50px;
}

.worldwide-flights h2 {
    color: #FFD700;
    /* Gold for the title */
    margin-bottom: 20px;
}

.worldwide-flights .lead {
    color: #C0C0C0;
    /* Silver for the description */
    font-size: 1.25rem;
}

.worldwide-flights .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.worldwide-flights .card:hover {
    transform: translateY(-10px);
}

.worldwide-flights .card .card-title {
    color: #FFD700;
    /* Gold for card titles */
}

.worldwide-flights .card .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.worldwide-flights .card .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Special Flight Deals & Offers Section */
.special-flight-deals {
    background-color: #0B1C2C;
    /* Dark Navy */
    padding-top: 50px;
    padding-bottom: 50px;
}

.special-flight-deals h2 {
    color: #FFD700;
    /* Gold for the title */
    margin-bottom: 20px;
}

.special-flight-deals .lead {
    color: #C0C0C0;
    /* Silver for the description */
    font-size: 1.25rem;
}

.special-flight-deals .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.special-flight-deals .card:hover {
    transform: translateY(-10px);
}

.special-flight-deals .card .card-title {
    color: #FFD700;
    /* Gold for card titles */
}

.special-flight-deals .card .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.special-flight-deals .card .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Popular Flight Deals Section */
.popular-flight-deals {
    background-color: #0B1C2C;
    /* Dark Navy */
    padding-top: 50px;
    padding-bottom: 50px;
}

.popular-flight-deals h2 {
    color: #FFD700;
    /* Gold for the title */
    margin-bottom: 20px;
}

.popular-flight-deals .lead {
    color: #C0C0C0;
    /* Silver for the description */
    font-size: 1.25rem;
}

.popular-flight-deals .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.popular-flight-deals .card:hover {
    transform: translateY(-10px);
}

.popular-flight-deals .card .card-title {
    color: #FFD700;
    /* Gold for card titles */
}

.popular-flight-deals .card .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.popular-flight-deals .card .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}

/* Trending in 2025 Flight Deals Section */
.trending-flight-deals {
    /* background-color: #0B1C2C;  */
    padding-top: 50px;
    padding-bottom: 50px;
}

.trending-flight-deals h2 {
    color: #FFD700;
    /* Gold for the title */
    margin-bottom: 20px;
}

.trending-flight-deals .lead {
    color: #C0C0C0;
    /* Silver for the description */
    font-size: 1.25rem;
}

.trending-flight-deals .card {
    border: none;
    transition: transform 0.3s ease-in-out;
}

.trending-flight-deals .card:hover {
    transform: translateY(-10px);
}

.trending-flight-deals .card .card-title {
    color: #FFD700;
    /* Gold for card titles */
}

.trending-flight-deals .card .btn-gold {
    background-color: #FFD700;
    color: #0B1C2C;
    border: none;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.trending-flight-deals .card .btn-gold:hover {
    background-color: #C0C0C0;
    /* Silver on hover */
}