/*+++++++++++++++++++++++++++++++++++++++++++++++
            Footer Section Styles
************************************************/
.econotec-footer {
    background-color: var(--dark-color);
    color: var(--light-color);
    text-align: center;
    padding: 40px 10px 10px;
}

.econotec-footer__container {
    max-width: 1200px;
    margin: 0 auto;
}

.econotec-footer__row {
    margin-bottom: 1.5rem;
}

.econotec-footer__column {
    color: #FFFEF1;
}

.econotec-footer__title {
    font-size: 1rem;
    border-bottom: 1px solid #FFFEF1;
    font-weight: bold;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    text-align: start;
}

.econotec-footer__list {
    padding-left: 0;
    list-style-type: none;
    text-align: start;
}

.econotec-footer__list-item {
    font-size: 0.9rem;
    font-weight: 300;
    color: #FFFEF1;
    margin-bottom: 0.5rem;
}

.econotec-footer__social {
    margin-bottom: 1rem;
}

.econotec-footer__social-nav {
    display: flex;
    justify-content: center;
}

.econotec-footer__social-menu {
    display: flex;
    list-style-type: none;
    padding-left: 0;
}

.econotec-footer__social-menu svg path {
    fill: #fff;
}

.econotec-footer__social-menu svg:hover path {
    fill: var(--primary-color-mode1);
}

.econotec-footer__social-item {
    margin-right: 1rem;
}

.econotec-footer__social-link {
    color: #FFFEF1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem;
    width: 2.5rem;
}

.econotec-footer__policies {
    margin-bottom: 2rem;
}

.econotec-footer__policy-list {
    display: flex;
    justify-content: center;
    gap: 0.5rem;
    list-style-type: none;
    padding-left: 0;
}

.econotec-footer__policy-item {
    text-align: center;
}

.econotec-footer__policy-link {
    color: #FFFEF1;
    text-decoration: none;
}

.econotec-footer__link,
.econotec-footer__social-link,
.econotec-footer__policy-link {
    color: #FFFFFF;
    text-decoration: none;
    transition: color 0.3s ease;
}

.econotec-footer__link:hover,
.econotec-footer__social-link:hover,
.econotec-footer__policy-link:hover {
    color: var(--primary-color-mode1);
}

.econotec-footer__policy-separator {
    width: 1px;
    background-color: #FFFEF1;
}

.econotec-footer__text {
    text-align: center;
    color: #FFFEF1;
}