.acronym-box {
    background: linear-gradient(135deg, #40cd72 0%, #2d8f56 100%);
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}

.acronym-column {
    display: flex;
    flex-direction: column;
}

.acronym-row {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.acronym-row:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.acronym-letter {
    font-size: 2rem;
    font-weight: bold;
    color: #ffffff;
    margin-right: 20px;
    min-width: 40px;
    text-align: center;
}

.acronym-meaning {
    font-size: 1rem;
    color: #ffffff;
    line-height: 1.4;
}
        .program-card {
            background: #fff;
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            transition: all 0.3s ease;
            height: 100%;
            border-top: 4px solid #40cd72;
        }
        .program-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 30px rgba(0,0,0,0.1);
        }
        .program-icon {
            font-size: 2.5rem;
            color: #40cd72;
            margin-bottom: 15px;
        }
        .program-name {
            font-size: 1.5rem;
            font-weight: bold;
            color: #2d8f56;
            margin-bottom: 5px;
        }
        .program-age {
            color: #40cd72;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .feature-list {
            list-style: none;
            padding: 0;
        }
.feature-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
    list-style: none;
    color: #333;
}

.feature-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 8px;
    height: 14px;
    border: solid #40cd72;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}    .method-box {
            background: #f5f7ff;
            border-left: 5px solid #40cd72;
            padding: 20px;
            margin-bottom: 20px;
            border-radius: 0 10px 10px 0;
        }
        .method-title {
            font-size: 1.3rem;
            font-weight: bold;
            color: #2d8f56;
            margin-bottom: 10px;
        }
        .goals-section {
            background: linear-gradient(135deg, #e8f7ed 0%, #c8e6d5 100%);
            border-radius: 10px;
            padding: 30px;
            margin-bottom: 30px;
        }
        .classroom-feature {
            background: #fff;
            border-radius: 10px;
            padding: 20px;
            margin-bottom: 20px;
            box-shadow: 0 5px 15px rgba(0,0,0,0.05);
            display: flex;
            align-items: center;
        }
        .classroom-icon {
            font-size: 2rem;
            color: #40cd72;
            margin-right: 20px;
            min-width: 50px;
            text-align: center;
        }
        .classroom-text h4 {
            font-size: 1.2rem;
            color: #2d8f56;
            margin-bottom: 5px;
        }
        .section-bg-one {
            background-color: #40cd72;
            background-image: linear-gradient(135deg, #40cd72 0%, #2d8f56 100%);
        }
        .section-bg-two {
            background-color: #2d8f56;
            background-image: linear-gradient(135deg, #2d8f56 0%, #1e623e 100%);
        }
        .btn-primary {
            background-color: #40cd72;
            border-color: #40cd72;
        }
        .btn-primary:hover {
            background-color: #2d8f56;
            border-color: #2d8f56;
        }
        .text-primary {
            color: #40cd72 !important;
        }
        .academics-programs {
            padding: 80px 0;
        }
        .academics-programs .section-title {
            margin-bottom: 50px;
        }
        .academics-programs .program-card {
            margin-bottom: 40px;
            padding: 35px 25px;
        }
