a {
    color: unset;
}

a:hover {
    color: unset;
}

.footer .contact-us {
    padding-left: 3%;
}

.footer {
    background-color: #223581;
    color: white;
    padding: 50px;
    position: relative;
    height: 780px;
}

.footer h1 {
    margin-bottom: 25px;
    color: #FF9D0E;
}

.footer .item-social {
    display: flex;
    margin-bottom: 20px;
}

.footer .item-social img {
    width: 25px;
    height: 25px;
    margin-right: 25px;
}

.footer .sub-title {
    margin-top: 50px;
    font-size: 24px;
}

.footer .arrow {
    width: 95%;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

input[type="text"] {
    width: 100%;
    max-width: 500px;
    margin: 5px 0px;
    padding: 5px 15px;
    border-radius: 10px;
}

textarea {
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    margin: 5px 0px;
    padding: 5px 15px;
    resize: none;
}

.footer h5 {
    color: #FF9D0E;
    font-size: 2.5vh;
}

.footer .header-white {
    font-weight: bold;
    color: white;
}

.footer .header-orange {
    font-weight: bold;
    color: #FF9D0E;
    margin: 0 0 5px 0;
}

textarea:focus, input:focus {
    outline: none;
}

.footer .scan-qr {
    width: 180px !important;
    height: 180px !important;
}

/* FOR LAPTOP SMALL SIZE */

@media screen and (max-width: 1320px) and (min-width: 1024px) {
    .footer .item-social img {
        margin-right: 5px;
    }

    .footer a {
        font-size: 0.8rem;
    }
}

/* FOR TABLET DEVICE */

@media screen and (max-width: 1023px) and (min-width: 600px) {
    .footer {
        height: 550px;
        padding: 25px 50px;
    }

    .footer .item-social img {
        margin-right: 15px;
    }

    .footer a {
        font-size: 0.8rem;
    }

    .footer h1 {
        font-size: 28px;
    }

    .footer .item-social {
        font-size: 10px;
    }

    .footer .sub-title {
        font-size: 24px;
        padding-left: 50px;
    }

    .footer .contact-us {
        padding-left: 1%;
    }

    .footer .scan-qr {
        width: 120px !important;
        height: 120px !important;
    }
}

/* FOR MOBILE DEVICE */

@media screen and (max-width: 600px) {
    .footer {
        padding: 0px;
        height: 1225px;
    }

    .footer .scan-qr {
        width: 150px !important;
        height: 150px !important;
        margin: auto;
    }

    .footer h1 {
        font-size: 28px;
    }

    .footer .sub-title {
        font-size: 24px;
        margin-top: 25px;
        text-align: center;
    }

    .footer .item-social {
        font-size: 10px;
    }

    .footer .contact-us {
        padding-left: 25px;
    }

    .footer h5 {
        margin: 15px 0px;
        padding: 0px 15px;
        text-align: center;
        font-size: 2.4vh;
    }

    .footer button {
        margin-bottom: 25px;
    }

    form {
        padding: 0px 15px;
        text-align: center;
    }

    div.mt-2:has(.scan-qr) {
        text-align: center;
    }
}