/* Contact Page Color Updates */

/* Contact Hero Updates */
.contact-hero {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}

.contact-hero .hero-text h4 {
    color: white !important;
}

/* Contact Section Headings Color Updates */
.contact-methods h2,
.faq-header h2 {
    color: #2E86AB !important;
}

.method-card h4 {
    color: #2E86AB !important;
}

/* Form Header Updates */
.form-header h3 {
    color: #2E86AB !important;
}

/* FAQ Question Updates */
.faq-question h4 {
    color: #2E86AB !important;
}

.faq-item.active .faq-question {
    background: linear-gradient(135deg, #2E86AB 0%, #4A90A4 100%) !important;
}

.faq-toggle {
    color: #2E86AB !important;
    background: rgba(46, 134, 171, 0.1) !important;
}

/* Method Link Hover */
.method-link:hover {
    color: #6c757d !important;
}

/* Contact CTA Section */
.contact-cta {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%);
}