/* CTA Section */
.cta-section {
    text-align: center;
    padding: 50px 40px;
    background: #f9fafb;
    margin-top: 90px;
}

.cta-section h2 {
    font-size: 30px;
    margin-bottom: 10px;
    color: #1E3A8A;
}

.cta-section p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #555;
}

.btn-primary {
    background: #1E3A8A;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #A7C7A7;
    color: #1E3A8A;
}
