.why_choose_fbi_block.bg_color {
    background: var(--wcfb-sec-bg-color);
    position: relative;
}
.why_choose_fbi_block.bg_color::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-image: var(--wcfb-bg-overlay-img);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.why_choose_fbi_block .container {
    z-index: 99;
}


.why_choose_fbi_block .parah a {
    text-decoration: none;
}
.why_choose_fbi_block .parah li {
    position: relative;
    list-style-type: none;
    padding-top: 0;
    padding-left: 30px;
}
.why_choose_fbi_block .parah li::after {
    content: '';
    height: 2px;
    width: 2px;
    padding: 6px;
    border-radius: 11px;
    background-color: var(--secondaryFontColor);
    position: absolute;
    left: 0px;
    top: 9px;
}

.wcfbi_block_cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
    /*margin-bottom: 50px;*/
}
.wcfbi_card {
    position: relative;
    min-height: 338px;
    padding: 30px;
    border-radius: 10px;
    background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%);
    box-shadow: 0px 8px 24px 0px #E2E3E5;
    border: 1px solid rgba(24, 27, 72, 0.06);
    overflow: hidden;
    isolation: isolate;
    transition: border-color 0.3s ease;
}
.wcfbi_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(223deg, rgb(24 27 72 / 28%) 0%, rgb(255 255 255 / 50%) 20%, #ffffff00 50%);
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}
.wcfbi_card.gold_gradient::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(223deg, rgb(181 145 87 / 42%) 0%, rgba(255, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 50%) !important;
    opacity: 0;
    transition: opacity 0.4s ease;
    pointer-events: none;
    z-index: -1;
}
.wcfbi_card:hover::before {
    opacity: 1;
}
.wcfbi_img_wrap {
    min-height: 144px;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.wcfbi_img_wrap img {
    width: auto;
    height: 150px;
    display: block;
    object-fit: contain;
}
.wcfbi_title {
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2px;
    display: inline-block;
}
.wcfbi_desc * {
    margin: 0;
    color: var(--defaultFontColor) !important;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px;
}

.wcfbi_articles_wrapper {
    min-width: 0;
    max-height: 700px;
    min-height: 100%;
}
.wcfbi_articles_wrap {
    height: 100%;
    padding: 30px 15px;
    border-radius: 15px;
    background: var(--white);
    box-shadow: 0 14px 34px rgba(18, 34, 79, 0.08);
    border: 1px solid rgba(18, 34, 79, 0.05);
    display: flex;
    flex-direction: column;
}
.wcfbi_articles_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 1.1rem;
    border-bottom: 1px solid rgba(18, 34, 79, 0.12);
    margin: 0 15px 16px 15px;
}
.wcfbi_articles_title {
    margin: 0;
    font-family: var(--h3FontFamily);
	font-size: var(--h3DeskFont);
	line-height: var(--h3DeskLineHt);
	font-style: var(--h3FontStyle);
	font-weight: var(--h3FontWt);
	color: var(--secondaryFontColor) !important;
    letter-spacing: 0.2px;
}
.wcfbi_articles_accent {
    width: 42px;
    height: 4px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--secondaryFontColor) 0%, var(--primaryFontColor) 100%);
}

.wcfbi_articles_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    overflow-y: auto;
    height: 100%;
    padding-top: 10px;
    max-height: 570px;
}
.wcfbi_articles_list::-webkit-scrollbar {
    width: 4px;
}
.wcfbi_articles_list::-webkit-scrollbar-thumb {
    background: rgba(24, 27, 72, 0.35);
    border-radius: 999px;
}
.wcfbi_articles_list::-webkit-scrollbar-track {
    background: rgba(24, 27, 72, 0.08);
}
.wcfbi_article {
    padding: 0.95rem 0.9rem 1rem;
    border: 1px solid #E3E3E3;
    border-radius: 12px;
    background: var(--white);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    display: flex;
    flex-direction: column;
    gap: 12px;
    height: fit-content;
    margin: 0 15px;
}
.wcfbi_article:hover {
    transform: translateY(-2px);
    border-color: #CAD8E8;
    box-shadow: 0 10px 22px rgba(18, 34, 79, 0.08);
}
.wcfbi_article:hover .article_title {
    color: var(--linkColor) !important;
}
.wcfbi_article_date_wrap {
    display: flex;
    align-items: center;
    gap: 4px;
    width: 100%;
}
.wcfbi_article_date {
    margin: 0 0 0.45rem;
    color: var(--gray) !important;
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
}
.wcfbi_article_date_wrap i {
    font-size: 14px;
    color: var(--secondaryFontColor) !important;
}
.wcfbi_article .article_title {
    color: var(--black) !important;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.2px;
    transition: color 0.2s ease;
}
.wcfbi_article .article_title:hover,
.wcfbi_article .article_title:focus {
    color: var(--linkHoverColor) !important;
}

@media (max-width: 1199.98px) {
    .wcfbi_img_wrap img {
        width: 100%;
    }
    .wcfbi_block_cards {
        gap: 1rem;
    }
    .wcfbi_card {
        min-height: 320px;
    }
}

@media(max-width:992px) {
    .main_content_wrapper,
    .reverse .main_content_wrapper {
        flex-direction: column;
        gap: 50px;
    }
    .main_content_wrapper > * {
        width: 100%;
        flex-basis: 100% !important;
        flex-grow: 1;
    }
}

@media(max-width:720px) {
    .wcfbi_block_cards {
        grid-template-columns: 1fr;
    }
    .wcfbi_card {
        min-height: 0px;
    }
}