footer {
    margin-top: 2vw;
    width: 100%;
    padding: 1.5vw 6vw 0 6vw;
    min-height: 50vw;
    position: relative;
    z-index: 1;
    color: var(--dark-font);
    justify-content: start !important;
}

/*/FooterHonorsIcons//*/

footer .footer-honors-icons {
    padding: 3.5vw 0.25vw;
    width: 100%;
    position: relative;
    gap: 1vw;
    justify-content: space-between;
    border-top: 0.15vw solid rgba(226, 232, 240, 0.6);
}

footer .footer-honors-icons > h1 {
    padding-left: 0.75vw;
    height: 4vw;
    font-family: Kalameh, sans-serif;
    font-weight: 900;
    font-size: 2.5vw;
    color: var(--green);
    position: absolute;
    top: -2.55vw;
    right: 0;
    background-color: var(--light-bg);
}

footer .footer-honors-icons .footer-honor-card {
    min-width: 5vw;
    gap: 0.75vw;
    position: relative;
}

footer .footer-honors-icons .footer-honor-card figure {
    padding: 0.95vw;
    width: 4.25vw;
    height: 4.25vw;
    border-radius: 1.25vw;
    background-color: var(--lightest-green);
    position: relative;
}

footer .footer-honors-icons .footer-honor-card svg {
    width: 100%;
}

footer .footer-honors-icons .footer-honor-card h3 {
    font-size: 0.9vw;
    font-weight: bold;
}

/*//FooterHotLines//*/

footer .footer-hot-lines {
    padding: 1.8vw 2vw;
    width: 100%;
    height: 10vw;
    border-radius: 1vw;
    background-color: var(--green);
    position: relative;
    justify-content: space-between !important;
    gap: 1vw;
}

footer .footer-hot-lines-division-right {
    width: 50%;
    height: 100%;
    position: relative;
    gap: 1.25vw;
    justify-content: start !important;
}

footer .footer-hot-lines-division-right svg {
    width: 4.4vw;
}

footer .footer-hot-lines-division-right .footer-hot-lines-division-titles {
    gap: 0.5vw;
    align-items: start !important;
    color: var(--light-bg);
}

footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h1 {
    font-size: 1.75vw;
    font-weight: bold;
    font-family: Kalameh, sans-serif;
}

footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h4 {
    font-weight: 500;
    font-size: 1vw;
    font-family: Kalameh, sans-serif;
}

footer .footer-hot-lines-division-left {
    width: 50%;
    height: 100%;
    position: relative;
    gap: 1vw;
    justify-content: end !important;
}

footer .footer-hot-lines-division-left .call-hot-line.btn {
    padding: 0.85vw 1.1vw;
    height: 3.2vw;
    min-width: 10vw;
    background-color: var(--light-green2);
    color: var(--green);
    position: relative;
    gap: 0.6vw;
    border-radius: 0.75vw;
    font-weight: 500;
}

footer .footer-hot-lines-division-left .call-hot-line.btn:hover {
    filter: brightness(1.3);
}

footer .footer-hot-lines-division-left .call-hot-line.btn svg {
    width: 1.5vw;
}

footer .footer-hot-lines-division-left .refer-faq.btn {
    padding: 0.85vw 1.1vw;
    height: 3.2vw;
    min-width: 10vw;
    background-color: var(--light-bg);
    color: var(--green);
    position: relative;
    gap: 0.6vw;
    border-radius: 0.75vw;
    font-weight: bold;
}

footer .footer-hot-lines-division-left .refer-faq.btn:hover {
    filter: brightness(0.9);
}

/*/FooterLinks/*/

footer .footer-links {
    padding: 3.5vw 0.2vw;
    width: 100%;
    min-height: 8vw;
    position: relative;
    justify-content: space-between !important;
    align-items: start !important;
    gap: 1vw;
}

footer .footer-links-columns {
    width: 50%;
    min-height: 8vw;
    position: relative;
    align-items: start !important;
}

footer .footer-links-column {
    width: calc(100% / 3);
    min-height: 8vw;
    gap: 1.3vw;
    justify-content: start !important;
    align-items: start !important;
}

footer .footer-links-column h2 {
    font-size: 1.2vw;
    font-weight: 900;
}

