*{box-sizing:border-box;margin:0;padding:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#fff;color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}:focus{outline:2px solid #667eea;outline-offset:2px}button:focus,input:focus,select:focus,textarea:focus{outline:none}button,input,select,textarea{font-family:inherit}img{height:auto;max-width:100%}.app{display:flex;flex-direction:column;min-height:100vh}.main-content{align-items:center;display:flex;flex:1 1;flex-direction:column;margin-bottom:60px;padding:2rem 1rem}.main-heading{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:2rem;text-align:center}@media (max-width:768px){.main-heading{font-size:2rem;margin-bottom:1.5rem}.main-content{padding:1.5rem 1rem}}@media (max-width:480px){.main-heading{font-size:1.75rem;margin-bottom:1rem}}.header{background:#fff;box-shadow:0 2px 10px #00000026;padding:1rem 2rem}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px}.social-icons{display:flex;gap:1rem}.social-link{align-items:center;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:50%;color:#4b286d;display:flex;font-size:1.1rem;height:40px;justify-content:center;text-decoration:none;transition:all .3s ease;width:40px}.social-link:hover{background:#4b286d;border-color:#4b286d;box-shadow:0 4px 8px #4b286d33;color:#fff;transform:translateY(-2px)}.logo-container{align-items:center;display:flex}@media (max-width:768px){.header{padding:.75rem 1rem}.social-icons{gap:.75rem}.social-link{font-size:1rem;height:35px;width:35px}}@media (max-width:480px){.header{padding:.5rem 1rem}.social-icons{gap:.5rem}.social-link{font-size:.9rem;height:32px;width:32px}}.kardan-logo{align-items:center;display:flex;height:100%}.logo-image{display:block;height:auto;object-fit:contain;width:auto}@media (max-width:768px){.logo-image{height:40px}}@media (max-width:480px){.logo-image{height:30px}}.form-wizard{background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;margin:0 auto;max-width:700px;padding:2rem;width:100%}.progress-indicator{margin-bottom:2rem}.progress-steps{gap:1rem;justify-content:center;margin-bottom:1rem}.progress-steps,.step{align-items:center;display:flex}.step{flex:1 1;flex-direction:column;gap:.5rem;position:relative}.step-number{align-items:center;background:#e0e0e0;border:2px solid #e0e0e0;border-radius:50%;color:#666;display:flex;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.step.active .step-number{box-shadow:0 0 0 4px #24870033}.step.active .step-number,.step.completed .step-number{background:#248700;border-color:#248700;color:#fff}.step-label{color:#666;font-size:.85rem;font-weight:500;text-align:center}.step.active .step-label{color:#248700;font-weight:600}.progress-line{background:#e0e0e0;flex:1 1;height:2px;margin:0 .5rem;position:relative;top:-20px}.progress-text{color:#666;font-size:.9rem;font-weight:500;text-align:center}.wizard-form{display:flex;flex-direction:column;gap:1.5rem}.form-navigation{border-top:1px solid #e0e0e0;display:flex;gap:1rem;justify-content:space-between;margin-top:1.5rem;padding-top:1.5rem}.btn{align-items:center;border:none;border-radius:8px;box-shadow:0 2px 5px #0000001a;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.btn:hover{box-shadow:0 4px 10px #00000026;transform:translateY(-2px)}.btn:active{transform:translateY(0)}.btn-back{background:#f5f5f5;color:#666}.btn-back:hover{background:#e0e0e0}.btn-next,.btn-submit{background:#248700;color:#fff;margin-left:auto}.btn-next:hover,.btn-submit:hover{background:#1f7000}.btn-submit{background:#248700}.btn-submit:hover{background:#1f7000}@media (max-width:768px){.form-wizard{padding:1.5rem}.step-label{font-size:.75rem}.step-number{font-size:.9rem;height:35px;width:35px}.form-navigation{flex-direction:column}.btn{justify-content:center;width:100%}.btn-next,.btn-submit{margin-left:0}}@media (max-width:480px){.form-wizard{border-radius:10px;padding:1rem}.progress-steps{gap:.5rem}.step-label{display:none}.progress-line{margin:0 .25rem}}.form-step{width:100%}.step-title{color:#2c3e50;font-size:1.75rem;font-weight:600;margin-bottom:.5rem}.step-description{color:#666;font-size:.95rem;margin-bottom:1.5rem}.form-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(2,1fr)}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1/-1}.form-label{align-items:center;color:#333;display:flex;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.required{color:#e74c3c;margin-left:.25rem}.form-input{background:#fff;border:2px solid #e0e0e0;border-radius:8px;color:#333;font-family:inherit;font-size:1rem;padding:.75rem 1rem;transition:all .3s ease}.form-input:focus{border-color:#248700;box-shadow:0 0 0 3px #2487001a;outline:none}.form-input::placeholder{color:#999}.form-input:invalid:not(:placeholder-shown):not(:focus){border-color:#e74c3c}select.form-input{border-color:#e0e0e0!important}select.form-input:focus{border-color:#248700!important;box-shadow:0 0 0 3px #2487001a}select.form-input:invalid{border-color:#e0e0e0!important}select.form-input:invalid:not(:focus){border-color:#e0e0e0!important}.form-textarea{font-family:inherit;min-height:80px;resize:vertical}.form-input select,.form-input[type=select]{-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpath fill='%23333' d='M6 9 1 4h10z'/%3E%3C/svg%3E");background-position:right 1rem center;background-repeat:no-repeat;cursor:pointer;padding-right:2.5rem}.recaptcha-container{align-items:center;display:flex;justify-content:center;margin-top:.5rem;padding:1rem 0}.recaptcha-container>div{transform:scale(.95);transform-origin:0 0}.recaptcha-error{background:#fff3cd;border:2px solid #ffc107;border-radius:8px;margin-top:.5rem;padding:1.5rem}.recaptcha-error p{color:#856404;line-height:1.6;margin:.5rem 0}.recaptcha-error p:first-child{font-size:1.1rem;margin-top:0}.recaptcha-error ol{color:#856404;margin:1rem 0;padding-left:1.5rem}.recaptcha-error li{line-height:1.6;margin:.5rem 0}.recaptcha-error code{background:#fff;border-radius:4px;color:#d63384;font-family:Courier New,monospace;padding:.2rem .4rem}.recaptcha-error a{color:#248700;font-weight:600;text-decoration:underline}.recaptcha-error a:hover{color:#1f7000}.profile-image-upload{align-items:center;display:flex;flex-direction:column;gap:1rem}.profile-image-preview{align-items:center;background:#f5f5f5;border:3px solid #248700;border-radius:50%;display:flex;height:150px;justify-content:center;overflow:hidden;position:relative;width:150px}.profile-image{border-radius:50%;height:100%;object-fit:cover;width:100%}.profile-image-placeholder{align-items:center;color:#999;display:flex;font-size:3rem;height:100%;justify-content:center;width:100%}.profile-image-label{cursor:pointer;display:inline-block}.profile-image-input{display:none}.profile-image-button{align-items:center;background:#248700;border-radius:8px;box-shadow:0 2px 5px #24870033;color:#fff;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.profile-image-button:hover{background:#1f7000;box-shadow:0 4px 10px #2487004d;transform:translateY(-2px)}.profile-image-button:active{transform:translateY(0)}.profile-image-button i{font-size:1.1rem}@media (max-width:768px){.recaptcha-container>div{transform:scale(.85)}.recaptcha-error{padding:1rem}.recaptcha-error ol{padding-left:1.25rem}.profile-image-preview{height:120px;width:120px}.profile-image-placeholder{font-size:2.5rem}}@media (max-width:480px){.recaptcha-container>div{transform:scale(.77)}.recaptcha-error{font-size:.9rem;padding:.875rem}.recaptcha-error ol{padding-left:1rem}.profile-image-preview{border-width:2px;height:100px;width:100px}.profile-image-placeholder{font-size:2rem}.profile-image-button{font-size:.9rem;padding:.625rem 1.25rem}}@media (max-width:768px){.form-grid{gap:1rem;grid-template-columns:1fr}.form-group.full-width{grid-column:1}.step-title{font-size:1.5rem}.step-description{font-size:.9rem}}@media (max-width:480px){.form-grid{gap:.875rem}.form-input{font-size:.95rem;padding:.625rem .875rem}.step-title{font-size:1.25rem}}.success-container{align-items:center;display:flex;justify-content:center;margin:0 auto;max-width:600px;min-height:400px;width:100%}.success-card{animation:fadeInUp .5s ease;background:#fff;border-radius:15px;box-shadow:0 5px 20px #0000001a;padding:3rem 2rem;text-align:center;width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.success-icon{margin-bottom:1.5rem}.success-icon i{animation:scaleIn .5s ease;color:#4caf50;font-size:5rem}@keyframes scaleIn{0%{transform:scale(0)}to{transform:scale(1)}}.success-title{color:#2c3e50;font-size:2.5rem;font-weight:600;margin-bottom:1rem}.success-message{color:#666;font-size:1.25rem;line-height:1.6;margin-bottom:2rem}.success-details{background:#f8f9fa;border-radius:10px;margin-top:2rem;padding:1.5rem;text-align:left}.detail-item{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;padding:.75rem 0}.detail-item:last-child{border-bottom:none}.detail-label{color:#666;font-size:1rem;font-weight:600}.detail-value{color:#2c3e50;font-size:1.1rem;font-weight:500}@media (max-width:768px){.success-card{padding:2rem 1.5rem}.success-icon i{font-size:4rem}.success-title{font-size:2rem}.success-message{font-size:1.1rem}}@media (max-width:480px){.success-container{min-height:300px}.success-card{padding:1.5rem 1rem}.success-icon i{font-size:3.5rem}.success-title{font-size:1.75rem}.success-message{font-size:1rem;margin-bottom:1.5rem}.success-details{padding:1rem}.detail-item{align-items:flex-start;flex-direction:column;gap:.5rem}.detail-label{font-size:.9rem}.detail-value{font-size:1rem}}.footer{background-color:#4b286d;border-top:8px solid #248700;bottom:0;box-shadow:0 -2px 10px #0000001a;color:#fff;left:0;padding:1rem;position:fixed;right:0;text-align:center;z-index:100}.footer-text{font-size:.9rem;font-weight:500;margin:0}@media (max-width:480px){.footer{padding:.75rem}.footer-text{font-size:.85rem}}
/*# sourceMappingURL=main.3f116f4c.css.map*/