.fintech-slider{
display:flex;
gap:15px;
overflow-x:auto;
padding:15px 0;
}

.service-item{
min-width:120px;
background:#fff;
border-radius:18px;
padding:18px 12px;
text-align:center;
box-shadow:0 6px 20px rgba(0,0,0,0.08);
cursor:pointer;
}

.service-item .icon{
font-size:34px;
margin-bottom:10px;
}

.fintech-form-box{
margin-top:25px;
background:#fff;
padding:25px;
border-radius:22px;
box-shadow:0 10px 30px rgba(0,0,0,0.08);
}

#fintechForm{
display:flex;
flex-direction:column;
gap:16px;
}

#fintechForm input,
#fintechForm select{
height:54px;
border:1px solid #ddd;
border-radius:14px;
padding:0 15px;
font-size:15px;
}

#fintechForm button{
height:56px;
border:none;
border-radius:14px;
background:#0066ff;
color:#fff;
font-size:17px;
font-weight:700;
cursor:pointer;
}