.contact-section {
    max-width: 800px;
    margin: 40px auto;
    padding: 0 15px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #222;
}

.contact-section h2,
.contact-section h3 {
    color: #003f80;
    margin-bottom: 15px;
}

.contact-location p {
    margin-bottom: 15px;
    font-size: 16px;
}

.business-hours ul {
    list-style: none;
    padding-left: 0;
    font-size: 16px;
}

.business-hours li {
    margin-bottom: 8px;
}

.faq-section details {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    padding: 10px 15px;
    border-radius: 6px;
    cursor: pointer;
    background-color: #f9f9f9;
}

.faq-section summary {
    font-weight: 600;
    font-size: 16px;
    outline: none;
}

.faq-section p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.4;
}

.contact-cta p {
    margin-top: 30px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    background-color: #004f99;
    color: white;
    padding: 15px;
    border-radius: 8px;
}

.contact-cta a {
    color: #fff;
    text-decoration: underline;
}