.simple-contact-section {
text-align: center;
margin: 40px 0;
padding: 30px 20px;
background-color: #E8EFE9;
border-radius: 8px;
border-top: 3px solid #D4B052;
}
.simple-contact-section h3 {
color: #0A4D3C;
font-family: ‘Lexend’, sans-serif;
margin-bottom: 10px;
}
.simple-contact-section p {
color: #0A4D3C;
margin-bottom: 20px;
font-style: italic;
}
.simple-email-button {
display: inline-block;
background-color: #1E8A6E;
color: white;
padding: 15px 30px;
text-decoration: none;
border-radius: 6px;
font-family: ‘Lexend’, sans-serif;
font-weight: 600;
font-size: 16px;
transition: all 0.3s ease;
}
.simple-email-button:hover {
background-color: #0A4D3C;
color: white;
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(30, 138, 110, 0.3);
}
