.service-card{

display:flex;
align-items:center;
gap:20px;

background:#fff;

border-radius:18px;

padding:30px;

border:1px solid #e9ecef;

transition:.3s;

height:100%;

box-shadow:0 10px 25px rgba(0,0,0,.05);

}

.service-card:hover{

transform:translateY(-5px);

border-color:#198754;

box-shadow:0 20px 40px rgba(25,135,84,.15);

}

.icon{

width:70px;

height:70px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

font-size:28px;

color:#fff;

flex-shrink:0;

}

.service-card h4{

font-size:20px;

font-weight:700;

color:#222;

margin-bottom:10px;

}

.service-card p{

margin:0;

color:#666;

line-height:1.6;

}

#counter{
    font-size:13px;
    font-weight:600;
}

.form-control,
.form-select{

    border-radius:10px;

}

.card{

    border-radius:16px;

}

.card-header{

    border-radius:16px 16px 0 0 !important;

}

#btnSubmit{

    min-width:190px;

}