
.timeline {
    position: relative;
    margin-top: 50px;
}

.timeline::before {
    content:'';
    position:absolute;
    left:40px;
    top:0;
    bottom:0;
    width:3px;
    background: linear-gradient(#2d6cdf, #ff6a00);
}

.step-row{
    position:relative;
    margin-bottom:40px;
}

.step-circle{
    width:60px;
    height:60px;
    background:#2d6cdf;
    color:white;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:20px;
    position:absolute;
    left:10px;
    top:20px;
    box-shadow:0 10px 25px rgba(0,0,0,0.15);
}

.step-card{
    margin-left:110px;
    background:white;
    border-radius:14px;
    padding:28px;
    box-shadow:0 5px 20px rgba(0,0,0,0.06);
}

.step-card h5{
    font-weight:700;
    margin-bottom:8px;
}

.step-card p{
    color:#6c7a89;
    margin:0;
}

.icon-box{
    color:#2d6cdf;
    font-size:22px;
    margin-right:10px;
}

.cta-btn{
   
    color:white;
    padding:14px 28px;
    border-radius:10px;
    font-weight:600;
    box-shadow:0 10px 25px rgba(255,106,0,0.3);
}

.cta-btn:hover{
    background:#e85f00;
    color:white;
}

@media(max-width:768px){

.timeline::before{
    left:25px;
}

.step-circle{
    left:-5px;
}

.step-card{
    margin-left:80px;
}

.section-title{
    font-size:30px;
}

}

.gradient-text{
    background: linear-gradient(90deg,#2d6cdf,#ff6a00);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.subtitle{
    color:#64748b;
    font-size:18px;
    max-width:850px;
    margin:auto;
    line-height:1.6;
}

.feature-card{
    background:#ffffff;
    border-radius:16px;
    padding:30px;
    height:100%;
    box-shadow:0 6px 22px rgba(0,0,0,0.06);
    transition:0.3s;
    border:1px solid #edf0f5;
}

.feature-card:hover{
    transform:translateY(-6px);
    box-shadow:0 12px 28px rgba(0,0,0,0.1);
}

.icon-wrap{
    width:60px;
    height:60px;
    border-radius:14px;
    background:#eef2ff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:26px;
    color:#2d6cdf;
    margin-bottom:18px;
}

.feature-title{
    font-weight:700;
    font-size:20px;
    margin-bottom:10px;
}

.feature-text{
    color:#64748b;
    margin:0;
}

.cta-btn{
    background:#2d6cdf;
    color:white;
    padding:14px 30px;
    border-radius:12px;
    font-weight:600;
    box-shadow:0 10px 24px rgba(45,108,223,0.35);
}

.cta-btn:hover{
    background:#1f57c7;
    color:white;
}
.cta-section{
    background: linear-gradient(135deg,#2d6cdf,#1e1f8f);
    padding:90px 0;
    color:white;
}

.cta-title{
    font-size:44px;
    font-weight:700;
    text-align:center;
}

.cta-sub{
    text-align:center;
    color:#dbe4ff;
    font-size:18px;
    margin-top:15px;
}

.form-card{
    background:white;
    border-radius:18px;
    padding:35px;
    margin-top:50px;
    box-shadow:0 25px 60px rgba(0,0,0,0.25);
}

.form-control,
.form-select{
    height:56px;
    border-radius:12px;
    border:1px solid #d9e0ea;
    padding-left:16px;
    font-size:15px;
}

.form-control:focus,
.form-select:focus{
    box-shadow:none;
    border-color:#2d6cdf;
}

.cta-button{
    background:#ff6a00;
    border:none;
    height:58px;
    border-radius:14px;
    font-size:18px;
    font-weight:600;
    box-shadow:0 12px 30px rgba(255,106,0,0.35);
}

.cta-button:hover{
    background:#e85f00;
}

.note{
    text-align:center;
    color:#6b7a90;
    margin-top:18px;
    font-size:14px;
}

@media(max-width:768px){
    .cta-title{
        font-size:30px;
    }
    .form-card{
        padding:22px;
    }
}
