/* ============================================
   RESPONSIVE STYLES
   ============================================ */

@media (max-width: 1199px) {
    .hero-title {
        font-size: 3rem;
    }

    .hero-floating-card.card-1,
    .hero-floating-card.card-2 {
        display: none;
    }
}

@media (max-width: 991px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-section {
        padding-top: 100px;
        text-align: center;
    }

    .hero-text {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-stats {
        justify-content: center;
    }

    .hero-image-wrapper {
        margin-top: 50px;
        display: flex;
        justify-content: center;
    }

    .section-title {
        font-size: 2rem;
    }

    .navbar-collapse {
        background: rgba(11, 19, 32, 0.98);
        padding: 20px;
        border-radius: var(--radius-card);
        margin-top: 15px;
    }

    .nav-link::after {
        display: none;
    }

    .pricing-card.featured {
        transform: scale(1);
    }

    .pricing-card.featured:hover {
        transform: translateY(-10px);
    }
}

@media (max-width: 767px) {
    .hero-title {
        font-size: 2rem;
    }

    .hero-stats {
        gap: 25px;
    }

    .hero-stat-number {
        font-size: 1.8rem;
    }

    .section-title {
        font-size: 1.7rem;
    }

    .booking-card {
        padding: 30px 20px;
    }

    .auth-card {
        padding: 35px 25px;
    }

    .about-hero h1,
    .services-hero h1,
    .airports-hero h1 {
        font-size: 2.2rem;
    }

    .footer {
        padding-top: 60px;
    }

    .timeline {
        padding-left: 30px;
    }

    .timeline-item::before {
        left: -26px;
        width: 14px;
        height: 14px;
    }
}

@media (max-width: 575px) {
    .hero-title {
        font-size: 1.7rem;
    }

    .hero-stats {
        flex-wrap: wrap;
        gap: 20px;
    }

    .section-title {
        font-size: 1.5rem;
    }

    .service-card,
    .why-card,
    .testimonial-card {
        padding: 30px 20px;
    }

    .pricing-price {
        font-size: 2.2rem;
    }

    .auth-card {
        padding: 30px 20px;
    }
}
