.mbe-footer-wrapper-94228bb8 {
    background-color: #222222;
    color: #f1f1f1;
    font-family: 'Montserrat', 'Poppins', sans-serif;
    position: relative;
}
.mbe-footer-border-94228bb8 {
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #0056b3, #40e0d0, #ff8c42);
}
.mbe-footer-content-94228bb8 {
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 20px 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 40px;
}
.mbe-footer-subscribe-94228bb8 h4 {
    color: #ffffff;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 1.2rem;
}
.mbe-subscribe-form-94228bb8 {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
}
.mbe-subscribe-form-94228bb8 input[type="email"] {
    padding: 12px 15px;
    border: 1px solid #444;
    border-radius: 4px;
    background: #333;
    color: #fff;
    min-width: 280px;
    font-family: inherit;
}
.mbe-subscribe-form-94228bb8 button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    background-color: #ff8c42;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.3s;
    font-family: inherit;
}
.mbe-subscribe-form-94228bb8 button:hover {
    background-color: #40e0d0;
}
.mbe-footer-links-social-94228bb8 {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
    align-items: center;
}
.mbe-legal-links-94228bb8 {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: center;
}
.mbe-legal-links-94228bb8 a,
.mbe-social-links-94228bb8 a {
    color: #40e0d0;
    text-decoration: none;
    transition: color 0.3s;
    font-weight: 500;
    font-size: 0.95rem;
}
.mbe-legal-links-94228bb8 a:hover,
.mbe-social-links-94228bb8 a:hover {
    color: #ff8c42;
}
.mbe-social-links-94228bb8 {
    display: flex;
    gap: 25px;
    justify-content: center;
}
.mbe-footer-copyright-94228bb8 {
    font-size: 0.85rem;
    color: #aaa;
    border-top: 1px solid #444;
    padding-top: 25px;
    width: 100%;
    margin-top: 10px;
}
@media (max-width: 768px) {
    .mbe-subscribe-form-94228bb8 {
        flex-direction: column;
        width: 100%;
    }
    .mbe-subscribe-form-94228bb8 input[type="email"] {
        width: 100%;
    }
    .mbe-legal-links-94228bb8,
    .mbe-social-links-94228bb8 {
        flex-direction: column;
        gap: 15px;
    }
}