/* Footer Styles */
.footer-rooka {
    background: #1A3F8A;
    color: #fff;
    padding: 48px 0 0 0;
    font-family: inherit;
}

.footer-rooka-container {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    padding: 0 40px;
}

.footer-rooka-col {
    flex: 1 1 220px;
    min-width: 220px;
    margin-bottom: 20px;
}

.footer-rooka-col.logo-desc {
    max-width: 400px;
}

.footer-rooka-logo img {
    display: block;
    margin-bottom: 18px;
}

.footer-rooka-desc {
    font-size: 16px;
    color: #d1d5db;
    margin-bottom: 18px;
}

.footer-rooka-social {
    display: flex;
    gap: 16px;
    margin-top: 10px;
}

.footer-rooka-social-link {
    display: inline-block;
    background: #232629;
    border-radius: 50%;
    padding: 7px;
    transition: background 0.2s, transform 0.2s;
}

.footer-rooka-social-link:hover {
    background: #4580FF;
    transform: scale(1.08);
}

.footer-rooka-social-icon {
    width: 28px;
    height: 28px;
    display: block;
}

.footer-rooka-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.footer-rooka-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-rooka-list li {
    margin-bottom: 12px;
}

.footer-rooka-list a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.2s;
    display: flex;
    align-items: center;
    gap: 8px;
}

.footer-rooka-list a:hover {
    color: #4580FF;
}

.footer-rooka-contact-icon {
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
}

.footer-rooka-fesw-logo {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-rooka-fesw-logo img {
    display: block;
    vertical-align: middle;
}

.footer-rooka-fesw-logo a {
    transition: transform 0.3s ease, filter 0.3s ease;
    display: block;
}

.footer-rooka-fesw-logo a:hover {
    transform: translateY(-5px);
    filter: brightness(1.2);
}

.footer-rooka-copyright {
    border-top: 1px solid #1A3F8A;
    margin-top: 36px;
    padding: 18px 0 10px 0;
    text-align: center;
    font-size: 15px;
    color: #bdbdbd;
}

@media (max-width: 1100px) {
    .footer-rooka-container {
        flex-direction: column;
        gap: 0;
        padding: 0 20px;
    }
    .footer-rooka-col {
        margin-bottom: 30px;
    }
}

@media (max-width: 700px) {
    .footer-rooka-container {
        flex-direction: column;
        align-items: stretch;
        padding: 0 8px;
        gap: 0;
    }
    .footer-rooka-col {
        min-width: 0;
        width: 100%;
        margin-bottom: 28px;
        display: flex;
        flex-direction: column;
        align-items: center;
        background: rgba(255,255,255,0.02);
        border-radius: 10px;
        padding: 18px 8px 10px 8px;
        box-sizing: border-box;
    }
    .footer-rooka-title {
        font-size: 18px;
        text-align: center;
        margin-bottom: 14px;
    }
    .footer-rooka-desc {
        font-size: 16px;
        text-align: center;
    }
    .footer-rooka-list {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 6px;
    }
    .footer-rooka-list li {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .footer-rooka-list a {
        justify-content: center;
        font-size: 17px;
        padding: 10px 0;
    }
    .footer-rooka-social-icon, .footer-rooka-contact-icon {
        width: 30px;
        height: 30px;
    }
    .footer-rooka-fesw-logo {
        justify-content: center;
        gap: 10px;
        margin-top: 8px;
    }
    .footer-rooka-fesw-logo img {
        max-height: 120px;
        height: 70px;
        min-width: 60px;
        width: auto;
    }
    .footer-rooka-col.fesw {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .footer-rooka-col.logo-desc {
        align-items: center;
        text-align: center;
        max-width: 100%;
    }
    .footer-rooka-logo img {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 480px) {
    .footer-rooka-container {
        padding: 0 4px;
    }
    .footer-rooka-title {
        font-size: 15px;
    }
    .footer-rooka-desc {
        font-size: 13px;
    }

    .footer-rooka-fesw-logo img {
        max-height: 60px;
        height: 40px;
        min-width: 40px;
    }
    .footer-rooka-fesw-logo {
        gap: 6px;
    }
    .footer-rooka-col {
        margin-bottom: 18px;
    }
}
