﻿
footer#site-footer .container {
    display: flex;
    max-width: 1200px;
    padding: 40px;
    align-items: flex-start;
    gap: 20px;
    justify-content: space-between;
}

nav.social ul {
    line-height: 0;
    display: flex;
    align-items: center;
    gap: 33px;
}

.frame-social {
    display: flex;
    width: auto;
    padding: 22px 16px 22px 36px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex-shrink: 0;
}

.footer-line {
    border-right: 1px white solid;
}

footer#site-footer .footer-item {
    padding-bottom: 0px !important;
    padding-left: 0;
    padding-right: 0;
}

.custom-footer-nav-items {
    display: inline-block;
}

.footer-nav-link, .item a.footer-nav-link, .footer-nav-link:link, .footer-nav-link:visited, .footer-nav-link:active, .footer-nav-link:hover {
    font-size: 16px;
    font-weight: 400;
    display: inline-flex;
    flex-wrap: nowrap;
}

.custom-footer-nav {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 7px;
    display: flex;
}

.custom-footer-nav-title {
    height: 24.06px;
    font-size: 24px;
    font-weight: 400;
}

.custom-footer-cnt {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    gap: 20px;
}

.footer-nav-seperator {
    margin-right: 5px;
}

.custom-footer-nav .footer-nav-link:not(:last-child)::after {
    content: ", ";
}

.footer-contact-detail-cnt {
    display: flex;
    width: auto;
    padding: 0px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
}

.footer-phone-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-phone-icon {
    background-image: url('../../images/shared/footer-phone-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 33px;
    height: 23px;
}

.footer-phone-text {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-mail-area {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-mail-icon {
    background-image: url('../../images/shared/footer-mail-icon.svg');
    background-position: center center;
    background-repeat: no-repeat;
    width: 32px;
    height: 25px;
}

.footer-mail-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 991px) {
    .footer-cnt {
        flex-direction: column;
    }

    .footer-line {
        border-right: 0px white solid;
        border-bottom: 1px #CCCCCC solid;
        padding-bottom: 20px;
    }


    .frame-social {
        padding: 0;
        align-self: flex-start;
        width: 100% !important;
        align-self:center;
    }

    .footer-phone-area {
        display: flex;
        align-items: center;
        gap: 10px;
    }


    .footer-mail-area {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .footer-contact-detail-cnt{
        margin: auto;
    }
}
