/* إصلاح مشكلة بطاقة معلومات الاتصال */

.contact-info-card {
    background: linear-gradient(135deg, #0a3a78 0%, #1a5baa 100%) !important;
    color: #fff !important;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.contact-info-card h3 {
    color: #fff !important;
    font-weight: 700;
}

.contact-info-item {
    margin-bottom: 25px;
}

.contact-icon {
    color: #4db0ff !important;
}

.contact-text h4 {
    color: #fff !important;
    font-weight: 600;
}

.contact-text p, 
.contact-text a {
    color: rgba(255, 255, 255, 0.9) !important;
}

.contact-text a:hover {
    color: #4db0ff !important;
}

.social-contact h4 {
    color: #fff !important;
}

.social-contact-links a {
    color: #fff !important;
}

.social-contact-links a:hover {
    color: #0a3a78 !important;
    background: #fff;
}
