*{
    box-sizing:border-box;
}

body{
    margin:0;
    font-family:'Inter',sans-serif;
    background:#fff;
}

.trust-home-section{
    position:relative;
    overflow:hidden;
    padding:38px 0 40px;

    background:#fff;
    background-size:
        46px 46px,
        58px 58px,
        100% 100%;
}

/* BACKGROUND GRAPHICS */

.trust-home-section::before{
    content:"";
    position:absolute;
    width:330px;
    height:330px;
    border:48px solid rgba(255,255,255,.43);
    border-radius:50%;
    left:-200px;
    top:-190px;
}

.trust-home-section::after{
    content:"";
    position:absolute;
    width:250px;
    height:250px;
    border:1px solid rgba(15,23,42,.07);
    transform:rotate(45deg);
    right:-150px;
    bottom:-160px;
}

.trust-container{
    position:relative;
    z-index:2;
}

/* ============================
   SECTION HEADING
============================ */

.trust-section-heading{
    max-width:780px;
    margin:0 auto 27px;
    padding:0 15px;
    text-align:center;
    position:relative;
    z-index:3;
}

.trust-heading-label{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:9px;

    margin-bottom:8px;

    color:#087f7c;

    font-size:10px;
    line-height:1.2;
    font-weight:800;
    letter-spacing:2px;
    text-transform:uppercase;
}

.trust-heading-label .small-line{
    width:27px;
    height:2px;
    border-radius:20px;
    background:#e87520;
}

.trust-section-title{
    margin:0;

    color:#172c34;

    font-size:35px;
    line-height:1.12;
    font-weight:800;
    letter-spacing:-1.3px;
}

.trust-section-title span{
    color:#087f7c;
}

.trust-section-subtitle{
    max-width:690px;

    margin:9px auto 0;

    color:#65767c;

    font-size:13px;
    line-height:1.65;
    font-weight:400;
}

.trust-heading-divider{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;

    margin-top:13px;
}

.trust-heading-divider .divider-line{
    width:38px;
    height:1px;
    background:#aab8bc;
}

.trust-heading-divider .divider-dot{
    width:7px;
    height:7px;

    background:#e87520;

    transform:rotate(45deg);
}

/* ============================
   CARDS
============================ */

.trust-main-row{
    position:relative;
    z-index:2;
}

.trust-card{
    width:100%;
    min-height:355px;
    height:100%;

    display:flex;
    flex-direction:row;

    position:relative;
    overflow:hidden;

    border-radius:18px;

    box-shadow:
        0 20px 45px rgba(15,23,42,.13),
        0 3px 10px rgba(15,23,42,.05);
}

/* TEAL CARD */

