﻿/* ============================
   RTT FOOTER
   ============================ */

.rtt-footer {
    background: #070e18;
    color: rgba(255, 255, 255, 0.55);
    padding: 50px 0 42px;
    margin: 0;
    font-family: Inter;
}


/* Main footer row */

.rtt-footer-top {
    margin-bottom: 45px;
}


/* Logo */

.rtt-footer-logo {
    margin-bottom: 26px;
}

    .rtt-footer-logo img {
        display: block;
        max-width: 260px;
        height: auto;
    }


/* Description */

.rtt-footer-description {
    font-size: 14px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.42);
    max-width: 280px;
    margin: 0 0 18px;
}


/* Contact */

.rtt-footer-contact {
    margin-top: 16px;
}

.rtt-footer-contact-item {
    display: flex;
    align-items: center;
    min-height: 28px;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.55);
}

    .rtt-footer-contact-item i {
        width: 20px;
        margin-right: 2px;
        font-size: 16px;
        line-height: 1;
        color: rgba(255, 255, 255, 0.55);
    }

    .rtt-footer-contact-item a,
    .rtt-footer-contact-item span {
        color: rgba(255, 255, 255, 0.55);
        text-decoration: none;
    }

        .rtt-footer-contact-item a:hover {
            color: rgba(255, 255, 255, 0.8);
        }


/* Footer columns */

.rtt-footer-column {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.rtt-footer-col-title {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.7px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.38);
    margin: 2px 0 14px;
}


.rtt-footer-link {
    display: block;
    font-size: 14px;
    line-height: 1.55;
    color: rgba(255, 255, 255, 0.58);
    text-decoration: none;
    margin-bottom: 7px;
    transition: color 0.2s ease;
}

    .rtt-footer-link:hover {
        color: rgba(255, 255, 255, 0.9);
    }


/* Bottom section */

.rtt-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.rtt-footer-copyright {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.28);
}


.rtt-footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 22px;
}


    .rtt-footer-bottom-links a {
        font-size: 13px;
        color: rgba(255, 255, 255, 0.35);
        text-decoration: none;
        transition: color 0.2s ease;
    }

        .rtt-footer-bottom-links a:hover {
            color: rgba(255, 255, 255, 0.75);
        }


/* ============================
   TABLET
   ============================ */

@media only screen and (max-width: 992px) {

    .rtt-footer {
        padding: 45px 0 38px;
    }

    .rtt-footer-column {
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    .rtt-footer-top {
        margin-bottom: 35px;
    }
}


/* ============================
   MOBILE
   ============================ */

@media only screen and (max-width: 600px) {

    .rtt-footer {
        padding: 40px 0 30px;
    }

    .rtt-footer-logo {
        margin-bottom: 22px;
    }

        .rtt-footer-logo img {
            max-width: 245px;
        }

    .rtt-footer-description {
        max-width: 100%;
    }

    .rtt-footer-brand {
        margin-bottom: 35px;
    }

    .rtt-footer-column {
        margin-bottom: 28px;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .rtt-footer-col-title {
        margin-bottom: 13px;
    }

    .rtt-footer-bottom {
        display: block;
        padding-top: 20px;
    }

    .rtt-footer-bottom-links {
        margin-top: 12px;
        gap: 18px;
    }
}
