.sp-payment-hero{
    padding:90px 0;
    background:#fff;
}

.sp-payment-heading{
    text-align:center;
    margin-bottom:60px;
}

.sp-payment-heading h1{
    font-size:48px;
    font-weight:500;
    color:#222;
    margin-bottom:20px;
}

.sp-payment-heading p{
    max-width:700px;
    margin:auto;
    color:#777;
    line-height:1.8;
    font-size:17px;
}

.sp-payment-map-desktop{
    width:100%;
    text-align:center;
}

.sp-payment-map-desktop img{
    width:100%;
    max-width:1600px;
    height:auto;
    display:block;
    margin:0 auto;
}
@media(max-width:992px){
    
    .sp-payment-map-desktop{
        display:none;
    }
    .sp-payment-heading{
    margin-top: 30px;
    text-align:center;
    margin-bottom:60px;
}

}


@media(min-width:992px){

    .sp-payment-wrapper{
        display: none !important;
        justify-content:space-between;
        align-items:flex-start;
        gap:60px;
        }
}

.sp-payment-map{
    width:55%;
}

.sp-payment-map img{
    width:100%;
    display:block;
}

.sp-provider-list{
    width:45%;

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:14px;
}

.sp-provider-card{

    display:flex;
    align-items:center;

    gap:14px;

    background:#fff;

    border:1px solid #e5e5e5;

    border-radius:8px;

    padding:14px;

    text-decoration:none;

    transition:.3s;
}

.sp-provider-card:hover{

    transform:translateY(-4px);

    box-shadow:0 12px 25px rgba(0,0,0,.12);
}

.sp-provider-logo{

    width:90px;

    flex-shrink:0;
}

.sp-provider-logo img{

    width:100%;

    display:block;
}

.sp-provider-country{

    color:#555;

    font-size:14px;

    line-height:1.4;
}

.sp-provider-country:hover{
    text-decoration: none !important;
}
a:hover{
    text-decoration: none !important;
}

.img-fluid{

    width:100%;

    height:auto;
}


@media(max-width:992px){

.sp-payment-wrapper{

    flex-direction:column;
}

.sp-payment-map,
.sp-provider-list{
    width:100%;
}
.sp-payment-map {
    margin-top: -30px;
    margin-bottom:20px;
}

}

@media(max-width:768px){

.sp-payment-heading h1{

    font-size:34px;
}

.sp-provider-list{

    grid-template-columns:1fr;
}

}




.checkout-section{
    background:#F5FAFD;
    padding:90px 0;
}

.checkout-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.checkout-image{
    flex:1;
}

.checkout-main-image{
    width:100%;
    /* max-width:560px; */
    image-rendering: auto !important;
    display:block;
    margin:auto;
}

.checkout-content{
    flex:1;
}

.checkout-content h2{
    font-size:40px;
    line-height:1.2;
    margin-bottom:20px;
    color:#222;
}

.checkout-content p{
    color:#666;
    font-size: 18px;
    font-weight: 500;
    margin-bottom:30px;
    line-height:1.8;
}

.checkout-content ul{
    list-style:none;
    padding:0;
    margin:0;
}

.checkout-content li{
    position:relative;
    padding-left:30px;
    margin-bottom:18px;
    color:#555;
}

.checkout-content li::before{
    content:"";
    width:10px;
    height:10px;
    background:#0A5AC2;
    border-radius:50%;
    position:absolute;
    left:0;
    top:8px;
}

@media(max-width:991px){

    .checkout-row{
        flex-direction:column;
        text-align:center;
    }

    .checkout-content{
        width:100%;
    }

    .checkout-main-image{
        max-width:450px;
    }

    .checkout-content li{
        text-align:left;
    }

}



.provider-section{
    padding:90px 0;
    background:#fff;
}

.provider-row{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:80px;
}

.provider-content{
    flex:1;
}

.provider-image{
    flex:1;
    text-align:center;
}

.provider-img{
    width:100%;
    /* max-width:520px; */
    image-rendering: auto !important;
    display:block;
    margin:0 auto;
}

.provider-content h2{
    font-size:40px;
    line-height:1.2;
    color:#222;
    margin-bottom:25px;
    font-weight:500;
}

.provider-desc{
    max-width:520px;
    color:#666;
    line-height:1.8;
    margin-bottom:35px;
    font-size:18px;
    font-weight: 500;
}

.provider-list{
    margin:0;
    padding:0;
    list-style:none;
}

.provider-list li{
    position:relative;
    padding-left:32px;
    margin-bottom:22px;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.provider-list li::before{
    content:"";
    position:absolute;
    left:0;
    top:9px;
    width:10px;
    height:10px;
    background:#0B5FC7;
    border-radius:50%;
}

@media(max-width:991px){

    .provider-row{
        flex-direction:column-reverse;
        text-align:center;
        gap:50px;
    }

    .provider-content h2{
        font-size:36px;
    }

    .provider-desc{
        margin:0 auto 30px;
    }

    .provider-list{
        text-align:left;
        max-width:500px;
        margin:0 auto;
    }

    .provider-img{
        max-width:420px;
    }

}

@media(max-width:576px){

    .provider-section{
        padding:60px 0;
    }

    .provider-content h2{
        font-size:30px;
    }

    .provider-desc,
    .provider-list li{
        font-size:16px;
    }

}



.payment-partners-section{
    padding:90px 0;
    background:#F5FAFD;
}

.payment-heading{
    text-align:center;
    max-width:700px;
    margin:0 auto 60px;
}

.payment-heading h2{
    font-size:40px;
    font-weight:500;
    color:#222;
    line-height:1.2;
    margin-bottom:20px;
}

.payment-heading p{
    color:#666;
    font-size:18px;
    line-height:1.8;
}

.payment-grid{
    display:grid;
    grid-template-columns:repeat(5,1fr);
    gap:24px;
}

.payment-card{
    position:relative;
    background:#fff;
    border-radius:12px;
    border:1px solid #E7E7E7;
    height:140px;

    display:flex;
    justify-content:center;
    align-items:center;

    text-decoration:none;

    transition:.3s;
}

.payment-card:hover{
    transform:translateY(-6px);
    box-shadow:0 15px 35px rgba(0,0,0,.12);
}

/* .payment-logo img{
    max-width:170px;
    max-height:55px;
    width:auto;
    height:auto;
} */

.payment-arrow{
    position:absolute;
    right:16px;
    bottom:16px;
}

.payment-card:hover .payment-arrow svg path{
    stroke:#0B5FC7;
}

@media(max-width:1200px){

.payment-grid{
    grid-template-columns:repeat(4,1fr);
}

}

/* Tablet */
@media (max-width: 991px) {

    .payment-grid{
        grid-template-columns: repeat(3, 1fr);
        gap:16px;
    }

}

/* Mobile */
@media (max-width: 767px) {

    .payment-grid{
        grid-template-columns: repeat(2, 1fr);
        gap:12px;
    }

    .payment-card{
        height:100px;
        padding:15px;
    }

    .payment-logo img{
        max-width:110px;
        max-height:40px;
    }

    .payment-arrow{
        right:10px;
        bottom:10px;
    }

    .payment-arrow svg{
        width:14px;
        height:14px;
    }

}

/* Small Mobile */
@media (max-width: 380px) {

    .payment-card{
        height:90px;
    }

    .payment-logo img{
        max-width:90px;
        max-height:35px;
    }

}