footer {
    background-color: rgba(47, 25, 95, 1);
    color: rgba(255, 255, 255, 1);
    text-align: center;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    position: relative;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
}


.contact-info {
    text-align: left;
}

.contact-info h2 {
    font-size: 32px;
    margin-bottom: calc(0.7 * 15px);
    line-height: 59.97px;
    color: #FFFFFF;
    font-weight: 700;
}

.contact-info p {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin: calc(0.7 * 5px) 0;
}

.contact-info .insurey .logo-insurey {
    height: calc(0.7 * 153px);
    border-radius: calc(0.7 * 5px);
}

.social-icons a {
    color: #fff;
    font-size: 20px;
    margin: calc(0.7 * 0px) calc(0.7 * 10px);
    text-decoration: none;
}

.contact-info .fas {
    margin-top: 9px;
    font-size: 20px;
}

.app-box {
    height: 114px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 250px !important;
    margin-top: 6.1rem;
}

.app-icons {
    display: flex;
    flex-direction: column;
    gap: calc(0);
}

.app-icon {
    height: calc(0.7 * 58px);
    width: calc(0.7 * 173px);
}

.qr-code img {
    height: calc(100px);
    width: calc(100px);
    border-radius: calc(0.7 * 5px);
}

.social-icons {
    color: #FFFFFF;
    margin-top: calc(0.7 * 20px);
    height: calc(0.7 * 44px);
}

.social-icons a {
    color: #fff;
    font-size: calc(0.7 * 24px);
    margin: 0 calc(0.7 * 10px);
    transition: color 0.3s;
}

.social-icons a:hover {
    color: #f0a500;
}

.app-links {
    margin-top: calc(0.7 * 20px);
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: calc(0.7 * 10px);
    border: calc(0.7 * 1px) solid #ddd;
    font-size: calc(0.7 * 16px);
}

.submit {
    background-color: transparent;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    height: 40px;
    width: 166px;
    cursor: pointer;
    text-align: center;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 1);
}

.contact-form .col-md-12 {
    padding-bottom: 15px;
}

.contact-form .col-md-6 {
    padding-bottom: 15px;
}

@media (min-width: 1024px) {
    footer .app-box {
        width: 100%;
    }
}

@media (max-width: 768px) {
    footer .col-md-3 {
        padding-bottom: 15px;
        text-align: center;
    }

    footer .col-md-2 {
        padding-bottom: 15px;
        margin: auto;
        text-align: center;
    }

    footer .col-md-6 {
        padding-bottom: 15px;
        margin: auto;
        text-align: center;
    }

    footer .contact-form {
        padding: 10%;
        text-align: center;
    }

    footer .app-box {
        width: 55%;
        margin-left: 25%;
    }
}

@media (max-width: 480px) {
    footer .col-md-3 {
        padding-bottom: 15px;
        text-align: center;
    }

    footer .col-md-2 {
        padding-bottom: 15px;
        margin: auto;
        text-align: center;
    }

    footer .col-md-6 {
        padding-bottom: 15px;
        margin: auto;
        text-align: center;
    }

    footer .contact-form {
        padding: 10%;
        text-align: center;
    }

    footer .app-box {
        width: 55%;
        margin-left: 25%;
    }
}

[dir="ltr"] input[type="email"],
[dir="ltr"] input[type="tel"],
[dir="ltr"] select {
    direction: ltr !important;
    text-align: left !important;
}
@media (max-width: 1024px) and (min-width: 768px) {

    footer {
        padding: 30px 20px;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }


    .contact-info h2 {
        font-size: 28px;
        line-height: 45px;
        text-align: center;
    }

    .contact-info p {
        font-size: 16px;
        line-height: 22px;
        text-align: center;
    }

    .social-icons {
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }

    .social-icons a {
        font-size: 22px;
        margin: 0 8px;
    }

    .app-box {
        width: 80% !important;
        height: auto;
        margin: 3rem auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 20px;
    }

    .app-icons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .app-icon {
        height: 45px;
        width: 140px;
    }

    .qr-code {
        margin-top: 15px;
    }

    .qr-code img {
        height: 80px;
        width: 80px;
    }

    .contact-form input,
    .contact-form textarea {
        font-size: 14px;
        padding: 8px;
    }

    .submit {
        font-size: 14px;
        width: 140px;
        height: 35px;
    }

    footer .col-md-3,
    footer .col-md-2,
    footer .col-md-6 {
        width: 100%;
        text-align: center;
        margin: auto;
        padding-bottom: 15px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .contact-form {
        padding: 5%;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}


