/* Footer Styles for MascotaCenter */
footer {
    background-color: #1A6EA1 !important;
    color: white !important;
    margin-top: 5rem !important;
    padding-top: 3rem !important;
}

/* Agregar espaciado al contenido principal antes del footer */
main {
    margin-bottom: 3rem !important;
    padding-bottom: 2rem !important;
}

footer h5, footer h6 {
    color: white !important;
    font-weight: bold !important;
    margin-bottom: 1rem !important;
}

footer a {
    color: white !important;
    text-decoration: none !important;
    transition: color 0.3s ease !important;
}

footer a:hover {
    color: #FFC107 !important;
    text-decoration: none !important;
}

footer ul {
    list-style: none !important;
    padding-left: 0 !important;
}

footer ul li {
    margin-bottom: 0.5rem !important;
}

/* Botón de Inicia sesión */
footer .bg-yellow-500 {
    background-color: #FFC107 !important;
    color: #000 !important;
    font-weight: 600 !important;
    padding: 0.5rem 1rem !important;
    border-radius: 0.375rem !important;
    display: inline-block !important;
    transition: background-color 0.3s ease !important;
}

footer .bg-yellow-500:hover {
    background-color: #FFB300 !important;
    color: #000 !important;
}

/* Redes sociales */
footer .social-icons {
    margin-top: 1rem !important;
}

footer .social-icons a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 40px !important;
    height: 40px !important;
    background-color: white !important;
    border-radius: 50% !important;
    margin-right: 0.75rem !important;
    transition: all 0.3s ease !important;
    text-decoration: none !important;
}

footer .social-icons a:hover {
    background-color: #FFC107 !important;
    transform: translateY(-2px) !important;
}

footer .social-icons .fab {
    font-size: 1.1rem !important;
    color: #4A90E2 !important;
    transition: color 0.3s ease !important;
}

footer .social-icons a:hover .fab {
    color: white !important;
}

/* Logo en footer */
footer img {
    max-height: 64px !important;
    width: auto !important;
}

/* Línea separadora */
footer hr {
    border-color: rgba(255, 255, 255, 0.3) !important;
    margin: 1.5rem 0 !important;
}

/* Texto del copyright */
footer .text-blue-200 {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Espaciado entre secciones */
footer .col-md-3 {
    margin-bottom: 1.5rem !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    footer .col-md-3 {
        margin-bottom: 2rem !important;
    }
    
    footer .flex {
        justify-content: center !important;
    }
    
    footer .text-center {
        text-align: center !important;
    }
}