.trust-card-teal{
    background:
        radial-gradient(circle at 12% 10%,rgba(255,255,255,.13),transparent 30%),
        linear-gradient(135deg,#07817d 0%,#086a68 100%);
        border: 5px solid #fff;
}

/* ORANGE CARD */

.trust-card-orange{
    background:
        radial-gradient(circle at 12% 10%,rgba(255,255,255,.16),transparent 30%),
        linear-gradient(135deg,#ee7c25 0%,#d85d0d 100%);
        border: 5px solid #fff;
}

/* CARD GRAPHICS */

.card-ring{
    position:absolute;

    width:180px;
    height:180px;

    border:28px solid rgba(255,255,255,.07);
    border-radius:50%;

    bottom:-110px;
    left:30%;
}

.card-square{
    position:absolute;

    width:110px;
    height:110px;

    border:1px solid rgba(255,255,255,.13);

    transform:rotate(45deg);

    left:-65px;
    top:-55px;
}

.card-small-dot{
    position:absolute;

    width:7px;
    height:7px;

    border-radius:50%;

    background:rgba(255,255,255,.25);

    left:48%;
    top:35px;
}

.card-small-dot::before,
.card-small-dot::after{
    content:"";

    position:absolute;

    width:4px;
    height:4px;

    border-radius:50%;

    background:rgba(255,255,255,.20);
}

.card-small-dot::before{
    left:17px;
    top:17px;
}

.card-small-dot::after{
    left:-15px;
    top:32px;
}

/* ============================
   CARD CONTENT
============================ */

.trust-card-content{
    width:58%;

    padding:30px 24px 28px 30px;

    position:relative;
    z-index:3;

    display:flex;
    flex-direction:column;
    justify-content:center;

    color:#fff;
}

/* SMALL LABEL */

.trust-small-title{
    display:flex;
    align-items:center;
    gap:7px;

    margin-bottom:9px;

    color:rgba(255,255,255,.80);

    font-size:9px;
    line-height:1.3;
    font-weight:700;
    letter-spacing:1.3px;
    text-transform:uppercase;
}

.trust-small-title::before{
    content:"";

    width:23px;
    height:2px;

    background:#fff;

    opacity:.75;
}

/* CARD TITLE */

.trust-title{
    margin:0;

    color:#fff;

    font-size:29px;
    line-height:1.08;
    font-weight:800;
    letter-spacing:-1px;
}

/* DIVIDER */

.trust-divider{
    display:flex;
    align-items:center;
    gap:6px;

    margin:13px 0 16px;
}

.trust-divider .line-one{
    width:42px;
    height:3px;

    background:#fff;

    border-radius:10px;
}

.trust-divider .dot{
    width:8px;
    height:8px;

    border:2px solid #fff;
    border-radius:50%;
}

.trust-divider .line-two{
    width:16px;
    height:3px;

    background:rgba(255,255,255,.45);

    border-radius:10px;
}

/* ============================
   TRUST OBJECTS
============================ */

.trust-services{
    display:grid;
    grid-template-columns:1fr 1fr;

    gap:8px 9px;

    margin-bottom:19px;
}

.trust-service{
    display:flex;
    align-items:center;

    gap:7px;

    color:#fff;

    font-size:12px;
    font-weight:600;
}

.trust-service-icon{
    width:28px;
    height:28px;
    min-width:28px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:7px;

    background:rgba(255,255,255,.15);

    border:1px solid rgba(255,255,255,.08);

    font-size:10px;
}

/* STUDY DESCRIPTION */

.study-description{
    max-width:330px;

    margin:0 0 18px;

    color:rgba(255,255,255,.87);

    font-size:12px;
    line-height:1.6;
}

/* ============================
   GRAPHICAL BUTTON
============================ */

.trust-button{
    width:max-content;
    min-width:178px;

    display:inline-flex;
    align-items:center;
    justify-content:space-between;

    gap:15px;

    padding:6px 6px 6px 17px;

    border-radius:50px;

    background:#fff;

    color:#15272e;

    text-decoration:none;

    font-size:11px;
    font-weight:800;
    letter-spacing:.3px;

    box-shadow:0 12px 25px rgba(0,0,0,.16);

    transition:.3s ease;
}

.trust-button-icon{
    width:36px;
    height:36px;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;

    color:#fff;

    transition:.3s ease;
}

.trust-card-teal .trust-button-icon{
    background:#08716e;
}

.trust-card-orange .trust-button-icon{
    background:#d45a0b;
}

.trust-button:hover{
    color:#111;

    transform:translateY(-3px);

    box-shadow:0 16px 30px rgba(0,0,0,.22);
}

.trust-button:hover .trust-button-icon{
    transform:rotate(-35deg);
}

/* ============================
   IMAGE - NO MARGIN
============================ */

.trust-card-image{
    width:43%;
    min-height:355px;

    margin:0 !important;
    padding:0 !important;

    position:relative;
    overflow:hidden;

    align-self:stretch;
}

.trust-card-image img{
    position:absolute;

    inset:0;

    width:100%;
    height:100%;

    margin:0 !important;
    padding:0 !important;

    display:block;

    object-fit:cover;
    object-position:center;

    transition:transform .6s ease;
}

.trust-card:hover .trust-card-image img{
    transform:scale(1.05);
}

.trust-card-image::after{
    content:"";

    position:absolute;
    inset:0;

    background:
        linear-gradient(
            90deg,
            rgba(0,0,0,.18) 0%,
            rgba(0,0,0,.04) 35%,
            transparent 65%
        );
}

/* ============================
   TABLET
============================ */

@media(max-width:991.98px){

    .trust-section-title{
        font-size:31px;
    }

    .trust-card{
        min-height:340px;
    }

    .trust-card-content{
        width:60%;

        padding:25px 18px 25px 23px;
    }

    .trust-card-image{
        width:40%;
        min-height:340px;
    }

    .trust-title{
        font-size:25px;
    }

    .trust-services{
        grid-template-columns:1fr;

        gap:6px;
    }

    .study-description{
        font-size:11px;
    }
}

/* ============================
   MOBILE
   CONTENT LEFT
   IMAGE RIGHT
============================ */

@media(max-width:767.98px){

    .trust-home-section{
        padding:25px 0;
    }

    /* SECTION HEADING */

    .trust-section-heading{
        margin-bottom:18px;
        padding:0 10px;
    }

    .trust-heading-label{
        margin-bottom:6px;

        gap:6px;

        font-size:8px;
        letter-spacing:1.2px;
    }

    .trust-heading-label .small-line{
        width:18px;
    }

    .trust-section-title{
        font-size:24px;
        line-height:1.15;
        letter-spacing:-.7px;
    }

    .trust-section-subtitle{
        max-width:520px;

        margin-top:7px;

        font-size:10px;
        line-height:1.55;
    }

    .trust-heading-divider{
        margin-top:9px;
    }

    .trust-heading-divider .divider-line{
        width:27px;
    }

    /* CARD */

    .trust-main-row{
        --bs-gutter-y:16px;
    }

    .trust-card{
        flex-direction:row !important;

        min-height:310px;

        border-radius:14px;
    }

    /* CONTENT LEFT */

    .trust-card-content{
        width:62%;

        padding:19px 10px 19px 16px;

        justify-content:center;
    }

    /* IMAGE RIGHT */

    .trust-card-image{
        width:38%;

        min-height:310px;

        margin:0 !important;
        padding:0 !important;
    }

    .trust-card-image img{
        position:absolute;

        width:100%;
        height:100%;

        margin:0 !important;
        padding:0 !important;

        object-fit:cover;
        object-position:center;
    }

    .trust-small-title{
        gap:5px;

        margin-bottom:7px;

        font-size:7.5px;
        letter-spacing:.7px;
    }

    .trust-small-title::before{
        width:15px;
    }

    .trust-title{
        font-size:20px;

        line-height:1.08;

        letter-spacing:-.5px;
    }

    .trust-divider{
        margin:10px 0 12px;
    }

    .trust-divider .line-one{
        width:30px;
    }

    .trust-divider .line-two{
        width:12px;
    }

    .trust-services{
        grid-template-columns:1fr;

        gap:5px;

        margin-bottom:14px;
    }

    .trust-service{
        gap:6px;

        font-size:10px;
    }

    .trust-service-icon{
        width:23px;
        height:23px;
        min-width:23px;

        border-radius:5px;

        font-size:8px;
    }

    .study-description{
        margin-bottom:14px;

        font-size:10px;
        line-height:1.5;
    }

    .trust-button{
        min-width:0;

        gap:9px;

        padding:5px 5px 5px 12px;

        font-size:9px;
    }

    .trust-button-icon{
        width:28px;
        height:28px;

        font-size:9px;
    }
}

/* ============================
   SMALL MOBILE
============================ */

@media(max-width:420px){

    .trust-home-section .container{
        padding-left:10px;
        padding-right:10px;
    }

    .trust-section-heading{
        margin-bottom:16px;
    }

    .trust-section-title{
        font-size:21px;
    }

    .trust-section-subtitle{
        font-size:9.5px;
    }

    .trust-card{
        min-height:295px;
    }

    .trust-card-content{
        width: 54%;
        padding:16px 8px 16px 13px;
    }

    .trust-card-image{
        width: 46%;
        min-height:295px;
    }

    .trust-title{
        font-size:18px;
    }

    .trust-small-title{
        font-size:7px;
    }

    .trust-service{
        font-size:9px;
    }

    .trust-service-icon{
        width:21px;
        height:21px;
        min-width:21px;
    }

    .study-description{
        font-size:9px;

        line-height:1.45;
    }

    .trust-button{
        padding-left:10px;

        font-size:8px;
    }

    .trust-button-icon{
        width:26px;
        height:26px;
    }
}