.activitycontainer {
    width: 100%;
    padding: 0 15px; /* Add some padding for breathing room */
    box-sizing: border-box; /* Ensure padding doesn’t increase width */
    font-size:16px
}

.activity-item {

    padding: 0;
    margin: 0;
}

.activity-item li {
    color: black;
    margin-bottom: 10px; /* Space between list items instead of <br> */
    word-wrap: break-word; /* Break long words */
    overflow-wrap: break-word; /* Modern alternative to word-wrap */
    max-width: 100%; /* Prevent overflow beyond container */
}

.activity-item li a {
    text-decoration: none; /* Optional: cleaner look */
    color: #ef5509; /* Bootstrap-like link color */
    word-wrap: break-word; /* Ensure links wrap too */
    overflow-wrap: break-word;

}.acitivitybox{
    font-size: 16px;
    font-weight: 600;
}

@media (max-width: 768px) {
    .container[data-aos="fade-up"] {
        /* Reset AOS styles for this container only */
        opacity: 1 !important;
        transform: none !important;
        transition: none !important;
    }.activity-item li {
        font-size: 14px; /* Slightly smaller text on mobile for better fit */
        line-height: 1.4; /* Improve readability */
    }.acitivitybox{
        font-size: 16px;
        font-weight: 600;
        margin-left: 5px;
    }
}