/* Responsive Adjustments for Ladli Tiffin */

@media (max-width: 991px) {
    .hero-section h1 {
        font-size: 3rem;
    }
    .section-padding {
        padding: 60px 0;
    }
    .navbar-nav {
        background: var(--white);
        padding: 20px;
        border-radius: 10px;
        margin-top: 10px;
        box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    }
}

@media (max-width: 768px) {
    .hero-section h1 {
        font-size: 2.5rem;
    }
    .hero-section p {
        font-size: 1.1rem;
    }
    .plan-price {
        font-size: 2.5rem;
    }
    .custom-card {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .hero-section h1 {
        font-size: 2rem;
    }
    .btn-primary-custom, .btn-outline-custom {
        width: 100%;
        margin-bottom: 10px;
    }
    .whatsapp-float {
        width: 50px;
        height: 50px;
        bottom: 20px;
        right: 20px;
        font-size: 24px;
    }
}
