ul{
	    list-style: none;

}
 .container-new {
			font-family: 'Droid Arabic Kufi';
			font-style: normal;
			font-weight: 400;
            max-width: 1200px;
            margin: 0 auto;
            padding: 10px;
        }
       

.header-new {
    background: #2c3e50 ;
    color: #fff;
    text-align: center;
    padding: 30px 15px;
    border-radius: 0 0 20px 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    animation: fadeInDown 0.8s ease;
	
}

.header-new h1 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}

.header-new p {
    font-size: 14px;
    margin-top: 10px;
    opacity: 0.9;
}

.content-new {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin-top: -20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.05);
    animation: fadeIn 1s ease;
}

.content-new h2 {
    color: #e74c3c;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 700;
}

.content-new p {
    font-size: 14px;
    line-height: 1.9;
    color: #333;
}

.content-highlight-new {
    color: #3498db;
    font-weight: bold;
}

.mission-new {
    background: linear-gradient(to right, #ecf0f1, #f8f9fa);
    padding: 20px;
    border-radius: 12px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #e1e1e1;
}

.mission-new h3 {
    color: #c0392b;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
}

.mission-new p {
    font-size: 14px;
    color: #555;
}

.footer-new {
    background: #2c3e50;
    color: #ecf0f1;
    text-align: center;
    padding: 15px;
    margin-top: 50px;
    border-radius: 12px 12px 0 0;
    font-size: 13px;
}

.footer-new p {
    margin: 0;
}

/* Animations */
@keyframes fadeIn {
    from {opacity: 0; transform: translateY(20px);}
    to {opacity: 1; transform: translateY(0);}
}

@keyframes fadeInDown {
    from {opacity: 0; transform: translateY(-20px);}
    to {opacity: 1; transform: translateY(0);}
}
