.whatsapp-modal{display:none;position:fixed;z-index:10000;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.5)}.whatsapp-modal-content{background-color:#fefefe;margin:8% auto;padding:30px;border:1px solid #888;width:90%;max-width:400px;border-radius:15px;box-shadow:0 5px 30px rgba(0,0,0,0.3)}@media (max-width:768px){.whatsapp-modal-content{margin:10% auto;padding:25px;width:95%;max-width:none}.whatsapp-modal h3{font-size:20px}.whatsapp-modal select,.whatsapp-modal input{font-size:14px;padding:10px}.whatsapp-modal button{font-size:16px;padding:12px}}@media (max-width:480px){.whatsapp-modal-content{margin:15% auto;padding:20px;width:96%}.whatsapp-modal h3{font-size:18px;margin-bottom:15px}.whatsapp-modal-close{font-size:24px}}.whatsapp-modal-close{color:#aaa;float:right;font-size:28px;font-weight:bold;cursor:pointer;line-height:20px}.whatsapp-modal-close:hover,.whatsapp-modal-close:focus{color:#000}.whatsapp-modal h3{color:#25d366;margin-bottom:20px;font-size:24px;text-align:center}.whatsapp-modal select,.whatsapp-modal input{width:100%;padding:12px;margin-bottom:15px;border:2px solid #ddd;border-radius:8px;font-size:16px;box-sizing:border-box}.whatsapp-modal button{width:100%;padding:14px;background:#25d366;color:white;border:none;border-radius:8px;cursor:pointer;font-size:18px;font-weight:600;transition:background 0.3s}.whatsapp-modal button:hover{background:#1fa855}.whatsapp-modal button:disabled{background:#6c757d;cursor:not-allowed;opacity:0.7}.whatsapp-modal input:focus,.whatsapp-modal select:focus{border-color:#25d366;outline:none}.error-border{border:2px solid red!important}.otp-modal{display:none;position:fixed;z-index:10001;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,0.6);animation:fadeIn 0.3s ease}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.otp-modal-content{background-color:#ffffff;margin:5% auto;padding:0;border-radius:15px;width:90%;max-width:450px;box-shadow:0 10px 40px rgba(0,0,0,0.3);animation:slideDown 0.3s ease}@keyframes slideDown{from{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}.otp-modal-header{background:linear-gradient(135deg,#1e73be 0%,#0d5a9e 100%);padding:25px 30px;border-radius:15px 15px 0 0;text-align:center;color:white}.otp-modal-header h3{margin:0;font-size:24px;font-weight:600}.otp-modal-header p{margin:10px 0 0 0;font-size:14px;opacity:0.9}.otp-modal-close{position:absolute;right:20px;top:20px;color:white;font-size:32px;font-weight:bold;cursor:pointer;line-height:1;transition:transform 0.2s}.otp-modal-close:hover{transform:scale(1.2)}.otp-modal-body{padding:30px}.otp-info{background-color:#e3f2fd;border-left:4px solid #1e73be;padding:15px;margin-bottom:25px;border-radius:5px;font-size:14px;color:#333}.otp-input-group{margin-bottom:20px}.otp-input-group label{display:block;margin-bottom:10px;font-weight:600;color:#333;font-size:15px}.otp-input-wrapper{display:flex;gap:10px;justify-content:center;margin-bottom:15px}.otp-input{width:50px;height:55px;text-align:center;font-size:24px;font-weight:bold;border:2px solid #ddd;border-radius:8px;transition:all 0.3s}.otp-input:focus{outline:none;border-color:#1e73be;box-shadow:0 0 0 3px rgba(30,115,190,0.1)}.otp-input.error{border-color:#e74c3c;animation:shake 0.5s}@keyframes shake{0%,100%{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.otp-actions{display:flex;flex-direction:column;gap:15px}.otp-verify-btn{width:100%;padding:15px;background:linear-gradient(135deg,#1e73be 0%,#0d5a9e 100%);color:white;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:all 0.3s}.otp-verify-btn:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(30,115,190,0.4)}.otp-verify-btn:disabled{background:#cccccc;cursor:not-allowed;transform:none}.otp-resend-section{text-align:center;padding-top:15px;border-top:1px solid #eee}.otp-resend-text{color:#666;font-size:14px;margin-bottom:10px}.otp-resend-btn{background:transparent;color:#1e73be;border:2px solid #1e73be;padding:10px 25px;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all 0.3s}.otp-resend-btn:hover{background:#1e73be;color:white}.otp-resend-btn:disabled{opacity:0.5;cursor:not-allowed}.otp-timer{color:#e74c3c;font-weight:600}.otp-message{padding:12px;border-radius:8px;margin-bottom:15px;font-size:14px;text-align:center;animation:slideIn 0.3s ease}@keyframes slideIn{from{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.otp-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.otp-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.otp-loading{display:inline-block;width:16px;height:16px;border:3px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:white;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}@media only screen and (max-width:480px){.otp-modal-content{margin:10% auto;width:95%}.otp-modal-header{padding:20px}.otp-modal-header h3{font-size:20px}.otp-modal-body{padding:20px}.otp-input{width:45px;height:50px;font-size:20px}.otp-input-wrapper{gap:8px}}@media only screen and (max-width:380px){.otp-modal-content{width:98%;margin:5% auto}.otp-modal-header{padding:15px}.otp-modal-header h3{font-size:18px}.otp-modal-header p{font-size:12px}.otp-modal-body{padding:15px}.otp-input{width:40px;height:45px;font-size:18px}.otp-input-wrapper{gap:6px}.otp-modal-close{right:15px;top:15px;font-size:28px}.otp-verify-btn{padding:12px;font-size:14px}.otp-info{padding:10px;font-size:13px}}.toast-container{position:fixed;top:20px;right:20px;z-index:999999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast{background:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,0.15);display:flex;align-items:center;gap:12px;min-width:300px;max-width:500px;pointer-events:all;animation:slideIn 0.3s ease-out;position:relative;overflow:hidden}@keyframes slideIn{from{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.toast.hiding{animation:slideOut 0.3s ease-in forwards}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(400px);opacity:0}}.toast-icon{font-size:24px;line-height:1;flex-shrink:0}.toast-content{flex:1}.toast-title{font-weight:600;font-size:15px;margin-bottom:4px;color:#1a1a1a}.toast-message{font-size:14px;color:#666;line-height:1.4}.toast-close{background:none;border:none;font-size:20px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all 0.2s;flex-shrink:0}.toast-close:hover{background:#f0f0f0;color:#333}.toast.success{border-left:4px solid #10b981}.toast.success .toast-icon{color:#10b981}.toast.error{border-left:4px solid #ef4444}.toast.error .toast-icon{color:#ef4444}.toast.warning{border-left:4px solid #f59e0b}.toast.warning .toast-icon{color:#f59e0b}.toast.info{border-left:4px solid #3b82f6}.toast.info .toast-icon{color:#3b82f6}.toast-progress{position:absolute;bottom:0;left:0;height:3px;background:currentColor;opacity:0.3;width:100%;transform-origin:left}.toast.success .toast-progress{background:#10b981}.toast.error .toast-progress{background:#ef4444}.toast.warning .toast-progress{background:#f59e0b}.toast.info .toast-progress{background:#3b82f6}@media only screen and (max-width:768px){.toast-container{top:10px;right:10px;left:10px}.toast{min-width:auto;width:100%}@keyframes slideIn{from{transform:translateY(-100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{from{transform:translateY(0);opacity:1}to{transform:translateY(-100px);opacity:0}}}@media only screen and (max-width:480px){.toast{padding:14px 16px;font-size:13px}.toast-icon{font-size:20px}.toast-title{font-size:14px}.toast-message{font-size:13px}}.phone-input-group{position:relative;display:flex;align-items:stretch;width:100%;height:48px;border:2px solid #e0e0e0;border-radius:8px;overflow:hidden;transition:all 0.3s ease;background:#fff}.phone-input-group.dark-theme{border:1px solid rgba(255,255,255,0.3);background:rgba(255,255,255,0.1)}.phone-input-group:focus-within{border-color:#1e73be;box-shadow:0 0 0 3px rgba(30,115,190,0.1)}.phone-input-group.dark-theme:focus-within{border-color:rgba(255,255,255,0.6);box-shadow:0 0 0 3px rgba(255,255,255,0.1)}.phone-input-group select{border:none;background:#f8f9fa;padding:0 4px 0 6px;font-size:13px;font-weight:500;color:#333;cursor:pointer;outline:none;flex-shrink:0;width:85px;border-right:2px solid #e0e0e0;height:100%;box-sizing:border-box;line-height:normal;vertical-align:middle}.phone-input-group.dark-theme select{background:rgba(255,255,255,0.15);color:#fff;border-right:1px solid rgba(255,255,255,0.2)}.phone-input-group select:focus{background:#e8f4ff;outline:none}.phone-input-group.dark-theme select:focus{background:rgba(255,255,255,0.25)}.phone-input-group input{flex:1;border:none;padding:0 15px;font-size:15px;outline:none;background:transparent;min-width:0;color:inherit;height:100%;box-sizing:border-box;line-height:normal;vertical-align:middle}.phone-input-group.dark-theme input{color:#fff}.phone-input-group input:focus{outline:none}.phone-input-group input::placeholder{color:#999}.phone-input-group.dark-theme input::placeholder{color:rgba(255,255,255,0.6)}@media (max-width:768px){.phone-input-group{height:46px}.phone-input-group select{width:80px;font-size:12px;padding:0 3px 0 5px}.phone-input-group input{font-size:14px}}.phone-input-group select option{padding:8px 12px;font-size:15px;background:#fff;color:#333}@media (max-width:575px){.phone-input-group{height:44px;border-radius:6px}.phone-input-group select{width:75px;font-size:11px;padding:0 2px 0 4px}.phone-input-group input{font-size:13px;padding:0 8px}.phone-input-group select option{font-size:12px;padding:6px 8px}}#popup-overlay-28{display:flex!important;align-items:center!important;justify-content:center!important;padding:15px!important;background:transparent!important;background-color:transparent!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important;position:relative!important}#popup-overlay-28::before,#popup-overlay-28::after{display:none!important}div#popup-overlay-28[style]{background:transparent!important;background-color:transparent!important}#popup-form-28{position:relative!important;margin:0 auto!important;width:90vw!important;max-width:90vw!important;height:auto!important;max-height:60vh!important;min-height:auto!important;overflow:visible!important;overflow-y:auto!important;transform:none!important;zoom:0.85!important;padding:15px!important;box-sizing:border-box!important}#popup-close-28,#popup-overlay-28 #popup-close-28,div#popup-close-28,button#popup-close-28,[id="popup-close-28"]{position:absolute!important;top:10px!important;right:10px!important;left:auto!important;bottom:auto!important;margin:0!important;margin-left:0!important;margin-right:0!important;inset:auto!important;width:32px!important;height:32px!important;min-width:32px!important;max-width:32px!important;min-height:32px!important;max-height:32px!important;font-size:18px!important;background:rgba(0,0,0,0.9)!important;color:white!important;border:2px solid rgba(255,255,255,0.5)!important;display:block!important;line-height:32px!important;padding:0!important;z-index:99999999!important;border-radius:50%!important;transform:none!important;translate:none!important;cursor:pointer!important;text-align:center!important;float:none!important}#popup-form-28 [style*="position"],#popup-overlay-28 [style*="position"]{left:auto!important;right:auto!important}#popup-form-28 #popup-close-28[style],#popup-overlay-28 #popup-close-28[style]{top:10px!important;right:10px!important;left:auto!important}#popup-close-28:hover{background:rgba(0,0,0,0.95)!important;transform:scale(1.1) rotate(90deg)!important}#popup-form-28>div,#popup-form-28>*[style*="position: absolute"]{position:relative!important;width:100%!important;max-width:100%!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important;margin-bottom:15px!important;transform:none!important}#popup-form-28 input,#popup-form-28 textarea,#popup-form-28 select{font-size:16px!important;padding:12px!important;width:100%!important;max-width:100%!important;box-sizing:border-box!important;border-radius:4px!important;margin-bottom:12px!important}#popup-form-28 button[type="submit"],#popup-form-28 input[type="submit"]{width:100%!important;max-width:100%!important;padding:14px!important;font-size:16px!important;margin-top:10px!important;box-sizing:border-box!important}#popup-form-28 h3,#popup-form-28 h2,#popup-form-28 h1{font-size:16px!important;line-height:1.4!important;margin-bottom:12px!important;padding-right:45px!important;word-wrap:break-word!important}#popup-form-28 p{font-size:13px!important;line-height:1.5!important;margin-bottom:10px!important;word-wrap:break-word!important}#popup-form-28 img{max-width:100%!important;height:auto!important}#popup-form-28 *{max-width:100%!important;box-sizing:border-box!important}@media screen and (max-width:480px){#popup-overlay-28{padding:10px!important}#popup-form-28{width:95vw!important;max-width:95vw!important;max-height:55vh!important;padding:12px!important;zoom:0.8!important}#popup-close-28{top:3px!important;right:3px!important;left:auto!important;bottom:auto!important;width:28px!important;height:28px!important;min-width:28px!important;font-size:16px!important;transform:translate(0,0)!important}#popup-form-28 h3,#popup-form-28 h2,#popup-form-28 h1{font-size:14px!important;padding-right:40px!important}#popup-form-28 p{font-size:12px!important}#popup-form-28 input,#popup-form-28 textarea,#popup-form-28 select{font-size:14px!important;padding:10px!important}#popup-form-28 button[type="submit"],#popup-form-28 input[type="submit"]{font-size:14px!important;padding:12px!important}}