/* Footer Styles */
.footer-main {
    background-color: #0B132B !important;
    color: #fff !important;
}
.footer-about-text {
    opacity: 0.85;
    line-height: 1.6;
}
.footer-abvtex-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    margin-left: 0;
}
.abvtex-logo {
    filter: drop-shadow(0 5px 15px rgba(0,0,0,0.3));
}
.footer-newsletter-text {
    opacity: 0.8;
}
.footer-input {
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: 8px !important;
    color: #fff !important;
    height: 42px !important;
}
.footer-submit-btn {
    height: 42px !important;
}
.footer-contact-text {
    opacity: 0.85;
}
.footer-contact-icon {
    color: var(--accent) !important;
}
.footer-bottom {
    background-color: #060B18 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.05) !important;
}
.footer-bottom-text {
    opacity: 0.7;
}