.aef-container{
    display:flex;
    justify-content:space-between;
    align-items:flex-start;
    gap:50px;
    background:#f5f7fa;
    padding:50px;
    border-radius:12px;
}

@media(min-width:769px){
    .aef-left{ width:50%; order:1; }
    .aef-right{ width:50%; order:2; }
}

@media(max-width:768px){
    .aef-container{
        flex-direction:column;
        padding:20px;
        gap:25px;
    }
    .aef-right{ order:1; width:100%; }
    .aef-left{ order:2; width:100%; }
}

.aef-feature{
    display:flex;
    align-items:flex-start;
    gap:15px;
    margin-bottom:20px;
}

.aef-badge{
    font-size:22px;
    background:#e9f7ef;
    padding:10px;
    border-radius:50%;
}

.aef-right{
    background:#ffffff;
    padding:30px;
    border-radius:12px;
    box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.aef-right textarea,
.aef-right input,
.aef-right select{
    width:100%;
    margin-bottom:15px;
    padding:12px;
    border:1px solid #ddd;
    border-radius:6px;
}

.aef-right button{
    flex:1;
    background:#25D366;
    color:#fff;
    border:none;
    padding:14px;
    cursor:pointer;
    border-radius:6px;
    font-size:16px;
}


/* Reduce text size so section looks balanced */
.aef-feature h5{
    font-size:14px;
    margin:0 0 4px 0;
}

.aef-feature p{
    font-size:13px;
    margin:0;
}

@media(max-width:768px){
    .aef-feature h5{font-size:14px;}
    .aef-feature p{font-size:12px;}
}



/* Updated feature text styling to match design */
.aef-feature{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
}

.aef-badge{
    font-size:16px;
    background:#e9f7ef;
    padding:8px;
    border-radius:50%;
}

.aef-feature h5{
    font-size:14px;
    font-weight:600;
    margin:0 0 4px 0;
    color:#222;
}

.aef-feature p{
    font-size:13px;
    line-height:1.5;
    color:#6b7280;
    margin:0;
}

@media(max-width:768px){

.aef-feature{
    gap:10px;
    margin-bottom:16px;
}

.aef-feature h4{
    font-size:14px;
}

.aef-feature p{
    font-size:12.5px;
}

.aef-badge{
    font-size:16px;
    padding:7px;
}

}
