/* General Footer Style */
footer {
    background-color: #202945;
}



@media (max-width: 768px) {
    .footer-row {
        flex-direction: column-reverse !important;
    }

    .footer-social-icons {
        justify-content: center !important;
        margin-bottom: 2px;
    }

    .footer-text {
        text-align: center !important;
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .footer-social-icons {
        flex-wrap: wrap;
        gap: 0.5rem;
    }
}





.social-img {
    width: 40px;
    /* Atur ukuran sesuai kebutuhan */
    height: 40px;
    object-fit: contain;
}