/* Footer Color Updates */
.footer {
    background: linear-gradient(135deg, #2E86AB 0%, #6c757d 100%) !important;
}

.contact-item i {
    background: #6c757d !important;
}

.contact-form input,
.contact-form select {
    background: rgba(255, 255, 255, 0.1) !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
}

.contact-form option {
    background: #2E86AB !important;
}

.footer-bottom {
    background: rgba(46, 134, 171, 0.2) !important;
}

.footer-bottom a {
    color: #adb5bd !important;
    text-decoration: underline;
    font-weight: 600;
}

.footer-bottom a:hover {
    color: white !important;
}

.footer-bottom-content {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
}