/* Add custom CSS styles below */ 
footer::after {
    content: "برمجة وتطوير - غيم الرقمية | Ghaym Alraqmi  ";
    display: block;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    font-weight: bold;
    color: transparent; /* تجعل النص شفاف لإظهار التدرج */
    background: linear-gradient(to right, #002366, skyblue, cyan, darkblue, cyan, skyblue, #002366);
    background-size: 400% 100%; /* زيادة العرض لجعل التدرج أكثر نعومة */
    animation: gradient-animation 10s ease infinite; /* زيادة مدة التأثير لنعومة أكبر */
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent; /* تأثير الخلفية على النص فقط */
>