/* Mobile-specific overrides for Lanka Matha Tours */

@media (max-width: 992px) {
    .navbar {
        height: auto;
        padding: 10px 0;
    }

    .hero-title {
        font-size: 3rem;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2.5rem;
    }

    .hero-content {
        text-align: center;
    }

    .hero-btns {
        justify-content: center;
    }

    section {
        padding: 60px 0;
    }
}

@media (max-width: 576px) {
    .hero-title {
        font-size: 2rem;
    }

    .display-4 {
        font-size: 2.2rem;
    }
}