.contact-section {
    padding: 50px 0;
    font-family: Arial, sans-serif;
}

.contact-info {
    background-color: #002f6c;
    color: #fff;
    padding: 30px;
}

.contact-info h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
}

.contact-info p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.contact-info .contact-details i {
    margin-right: 10px;
    color: #ffc107;
}

.contact-info h4 {
    margin-top: 20px;
    font-size: 18px;
}

.contact-info a i {
    color: #fff;
    transition: color 0.3s;
}

.contact-info a i:hover {
    color: #ffc107;
}

.contact-form {
    background-color: #ffb400;
    padding: 30px;
}

.contact-form h2 {
    font-size: 24px;
    font-weight: bold;
    color: #002f6c;
    margin-bottom: 20px;
}

.contact-form .form-control {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 14px;
}

.contact-form .btn-primary {
    background-color: #002f6c;
    border: none;
    color: #fff;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 5px;
    transition: background-color 0.3s;
}

.contact-form .btn-primary:hover {
    background-color: #001a3f;
}
