/* Modern Contact Info Cards */
.contact-info-box {
    border: 1px solid #e0e0e0 !important;
    box-shadow: none !important;
    padding: 30px !important;
    margin-bottom: 30px !important;
    transition: border-color 0.3s ease, transform 0.3s ease !important;
}

.contact-info-box:hover {
    border-color: #0093fe !important;
}

.form-control {
    border: 1px solid #0093fe !important;
}
