* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
}
body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #0d1b2a;
    color: #ffffff;
}
footer {
    background-color: #03285c;
    color: white;
    padding: 40px 20px;
    background-color: #0d1b2a;
 
}

.footer-section .logo{
    display: block;
    margin-bottom: 20px;
}
.footer-container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    padding-top: 20px;
    
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin: 10px;
    justify-content: space-between;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer-section ul {
    list-style: none;
}

.footer-section ul li {
    margin: 5px 0;
}

.footer-section ul li a {
    color: white;
    text-decoration: none;
}

.footer-section p {
    font-size: 14px;
    margin-bottom: 10px;
}

.footer-section .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.footer-section .social-icons img {
    width: 30px;
    height: 30px;
}

.footer-section button {
    display: block;
    width: 50%;
    margin: 5px 0;
    padding: 8px;
    background-color: #1976D2;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 10px;
}

.footer-section button:hover {
    background-color: #125ea5;
}

.footer-bottom {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid white;
    text-align: left;
    width: 100%;
    display: flex
;
    flex-wrap: wrap;
}

.footer-bottom h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer-bottom .city {
    font-size: 14px;
}

.footer-bottom .city a {
    color: white;
    text-decoration: underline;
}

.footer-section .map iframe {
    border: none;
    border-radius: 5px;
}



.container {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: left;
    text-align: left;
    padding-top: 20px;
}

hr{
    width: 100%;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.location {
    margin-bottom: 30px;
    text-align: left;
    border-bottom: 1px solid #ffffff22;
    padding-bottom: 20px;
}

h3 {
    color: #f8b400;
    margin-bottom: 5px;
}

p {
    margin: 5px 0;
    font-size: 14px;
}

.links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 12px;
    margin: 0 5px;
}

.links a:hover {
    text-decoration: underline;
}

.copyright {
    margin-top: 20px;
    font-size: 12px;
    color: #cccccc;
    text-align: center;
}


@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