footer .footer-links-column ul {
    align-items: start !important;
}

footer .footer-links-column ul li a {
    font-size: 0.9vw;
    padding: 0.3vw 0;
    font-weight: 500;
    color: var(--grey-blue);
    transition: all 0.25s;
}

footer .footer-links-column ul li a:hover {
    color: var(--green);
}

footer .footer-links-contact {
    width: 32%;
    min-height: 8vw;
    gap: 1.3vw;
    justify-content: start !important;
    align-items: start !important;
}

footer .footer-links-contact h2 {
    font-size: 1.2vw;
    font-weight: 900;
}

footer .footer-links-contact-send-email {
    width: 100%;
    gap: 0.75vw;
    justify-content: start !important;
    align-items: start !important;
    position: relative;
}

footer .footer-links-contact-send-email h4 {
    font-size: 0.95vw;
    color: #292d32;
    font-weight: 600;
    margin-bottom: 0.6vw;
}

footer form.footer-send-email {
    width: 100%;
    position: relative;
}

footer form.footer-send-email .input-group {
    width: 100%;
    position: relative;
}

footer form.footer-send-email .input-group input {
    height: 3.2vw;
}

footer form.footer-send-email .input-group div.error-msg {
    color: var(--red);
    gap: 0.25vw;
    font-size: 0.75vw;
    position: absolute;
    right: 0.5vw;
    top: 105%;
}

footer form.footer-send-email button[type="submit"] {
    width: 18%;
    height: 3.2vw;
    background-color: var(--green);
    border-radius: 0.8vw 0 0 0.8vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    color: var(--light-bg);
    font-weight: 500;
    font-size: 1vw;
}

footer form.footer-send-email button[type="submit"]:hover {
    filter: brightness(1.25);
    color: var(--light-green2);
}

footer .footer-links-contact .footer-socials-sec {
    margin-top: 1.4vw;
    color: #292d32;
    align-items: start;
}

footer .footer-links-contact .footer-socials-sec h4 {
    color: #292d32;
    font-size: 0.95vw;
    font-weight: 600;
}

footer .footer-links-contact .footer-socials-sec ul {
    width: 100%;
    justify-content: start !important;
    gap: 1vw;
    margin-top: 1vw;
}

footer .footer-links-contact .footer-socials-sec ul li a {
    width: 2.25vw;
    height: 2.25vw;
    position: relative;
}

footer .footer-links-contact .footer-socials-sec ul li a svg {
    width: 100%;
}

footer .footer-links-contact .footer-socials-sec ul li:nth-child(2) a {
    width: 2.65vw;
    height: 2.25vw;
    position: relative;
}

footer .footer-links-contact .footer-socials-sec ul li a:hover {
    animation: animate-socials-icons ease-in-out 1s infinite;
}

@keyframes animate-socials-icons {
    0% {
        transform: scale(0.98);
    }
    50% {
        transform: scale(1.03);
    }
    100% {
        transform: scale(0.98);
    }
}

/*/FooterAboutUs/*/

footer .footer-about-us {
    width: 100%;
    min-height: 10vw;
    background-color: rgba(226, 232, 240, 0.3);
    padding: 1.7vw;
    border-radius: 1vw;
    position: relative;
    justify-content: space-between !important;
    gap: 1vw;
}

footer .footer-about-us .footer-about-us-texts {
    width: 65%;
    min-height: 100%;
    position: relative;
    justify-content: start !important;
    align-items: start !important;
    gap: 0.75vw;
}

footer .footer-about-us .footer-about-us-texts svg {
    width: 8vw;
}

footer .footer-about-us .footer-about-us-texts p {
    font-size: 0.95vw;
    line-height: 1.5vw;
    text-align: justify;
    font-weight: normal;
}

footer .footer-about-us ul {
    width: 30%;
    gap: 1vw;
    position: relative;
}

footer .footer-about-us ul li a {
    padding: 0.5vw;
    width: 7vw;
    height: 7vw;
    border-radius: 1vw;
    border: 0.1vw solid rgba(226, 232, 240, 1);
    background-color: var(--light-bg);
    position: relative;
    overflow: hidden;
}

footer .footer-about-us ul li a svg {
    width: 100%;
}

