@media (max-width: 767px) {
    .courses-hero .hero-stats .stat-item .number {
        font-size: 2rem;
    }

    .courses-hero .hero-stats .stat-item .label {
        font-size: 0.8rem;
    }

    .courses-hero .hero-image .main-image img {
        height: 250px;
    }

    .section-title h2:before {
        margin: 0 15px 6px 0;
    }

    .section-title h2:after {
        margin: 0 0 5px 15px;
    }

    .section-title {
        padding-bottom: 20px;
    }

    .stat-item {
        text-align: center;
    }

    .cta-actions {
        text-align: center;
    }

    .courses-hero .hero-text p {
        font-size: 16px;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #fff;
        justify-content: start;
        font-size: 14px;

    }

    .language-dropdown-menu {
        left: 0;
        width: 128px;
        background: white;
        padding: 6px 2px;
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
    }

    .upload_btn {
        font-weight: 500;
        padding: 5px 12px;
        font-size: 12px;
    }

    .enroll .enrollment-form .btn-enroll {
        padding: 8px 16px;
        font-size: 14px;
        font-weight: 500;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 2px;
    }

    .enroll .enrollment-form .form-group {
        margin-bottom: 0.5rem;
    }

    .status-badge {
        right: 4px !important;
        font-size: 12px !important;
        padding: 5px 5px;
    }

    .document-card div {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }

    .courses-hero .hero-stats .stat-item:nth-child(1) .number::before {
        font-size: 2rem;
        right: -1.2rem;
        top: 0px;
    }

    .courses-hero .hero-stats .stat-item:nth-child(2) .number::before {
        font-size: 2rem;
        right: 1.3rem;
        top: 0px;
    }

    .courses-hero .hero-stats .stat-item:nth-child(3) .number::after {
        font-size: 1.6rem;
        right: 1.2rem;
        top: 4px;
    }

    .rtl-body .courses-hero .hero-stats .stat-item:nth-child(3) .number::after {
        right: 0rem;
    }

    .rtl-body .courses-hero .hero-stats .stat-item:nth-child(2) .number::before {
        top: -3px;
        right: 0.3rem;
    }

    .rtl-body .courses-hero .hero-stats .stat-item:nth-child(1) .number::before {
        right: -0.7rem;
        top: -3px;
    }

    .courses-hero .hero-buttons {
        flex-direction: row;
        justify-content: center;
        margin-bottom: 2rem;
    }

    .rtl-body .section-title h2:before {
        margin: 0 0px 5px 15px;
    }
    .rtl-body .section-title h2:after {
        margin: 0 15px 6px 0;
    }

}