@charset "UTF-8";


/* Mobile responsiveness */
@media screen and (max-width: 1024px) {
    
}

/* Mobile responsiveness */
@media screen and (max-width: 768px) {
    
    .login-image-section {
        display: none !important;
    }
    .ai-learning-section {
        padding-top: 100px !important;
        width: 100% !important;
        padding: 20px;
    }
    
}

/* Further adjustments for very small screens, e.g., phones in portrait mode */
@media screen and (max-width: 480px) {
    .join-button {
        padding: 12px 26px !important;
        font-size: 14px !important;
    }
    .hero-heading-title {
        font-size: 26px !important;
        line-height: 34px !important;
        padding-top: 0px !important;
    }

    .font-sora-heading {
        font-family: 'Sora', sans-serif !important;
        font-size: 24px !important;
        line-height: 32px !important;
        padding-top: 0px !important;
    }
    .ai-learning-section .heading-title {
        font-size: 22px !important;
        
    }
}