.logo-badge img {
    max-height: 71px;
    max-width: 100%;
    height: 100%;
    object-fit: contain;
    margin: 0px;
}

.footer-contact ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.footer-contact ul li{
    display:flex;
    align-items: center;
    gap: 8px;
    color: rgba(255, 255, 255, .62);
    font-size:  13px;
}
.footer-contact ul li svg {
    width: 15px;
    height: 15px;
    fill: rgba(255, 255, 255, .62);
}
h3.region-heading {
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    letter-spacing: .4px;
    padding-bottom: .55rem;
    border-bottom: 2px solid var(--secondary-color);
    display: inline-block;
    margin-bottom: 1.2rem;
    position: relative;
}
.footer-brand p {
    font-size: 13px;
    color: rgba(255, 255, 255, .62);
    line-height: 1.75;
    margin-top: 15px;
    margin-bottom: 20px;
    max-width: 340px;
}



/* =====================================================
--------------------  Business Hours -------------------
========================================================*/
#block-olivero-subtheme-businesshours .footer-hours {
    margin-top: 0px !important;
}
.footer-hours {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.hour-row {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    font-size: 12px;
    padding: 6px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    line-height: 130%;
}
.hour-row .day {
    color: rgba(255, 255, 255, .5);
}
.hour-row .time {
    color: #fff;
    font-weight: 600;
}
.hour-row .time.special {
    color: #ff8080;
}

/* =====================================================
-----------------------  Follow Us ---------------------
========================================================*/
.footer-social {
    display: flex;
    gap: 8px;
    margin-bottom:20px;
}
.footer-social a {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, .7);
    font-size: 13px;
    transition: background .2s, border-color .2s, color .2s, transform .2s;
    box-shadow:none;
}
.footer-social a:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: none;
}
.pay-label {
    font-size:12px;
    color: rgba(255, 255, 255, .38);
    margin-bottom: 8px;
}
.pay-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    line-height: 130%;
}
.pay-badge {
    padding: 5px 12px;
    background: rgba(255, 255, 255, .1);
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700;
    color: rgba(255, 255, 255, .7);
    line-height: 130%;
}


/* =====================================================
----------------------- Copyright ---------------------
========================================================*/

.region.region--footer-bottom.grid-full.layout--pass--content-medium {
    display: block;
}


.copyrights {
    background-color: #111e4d;
    border-top: 1px solid rgba(255, 255, 255, .08);
}
.copyrights-inner.text-center {
    padding: 10px 0px;
}
.footer-bottom-wrapper {
    display: flex;
    justify-content: space-between;
    font-family: var(--primary-font);
}
.footer-copyright {
    font-size: 12px;
    color: #ffffff61;
}
.footer-copyright span{
    color:#ed193a;
}
.footer-link-list {
    display: flex;
    gap: 10px;
}
.footer-link-list a{
    font-size:12px;
    text-decoration:none;
    box-shadow:none;
    color:#ffffff61;
    transition:all 0.5s
}
.footer-link-list a:hover{
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}


.region.region-second.region-dropdown {
    width: 300px;
    flex: none;
}

.region.region-second.region-dropdown.region-learnmore {
    width: 100%;
    flex: 1;
}
.region--footer_top__inner {
    margin-bottom: 30px;
}



@media (max-width:1400px){
    .footer-info {
        gap: 30px;
    }

    .region.region-fivth.region-icon {
        width: 200px;
    }

    .region.region-second.region-dropdown.region-learnmore {
        min-width: 200px;
    }

    .region.region-second.region-dropdown {
        width: unset;
        min-width: 220px;
    }
}

@media (max-width:1200px){
    .footer-info {
        gap: 10px 40px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .region.region-second.region-dropdown,
    .region.region-fivth.region-icon,
    .region.region-second.region-dropdown.region-learnmore,
    h3.region-heading 
    {
        text-align: left;
    }
    .region.region-second.region-dropdown,
    .region.region-fivth.region-icon,
    .region.region-second.region-dropdown.region-learnmore{
        flex: 1;
    }
    .region.region-fivth.region-icon{
        padding-left:50px;
    }
    .region.region--footer-top.grid-full.layout--pass--content-medium {
        flex: 100%;
    }
}

@media (max-width: 991px) {
    .region.region-fivth.region-icon {
        flex: 100%;
        padding-left: 0px;
    }
    nav#block-olivero-subtheme-learnmore {
        margin: 0px;
    }
    h3.region-heading{
        padding-top: 10px;
    }
    .footer-bottom-wrapper {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        line-height: 120%;
    }
    ul.footer-link-list {
        display: none;
    }
}