@media screen and (max-width: 7000px) and (min-width: 1750px) {}



@media screen and (max-width: 992px) {

    .topnav {
        display: none;
    }


    .brand img {
        height: 50px;
        width: auto;

    }

    .nav-links {
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        width: 100%;
        background: #fff;
        flex-direction: column;
        padding-top: 90px;
        padding-bottom: 50px;
        padding-left: 0px;
        gap: 30px;
        transition: 0.3s ease;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .nav-links.active {
        left: 0;
    }

    .nav-links li {
        border-bottom: 1px solid #c8c8c8;
        padding-bottom: 10px;
        width: 80%;
        margin-left: 10%;
    }

    .nav-links li a {
        color: #000000 !important;
        font-weight: 650;
        text-decoration: none;
        font-size: 1rem;
        position: relative;
        padding-left: 2px;
    }

    .nav-links li a::after {
        display: none !important;
    }

    .nav-links li a:hover {
        color: #000000 !important;
    }

    .nav-links li .nav_enroll {
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .dot {
        display: flex;
    }

    .login_btn {
        position: fixed;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1000;
        padding: 10px 20px;
        border-radius: 12px;
        font-weight: bold;
        display: none;
    }

    .login_btn.active {
        display: inline-block;
    }


    .dot.active span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
        background-color: #ff0000;
    }

    .dot.active span:nth-child(2) {
        opacity: 0;
    }

    .dot.active span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
        background-color: #ff0000;
    }

    .hero {
        height: 100vh;
    }

    .testimonial-card {
        flex: 0 0 100%;
        /* Show only 1 card */
    }

    .review_nav_btn {
        font-size: 28px;
    }

}


@media screen and (max-width: 768px) {


    .action-btn {
        display: block;
        width: 70%;
        margin: 10px auto;
        text-align: center;
    }

    .animated-gradient-text {
        font-size: 3.2rem;
        margin-top: -50px;

    }


    .glow-text {
        color: #dcf1ff;
        font-size: 1rem;
        margin-bottom: 20px;
        font-weight: 600;
        text-shadow: 0.5px 0px 6px #000000a2;
        font-family: 'Poppins', sans-serif;
    }

    .hero-description {
        font-size: 0.8rem;
        /* line-height: 0.5; */
        color: #a6ff7a;
        text-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
        animation: fadeIn 2s ease forwards;
    }

    .about-section {

        padding: 80px 20px;
    }

    .about-section p.lead {
        font-size: 1rem;
        padding: 0px 0px;


    }

    .course-cards {
        flex-direction: column;
        align-items: center;
    }

    .course-card {
        width: 100%;
    }

    .form-container {
        padding: 30px 20px;
    }

    .course-box h2 {
        font-size: 22px;
        width: 100%;
    }

    .placement .section-title {
        font-size: 22px;
    }

    .footer {
        padding: 40px 20px;
    }

    .footer-nav {
        flex-direction: column;
        align-items: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
    }

    .footer-bottom {
        text-align: center;
        padding-top: 10px;
    }


}

@media (max-width: 600px) {

    .enroll-section h2 {
        font-size: 1.6rem;
    }


}

@media (max-width: 576px) {
    .terms-box {
        padding: 1.5rem;
    }

    .section-title {
        font-size: 1.75rem;
    }
}

@media (max-width: 480px) {

    .otp-container button,
    .otp-container input[type="text"] {
        font-size: 1rem;
        padding: 12px 14px;
    }
}