/*==========================================
        TRUST STATS SECTION
==========================================*/

.trust-stats-section{
    padding:42px 0;
    background:#f8faff;
}

.trust-wrapper{
    display:flex;
    gap:24px;
    align-items:stretch;
}

/*==========================
        LEFT CARD
==========================*/

.trust-card{

    width:44%;

    flex:0 0 44%;

    align-self:stretch;

    min-height:300px;

    box-sizing:border-box;

    background:#06102B url("../images/background-shape/trust-wave%20.png") center center / cover no-repeat;

    animation:trustCardAmbient 14s ease-in-out infinite alternate;

    border-radius:24px;

    padding:16px 18px;

    position:relative;

    top:30px;

    overflow:hidden;

    box-shadow:
    0 20px 60px rgba(0,0,0,.18);

}

@keyframes trustCardAmbient{

0%{
    background-position:48% 50%;
}

100%{
    background-position:54% 46%;
}

}

@media (prefers-reduced-motion: reduce){
    .trust-card{
        animation:none;
    }
}

/* Background Glow */

.trust-card::before{

    content:"";

    position:absolute;

    width:520px;

    height:520px;

    right:-260px;

    top:-220px;

    border-radius:50%;

    background:rgba(36,107,253,.12);

    filter:blur(20px);

}

/* Decorative Curves */

.trust-bg{

    position:absolute;

    right:-30px;

    top:0;

    width:55%;

    height:100%;

    background:url("../images/background-shape/trust-wave%20.png") no-repeat right center;

    background-size:contain;

    opacity:.35;

    pointer-events:none;
    display:none;

}

/* Bottom Wave */

.wave-bg{

    position:absolute;

    left:0;

    bottom:0;

    width:100%;

    height:180px;

    background:url("../images/background-shape/trust-wave%20.png") no-repeat bottom center;

    background-size:cover;

    opacity:.95;

    animation:waveGlow 6s linear infinite;
    display:none;

}

@keyframes waveGlow{

0%{

transform:translateX(0);

}

50%{

transform:translateX(-12px);

}

100%{

transform:translateX(0);

}

}

/* Heading */

.trust-tag{

    display:inline-block;

    color:#246BFD;

    font-size:15px;

    font-weight:700;

    letter-spacing:3px;

    margin-bottom:24px;

    text-transform:uppercase;

    position:relative;

    z-index:2;

}

.trust-card h2{

    color:#fff;

    font-size:23px;

    line-height:1.05;

    font-weight:800;

    margin-bottom:25px;

    position:relative;

    z-index:2;

}

.trust-card h2 span{

    color:#246BFD;

}

.trust-line{

    width:72px;

    height:4px;

    background:#246BFD;

    border-radius:50px;

    margin-bottom:38px;

    position:relative;

    z-index:2;

}

/*==========================
        STATS GRID
==========================*/

.stats-grid{

    display:grid;

    grid-template-columns:repeat(4,minmax(0,1fr));

    gap:0;

    margin-top:30px;

    position:relative;

    z-index:2;

}

.single-stat{

    background:rgba(255,255,255,.06);

    border:1px solid rgba(255,255,255,.08);

    border-radius:0;

    text-align:center;

    padding:17px 6px;
    min-width:0;

}

.single-stat + .single-stat{

    border-left:0;

}

.single-stat:first-child{

    border-radius:16px 0 0 16px;

}

.single-stat:last-child{

    border-radius:0 16px 16px 0;

}

/* .single-stat:last-child{

    border-right:none;

} */

.single-stat i{

    font-size:22px;

    color:#246BFD;

    margin-bottom:10px;

}

.single-stat h3{

    color:#fff;

    font-size:27px;

    font-weight:800;

    margin-bottom:4px;

}

.single-stat p{

    color:#d8deef;

    font-size:11px;

    line-height:1.4;

    margin:0;
    overflow-wrap:break-word;

}


/*=========================
      RIGHT SIDE
=========================*/

.process-wrapper{

    flex:1;
}

.process-tag{

    color:#246BFD;

    font-size:13px;

    font-weight:700;

    letter-spacing:2px;

    text-transform:uppercase;
}

.process-wrapper h2{

    font-size:34px;

    margin:12px 0 70px;

    color:#06102B;

    line-height:1.3;

     margin-bottom:40px;
}


/*==================================
        RIGHT WHITE CARD
==================================*/

.process-wrapper{

    width:58%;

    flex:1 1 auto;

    background:transparent;

    border-radius:0;

    padding:20px 24px;

    box-shadow:none;

    position:relative;

}

/* Small Heading */

.process-tag{

    display:inline-flex;

    align-items:center;

    color:#246BFD;

    font-size:14px;

    font-weight:700;

    letter-spacing:3px;

    text-transform:uppercase;

    margin-bottom:18px;

}

.process-tag::after{

    content:"";

    width:48px;

    height:3px;

    background:#246BFD;

    margin-left:18px;

    border-radius:30px;

}

/* Main Heading */

.process-wrapper h2{

    font-size:27px;

    font-weight:800;

    line-height:1.15;

    color:#06102B;

    margin-bottom:40px;

}

.process-wrapper h2 span{

    color:#246BFD;

}

/*==================================
          PROCESS AREA
==================================*/

.process-line{

    display:flex;

    justify-content:space-between;

    position:relative;

    margin-bottom:45px;

}

/* Main Line */

.process-line::before{

    content:"";

    position:absolute;

    left:45px;

    right:45px;

    top:38px;

    height:2px;

    background:#dbe5ff;

}

