footer {
    background-color: #0C213A;
    color: #fff;
    padding: 40px 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-family: 'Verdana', sans-serif;
}

footer .footer-section {
    flex: 1;
    min-width: 250px;
    margin: 0 20px;
    text-align: center;
    font-family: 'Verdana', sans-serif;
}

footer h4 {
    margin-bottom: 20px;
    font-family: 'Verdana', sans-serif;
}

footer p,
footer a {
    font-size: 1em;
    color: #fff;
    text-decoration: none;
    font-family: 'Verdana', sans-serif;
}

footer a:hover {
    text-decoration: underline;
    font-family: 'Verdana', sans-serif;
}

footer ul {
    list-style-type: none;
    font-family: 'Verdana', sans-serif;
    padding: 0;
}

footer ul li {
    margin-bottom: 10px;
    font-family: 'Verdana', sans-serif;
}


.footer-section .contact-item {
    display: flex;
    align-items: center; 
    gap: 8px; 
    margin-bottom: 10px;
}

.footer-section .contact-item p {
    display: flex;
    align-items: center; 
    margin: 0; 
}

.footer-section .contact-item svg {
    flex-shrink: 0;
}
