.uae-calc-wrapper { max-width:600px; margin:20px auto; padding:20px; border:1px solid #ccc; border-radius:10px; background:#f9f9f9; font-family:Arial,sans-serif; }
.progress-bar { width:100%; height:8px; background:#e0e0e0; border-radius:4px; margin-bottom:20px; }
.progress-bar .progress { height:100%; width:0%; background:#ffe69c; border-radius:4px; transition:width 0.3s; }
.step { display:none; }
.step.active { display:block; }
.step h3 { margin-bottom:10px; color:#333; }
.step p { margin-bottom:15px; color:#555; }
.step input[type=text], .step input[type=email], .step input[type=tel], .step select { width:100%; padding:10px; margin-bottom:10px; border:1px solid #ccc; border-radius:5px; }
.btn-wrap { margin-top:15px; }
.next-btn, .prev-btn, .step-11 button[type=submit] { padding:10px 20px; margin:5px; border:none; background:linear-gradient(140deg, #004cd6 0%, #F7E09C 100%); color:#fff; border-radius:5px; cursor:pointer; }
.next-btn:hover, .prev-btn:hover, .step-11 button[type=submit]:hover { background:#009e8f; }
