/* SMALL PHONE (≤480px) */

@media (max-width: 480px) {

    .info-section {
        padding: 0.5rem 0.5rem 3rem 0.5rem !important;
    }

    .info-outer-box {
        padding: 1rem !important;
        width: 100% !important;
        border: 1px solid var(--color-secondary) !important;
    }

    .info-container {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .info-text-box {
        padding: 1.2rem !important;
        margin: 0 !important;
        border: 1px solid var(--color-secondary) !important;
    }

    .info-text h2 {
        font-size: 1.3rem !important;
        margin-bottom: 0.8rem;
    }

    .info-text p {
        font-size: 0.9rem !important;
        margin-bottom: 1rem;
        line-height: 1.5;
    }

    .slider-section {
        margin-top: 0 !important;
        padding: 1.5rem 0.8rem !important;
    }

    .features-section,
    .cta-section,
    .courses-section,
    .testimonials-section {
        padding: 1.5rem 0.8rem !important;
    }

    .hero-slider {
        height: 28vh !important;
    }

    .info-outer-box,
    .features-outer-box,
    .courses-outer-box,
    .testimonials-outer-box {
        border-radius: 12px !important;
    }

    .feature-card {
        padding: 1.2rem 0.8rem !important;
    }

    .feature-card h3 {
        font-size: 1rem !important;
    }

    .courses-outer-box {
        padding: 1rem !important;
        width: 100% !important;
    }

    .courses-grid {
        grid-template-columns: 1fr !important;
        gap: 1.5rem !important;
    }

    .course-content {
        padding: 1.2rem !important;
    }

    .course-content h3 {
        font-size: 1.4rem !important;
    }

    .course-content .course-desc {
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
    }
}