@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Noto+Sans+Arabic:wght@400;500;600;700&display=swap";:root{--primary: #1a5c5a;--primary-dark: #134746;--primary-light: #e8f4f3;--bg-gradient: linear-gradient(135deg, #1a5c5a 0%, #0e3d3c 100%);--text-dark: #1a1a2e;--text-gray: #6b7280;--text-light: #9ca3af;--border: #e5e7eb;--white: #ffffff;--error: #ef4444;--radius: 8px;--radius-lg: 16px}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{font-family:Inter,Noto Sans Arabic,sans-serif;color:var(--text-dark);background:#f9fafb;line-height:1.6;-webkit-font-smoothing:antialiased}[dir=rtl] body{font-family:Noto Sans Arabic,Inter,sans-serif}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;outline:none;font-family:inherit}input,select,textarea{font-family:inherit;font-size:.9rem}img{max-width:100%;height:auto}.welcome-bg{min-height:100vh;background:var(--bg-gradient);display:flex;align-items:center;justify-content:center;padding:2rem}.welcome-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem 3rem;max-width:700px;width:100%;text-align:center;position:relative;box-shadow:0 20px 60px #00000026}.welcome-card:before,.welcome-card:after{content:"";position:absolute;top:50%;width:24px;height:24px;background:#134746;border-radius:50%;transform:translateY(-50%)}.welcome-card:before{left:-12px}.welcome-card:after{right:-12px}.welcome-card-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.welcome-logo{height:48px;width:auto;margin:0 auto}.welcome-lang-btn{position:absolute;top:1.5rem;right:1.5rem;background:none;padding:.4rem;border-radius:50%;transition:background .2s}[dir=rtl] .welcome-lang-btn{right:auto;left:1.5rem}.welcome-lang-btn:hover{background:var(--primary-light)}.welcome-lang-icon{width:26px;height:26px}.welcome-title{font-size:1.75rem;font-weight:700;color:var(--text-dark);margin-bottom:.5rem}.welcome-subtitle{font-size:.95rem;color:var(--text-gray);margin-bottom:2rem}.welcome-options{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin-bottom:2rem}.welcome-option{background:var(--white);border:2px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem 1.25rem;text-align:center;transition:all .2s;cursor:pointer}.welcome-option:hover{border-color:var(--primary);box-shadow:0 4px 12px #1a5c5a1a}.welcome-option.selected{border-color:var(--primary);background:var(--primary-light)}.option-icon{width:120px;height:120px;margin:0 auto .75rem}.option-title{font-size:1rem;font-weight:600;color:var(--text-dark);margin-bottom:.5rem}.option-desc{font-size:.8rem;color:var(--text-gray);line-height:1.5}.welcome-continue-btn{background:var(--primary);color:var(--white);padding:.75rem 3rem;border-radius:999px;font-size:1rem;font-weight:500;transition:background .2s,opacity .2s}.welcome-continue-btn:hover:not(:disabled){background:var(--primary-dark)}.welcome-continue-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:500px){.welcome-card{padding:2rem 1.5rem}.welcome-options{grid-template-columns:1fr}.welcome-title{font-size:1.35rem}.welcome-card:before,.welcome-card:after{display:none}}.header{background:var(--white);border-bottom:1px solid var(--border);padding:.75rem 0;position:sticky;top:0;z-index:100}.header-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center}.header-logo{height:36px;width:auto}.lang-toggle{background:none;padding:.5rem;border-radius:50%;transition:background .2s}.lang-toggle:hover{background:var(--primary-light)}.lang-icon{width:28px;height:28px}.footer{background:#031f21;color:var(--white);padding:3rem 0;margin-top:auto}.footer-inner{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:flex-start;gap:2rem}.footer-logo{height:40px;width:auto;margin-bottom:1.25rem}.footer-contact{color:#fffc;font-size:.875rem;margin-bottom:.35rem}.footer-address{color:#ffffffb3;font-size:.8rem;margin-top:.75rem;line-height:1.5}.footer-heading{font-size:1rem;font-weight:600;margin-bottom:1rem}.footer-link{display:block;color:#fffc;font-size:.875rem;margin-bottom:.5rem;transition:color .2s}.footer-link:hover{color:var(--white)}@media(max-width:600px){.footer-inner{flex-direction:column;text-align:center}.footer-right{width:100%}}[dir=rtl] .footer-inner{direction:rtl}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease}.modal-content{background:var(--white);border-radius:var(--radius-lg);padding:3rem 2.5rem;text-align:center;max-width:440px;width:90%;position:relative;animation:slideUp .3s ease}.modal-close{position:absolute;top:.75rem;right:.75rem;background:none;font-size:1.5rem;color:var(--text-gray);width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:background .2s}[dir=rtl] .modal-close{right:auto;left:.75rem}.modal-close:hover{background:#f3f4f6}.modal-icon{width:180px;height:180px;margin:0 auto 1.5rem;object-fit:contain}.modal-title{font-size:1.4rem;font-weight:600;color:var(--text-dark);margin-bottom:1.75rem}.modal-ok-btn{background:var(--primary);color:var(--white);padding:.6rem 2.5rem;border-radius:var(--radius);font-size:.95rem;font-weight:500;transition:background .2s}.modal-ok-btn:hover{background:var(--primary-dark)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.otp-modal{max-width:400px}.otp-subtitle{font-size:.9rem;color:var(--text-gray);margin-bottom:1.5rem;word-break:break-word}.otp-input-group{margin-bottom:1rem}.otp-input{width:100%;padding:.85rem;font-size:1.8rem;letter-spacing:.75rem;text-align:center;border:1px solid var(--border);border-radius:var(--radius);background:#f6f6f6;outline:none;transition:border-color .2s;box-sizing:border-box}.otp-input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5c5a1a}.otp-error{display:block;color:var(--error);font-size:.8rem;margin-bottom:1rem}.otp-resend{margin-top:1rem;font-size:.85rem;color:var(--text-gray)}.otp-resend-btn{background:none;color:var(--primary);font-weight:500;text-decoration:underline;cursor:pointer;font-size:.85rem;padding:0;border:none}.otp-resend-btn:hover{color:var(--primary-dark)}.searchable-select{position:relative;width:100%}.searchable-select-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:#f6f6f6;font-size:.9rem;line-height:1.4;min-height:42px;box-sizing:border-box;color:var(--text-dark);cursor:pointer;text-align:start;transition:border-color .2s}.searchable-select-trigger:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5c5a1a;outline:none}.searchable-select-trigger .placeholder-text{color:#7f879e}.searchable-select-trigger .selected-text{color:var(--text-dark)}.searchable-select-trigger .chevron-icon{flex-shrink:0}[dir=rtl] .searchable-select-trigger .chevron-icon{order:-1}.searchable-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid var(--border);border-radius:var(--radius);box-shadow:0 4px 16px #0000001a;z-index:50;max-height:280px;display:flex;flex-direction:column}.searchable-select-search-wrap{padding:.5rem;border-bottom:1px solid var(--border)}.searchable-select-search{width:100%;padding:.5rem .65rem;border:1px solid var(--border);border-radius:var(--radius);font-size:.85rem;outline:none;background:#f6f6f6}.searchable-select-search:focus{border-color:var(--primary)}.searchable-select-options{list-style:none;margin:0;padding:.25rem 0;overflow-y:auto;max-height:220px}.searchable-select-option{padding:.5rem .85rem;font-size:.85rem;color:var(--text-dark);cursor:pointer;transition:background .15s}.searchable-select-option:hover{background:var(--primary-light, #e8f5f5)}.searchable-select-option.active{background:var(--primary);color:#fff}.searchable-select-empty{padding:.75rem .85rem;font-size:.85rem;color:#999;text-align:center}.form-page{min-height:100vh;display:flex;flex-direction:column;background:#f9fafb}.form-main{flex:1;padding:2rem 1.5rem 3rem}.form-container{max-width:900px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;box-shadow:0 1px 4px #0000000f}.form-title{font-size:1.5rem;font-weight:700;color:var(--text-dark);margin-bottom:2rem}.form-grid{display:grid;gap:1.25rem;margin-bottom:1.25rem}.form-grid.three-cols{grid-template-columns:1fr 1fr 1fr}.form-grid.two-cols{grid-template-columns:1fr 1fr}.form-group{display:flex;flex-direction:column}.form-group.full-width{margin-bottom:1.25rem}.form-group label{font-size:.85rem;font-weight:500;color:var(--text-dark);margin-bottom:.4rem}.form-group input,.form-group select,.form-group textarea{padding:.65rem .85rem;border:1px solid var(--border);border-radius:var(--radius);background:#f6f6f6;color:var(--text-dark);font-size:.9rem;line-height:1.4;min-height:42px;box-sizing:border-box;transition:border-color .2s;outline:none;width:100%}.form-group input::placeholder,.form-group textarea::placeholder{color:#7f879e}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px #1a5c5a1a}.form-group select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236b7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .85rem center;padding-right:2.25rem}[dir=rtl] .form-group select{background-position:left .85rem center;padding-right:.85rem;padding-left:2.25rem}.form-group textarea{resize:vertical;min-height:100px}.phone-input{display:flex;align-items:center;gap:0;background:#f6f6f6;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.phone-input .phone-code{border:none;border-radius:0;padding:.65rem 1.1rem .65rem .5rem;width:auto;min-width:auto;font-size:.85rem;background:transparent;color:var(--text-dark);appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%236b7280' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .3rem center;cursor:pointer;white-space:nowrap}[dir=rtl] .phone-input .phone-code{border-right:none;background-position:left .3rem center;padding-right:.4rem;padding-left:1.1rem}.phone-input input{border:none;border-radius:0;flex:1;padding:.65rem .85rem;background:transparent}.phone-input input:focus,.phone-input .phone-code:focus{box-shadow:none}.phone-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1a5c5a1a}.location-input{display:flex;align-items:center;border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;background:#f6f6f6;transition:border-color .2s}.location-input:focus-within{border-color:var(--primary);box-shadow:0 0 0 3px #1a5c5a1a}.location-icon{width:16px;height:16px;margin-left:.75rem;flex-shrink:0}[dir=rtl] .location-icon{margin-left:0;margin-right:.75rem}.location-input input{border:none;flex:1;padding:.65rem .85rem}.location-input input:focus{box-shadow:none}.upload-section{border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.75rem;margin-bottom:1.5rem;margin-top:.5rem;background:#f6f6f6}.upload-title{font-size:1.15rem;font-weight:600;margin-bottom:1.25rem}.upload-zone{border:2px dashed var(--border);border-radius:var(--radius);padding:2rem;text-align:center;cursor:pointer;background:#f6f6f6;transition:border-color .2s,background .2s}.upload-zone:hover{border-color:var(--primary);background:var(--primary-light)}.upload-icon{width:48px;height:48px;margin-bottom:.75rem;opacity:.6}.upload-text{font-size:.95rem;color:var(--text-dark);margin-bottom:.3rem}.upload-hint{font-size:.8rem;color:var(--text-gray);margin-bottom:1rem}.browse-btn{background:var(--primary);color:var(--white);padding:.55rem 1.5rem;border-radius:999px;font-size:.85rem;font-weight:500;transition:background .2s}.browse-btn:hover{background:var(--primary-dark)}.file-name{font-size:.85rem;color:var(--primary);margin-top:.75rem;font-weight:500}.upload-btn{display:block;margin:1rem auto 0;background:var(--white);color:var(--primary);border:1.5px solid var(--primary);padding:.45rem 1.75rem;border-radius:999px;font-size:.85rem;font-weight:500;transition:all .2s}.upload-btn:hover{background:var(--primary);color:var(--white)}.terms-row{margin-bottom:1.5rem}.terms-label{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-dark);cursor:pointer}[dir=rtl] .terms-label{flex-direction:row-reverse;justify-content:flex-end}.terms-label input[type=checkbox]{width:18px;height:18px;accent-color:var(--primary);cursor:pointer}.error{font-size:.75rem;color:var(--error);margin-top:.25rem}.form-submit{text-align:center;margin-top:1.5rem}.submit-btn{background:var(--primary);color:var(--white);padding:.75rem 3rem;border-radius:999px;font-size:1rem;font-weight:600;transition:background .2s,opacity .2s;min-width:180px}.submit-btn:hover:not(:disabled){background:var(--primary-dark)}.submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.form-container{padding:1.5rem}.form-grid.three-cols,.form-grid.two-cols{grid-template-columns:1fr}.upload-section{padding:1.25rem}}@media(max-width:480px){.form-main{padding:1rem .75rem 2rem}.form-container{padding:1.25rem}.form-title{font-size:1.25rem}}[dir=rtl] .form-title,[dir=rtl] .form-group label,[dir=rtl] .upload-title,[dir=rtl] .terms-row{text-align:right}
