.contact-section {
font-family: 'Inter', 'Segoe UI', Arial, sans-serif;
color: #222;
line-height: 1.7;
background-color: #ffffff;
padding: 40px 20px;
max-width: 900px;
margin: 0 auto;
}
.contact-section h3 {
color: #014127;
text-align: center;
font-size: 1.5em;
margin-bottom: 1em;
font-weight: 600;
}
.contact-section h2 {
color: #014127;
border-left: 4px solid #FFDB57;
padding-left: 10px;
margin-top: 1.8em;
font-size: 1.2em;
}
.contact-section p {
font-size: 1rem;
margin: 0.5em 0;
}
.contact-section a {
color: #014127;
text-decoration: none;
}
.contact-section a:hover {
text-decoration: underline;
}
.contact-box {
background: #F2F7F7;
border-left: 5px solid #FFDB57;
border-radius: 12px;
padding: 20px;
margin-top: 15px;
box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.contact-box strong {
color: #014127;
}