.form-wrapper{display:flex;justify-content:center;padding:80px 20px;background:linear-gradient(135deg,#2a064f,#6e1f8c);border-radius:40px}.form-container{background:rgb(224 220 237 / .05);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);padding:50px 40px;max-width:560px;width:100%;border-radius:20px;border:1px solid rgb(224 220 237 / .15);box-shadow:0 10px 50px rgb(45 22 88 / .6);animation:fadeInUp 1s ease;color:#e0dced}label{display:block;margin-top:22px;margin-bottom:8px;font-size:15px;font-weight:500;color:#e0dced}input[type="text"],input[type="email"],input[type="tel"],textarea,input[type="file"]{width:100%;padding:13px 15px;border-radius:12px;border:1px solid rgb(224 220 237 / .15);background:rgb(224 220 237 / .07);color:#e0dced;font-size:15px;transition:background 0.3s ease,border-color 0.3s ease,color 0.3s ease;box-sizing:border-box}input:hover,textarea:hover{background:rgb(110 31 140 / .15);color:#f0e9ff;border-color:#6e1f8c}input[type="text"]:focus,input[type="email"]:focus,input[type="tel"]:focus,input:focus,textarea:focus{outline:none;border-color:var(--srfm-color-scheme-primary);background:rgb(110 31 140 / .25);color:#e0dced}#fileUploadWrapper{border:1.5px dashed rgb(224 220 237 / .27);border-radius:12px;padding:20px;background:rgb(224 220 237 / .03);margin-top:20px;margin-bottom:25px;overflow:auto}#imagePreviewContainer{display:flex;flex-wrap:wrap;gap:12px;margin-top:10px;max-height:160px;overflow-y:auto}.image-preview{position:relative;width:80px;height:80px;border:1px solid #ddd;border-radius:6px;overflow:hidden}.image-preview img{width:100%;height:100%;object-fit:cover;border-radius:6px}.image-preview .remove-btn{position:absolute;top:5px;right:5px;background:rgb(255 0 0 / .8);border:none;border-radius:50%;width:24px;height:24px;color:#fff;font-weight:700;font-size:18px;line-height:24px;text-align:center;cursor:pointer;padding:0;z-index:10;text-shadow:0 0 5px rgb(0 0 0 / .7)}#customFileButton{display:inline-block;padding:10px 20px;background:gray!important;color:#fff;border:1px solid #55378d;border-radius:10px;cursor:pointer;margin-top:10px;font-weight:600;transition:background-color 0.3s ease;font-size:14px}#customFileButton:hover{background:#6e1f8c;border-color:#8c46b8}#saadaButton{background:#c10fff;color:#fff;border:none;padding:10px 22px;font-size:14px;font-weight:600;border-radius:10px;cursor:pointer;min-width:140px;transition:background 0.3s ease,transform 0.2s ease;display:inline-block;text-align:center;margin:25px auto 0}#saadaButton:hover{transform:translateY(-2px);background:#a100e6;box-shadow:0 5px 18px rgb(161 0 230 / .6)}@keyframes fadeInUp{from{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media (max-width:540px){.form-wrapper{padding:40px 10px}.form-container{padding:30px 20px}label{font-size:14px}input[type="text"],input[type="email"],input[type="tel"],textarea,input[type="file"]{padding:11px 13px;font-size:14px}#customFileButton,#saadaButton{width:100%;font-size:15px;padding:12px}#imagePreviewContainer{gap:8px}.image-preview{width:65px;height:65px}.image-preview .remove-btn{width:20px;height:20px;font-size:16px;line-height:20px}#customFileButton{font-size:12px}}