/* Contact Page Styles */

.contact-page {
    background-color: #f8f9fa;
}

.page-description {
    max-width: 600px;
}

.contact-heading {
    color: var(--primary-color);
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(var(--bs-primary-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social-btn:hover {
    transform: translateY(-3px);
}

.form-control:focus {
    background-color: #fff !important;
    box-shadow: 0 0 0 0.25rem rgba(var(--bs-primary-rgb), 0.1);
    border-color: rgba(var(--bs-primary-rgb), 0.5) !important;
}
