:root{--navy:#0a2e7a;--pink:#ff1493;--radius-lg:24px;--radius-md:16px}.form-wrapper{border-radius:var(--radius-lg);background:#fff;border:2px solid #0a2e7a26;width:100%;max-width:680px;margin:100px auto;padding:40px;box-shadow:0 4px 30px #0000000f}.progress-wrapper{margin-bottom:35px}.progress-head{color:var(--navy);justify-content:space-between;margin-bottom:14px;font-size:15px;font-weight:700;display:flex}.progress{align-items:center;gap:0;display:flex}.circle{background:#fff;border:3px solid #d7d7d7;border-radius:50%;flex-shrink:0;width:28px;height:28px;transition:all .3s}.circle.active{background:var(--navy);border-color:var(--navy)}.line{background:#d7d7d7;flex:1;height:4px;transition:all .3s}.line.active{background:var(--navy)}.step-title{color:var(--navy);margin-bottom:28px;font-size:32px;font-weight:700;line-height:1.2}.form-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.form-group{flex-direction:column;display:flex}.form-group.full{grid-column:1/-1}label{color:#222;margin-bottom:6px;font-size:15px;font-weight:600}.required{color:var(--pink)}input,select{color:#1a1a1a;appearance:none;border:2px solid #0a2e7a26;border-radius:12px;outline:none;width:100%;height:50px;padding:0 16px;font-size:15px;transition:border-color .3s,box-shadow .3s;background:#fff!important}select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230a2e7a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:12px;padding-right:40px;background-color:#fff!important}select option,select optgroup option{padding:8px 12px;font-size:14px;color:#1a1a1a!important;background:#fff!important}select option{color:#1a1a1a!important;background-color:#fff!important}select option:hover,select option:focus,select option:active,select option:checked{background:#f0f4ff!important}input[type=date]{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;background-color:#fff!important}input[type=date]::-webkit-calendar-picker-indicator{color:var(--navy);cursor:pointer;opacity:.6;background:0 0;border-radius:4px;padding:4px}input[type=date]::-webkit-calendar-picker-indicator:hover{opacity:1;background:#0a2e7a0d}.form-group small{color:#64748b;margin-top:4px;font-size:12px;display:block}input:focus,select:focus{border-color:var(--pink);box-shadow:0 0 0 3px #ff149314;background:#fff!important}input::placeholder{color:#aaa}.phone-wrapper select{flex-shrink:0;width:100px}.phone-wrapper input{flex:1}.option-row{flex-wrap:wrap;gap:12px;display:flex}.option{cursor:pointer;color:#333;-webkit-user-select:none;user-select:none;background:#fff;border:2px solid #0a2e7a26;border-radius:12px;padding:12px 24px;font-size:14px;font-weight:600;transition:all .3s}.option:hover{border-color:var(--navy);background:#f8f9ff}.option.active{background:var(--navy);color:#fff;border-color:var(--navy)}.option.active:hover{background:#1a4a9a}.btn-row{justify-content:flex-end;margin-top:30px;display:flex}.button-group{justify-content:space-between;align-items:center;gap:15px;margin-top:30px;display:flex}.btn{cursor:pointer;border:none;border-radius:40px;height:50px;padding:0 32px;font-size:16px;font-weight:700;transition:all .3s}.next-btn,.submit-btn{background:var(--navy);color:#fff}.next-btn:hover,.submit-btn:hover{background:var(--pink);transform:translateY(-2px);box-shadow:0 8px 25px #ff149340}.next-btn:active,.submit-btn:active{transform:translateY(0)}.prev-btn{color:var(--navy);border:2px solid var(--navy);background:#fff}.prev-btn:hover{background:var(--navy);color:#fff}.submit-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.form-group .error-message{color:#ff1493;margin-top:4px;font-size:12px;font-weight:500;display:block}.form-group input.error,.form-group select.error{box-shadow:0 0 0 2px #ff14931a;border-color:#ff1493!important}.form-group input.error:focus,.form-group select.error:focus{box-shadow:0 0 0 3px #ff149326;border-color:#ff1493!important}.option-row .option.error{box-shadow:0 0 0 2px #ff14931a;border-color:#ff1493!important}.option-row .option.error.active{color:#ff1493;background:#fee2e2;border-color:#ff1493!important}.form-group .error-message{margin-top:8px}@media (max-width:992px){.form-wrapper{padding:30px}.step-title{font-size:28px}}@media (max-width:768px){.form-wrapper{border-radius:var(--radius-md);margin:60px 20px;padding:20px}.progress-head{font-size:13px}.form-grid{grid-template-columns:1fr;gap:16px}.step-title{margin-bottom:20px;font-size:24px}input,select{height:48px;font-size:14px}.phone-wrapper{flex-direction:column}.phone-wrapper select{width:100%}.option{text-align:center;width:100%;padding:10px 16px}.button-group{flex-direction:column;gap:12px}.button-group .btn{width:100%}.btn-row{justify-content:stretch}.btn-row .btn{width:100%}}@media (max-width:480px){.form-wrapper{margin:40px 10px;padding:16px}.step-title{font-size:20px}.circle{width:22px;height:22px}.option-row{gap:8px}.option{padding:8px 14px;font-size:13px}input,select{height:44px;font-size:13px}}@media (prefers-color-scheme:dark){.form-wrapper{background:#fff!important}input,select{color:#1a1a1a!important;background:#fff!important;border-color:#0a2e7a26!important}select option,select optgroup option,select option:hover,select option:focus,select option:active,select option:checked,input[type=date],input[type=time]{color:#1a1a1a!important;background:#fff!important}input::placeholder{color:#aaa!important}.option{color:#333!important;background:#fff!important}.option.active{background:var(--navy)!important;color:#fff!important}.option:hover{background:#f8f9ff!important}.prev-btn{color:var(--navy)!important;background:#fff!important}.prev-btn:hover{background:var(--navy)!important;color:#fff!important}.step-title{color:var(--navy)!important}label{color:#222!important}.form-group small{color:#64748b!important}.progress-head{color:var(--navy)!important}.circle{background:#fff!important;border-color:#d7d7d7!important}.circle.active{background:var(--navy)!important;border-color:var(--navy)!important}.form-group .error-message{color:#ff1493!important}input[type=date]::-webkit-calendar-picker-indicator{filter:none}input[type=date]::-webkit-datetime-edit{color:#1a1a1a}input[type=date]::-webkit-datetime-edit-fields-wrapper{background:#fff}}@-moz-document url-prefix(){select option,select optgroup option{color:#1a1a1a!important;background:#fff!important}select option:hover{background:#f0f4ff!important}}select option{color:#1a1a1a!important;background:#fff!important}select option:checked,select option:hover{background:#f0f4ff!important}select option{background-color:#fff!important}@supports (-webkit-touch-callout:none){select option{color:#1a1a1a!important;background:#fff!important}}.time-select{content:"▼";color:#1a1a1a;appearance:none;cursor:pointer;outline:none;flex:1;height:50px;font-size:15px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230a2e7a' stroke-width='2' fill='none' stroke-linecap='round'/%3E%3C/svg%3E") right 14px center/12px no-repeat!important;border:2px solid #0a2e7a26!important;border-radius:12px!important;padding:12px 36px 12px 16px!important}@media (max-width:768px){.date-input-with-arrow,.time-select,.ampm-select{height:48px;font-size:14px}.ampm-select{width:70px}}@media (max-width:480px){.date-input-with-arrow,.time-select,.ampm-select{height:44px;font-size:13px}.ampm-select{width:65px;padding:12px 28px 12px 12px!important}.time-select{padding:12px 32px 12px 12px!important}}@media (prefers-color-scheme:dark){.date-input-with-arrow{color:#1a1a1a!important;background:#fff!important}.date-wrapper:after{color:#0a2e7a!important}.time-select,.ampm-select,.time-select option,.ampm-select option{color:#1a1a1a!important;background:#fff!important}}.time-select-wrapper{flex:1;position:relative}.time-select{color:#1a1a1a;appearance:none;cursor:pointer;outline:none;width:100%;height:50px;font-size:15px;background:#fff!important;border:2px solid #0a2e7a26!important;border-radius:12px!important;padding:12px 36px 12px 16px!important}.time-select:focus{border-color:#ff1493!important;box-shadow:0 0 0 3px #ff149314!important}.time-select option{color:#1a1a1a!important;background:#fff!important}.ampm-select-wrapper{width:80px;position:relative}.ampm-select{color:#1a1a1a;appearance:none;cursor:pointer;outline:none;width:100%;height:50px;font-size:15px;background:#fff!important;border:2px solid #0a2e7a26!important;border-radius:12px!important;padding:12px 32px 12px 16px!important}.ampm-select:focus{border-color:#ff1493!important;box-shadow:0 0 0 3px #ff149314!important}.ampm-select option{color:#1a1a1a!important;background:#fff!important}.select-arrow:hover{opacity:1}@media (max-width:768px){.date-input-with-arrow,.time-select,.ampm-select{height:48px;font-size:14px}.ampm-select-wrapper{width:70px}.ampm-select{padding:12px 28px 12px 12px!important}}@media (max-width:480px){.date-input-with-arrow,.time-select,.ampm-select{height:44px;font-size:13px}.ampm-select-wrapper{width:65px}.time-select{padding:12px 32px 12px 12px!important}.ampm-select{padding:12px 28px 12px 10px!important}.select-arrow{font-size:8px;right:8px}.date-wrapper:after{font-size:8px;right:10px}}@media (prefers-color-scheme:dark){.date-input-with-arrow{color:#1a1a1a!important;background:#fff!important}.date-wrapper:after{color:#0a2e7a!important}.time-select,.ampm-select,.time-select option,.ampm-select option{color:#1a1a1a!important;background:#fff!important}.select-arrow{color:#0a2e7a!important}}.select-wrapper{width:100%;position:relative}.select-wrapper select{color:#1a1a1a;appearance:none;cursor:pointer;border:2px solid #0a2e7a26;border-radius:12px;outline:none;width:100%;height:50px;padding:0 40px 0 16px;font-size:15px;transition:border-color .3s,box-shadow .3s;background:#fff!important}.select-wrapper select:focus{border-color:#ff1493!important;box-shadow:0 0 0 3px #ff149314!important}.select-wrapper select option{color:#1a1a1a!important;background:#fff!important}.select-arrow{color:#0a2e7a;pointer-events:none;opacity:.6;font-size:10px;transition:opacity .3s;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.select-wrapper:hover .select-arrow{opacity:1}.date-wrapper{width:100%;position:relative}.date-input-with-arrow{color:#1a1a1a;appearance:none;cursor:pointer;border:2px solid #0a2e7a26;border-radius:12px;outline:none;width:100%;height:50px;padding:0 40px 0 16px;font-size:15px;transition:border-color .3s,box-shadow .3s;background:#fff!important}.date-input-with-arrow::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.6;background:0 0;width:20px;height:20px;padding:0;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.date-input-with-arrow::-webkit-calendar-picker-indicator:hover{opacity:1}.date-wrapper:after{content:"▼";color:#0a2e7a;pointer-events:none;opacity:.6;font-size:10px;position:absolute;top:50%;right:14px;transform:translateY(-50%)}.date-wrapper:hover:after{opacity:1}.time-select,.ampm-select{width:100%;padding-right:40px!important}.phone-wrapper{gap:10px;display:flex}.phone-wrapper .select-wrapper{flex-shrink:0;width:100px}.phone-wrapper .select-wrapper select{width:100%}@media (max-width:768px){.select-wrapper select,.date-input-with-arrow{height:48px;font-size:14px}.phone-wrapper{flex-direction:column}.phone-wrapper .select-wrapper{width:100%}.ampm-select{padding-right:36px!important}.select-arrow,.date-wrapper:after{font-size:9px;right:12px}}@media (max-width:480px){.select-wrapper select,.date-input-with-arrow{height:44px;font-size:13px}.select-arrow,.date-wrapper:after{font-size:8px;right:10px}.select-wrapper select{padding:0 32px 0 12px}.ampm-select{padding-right:32px!important}}@media (prefers-color-scheme:dark){.select-wrapper select,.date-input-with-arrow,.select-wrapper select option{color:#1a1a1a!important;background:#fff!important}.select-arrow,.date-wrapper:after{color:#0a2e7a!important}}.custom-swal-popup{border-radius:20px!important;max-width:450px!important;padding:30px!important}.custom-swal-popup .swal2-title{color:#0a2e7a!important;padding:20px 0 10px!important;font-size:28px!important;font-weight:700!important}.custom-swal-popup .swal2-html-container{color:#555!important;padding:10px 0 20px!important;font-size:16px!important;line-height:1.8!important}.custom-swal-popup .swal2-confirm{background:#0a2e7a!important;border-radius:30px!important;padding:14px 40px!important;font-size:16px!important;font-weight:600!important;transition:all .3s!important}.custom-swal-popup .swal2-confirm:hover{background:#ff1493!important;transform:translateY(-2px)!important;box-shadow:0 8px 25px #ff14934d!important}.custom-swal-popup .swal2-icon{color:#0a2e7a!important;border-color:#0a2e7a!important}.custom-swal-popup .swal2-icon.swal2-success,.custom-swal-popup .swal2-icon.swal2-success .swal2-success-ring{border-color:#0a2e7a!important}.custom-swal-popup .swal2-icon.swal2-success [class^=swal2-success-line]{background-color:#0a2e7a!important}.custom-swal-logo{max-width:120px;height:auto;margin:0 auto 15px;display:block}.custom-loader-overlay{z-index:99999;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fffffff5;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.custom-loader{text-align:center}.loader-logo{width:85px;margin-bottom:20px;animation:1.5s ease-in-out infinite pulseLogo}.custom-loader h3{color:#0a2e7a;margin-bottom:10px;font-size:24px}.custom-loader p{color:#666;margin-bottom:25px}.loader-spinner{border:4px solid #e6e6e6;border-top-color:#0a2e7a;border-radius:50%;width:45px;height:45px;margin:auto;animation:1s linear infinite spinLoader}@keyframes spinLoader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseLogo{0%{transform:scale(1)}50%{transform:scale(1.12)}to{transform:scale(1)}}
