﻿/* Contact Section */
.contact {
    padding: 80px 0;
}

/* Contact Panel (Form) */
.cpanel {
    background: white;
    padding: 30px;
    border-radius: 8px;
    border: 1px solid #ddd;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.cpanel__title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Contact Info */
.cinfo {
    padding-top: 30px;
}

.cinfo__group {
    margin-bottom: 25px;
}

.cinfo__eyebrow {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
    color: #555;
    margin-bottom: 8px;
}

.cinfo__text {
    font-size: 14px;
    color: #666;
    margin-bottom: 0;
}

.cinfo__text a {
    color: #223280;
    text-decoration: none;
}

.cinfo__text a:hover {
    text-decoration: underline;
}
