/* Homepage trust / service highlights (page ID 8) */

/* Light section background so white cards read clearly */
body.page-id-8 .vc_custom_1752550095978 {
    background-color: #f4f7fc !important;
}

body.page-id-8 .vc_row.trust {
    margin: 0;
    padding: 0 0 16px;
}

body.page-id-8 .vc_row.trust .full_section_inner.clearfix {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* Reset WPBakery .bord inner box - was creating double white cards */
body.page-id-8 .vc_row.trust .bord .vc_column-inner {
    box-shadow: none !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 20px 16px !important;
    background: transparent !important;
    border: none !important;
}

/* Single clean card per column */
body.page-id-8 .vc_row.trust .wpb_column.vc_column_container.bord {
    background: #ffffff;
    border: 1px solid #e4eaf5;
    border-top: 3px solid #0944f4;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(9, 68, 244, 0.06);
    box-sizing: border-box;
    float: none !important;
    margin: 0 !important;
    overflow: hidden;
}

body.page-id-8 .vc_row.trust img {
    max-width: 52px !important;
    width: 52px;
    height: auto;
    margin: 0 auto 10px;
    display: block;
}

body.page-id-8 .vc_row.trust .wpb_single_image {
    margin-bottom: 0;
}

body.page-id-8 .vc_row.trust .wpb_single_image .wpb_wrapper,
body.page-id-8 .vc_row.trust .vc_single_image-wrapper {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
}

body.page-id-8 .vc_row.trust p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 600;
    color: #1a2b5f;
    margin: 0;
    text-align: center;
}

body.page-id-8 .opensrnt h1.vd-home-hero-title {
    font-family: 'Roboto', sans-serif;
    font-size: 2rem;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.25;
    margin: 0 0 16px;
    letter-spacing: normal;
    text-transform: none;
}

@media only screen and (min-width: 992px) {
    body.page-id-8 .vc_row.trust .full_section_inner.clearfix {
        flex-wrap: nowrap;
        align-items: stretch;
    }

    body.page-id-8 .vc_row.trust .wpb_column.vc_column_container.bord {
        flex: 1 1 0;
        width: auto !important;
    }

    body.page-id-8 .opensrnt h1.vd-home-hero-title {
        font-size: 2.25rem;
    }
}

@media only screen and (max-width: 991px) {
    body.page-id-8 .vc_row.trust .wpb_column.vc_column_container.bord {
        width: 100% !important;
        flex: 1 1 100%;
    }
}
