﻿
/*#region logo wrapper*/
.footer-wrapper {
    border-top: 1px solid lightgray;
    padding: 60px;
    display: flex;
    justify-content: space-between;
}

.footer-logo-wrapper {
    width: 100%;
    max-width: 391px;
}

.footer-logo-wrapper img {
    width: 100%;
    height: auto;
}
/*#endregion*/


/*#region link*/
.footer-links-wrapper {
    display: flex;
}

.footer-links {
    list-style-type: none;
    line-height: 22px;
    text-align: left;
}

.footer-links li {
    line-height: 22px;
    font-size: 14px;
    margin-bottom: 30px;
}

/*#endregion link*/

/*#region footer contact*/
.footer-logo-text {
    font-size: 19.55px;
}

.footer-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 58px;
}

.footer-contact a:not(.help-btn, .tel) {
    font-size: 14px;
    text-decoration: underline !important;
    color: #FAA715;
}

.footer-time-open {
    padding-left: 8px;
    font-size: 14px;
    font-weight: 400;
}

.footer-phone-num {
    font-size: 30px;
    letter-spacing: 1.5px;
    line-height: 24px;
    margin-bottom: 11px;
    font-weight: 400;
    color: inherit;
    text-decoration: none !important;
    -webkit-text-decoration-line: none !important;
}
/*#endregion*/


.footer-contact .footer-copyright {
    display: none;
}

.footer .help-btn {
    display: flex;
    gap: 8px;
    align-items: center;
    color: #fff;
    background-color: #FAA715;
    border-radius: 30px;
    padding: 9px 36px;
    border-color: transparent;
    cursor: pointer;
    margin-bottom: 17px;
}

#accordion-navbar-bottom {
    display: none;
}

.footer-button-ctn {
    display: none
}

.dropup .dropdown-menu {
    padding: 8px 12.75px;
    min-width: 218px;
    top: -10px !important;
    left: 20px !important;
    border: 1px solid #B0A38B;
}

.dropup .dropdown-menu .dropdown-menu-item {
    border-bottom: 1px solid #DEDEDE;
    padding: 8px 0;
}

.dropup .dropdown-menu .dropdown-menu-item:last-child {
    border-bottom: 0;
}

@media only screen and (max-width: 1199px) {
    .footer-wrapper {
        padding: 60px 20px;
    }

    .footer-links {
        padding-left: 5px;
    }

    .footer-links li {
        font-size: 12px;
    }

    .footer-logo-text {
        font-size: 13px;
    }

    .footer-logo-wrapper {
        max-width: 300px;
    }

    .footer-contact {
        margin-left: 30px;
    }
}


@media only screen and (max-width: 900px) {
    .footer-wrapper {
        padding: 36px;
        display: flex;
        flex-direction: column;
    }

    .footer-logo-wrapper {
        max-width: 202px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }

    .footer-logo-wrapper p {
        width: 240px;
    }

    .footer-wrapper {
        flex-direction: column;
    }

    .footer-links-wrapper {
        display: flex;
        flex-direction: column;
    }

    .footer-links {
        margin: 0;
        padding: 0;
        text-align: center;
    }

    .footer-links li {
        font-size: 12px;
        line-height: 19px;
        margin-bottom: 12px;
    }

    .footer-contact {
        margin: 30px auto 71px auto;
    }

    .footer-contact .footer-copyright {
        display: block;
        font-size: 12px;
        font-weight: 500;
        margin-top: 71px;
    }

    #accordion-navbar-bottom {
        display: block;
    }

    /*#region footer button*/

    .footer-button-ctn {
        position: fixed;
        width: 100%;
        bottom: 0;
        z-index: 100;
        background: #fff;
        display: block;
        padding: 6px 0;
        box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    }

    .footer-button-ctn .footer-button-track {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(93px, 1fr))
    }

    .footer-button-track .footer-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        font-size: 10px;
        border-right: 1px solid #DEDEDE;
        position: relative;
        min-width: 93px;
    }

    .footer-button-track .footer-btn:last-child {
        border-right: none;
    }

    /*#endregion*/
}
