.panel-default>.panel-heading {
    color: #5DA9E9;
    background-color: #f5f5f5;
    border-color: #ddd;

	font-family: 'Open Sans', sans-serif;
    color: #5DA9E9;
    font-size: 1.3em;
    border-bottom: 2px solid #5DA9E9;
}

    .panel-heading [data-toggle="collapse"]:after {
        font-family: 'Glyphicons Halflings';
        content: "\e072"; /* "play" icon */
        float: left;
        color: #F58723;
        font-size: 18px;
        line-height: 22px;
        /* rotate "play" icon from > (right arrow) to down arrow */
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .panel-heading [data-toggle="collapse"].collapsed:after {
        /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        /*color: #DC791F;*/
		color: #454444;
    }
.word-training-banner {
    background: linear-gradient(135deg, #64823C 0%, #719144 100%);
    color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
    margin: 40px 0;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    direction: rtl;
}

.word-training-banner h3 {
    font-size: 24px;
    margin-bottom: 15px;
    color: #ffffff !important;
    font-weight: bold;
}

.word-training-banner p {
    font-size: 18px;
    margin-bottom: 20px;
    line-height: 1.5;
}

.banner-options {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.option {
    background: rgba(255, 255, 255, 0.1);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-button {
    display: inline-block;
    background-color: #ff9900;
    color: #ffffff !important;
    padding: 12px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 50px;
    text-decoration: none;
    transition: transform 0.2s, background-color 0.2s;
}

.banner-button:hover {
    background-color: #e68a00;
    transform: scale(1.05);
    text-decoration: none;
}

@media (max-width: 600px) {
    .banner-options {
        flex-direction: column;
        gap: 10px;
    }
}
