.fbl {
    padding: 65px 0;
    position: relative;
    background: linear-gradient(0deg, #FFF7E9 0%, #FFF 100%);
}

.fbl::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.7;
    width: 100%;
    height: 380px;
    background: url('../../../library/images/fbl-gradient-bg.png') center / cover no-repeat;
}

.fbl h2 {
    position: relative;
    display: flex;
    align-items: center;
    gap: 9.99px;
    margin-bottom: 31px;
}

.fbl h2 span {
    color: var(--blue);
    font-family: 'Thadonce', sans-serif;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fbl h2 span.gradient-line {
    background: linear-gradient(90deg, #E84F25 0%, rgba(232, 79, 37, 0.00) 100%);
    height: 2px;
    flex: 1 0 0;
}

.fbl .fbl-cta {
    margin-top: 13px;
}


.fbl-blogs a.recent-blog-item {
    display: flex;
    align-items: center;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: var(--white);
    box-shadow: 0 4px 28px 0 rgba(249, 230, 200, 0.60);
    margin-bottom: 16px;
    gap: 15px;
    padding: 8px 25px 9px 9px;
    transition: all .3s ease-in-out;
}

.fbl-blogs a.recent-blog-item:hover {
    box-shadow: 0px 7px 9px 0 rgba(14, 44, 66, 0.16);
}

.fbl-blogs h3 {
    font-size: 14px;
    font-weight: 700;
    line-height: 18.2px;
    color: var(--black);
    margin: 0 0;
}

.fbl-blogs .blog-content p {
    font-size: 13px;
    line-height: 20.8px;
    margin: 5px 0;
}

.fbl-blogs .blog-content {
    padding: 0 0;
    height: 100%;
    background: var(--white);
}

.single-location {
    display: flex;
    justify-content: space-between;
    border-radius: 12px;
    border: 1px solid #E2E8F0;
    background: var(--white);
    box-shadow: 0 4px 28px 0 rgba(249, 230, 200, 0.60);
    padding: 30px 26px 30px 15px;
}

.single-location h3 {
    font-family: 'Thadonce', sans-serif;
    font-size: 30px;
    line-height: 22px;
    letter-spacing: 0.3px;
}

.single-location p {
    margin: 0 0;
    font-size: 12px;
    line-height: 19.2px;
}

.location-title {
    gap: 12px;
}

.fbl-blogs .blog-thumb img {
    width: 80px;
    height: 90px;
    object-fit: cover;
    border-radius: 8px;
}

.location-title img {
    width: 36px;
    height: 36px;
    background: linear-gradient(131deg, #FFC42C 0%, #F5A920 100%);
    border-radius: 8px;
    padding: 10px;
}

.location-title .dflex {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.location-cta a {
    font-size: 21px;
    font-weight: 800;
    letter-spacing: -1px;
    line-height: 22.4px;
}

.locations-wrap {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

img.fbl-v1 {
    position: absolute;
    right: -30px;
    bottom: -48px;
    opacity: 0.9;
    max-width: 100px;
}

@media(max-width:1400px) {
    .fbl .accordion h3.accordion-button {
        padding: 12px 13.444px 12px 18px;
    }

    .fbl-blogs a.recent-blog-item {
        margin-bottom: 14px;
    }

    .single-location h3 {
        font-size: 22px;
        line-height: 19px;
        letter-spacing: 0.3px;
    }
}

@media(max-width:1200px) {
    .single-location {
        padding: 40px 26px 40px 15px;
    }

    .location-cta a {
        font-size: 14px;
        letter-spacing: -1px;
        line-height: 15px;
    }

    .fbl-blogs .blog-content p {
        height: 60px;
        overflow: hidden;
    }
}

@media(max-width:992px) {
    .fbl {
        background: #FFF6EC;
        padding: 46px 14px;
    }

    .fbl .row .col-md-4 {
        width: 100%;
    }

    .fbl h2 span.gradient-line,
    .fbl .fbl-cta {
        display: none;
    }

    .fbl h2 {
        margin-bottom: 21px;
    }

    .fbl h2 span {
        font-size: 23px;
        line-height: 27.6px;
        letter-spacing: 1.15px;
        text-transform: uppercase;
    }

    .fbl-faqs,
    .fbl-blogs {
        margin-bottom: 34px;
    }

    .fbl-blogs .blog-content p {
        display: none;
    }

    .fbl-blogs .blog-thumb img {
        width: 72px;
        height: 72px;
        border-radius: 12px;
    }

    .fbl-blogs a.recent-blog-item {
        padding: 12px 16px 12px 12px;
        box-shadow: 0 6px 16px 0 rgba(102, 51, 13, 0.08);
    }

    .single-location {
        padding: 14px 16px;
        box-shadow: 0 6px 16px 0 rgba(102, 51, 13, 0.08);
    }

    .location-title {
        gap: 14px;
    }

    .single-location h3 {
        letter-spacing: 0;
        font-size: 15px;
        font-weight: 800;
        line-height: normal;
        font-family: 'Plus Jakarta Sans', sans-serif;
        color: var(--black);
    }

    .single-location p {
        color: #737880;
        font-weight: 500;
        line-height: normal;
    }

    .location-cta a {
        letter-spacing: 0;
        line-height: normal;
    }

    .locations-wrap {
        gap: 14px;
    }

    img.fbl-v1 {
        width: 58px;
        height: 38.667px;
        top: -36px;
        left: 9px;
    }
}