.footer {
    background-color: #183153;
    color: #ffffff;
    padding: 40px 20px;
    padding-bottom:3px;
    margin-top:50px;
}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    font-family: "Roboto", sans-serif;
    gap:15px;
}

.footer-box {
    flex: 1;
    min-width: 250px;
    margin: 10px;
}

.center-box{
    display:flex;
    flex-direction: column;
    justify-content: center !important;
    align-items: center !important;
}

.footer-logo {
    width: 170px;
    margin-bottom: 16px;
}

.footer h3 {
    font-size: 1.3em;
    margin-bottom: 28px;
}

.footer p {
    font-size:1em;
    line-height: 1.5;
}

.footer-now-btn {
    display: inline-block;
    background-color: #f0f0f0;
    color: #003366;
    padding: 6px 20px;
    border-radius: 55px;
    text-decoration: none;
    margin-top: 20px;
    font-weight: bold;
    border:none;
}

.quick-links {
    list-style: none;
    padding: 0;
}

.quick-links li {
    margin-bottom: 10px;
}

.quick-links li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 0.9em;
}

.social-icons {
    display: flex;
    gap: 23px;
    margin-bottom: 15px;
    align-items:center;
}

.icons{
    font-size: 40px;
}

iframe{
    border-radius:19px;
}

.icons-social{
    color:white;
    font-size:47px;
}

.footer-bottom {
    text-align: center;
    margin-top: 12px;
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .footer-box {
        flex: 1;
        min-width: 250px;
        margin: 10px;
        display:flex;
        flex-direction: column;
        justify-content: center !important;
        align-items: center !important;
        text-align:center;
    }
}