footer .footer-about-us ul li:nth-child(3) a {
    padding: 0.1vw;
}

footer .footer-about-us ul li:nth-child(2) a {
    padding: 0.75vw;
}

footer .footer-warn-msg {
    width: 100%;
    margin-top: 2vw;
    padding: 2vw 0.25vw;
    border-top: 0.15vw solid rgba(226, 232, 240, 0.6);
    font-weight: 500;
    font-size: 0.95vw;
    gap: 0.75vw;
}

footer .footer-warn-msg h2 {
    font-weight: 500;
    font-size: 0.95vw;
    text-align: center;
}

footer .footer-warn-msg span {
    color: var(--green);
    padding: 0 0.3vw;
    font-weight: bold;
}

footer .footer-warn-msg a#mavericks {
    font-size: 0.85vw;
    gap: 0.25vw;
    text-align: center;
}

footer .footer-warn-msg a#mavericks span {
    font-size: 0.75vw;
    font-weight: normal !important;
    text-align: center;
    color: #343434;
}

footer .footer-warn-msg a#mavericks svg {
    width: 5vw;
}
.responsive-honors-icons {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
}

@media (max-width: 450px) {
    footer {
        margin-top: 8vw;
        gap: 1.5vw;
    }

    footer .footer-honors-icons {
        padding: 7vw 0;
    }

    footer .footer-honors-icons h1 {
        font-size: 4vw;
    }

    footer .footer-honors-icons .footer-honor-card h3 {
        font-size: 2.25vw;
        white-space: nowrap;
        font-weight: bold;
        margin-top: 1.75vw;
    }

    footer .footer-honors-icons .footer-honor-card figure {
        padding: 1.55vw;
        width: 8.5vw;
        height: 8.5vw;
    }

    footer .footer-hot-lines {
        padding: 3vw;
        width: 95% !important;
        height: 30vw !important;
    }

    footer .footer-hot-lines-division-right svg {
        width: 8vw;
        margin-left: 2vw;
    }

    footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h1 {
        font-size: 3.2vw;
        font-weight: bold;
        margin-bottom: 1vw;
    }

    footer .footer-hot-lines-division-right .footer-hot-lines-division-titles h4 {
        font-weight: 500;
        font-size: 2.2vw;
        white-space: nowrap;
    }

    footer .footer-hot-lines-division-left .refer-faq.btn {
        padding: 1.85vw;
        height: 6vw;
        font-size: 2.6vw;
        min-width: 30vw;
        background-color: var(--light-bg);
        color: var(--green);
        position: relative;
        gap: 0.6vw;
        border-radius: 1.4vw;
        font-weight: bold;
    }

    footer .footer-hot-lines-division-left .call-hot-line.btn {
        padding: 1.85vw;
        height: 6vw;
        font-size: 2.6vw;
        min-width: 30vw;
        background-color: var(--light-green2);
        color: var(--green);
        position: relative;
        gap: 0.6vw;
        border-radius: 1.4vw;
        font-weight: 500;
    }

    footer .footer-links-column h2 {
        font-size: 1.87vw;
        font-weight: 900;
    }

    footer .footer-links-column ul li a {
        font-size: 1.6vw;
        padding: 0.3vw 0;
        white-space: nowrap !important;
        font-weight: 600;
        color: var(--grey-blue);
        transition: all 0.25s;
    }

    footer .footer-links-contact h2 {
        font-size: 1.87vw;
        font-weight: 900;
    }

    footer .footer-links-contact-send-email h4 {
        font-size: 1.35vw;
        color: #292d32;
        font-weight: 600;
        margin-bottom: 1.6vw;
    }

    footer form.footer-send-email .input-group div.error-msg {
        color: var(--red);
        gap: 0.45vw;
        font-size: 1.95vw;
    }

    footer form.footer-send-email button[type="submit"] {
        width: 22%;
        height: 7.5vw!important;
        background-color: var(--green);
        border-radius: 2.35vw 0 0 2.35vw;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        color: var(--light-bg);
        font-weight: 600;
        font-size: 2.2vw;
    }

    footer .footer-links-contact .footer-socials-sec h4 {
        color: #292d32;
        font-size: 1.65vw;
        font-weight: 600;
    }

    footer .footer-links-contact .footer-socials-sec ul li a {
        width: 4.25vw;
        height: 4.25vw;
        position: relative;
    }

    footer .footer-links-contact .footer-socials-sec ul li:nth-child(2) a {
        width: 4.2vw;
        height: 4.2vw;
        position: relative;
    }

    footer form.footer-send-email .input-group input::placeholder {
        font-size: 2.4vw !important;
    }

    footer form.footer-send-email .input-group input {
        padding: 1vw 2vw!important;
        font-size: 2.6vw !important;
        height: 7.5vw!important;
    }

    footer .footer-hot-lines-division-left .call-hot-line.btn svg {
        width: 2.5vw;
    }

    footer .footer-about-us .footer-about-us-texts svg {
        width: 14.4vw;
        margin-right: 0.3vw;
    }

    footer .footer-warn-msg h2 {
        width: 90%;
        font-weight: 500;
        font-size: 2.25vw;
        text-align: center;
    }

    footer .footer-about-us {
        padding: 5vw 2vw !important;
        width: 95% !important;
    }

    footer .footer-about-us .footer-about-us-texts {
        width: 95% !important;
        min-height: 60vw;
        position: relative;
        justify-content: start !important;
        align-items: start !important;
        gap: 3vw !important;
    }

    footer .footer-about-us .footer-about-us-texts svg {
        width: 20vw;
    }

    footer .footer-about-us .footer-about-us-texts p {
        font-size: 2.45vw;
        line-height: 4.2vw;
        text-align: justify;
        font-weight: 500;
    }

    footer .footer-about-us ul {
        margin-top: 1.4vw;
    }

    footer .footer-about-us ul li a {
        padding: 0.8vw;
        width: 14vw;
        height: 14vw;
        border-radius: 2vw;
    }

    .responsive-honors-icons {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        place-self: center;
        row-gap: 2.8vw;
    }

    .footer-links-columns {
        display: none;
    }

    footer .footer-links {
        justify-content: center !important;
    }

    footer .footer-hot-lines {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 19vw;
        width: 80%;
        border-radius: 2.6vw;
    }

    footer .footer-hot-lines:hover {
        box-shadow: rgba(17, 17, 26, 0.1) 0 4px 16px,
        rgba(17, 17, 26, 0.05) 0 8px 32px;
    }

    footer .footer-hot-lines-division-left {
        justify-content: center !important;
        width: 100%;
        gap: 7vw;
    }

    footer .footer-hot-lines-division-right {
        width: 100%;
    }

    footer .footer-links-contact {
        width: 85%;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
    }

    .responsive-links-contact {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: start !important;
    }

    .responsive-links-contact:first-child {
        gap: 1.5vw;
    }

    .responsive-links-contact:first-child h2 {
        font-size: 2.75vw;
    }

    .responsive-links-contact:first-child h4 {
        font-size: 2.25vw;
    }

    footer .footer-links-contact .footer-socials-sec {
        margin: 0!important;
    }

    footer .footer-links-contact .footer-socials-sec h4 {
        width: 80%;
        font-size: 2.6vw;
    }

    footer .footer-links-contact .footer-socials-sec ul {
        margin-top: 3.6vw;
        gap: 2vw;
    }

    .footer-about-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    footer .footer-warn-msg {
        margin-bottom: 17vw;
    }

    footer .footer-about-us {
        width: 80%;
        min-height: 10vw;
        background-color: rgba(226, 232, 240, 0.3);
        padding: 1.7vw;
        border-radius: 2.6vw;
        position: relative;
        justify-content: space-between !important;
        gap: 1vw;
    }

    footer .footer-about-us .footer-about-us-texts {
        width: 85%;
        min-height: 100%;
        position: relative;
        justify-content: start !important;
        align-items: start !important;
        gap: 0.75vw;
    }

    footer .footer-warn-msg a#mavericks span {
        font-size: 1.95vw;
        font-weight: normal !important;
        text-align: center;
        color: #343434;
    }

    footer .footer-warn-msg a#mavericks svg {
        width: 22vw;
    }

    footer .footer-warn-msg a#mavericks {
        gap: 1.25vw;
    }
}

footer .footer-warn-msg a#mavericks {
    font-size: 0.85vw;
    gap: 0.25vw;
}
