.footer-fb55e4ff {
    background-color: #00122e; /* Dark blue background */
    color: #a4b1c6; /* Light gray text */
    font-family: 'Poppins', sans-serif; /* Assuming poppins from site settings */
    font-size: 14px;
}

.footer-top-fb55e4ff {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 40px;
    max-width: 1400px;
    margin: 0 auto;
    gap: 40px;
}

.footer-col-main-fb55e4ff {
    flex: 0 0 350px;
}

.footer-logo-fb55e4ff {
    max-width: 200px;
    margin-bottom: 20px;
}

.footer-desc-fb55e4ff {
    margin-bottom: 30px;
    line-height: 1.6;
}

.footer-contact-info-fb55e4ff {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.contact-item-fb55e4ff {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.contact-item-fb55e4ff i {
    color: #467ff7; /* Accent color */
    font-size: 18px;
    margin-top: 3px;
}

.contact-item-fb55e4ff strong {
    color: #ffffff;
    font-weight: 600;
}

.footer-menus-wrapper-fb55e4ff {
    display: flex;
    flex: 1;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

.footer-menu-col-fb55e4ff {
    flex: 1;
    min-width: 150px;
}

.menu-title-fb55e4ff {
    color: #ffffff !important;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 25px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
}

.menu-title-fb55e4ff::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background-color: #467ff7; /* Blue underline */
}

.menu-list-fb55e4ff {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-list-fb55e4ff li {
    margin-bottom: 12px;
}

.menu-list-fb55e4ff a {
    color: #a4b1c6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.menu-list-fb55e4ff a:hover {
    color: #ffffff;
}

/* Features Bar */
.footer-features-bar-fb55e4ff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 40px;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    background-color: rgba(255,255,255,0.02);
    max-width: 1400px;
    margin: 0 auto;
    gap: 20px;
}

.feature-item-fb55e4ff {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
}

.feature-item-fb55e4ff i {
    color: #467ff7;
    font-size: 20px;
}

/* Bottom Bar */
.footer-bottom-fb55e4ff {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 25px 40px;
    max-width: 1400px;
    margin: 0 auto;
    font-size: 12px;
    gap: 20px;
}

.social-wrapper-fb55e4ff {
    display: flex;
    align-items: center;
    gap: 15px;
}

.follow-us-text-fb55e4ff {
    color: #ffffff;
}

.social-icons-fb55e4ff {
    display: flex;
    gap: 10px;
}

.social-icon-fb55e4ff {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon-fb55e4ff:hover {
    border-color: #ffffff;
    background-color: rgba(255,255,255,0.1);
}

.social-icon-fb55e4ff svg {
    width: 14px;
    height: 14px;
    fill: currentColor;
}

.social-icon-fb55e4ff i {
    font-size: 14px;
}

@media (max-width: 992px) {
    .footer-col-main-fb55e4ff {
        flex: 1 1 100%;
    }
    .footer-features-bar-fb55e4ff {
        justify-content: center;
    }
}

@media (max-width: 768px) {
    .footer-menu-col-fb55e4ff {
        flex: 1 1 45%;
    }
    .footer-bottom-fb55e4ff {
        flex-direction: column;
        text-align: center;
    }
}
