.Siorix-footer {
    background: #000000f2;
    color: #ffffff;
    padding: 62px 0 0;
    border-top: 1px solid #393939;
}

.Siorix-footer .row {
    justify-content: space-between;
}

/* =========================
           BRAND
        ========================== */


.footer-logo {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 24px;
}

.footer-logo img {
    width: 100%;
    padding-right: 100px;
}

.footer-brand-text {
    color: #fff;
    font-size: 15px;
    line-height: 1.65;
    margin-bottom: 0;
}

/* =========================
           COLUMN TITLES
        ========================== */

.footer-title {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1.35px;
    margin-bottom: 15px;
}

/* =========================
           LINKS
        ========================== */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 7px;
}

.footer-links a {
    display: inline-block;
    color: #aeb2b9;
    font-size: 15px;
    line-height: 1.35;
    font-weight: 400;
    text-decoration: none;
    transition: color .25s ease, transform .25s ease;
}

.footer-links a:hover {
    color: #f57b20;
    transform: translateX(3px);
}


/* =========================
           CONTACT
        ========================== */

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 8px;
}

.contact-list span i {
    color: #f57b20;
    font-size: 18px;
}

.contact-list a,
.contact-list span.contact-text {
    min-width: 0;
    color: #aeb2b9;
    font-size: 15px;
    line-height: 1.55;
    text-decoration: none;
    transition: color .25s ease;
}

.contact-list a:hover {
    color: #f57b20;
}



/* =========================
           WHATSAPP BUTTON
        ========================== */

.whatsapp-btn {
    width: fit-content;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    background: #092917;
    border: 1px solid #145a32;
    color: #20e56f;
    font-size: 15px;
    padding: 5px 11px;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 8px;
    transition:
        background-color .25s ease,
        border-color .25s ease,
        color .25s ease,
        transform .25s ease;
}

.whatsapp-btn:hover {
    color: #ffffff;
    background: #0c7137;
    border-color: #14a34c;
    transform: translateY(-1px);
}

.whatsapp-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #1be66d;
    display: inline-block;
}

/* =========================
           DIVIDER + COPYRIGHT
        ========================== */

.footer-divider {
    border: 0;
    border-top: 1px solid #303236;
    opacity: 1;
    margin: 54px 0 20px;
}

.footer-bottom {
    text-align: center;
    padding-bottom: 20px;
}

.copyright {
    color: #feffff;
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.copyright a {
    font-size: 16px;
    color: var(--orange);
}

/* =========================
           DESKTOP ALIGNMENT
        ========================== */
@media(max-width:1366px) {
    .footer-brand-text {
        font-size: 14px;
    }
}
@media(max-width:1199px){
    .whatsapp-btn{
        white-space: nowrap;
    }
}
@media (min-width: 992px) {

    .footer-brand-col {
        width: 30%;
    }

    .footer-services-col {
        width: 20%;
    }

    .footer-tools-col {
        width: 21%;
    }

    .footer-contact-col {
        width: 22%;
    }

    .footer-company-col {
        width: 15%;
    }
}

/* =========================
           TABLET
        ========================== */

@media (max-width: 991px) {

    .Siorix-footer {
        padding-top: 52px;
    }

    .footer-brand {
        padding-right: 0;
    }

    .footer-brand-text {
        max-width: 290px;
    }

    .footer-column {
        margin-bottom: 35px;
    }

    .footer-divider {
        margin-top: 20px;
    }

    .footer-bottom {
        padding-bottom: 40px;
    }
    .Siorix-footer .row{
        justify-content:center;
    }
    .copyright{
        display: flex;
        flex-direction: column;
    }
}

/* =========================
           MOBILE
        ========================== */

@media (max-width: 575.98px) {

    .Siorix-footer {
        padding-top: 42px;
    }

    .footer-logo {
        margin-bottom: 18px;
    }

    .footer-brand-text {
        max-width: 100%;
        font-size: 12px;
    }

    .footer-title {
        margin-bottom: 13px;
    }

    .footer-links li {
        margin-bottom: 8px;
    }

    .footer-links a,
    .contact-list a,
    .contact-list span.contact-text {
        font-size: 12px;
    }

    .footer-column {
        margin-bottom: 29px;
    }

    .footer-divider {
        margin: 8px 0 25px;
    }

    .footer-bottom {
        padding-bottom: 32px;
    }
}