.btn-primary {
    background-color: #007bff; /* Bootstrap primary color */
    border: none;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: #0056b3; /* Darker shade on hover */
}

.btn-outline-success {
    border: 2px solid #28a745;
    color: #28a745;
    transition: all 0.3s ease;
}

.btn-outline-success:hover {
    background-color: #28a745;
    color: #fff;
}


.contact-section {
    background-color: #f8f9fa;
    padding: 50px 0;
    text-align: center;
}

.contact-section .section-title {
    color: #333;
    margin-bottom: 20px;
}

.contact-section p {
    color: #555;
    line-height: 1.6;
}
