.yb-footer-wrapper-5e92f7de {
    position: relative;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-color: #211C4B;
    color: #ffffff;
    font-family: sans-serif;
}
.yb-footer-overlay-5e92f7de {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background-color: rgba(33, 28, 75, 0.85);
}
.yb-footer-container-5e92f7de {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    align-items: center;
    z-index: 1;
}
.yb-footer-col-5e92f7de {
    flex: 1;
    min-width: 300px;
}
.yb-logo-5e92f7de, .yb-logo-text-5e92f7de {
    margin-bottom: 20px;
    max-width: 250px;
}
.yb-about-text-5e92f7de {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0.9;
}
.yb-socials-5e92f7de {
    display: flex;
    gap: 15px;
}
.yb-socials-5e92f7de a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #D5A74F;
    color: #1A163D;
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s;
}
.yb-socials-5e92f7de a:hover {
    background-color: #ffffff;
}
.yb-heading-5e92f7de {
    font-size: 22px;
    color: #D5A74F;
    margin-bottom: 25px;
    margin-top: 0;
}
.yb-links-5e92f7de {
    list-style: none;
    padding: 0;
    margin: 0;
}
.yb-links-5e92f7de li {
    margin-bottom: 15px;
}
.yb-links-5e92f7de a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}
.yb-links-5e92f7de a:hover {
    color: #D5A74F;
}
.yb-contact-item-5e92f7de {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.yb-contact-icon-5e92f7de {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #D5A74F;
    color: #1A163D;
    border-radius: 50%;
    margin-right: 15px;
    font-size: 20px;
}
.yb-contact-info-5e92f7de {
    display: flex;
    flex-direction: column;
}
.yb-contact-info-5e92f7de span {
    font-size: 12px;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 5px;
}
.yb-contact-info-5e92f7de a {
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.yb-bottom-bar-5e92f7de {
    background-color: #1A163D;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
}
.yb-bottom-bar-5e92f7de p {
    margin: 0;
}

@media (max-width: 991px) {
    .yb-footer-container-5e92f7de {
        flex-direction: column;
        align-items: flex-start;
    }
}