/* Moving Glow */

.process-line::after{

    content:"";

    position:absolute;

    top:35px;

    left:45px;

    width:140px;

    height:7px;

    border-radius:50px;

    background:linear-gradient(
    90deg,
    transparent,
    #246BFD,
    #74C4FF,
    transparent);

    filter:blur(.5px);

    animation:moveLine 4s linear infinite;

}

@keyframes moveLine{

0%{

left:35px;

}

100%{

left:calc(100% - 175px);

}

}

/*==================================
         EACH STEP
==================================*/

.process-step{

    width:18%;

    text-align:center;

    position:relative;

    z-index:5;

}

/*==================================
         ROTATING CIRCLE
==================================*/

.circle{

    width:58px;

    height:58px;

    margin:0 auto 25px;

    border-radius:50%;

    background:#fff;

    display:flex;

    justify-content:center;

    align-items:center;

    position:relative;

    font-size:20px;

    color:#246BFD;

    transition:.4s;

}

/* Outer Ring */

.circle::before{

    content:"";

    position:absolute;

    inset:-5px;

    border-radius:50%;

    background:
    conic-gradient(

    #246BFD,

    #6fb7ff,

    transparent 40%,

    transparent 70%,

    #246BFD);

    animation:spinCircle 4s linear infinite;

}

/* White Fill */

.circle::after{

    content:"";

    position:absolute;

    inset:5px;

    background:#fff;

    border-radius:50%;

}

/* Icon */

.circle i{

    position:relative;

    z-index:5;

}

/* Blue Dots */

/* .circle span{

    position:absolute;

    width:8px;

    height:8px;

    border-radius:50%;

    background:#246BFD;

    z-index:10;

}

.circle span:nth-child(1){

top:-2px;

left:50%;

transform:translateX(-50%);

}

.circle span:nth-child(2){

right:-2px;

top:50%;

transform:translateY(-50%);

}

.circle span:nth-child(3){

bottom:-2px;

left:50%;

transform:translateX(-50%);

}

.circle span:nth-child(4){

left:-2px;

top:50%;

transform:translateY(-50%);

} */

@keyframes spinCircle{

from{

transform:rotate(0deg);

}

to{

transform:rotate(360deg);

}

}

.process-step:hover .circle{

transform:translateY(-10px);

box-shadow:

0 0 30px rgba(36,107,253,.30);

}

/*==================================
        STEP NUMBER
==================================*/

.step-no{

    color:#246BFD;

    font-size:22px;

    font-weight:700;

    margin-top:8px;

    margin-bottom:8px;

}

/*==================================
         TITLE
==================================*/

.process-step h4{

    font-size:16px;

    color:#06102B;

    margin-bottom:10px;

    font-weight:700;

}

/*==================================
       DESCRIPTION
==================================*/

.process-step p{

    font-size:12px;

    color:#7b859f;

    line-height:1.5;

    margin:0 auto;

    max-width:120px;

}

.process-step h4,
.process-step p{

    width:100%;
    max-width:120px;
    margin-left:auto;
    margin-right:auto;
    padding-left:calc((100% - 58px) / 2);
    box-sizing:border-box;
    text-align:left;

}

/*==========================================
        TRUST CARD HOVER
==========================================*/

.trust-card{

    transition:.45s ease;

}

.trust-card:hover{

    transform:none;

    box-shadow:
    0 20px 60px rgba(0,0,0,.18);

}

/*==========================================
      PROCESS CARD HOVER
==========================================*/

.process-wrapper{

    transition:.45s ease;

}

.process-wrapper:hover{

    transform:none;

    box-shadow:none;

}

/*==========================================
      STATS ICON HOVER
==========================================*/

.single-stat{

    transition:.35s;

}

.single-stat:hover{

    transform:none;

}

.single-stat:hover i{

    color:#56A5FF;

    transform:none;

}

/*==========================================
      PROCESS CARD HOVER
==========================================*/

.process-step{

    transition:.35s;

}

.process-step:hover{

    transform:translateY(-10px);

}

.process-step:hover .circle{

    box-shadow:
    0 0 25px rgba(36,107,253,.35),
    0 0 50px rgba(36,107,253,.18);

}

/*==========================================
      RESPONSIVE
==========================================*/

@media(max-width:1200px){

.trust-wrapper{

flex-direction:column;

}

.trust-card,

.process-wrapper{

width:100%;

}

.trust-card{

flex:0 0 100%;

}

.stats-grid{

 grid-template-columns:repeat(4,minmax(0,1fr));

row-gap:40px;

}

.single-stat{

border:none;

}

.process-line{

flex-wrap:wrap;

gap:45px;

}

.process-step{

width:30%;

}

}

@media(max-width:768px){

.trust-stats-section{

padding:80px 0;

}

.trust-card{

padding:35px;

}

.process-wrapper{

padding:35px;

}

.trust-card h2{

font-size:42px;

}

.process-wrapper h2{

font-size:36px;

}

.stats-grid{

grid-template-columns:1fr 1fr;

gap:35px;

}

.process-line{

justify-content:center;

}

.process-line::before,

.process-line::after{

display:none;

}

.process-step{

width:100%;

max-width:280px;

margin:auto;

margin-bottom:35px;

}

.circle{

width:72px;

height:72px;

font-size:28px;

}

.step-no{

font-size:18px;

}

.process-step h4{

font-size:22px;

}

.process-step h4,
.process-step p{

    width:100%;
    max-width:280px;
    padding-left:0;

}

}