/* Footer styling override for ketquamienbac.vn (Bright Mint Theme) */

/* Light theme colors and borders */
.bg-light-premium {
    background-color: #eefaf2 !important; /* Soft mint/pastel green background */
}

.border-top-theme {
    border-top: 4px solid var(--theme-color) !important;
}

.border-light-premium {
    border-top: 1px solid #d0ebd7 !important;
}

.text-dark-premium {
    color: #2d3748 !important;
}

.text-theme {
    color: var(--theme-color) !important;
}

.footer-links li {
    margin-bottom: 12px;
}

.footer-links a {
    color: #4a5568 !important;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}

.footer-links a:hover {
    color: var(--theme-color) !important;
    transform: translateX(4px);
}

/* Social icons styling */
.social-icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ffffff !important;
    color: #4a5568 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid #d0ebd7 !important;
}

.social-icon:hover {
    background-color: var(--theme-color) !important;
    color: #ffffff !important;
    transform: translateY(-3px);
}

/* Disclaimer text box (Clean white card with left theme border) */
.footer-disclaimer-box {
    background-color: #ffffff !important;
    border: 1px solid #d0ebd7 !important;
    border-left: 4px solid var(--theme-color) !important;
    border-radius: 6px !important;
    color: #4a5568 !important;
}

/* Transform white logo PNG to Theme Green (Disabled for custom colored logo) */
.footer-logo-img {
    /* filter: invert(61%) sepia(85%) saturate(386%) hue-rotate(88deg) brightness(97%) contrast(85%); */
    transition: all 0.3s ease;
}

.footer-logo-img:hover {
    /* filter: invert(53%) sepia(90%) saturate(415%) hue-rotate(90deg) brightness(90%) contrast(80%); */
    opacity: 0.9;
}
