/* Contact Us Section Styling */
#contact-us {
    background-color: #f4f4f9 !important;
    padding: 60px 0;
}

#contact-us h2 {
    color: #00284d;
}

#contact-us .contact-info p {
    font-size: 1rem;
    color: #555;
    margin-bottom: 15px;
}

#contact-us .contact-info i {
    margin-right: 10px;
}

#contact-us .form-control {
    border-radius: 5px;
    box-shadow: none;
    border: 1px solid #ced4da;
}