@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;700&family=Sacramento&display=swap";@import"https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Great+Vibes&display=swap";@import"https://fonts.googleapis.com/css2?family=Great+Vibes&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Toastify__toast-container--top-center{top:20px!important;left:50%!important;transform:translate(-50%)!important;width:auto;z-index:99999!important}.Toastify__toast{min-width:280px;max-width:90vw;border-radius:12px;text-align:center;font-weight:500;padding:14px 18px}.Toastify__toast--success{background:#2ecc71;font-weight:600;color:#fff}.Toastify__toast--error{background:#e74c3c;font-weight:600;color:#fff}@media(max-width:480px){.Toastify__toast-container--top-center{width:90%}}.outer-container{display:flex;justify-content:center;align-items:center;min-height:100vh;background:#fff8f0;padding:15px}.card{background:maroon;padding:2rem;border-radius:22px;text-align:center;width:360px;max-width:100%;box-shadow:0 8px 30px #0000002e}.logo-section{margin-bottom:1rem}.wedding-icon{width:100%;max-width:210px;height:auto;display:block;margin:auto}.eventdost-logo-animation{animation:eventdostLogoZoom 1.2s ease}.brand-title{font-size:2.3rem;font-weight:900;margin-bottom:.5rem}.letter-e{color:#f9d342}.letter-vent{color:#fff}.letter-hyphen{color:#fbdebb}.letter-d{color:#f9d342}.letter-o{color:#fff}.letter-s{color:#f9d342}.letter-t{color:#fff}.eventdost-tagline{color:#fff;font-size:1.15rem;font-weight:600;margin-top:10px;margin-bottom:25px;line-height:1.4;animation:eventdostTaglineFade 1.8s ease forwards}.eventdost-button-container{animation:eventdostButtonFade .8s ease forwards}.eventdost-login-btn,.eventdost-signup-btn{width:100%;padding:12px;margin:8px 0;border:none;border-radius:10px;background:#fff;color:#000;font-size:16px;font-weight:700;cursor:pointer;transition:all .3s ease}.eventdost-login-btn:hover,.eventdost-signup-btn:hover{transform:translateY(-2px)}.eventdost-login-btn:active,.eventdost-signup-btn:active{transform:scale(.98)}.google-login{color:#fff;font-size:12px;margin-top:18px}.founder-name{color:gold;font-size:12px}.name{color:#fff}@keyframes eventdostLogoZoom{0%{opacity:0;transform:scale(.4)}to{opacity:1;transform:scale(1)}}@keyframes eventdostTaglineFade{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@keyframes eventdostButtonFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}@media(max-width:480px){.card{padding:1.5rem}.brand-title{font-size:1.9rem}.eventdost-tagline{font-size:1rem}.eventdost-login-btn,.eventdost-signup-btn{font-size:15px}}.business-footer{margin-top:18px}.business-owner{color:#f6d365;font-size:13px;margin-top:6px;font-weight:600}.business-name{color:#fff;font-weight:700}.footer-links{margin-top:14px;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.footer-link{color:#fff;font-size:13px;font-weight:600;cursor:pointer;transition:all .25s ease}.footer-link:hover{color:#f9d342;text-decoration:underline}.footer-divider{color:#ffffff80}.google-login{color:#ffffffd9;font-size:12px;margin-top:18px}.google-login1{color:#000;font-size:12px;margin-top:18px}@media(max-width:480px){.business-owner,.footer-link{font-size:12px}}.company-line{color:#f6d365;font-size:13px;margin-top:-8px;margin-bottom:20px;font-weight:600}.Login-container{display:flex;justify-content:center;align-items:center;background-color:#7b1f28;min-height:100vh;width:100%;padding:20px;box-sizing:border-box}.login-card{background-color:#fff8f0;color:#7b1f28;border-radius:25px;padding:40px 25px;width:400px;max-width:500px;text-align:center;box-shadow:0 4px 20px #00000026;position:relative;display:flex;flex-direction:column;justify-content:center}.home-btn{position:absolute;top:20px;left:20px;width:30px;border-radius:50%;background:#fff;padding:5px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:transform .2s ease,background .2s ease}.flower-logo{display:flex;justify-content:center;align-items:center;margin-bottom:-35px}.flower-logo img{width:200px;height:auto;-o-object-fit:contain;object-fit:contain}.input-wrapper{width:100%;margin-bottom:15px}input{width:100%;padding:10px;margin:10px 0;border-radius:8px;border:1px solid #ccc;font-size:14px;background-color:#fff}input:focus{outline:none;border-color:#7b1f28}.password-wrapper{position:relative;width:100%;display:flex;align-items:center}.login-card .eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#7b1f28}.password-wrapper input{width:100%;height:42px;padding:10px 45px 10px 10px;border:1px solid #ccc;border-radius:8px;box-sizing:border-box;margin:10px 0}.password-wrapper .eye-btn{position:absolute;right:10px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:24px;height:24px;cursor:pointer;font-size:20px;z-index:10}.login-card .eye-btn:hover{color:#a52a3f}.error-msg{color:red;font-size:12px;text-align:left;min-height:18px;margin-top:-5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.btn.login-btn.enabled{background-color:#7b1f28;cursor:pointer;color:#fff}.forgot{display:block;margin-top:10px;font-size:.9rem;color:#7b1f28;text-decoration:none;cursor:pointer;transition:color .2s ease}.forgot:hover{color:#a52a3f;text-decoration:underline}.app-title{color:#7b1f28}.tagline{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#7b1f28}.Login-container .founder-name{color:maroon;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.Login-container .name{color:#000}@media(max-width:576px){.login-cardlog{padding:30px 20px;min-height:auto}.flower-logolog img{width:200px}}input:-webkit-autofill{animation-name:autofill;animation-duration:.01s;animation-iteration-count:1}@keyframes autofill{}.Signup-container{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;padding:20px;box-sizing:border-box;background-color:#7b1f28}.Signup-container .placeholder-box{position:relative;width:100%}.Signup-container .placeholder-box input{width:100%;padding-right:48px;box-sizing:border-box}.cancellation-header{margin-top:15px;padding-top:20px;border-top:2px solid #f1e3e3}.cancellation-icon{background:#fff1f1;color:#7b1f28;font-size:24px;border:1px solid #f3d3d3;margin-left:-20px}.signup-card{background-color:#fff8f0;color:#7b1f28;border-radius:25px;padding:40px 25px;width:90%;max-width:500px;text-align:center;box-shadow:0 4px 20px #00000026;position:relative;display:flex;flex-direction:column;justify-content:center}.home-btn{position:absolute;top:20px;left:20px;width:40px;border-radius:50%;background:#fff;padding:5px;box-shadow:0 4px 12px #00000026;cursor:pointer;transition:transform .2s ease,background .2s ease}.home-btn:hover{background:#c5b0a0;transform:scale(1.1)}.flower-icon{width:100px;border-radius:50%;background:#fff;padding:5px;box-shadow:0 4px 12px #00000026;margin:0 auto 20px}.signup-card .placeholder-box{width:100%;position:relative;box-sizing:border-box}.terms-modal-overlay{position:fixed;inset:0;background:#0000008c;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px}.terms-modal-card{background:#fff;width:95%;max-width:900px;max-height:90vh;overflow:hidden;border-radius:24px;box-shadow:0 20px 60px #00000040;position:relative;display:flex;flex-direction:column}.terms-close-btn{position:absolute;top:-10px;right:15px;width:34px;height:34px;border-radius:50%;border:none;background:#fff;color:#7b1f28;font-size:18px;font-weight:700;box-shadow:0 2px 8px #00000026;cursor:pointer;z-index:10;padding:0}.terms-close-btn:hover{background:#f8f0f0}.terms-header{display:flex;align-items:center;gap:15px;padding:20px 25px;border-bottom:1px solid #eee}.term-number{color:#7b1f28;font-size:13px;font-weight:700;min-width:18px;margin-top:2px}.terms-item{display:flex;align-items:flex-start;gap:8px;padding:8px 0;border-bottom:1px solid #f0f0f0}.terms-icon{width:55px;height:55px;border-radius:50%;background:#f8e9e9;display:flex;align-items:center;justify-content:center;font-size:26px}.terms-header h2{color:#7b1f28;margin:0;font-size:28px;font-weight:700}.terms-body{padding:20px 25px;overflow-y:auto}.terms-item{display:flex;align-items:flex-start;gap:10px;padding:10px 0;border-bottom:1px solid #f0f0f0}.terms-item p{margin:0;line-height:1.6;color:#333;font-size:14px}.terms-footer{border-top:1px solid #eee;padding:15px 25px;display:flex;justify-content:space-between;align-items:center;gap:15px}.terms-footer-text{color:#444;font-size:13px;flex:1}.terms-gotit-btn{width:110px;height:40px;background:#7b1f28;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:.3s}.terms-gotit-btn:hover{background:#611720}@media(max-width:768px){.terms-header h2{font-size:22px}.terms-icon{width:45px;height:45px;font-size:22px}.terms-footer{flex-direction:column}.terms-gotit-btn{width:100%}}input,select{width:100%;padding:10px;margin:10px 0;border-radius:8px;border:1px solid #ccc;font-size:14px;background-color:#fff}input:focus,select:focus{outline:none;border-color:#7b1f28}.Signup-container .eye-btn{position:absolute;right:14px;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:30px;height:30px;border:none;background:transparent;cursor:pointer;outline:none;padding:0;font-size:20px;z-index:5}.Signup-container .eye-btn:focus{outline:none;box-shadow:none}.Signup-container .eye-btn:active{transform:translateY(-50%) scale(.95)}.error-msg{color:red;font-size:12px;text-align:left;margin-top:-5px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.role-label{display:block;margin:15px 0 5px;font-weight:700;color:#7b1f28;text-align:left}.role-selection{display:flex;justify-content:center;gap:20px;margin:15px 0 25px;flex-wrap:wrap}.role-card{flex:1;max-width:120px;background:#fff;border:2px solid #ccc;border-radius:12px;text-align:center;padding:15px 10px;cursor:pointer;transition:.3s;color:#7b1f28;font-weight:700;box-shadow:0 3px 8px #0000001a}.role-card:hover{transform:translateY(-3px);border-color:#7b1f28;background-color:#fceee9}.role-card.selected{background-color:#7b1f28;color:#fff8f0;border-color:#7b1f28;transform:scale(1.05)}.role-icon{display:block;font-size:30px;margin-bottom:5px}.business-types{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.radio-card{display:block;padding:10px;border:2px solid #ccc;border-radius:8px;text-align:center;cursor:pointer;transition:.3s;background-color:#fff;color:#7b1f28}.radio-card:hover{border-color:#7b1f28;background-color:#fceee9}.radio-card.selected{background-color:#7b1f28;color:#fff8f0;border-color:#7b1f28}.btn{width:100%;padding:12px;margin:15px 0;border-radius:10px;font-weight:700;cursor:pointer;border:none;transition:.3s;background-color:#7b1f28;color:#fff8f0}.btn:disabled{background-color:#999;cursor:not-allowed}.already-account{margin-top:10px;font-size:14px}.already-account a{color:#7b1f28;text-decoration:none}.already-account a:hover{text-decoration:underline}.strength{font-size:12px;margin-top:5px}.strength.weak{color:red}.strength.medium{color:orange}.strength.strong{color:green}.match-icon{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:green}button{background:maroon;border:2px solid #fff8f0;color:#fff;padding:8px;width:100%;border-radius:8px;cursor:pointer}.Signup-container .founder-name{color:#af0404;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.Signup-container .name{color:#000}button:hover{background:#8b0000}.terms-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#fff;z-index:9999;display:flex;justify-content:center;align-items:center}.terms-fullscreen{width:100%;height:100%;padding:40px;overflow-y:auto;position:relative}.terms-close-icon{position:absolute;top:20px;right:30px;font-size:28px;cursor:pointer;font-weight:700;color:#000}.terms-close-icon:hover{transform:scale(1.2)}.terms-content{max-width:900px;margin:auto;font-size:15px;line-height:1.4;text-align:left;color:#000}.terms-content ul{padding-left:22px;margin:0}.terms-content li{margin-bottom:6px}.terms-content h2{text-align:center;margin-bottom:25px;color:#000}.terms-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#0006;display:flex;justify-content:center;align-items:center;z-index:999}.signup-terms-box{background:#fff;width:320px;max-height:500px;overflow-y:auto;padding:20px;border-radius:10px;box-shadow:0 10px 30px #0003}.close-terms{margin-top:10px;background:#7b1f28;color:#fff;border:none;padding:8px 15px;border-radius:6px;cursor:pointer}.terms-link{color:#7b1f28;font-weight:600;cursor:pointer;text-decoration:underline}.terms-line{display:flex;align-items:center;justify-content:center;gap:8px;margin:12px 0}.terms-checkbox{width:16px;height:16px;flex-shrink:0}.terms-text{font-size:14px}@media(max-width:576px){.terms-line{align-items:flex-start}.terms-text{font-size:13px}}@media(max-width:576px){.signup-card{padding:30px 20px}.business-types{grid-template-columns:1fr}.role-selection{flex-direction:column;gap:10px}.role-card{max-width:100%}.flower-icon{width:80px}.terms-line{display:flex;align-items:flex-start;gap:8px;margin:12px 0}.terms-text{font-size:14px;line-height:1.4;word-break:break-word}.terms-checkbox{width:16px;height:16px;flex-shrink:0}.terms-link{color:#7b1f28;font-weight:600;text-decoration:underline}}.page-loader{position:fixed;inset:0;background:#fffaf5;display:flex;justify-content:center;align-items:center;z-index:999999}.loader-wrapper{display:flex;justify-content:center;align-items:center}.logo-loader{position:relative;width:180px;height:180px}.loader-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:95px;height:95px;display:flex;justify-content:center;align-items:center;border-radius:50%;background:#fff;box-shadow:0 6px 20px #00000014}.loader-logo img{width:80px;height:80px;-o-object-fit:contain;object-fit:contain}.loader-circle{position:absolute;inset:0;animation:spinLoader 1.3s linear infinite}.loader-circle span{position:absolute;top:50%;left:50%;width:10px;height:10px;margin:-5px;border-radius:50%;background:#d4af37;transform:rotate(calc(var(--i) * 30deg)) translateY(-78px);transform-origin:center 78px;animation:dotFade 1.2s linear infinite;animation-delay:calc(var(--i) * .08s);box-shadow:0 0 8px #d4af3780}.loader-circle span:nth-child(10),.loader-circle span:nth-child(11),.loader-circle span:nth-child(12){background:#f6d365;box-shadow:0 0 14px #f6d365e6}@keyframes spinLoader{to{transform:rotate(360deg)}}@keyframes dotFade{0%{opacity:.15;transform:rotate(calc(var(--i) * 30deg)) translateY(-78px) scale(.55)}50%{opacity:1;transform:rotate(calc(var(--i) * 30deg)) translateY(-78px) scale(1.2)}to{opacity:.15;transform:rotate(calc(var(--i) * 30deg)) translateY(-78px) scale(.55)}}.containerfrgt{min-height:100vh;display:flex;justify-content:center;align-items:center;padding:30px;position:relative;overflow:hidden;background:repeating-linear-gradient(-30deg,#fff 0px 20px,#fffaf7 20px 40px);isolation:isolate}.btnfrgt.send-btn{display:flex;align-items:center;justify-content:center;gap:14px}.send-iconfrgt{display:flex;align-items:center;justify-content:center;font-size:20px;color:#fff;margin-left:6px;transition:.3s}.btnfrgt:hover .send-iconfrgt{transform:translate(4px) rotate(-10deg)}.otp-infofrgt{margin-top:16px;display:flex;align-items:flex-start;gap:10px;text-align:left}.otp-info-iconfrgt{width:34px;height:34px;min-width:34px;border-radius:10px;background:#fff3f3;display:flex;align-items:center;justify-content:center;color:#7b1f28;font-size:18px;box-shadow:0 4px 10px #7b1f281f}.otp-infofrgt p{margin:0;color:#666;font-size:13px;line-height:1.4}.otp-infofrgt strong{font-weight:600;color:#444}.otp-timerfrgt{margin:18px 0;font-size:20px}.otp-timerfrgt strong{color:#7b1f28}.resend-btnfrgt{background:#2e8b57}.resend-btnfrgt:hover{background:#25724a}.buffer-overlayfrgt{position:fixed;inset:0;background:#f0f0f0bf;display:flex;justify-content:center;align-items:center;z-index:9999}.buffer-cardfrgt{background:#f5f5f5;width:360px;padding:35px;border-radius:18px;text-align:center;box-shadow:0 8px 25px #00000026}.spinnerfrgt{width:50px;height:50px;border:5px solid #f3d6d6;border-top:5px solid #800000;border-radius:50%;margin:auto;animation:spin 1s linear infinite}.buffer-titlefrgt{margin-top:20px;font-size:18px;font-weight:600;color:#555}.buffer-subfrgt{margin-top:8px;color:#777}.forgot-cardfrgt{position:relative;z-index:2;width:460px;max-width:90%;background:#fff;border-radius:24px;padding:28px 30px;box-shadow:0 25px 55px #ffa5782e,0 8px 25px #00000014;overflow:visible}.home-btnfrgt{position:absolute;top:-28px;left:-28px;width:62px;height:62px;display:flex;align-items:center;justify-content:center;background:#fff;border-radius:50%;box-shadow:0 10px 25px #00000026;z-index:100;cursor:pointer;transition:.3s ease}.home-btnfrgt:hover{transform:scale(1.08);box-shadow:0 15px 35px #7b1f282e}.home-btnfrgt img,.home-btnfrgt svg{width:30px;height:30px;color:#7b1f28}.app-titlefrgt{font-size:32px;color:#6f1022;font-weight:700;margin:10px 0 6px;line-height:1.1}.taglinefrgt{font-size:14px;color:#666;margin-bottom:18px;margin-left:80px}.method-selectionfrgt{display:flex;gap:12px;margin-bottom:18px}.method-cardfrgt{flex:1;height:84px;border:2px solid #f3c3c3;border-radius:14px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.method-cardfrgt.selectedfrgt{background:#7b1023;color:#fff;border-color:#7b1023}.method-cardfrgt:hover{transform:translateY(-3px)}.method-cardfrgt.selected,.method-cardfrgt.selectedfrgt{background:linear-gradient(135deg,#7b1f28,#5e111d);color:#fff;border-color:#7b1f28}.method-iconfrgt{font-size:30px;display:flex;align-items:center;justify-content:center;margin-bottom:8px;color:inherit}.method-cardfrgt.selectedfrgt .method-iconfrgt{color:#fff}.input-sectionfrgt input{width:100%;height:48px;border-radius:12px;border:2px solid #e3e3e3;padding:0 16px;font-size:15px}.method-cardfrgt span:last-child{font-size:15px;font-weight:500}.input-sectionfrgt input:focus{border-color:#7b1f28;box-shadow:0 0 0 4px #7b1f281f}.btnfrgt{width:100%;height:48px;border:none;border-radius:14px;background:#7b1023;color:#fff;font-size:16px;font-weight:600;margin-top:14px}.btnfrgt:hover{transform:translateY(-2px);box-shadow:0 12px 25px #7b1f2859}.btnfrgt:disabled{background:#cfcfcf;cursor:not-allowed}.placeholder-boxfrgt{position:relative;width:100%}.eye-btnfrgt{border:none;background:transparent;cursor:pointer;position:absolute;right:8px;top:8px;font-size:1.2rem}.error-msg{color:red;font-size:12px;margin-bottom:8px}.success-popupfrgt{position:fixed;bottom:20px;right:20px;background:#4caf50;color:#fff;padding:12px 18px;border-radius:8px;display:flex;align-items:center}.checkmarkfrgt{margin-right:8px}.success-popupfrgt{position:fixed;top:20px;right:20px;background-color:#4caf50;color:#fff;padding:12px 20px;border-radius:8px;font-weight:700;box-shadow:0 2px 10px #0003;z-index:1000;animation:fadein .5s,fadeout .5s 1.5s}.forgot-iconfrgt{width:72px;height:72px;border-radius:50%;background:#fff4f4;border:2px solid #ffd2d2;margin:0 auto 12px;display:flex;justify-content:center;align-items:center;font-size:34px;color:#7b1023}@keyframes fadein{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeout{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-10px)}}@media(max-width:768px){.forgot-cardfrgt{width:95%;padding:20px 18px}.app-titlefrgt{font-size:28px}.taglinefrgt{font-size:13px}.method-cardfrgt{height:72px}.method-iconfrgt{font-size:24px}.method-cardfrgt span:last-child{font-size:14px}.input-sectionfrgt input{height:44px;font-size:14px}.btnfrgt{height:44px;font-size:15px}.otp-info-iconfrgt{width:28px;height:28px;min-width:28px;font-size:12px}.otp-infofrgt p{font-size:12px}.home-btnfrgt{top:-20px;left:-20px;width:52px;height:52px}.home-btnfrgt img,.home-btnfrgt svg{width:24px;height:24px}}.react-calendar{width:350px;max-width:100%;background:#fff;border:1px solid #a0a096;font-family:Arial,Helvetica,sans-serif;line-height:1.125em}.react-calendar--doubleView{width:700px}.react-calendar--doubleView .react-calendar__viewContainer{display:flex;margin:-.5em}.react-calendar--doubleView .react-calendar__viewContainer>*{width:50%;margin:.5em}.react-calendar,.react-calendar *,.react-calendar *:before,.react-calendar *:after{box-sizing:border-box}.react-calendar button{margin:0;border:0;outline:none}.react-calendar button:enabled:hover{cursor:pointer}.react-calendar__navigation{display:flex;height:44px;margin-bottom:1em}.react-calendar__navigation button{min-width:44px;background:none}.react-calendar__navigation button:disabled{background-color:#f0f0f0}.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus{background-color:#e6e6e6}.react-calendar__month-view__weekdays{text-align:center;text-transform:uppercase;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__weekdays__weekday{padding:.5em}.react-calendar__month-view__weekNumbers .react-calendar__tile{display:flex;align-items:center;justify-content:center;font:inherit;font-size:.75em;font-weight:700}.react-calendar__month-view__days__day--weekend{color:#d10000}.react-calendar__month-view__days__day--neighboringMonth,.react-calendar__decade-view__years__year--neighboringDecade,.react-calendar__century-view__decades__decade--neighboringCentury{color:#757575}.react-calendar__year-view .react-calendar__tile,.react-calendar__decade-view .react-calendar__tile,.react-calendar__century-view .react-calendar__tile{padding:2em .5em}.react-calendar__tile{max-width:100%;padding:10px 6.6667px;background:none;text-align:center;font:inherit;font-size:.833em}.react-calendar__tile:disabled{background-color:#f0f0f0;color:#ababab}.react-calendar__month-view__days__day--neighboringMonth:disabled,.react-calendar__decade-view__years__year--neighboringDecade:disabled,.react-calendar__century-view__decades__decade--neighboringCentury:disabled{color:#cdcdcd}.react-calendar__tile:enabled:hover,.react-calendar__tile:enabled:focus{background-color:#e6e6e6}.react-calendar__tile--now{background:#ffff76}.react-calendar__tile--now:enabled:hover,.react-calendar__tile--now:enabled:focus{background:#ffffa9}.react-calendar__tile--hasActive{background:#76baff}.react-calendar__tile--hasActive:enabled:hover,.react-calendar__tile--hasActive:enabled:focus{background:#a9d4ff}.react-calendar__tile--active{background:#006edc;color:#fff}.react-calendar__tile--active:enabled:hover,.react-calendar__tile--active:enabled:focus{background:#1087ff}.react-calendar--selectRange .react-calendar__tile--hover{background-color:#e6e6e6}.header-content{display:flex;justify-content:space-between;align-items:flex-start;width:100%;position:relative;z-index:2}.welcome-top-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.welcome-content{flex:1;min-width:0}.header-icons{display:flex;align-items:flex-start;justify-content:flex-end;gap:22px;margin-left:30px;flex-shrink:0}.welcome-content h2{margin:0;font-size:28px;color:#fff;font-weight:560}.welcome-content h1{margin:0;font-size:28px;font-weight:700;color:#fff;line-height:1.2}.vendor-status{display:inline-flex;align-items:center;justify-content:center;padding:6px 16px;margin-top:10px;border-radius:20px;font-size:13px;font-weight:600;cursor:pointer;border:1.5px solid;transition:all .3s ease}.inactive-btn-row{display:flex;gap:15px;margin-top:22px}.inactive-btn-row .activate-btn,.inactive-btn-row .logout-btn{flex:1;margin-top:0;height:54px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;transition:.3s}.inactive-btn-row .activate-btn{background:#0b8f16;color:#fff}.inactive-btn-row .activate-btn:hover{background:#087812}.inactive-btn-row .logout-btn{background:#b52a2a;color:#fff}.inactive-btn-row .logout-btn:hover{background:#962121}@media(max-width:768px){.inactive-btn-row{flex-direction:row;gap:10px}.inactive-btn-row .activate-btn,.inactive-btn-row .logout-btn{font-size:15px;height:50px}}.vendor-status.verified{color:#088d32;background:#d9f8e2;border-color:#1b7f3a}.vendor-status.pending,.vendor-status.verification-pending{color:#d97706;background:#fff7e6;border-color:#d97706}.vendor-status.rejected,.vendor-status.reject{color:#dc2626;background:#fdecec;border-color:#dc2626}.vendor-status{color:#555;background:#f5f5f5;border-color:#ccc}.hamburger-icon,.calendar-icon{font-size:22px;color:#fff;cursor:pointer}.dashboard-header h1{font-size:26px}.menu{position:relative;display:flex;gap:20px;align-items:center}.menu-icon{font-size:26px;cursor:pointer;position:relative;color:#000!important}.finish-section{display:flex;gap:18px;margin:22px 0}.finish-card{flex:1;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px 15px;border-radius:18px;overflow:hidden;transition:.3s;box-shadow:0 8px 22px #00000014}.finish-card:before{content:"";position:absolute;top:-40px;right:-40px;width:120px;height:120px;background:#ffffff59;border-radius:50%;filter:blur(25px)}.dashboard-header{position:relative;overflow:visible;display:flex;justify-content:space-between;align-items:flex-start;padding:22px;background:#6d0909;border-radius:28px;box-shadow:0 8px 25px #00000014;margin-bottom:25px;min-height:140px}.dashboard-top-bg{display:none}.header-left{position:relative;z-index:2;display:flex;align-items:flex-start;gap:15px}.profile-avatar{width:58px;height:58px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;font-size:48px;color:#e2c9aa;box-shadow:0 5px 12px #0000001f}.welcome-content h1{margin-top:20px;margin-bottom:0;font-size:38px;line-height:1.15;font-weight:700;color:#fff}.menu{display:flex;align-items:flex-start;gap:18px;margin-right:18px}.calendar-iconvd{width:34px;height:34px;color:#ffb000;cursor:pointer}.calendar-menu{position:relative}.calendar-icon:hover{transform:scale(1.08)}.verified-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;margin-right:6px}.verified-icon{font-size:30px;color:#fff!important}.verified-text{margin-top:4px;color:#fff;font-size:13px;font-weight:700}.menu-icon svg{color:#fff!important}.finish-card:hover{transform:translateY(-4px)}.bookings-card{background:linear-gradient(180deg,#fff8f6,#fff3ef);border:1px solid #f5d3cb}.earnings-card{background:linear-gradient(180deg,#fbfff7,#f3ffef);border:1px solid #d8eacb}.finish-icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:22px;color:#fff;margin-bottom:14px}.bookings-icon{background:#8b140d}.earnings-icon{background:#2f8f2f}.finish-card p{margin:0;font-size:18px;color:#222;font-weight:500}.finish-card h2{margin-top:8px;margin-bottom:0;font-size:38px;font-weight:700;color:#111}.summary-card p{font-size:14px;color:#7a5b3e;margin-bottom:6px}.summary-card h2{font-size:28px;font-weight:700;color:#7a2e16;letter-spacing:.5px;animation:earningPulse 2.5s infinite ease-in-out}@keyframes earningPulse{0%{transform:scale(1)}50%{transform:scale(1.04)}to{transform:scale(1)}}.dashboard-top-actions{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 6px}.top-right-actions{display:flex;align-items:center;gap:20px}.top-hamburger{color:#7b0d0d!important;font-size:30px;cursor:pointer;margin-top:0}.dashboard-top-actions .hamburger-icon,.dashboard-top-actions .calendar-icon,.dashboard-top-actions .verified-icon,.dashboard-top-actions .verified-text{color:#7b0d0d!important}.top-right-actions .calendar-icon{color:#7b0d0d!important;font-size:32px}.top-right-actions .verified-icon{color:#7b0d0d!important;font-size:28px}.top-right-actions .verified-text{color:#7b0d0d!important;font-size:12px;font-weight:700;text-align:center}.top-right-actions .verified-wrapper{display:flex;flex-direction:column;align-items:center;cursor:pointer}.top-right-actions .calendar-menu{position:relative}.verified-text.status-verified{color:#28a745!important}.verified-text.status-pending{color:#ff9800!important}.verified-text.status-rejected{color:#dc3545!important}@media(max-width:768px){.finish-section{display:flex;gap:10px}.upcoming-list{display:flex;flex-direction:column;gap:12px}.upcoming-card{width:100%;height:auto!important;min-height:unset!important;max-height:none!important;flex:none!important;margin:0}.dashboard-top-actions{margin-bottom:10px;padding:0 2px}.top-right-actions{gap:14px}.top-hamburger{font-size:24px}.dashboard-top-actions .hamburger-icon{color:#7b0d0d!important}.dashboard-top-actions .calendar-icon{color:#7b0d0d!important;font-size:24px!important}.dashboard-top-actions .verified-icon{color:#7b0d0d!important;font-size:22px!important}.dashboard-top-actions .verified-text{color:#7b0d0d!important;font-size:10px}.menu{margin-top:12px;gap:18px}.upcoming-card{flex:0 0 calc(100vw - 40px);min-width:calc(100vw - 40px);max-width:calc(100vw - 40px)}.dashboard-header{position:relative;min-height:110px;padding:14px 16px 18px}.menu{position:absolute;top:8px;right:12px;display:flex;align-items:center;gap:10px}.calendar-icon{font-size:22px!important}.verified-icon{font-size:18px}.hamburger-icon{font-size:20px}.verified-wrapper{display:flex;flex-direction:column;align-items:center;gap:2px}.verified-text{font-size:9px;line-height:1}.event-calendar{width:60px;min-width:60px;height:72px}.event-month{font-size:10px}.event-day{font-size:26px}.event-name{font-size:14px}.event-meta,.event-user{font-size:12px}.event-badge{font-size:10px;padding:3px 8px}.calendar-icon{font-size:34px;color:#fff!important}.verified-icon{font-size:26px;color:#fff!important}.verified-text{color:#fff;font-size:11px}.welcome-content h1{margin-top:12px;font-size:28px;color:#fff}.dashboard-header{padding:16px;border-radius:22px}.dashboard-top-bg{height:48px}.profile-avatar{width:46px;height:46px;font-size:38px}.welcome-content h1{margin-top:46px;font-size:28px}.menu{margin-top:55px;gap:16px}.calendar-icon,.verified-icon{font-size:24px}.verified-text{font-size:10px}.finish-card{flex:1;padding:16px}.finish-card h2{font-size:20px}}.finish-card h2{margin:10px 0 0;font-size:24px;color:#000}.booking-section h2,.upcoming-section h2{font-size:20px;margin-bottom:10px;color:#000}.upcoming-section{margin-bottom:80px}.booking-card{background:#fff9;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:18px;padding:18px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:flex-start;gap:15px;flex-wrap:wrap;border:1px solid rgba(255,255,255,.4);box-shadow:0 8px 20px #00000014;transition:all .3s ease}.booking-card:hover{transform:translateY(-4px);box-shadow:0 12px 28px #00000026}.action-buttons{display:flex;flex-direction:column;gap:10px}button.accept{background:#2f8a3e;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}button.reject{background:#d64545;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:pointer}.confirm{background:#2f8a3e;color:#fff;padding:4px 10px;border-radius:6px;font-size:12px}.calendar-popup{position:absolute;top:65px;right:40px;width:340px;background:#fff;border-radius:16px;padding:12px;box-shadow:0 12px 30px #0000002e;z-index:9999}.react-calendar{width:100%!important;max-width:100%}.react-calendar__navigation{display:flex;justify-content:space-between;margin-bottom:8px;font-weight:700}.react-calendar__navigation button,.react-calendar__navigation button:hover,.react-calendar__navigation button:focus,.react-calendar__navigation button:focus-visible,.react-calendar__navigation button:active,.react-calendar__navigation button:enabled:hover,.react-calendar__navigation button:enabled:focus,.react-calendar__navigation button:enabled:active{background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;cursor:pointer;padding:5px;font-size:18px;-webkit-tap-highlight-color:transparent}.react-calendar__navigation button:disabled{color:#ccc;background:transparent!important}.react-calendar__month-view__weekdays{text-align:center;font-weight:700;margin-bottom:5px}.react-calendar__month-view__weekdays__weekday{text-underline-offset:3px;text-decoration:underline}.react-calendar__tile{padding:6px 0;font-size:12px;background:#fff;color:#000}.react-calendar__tile--active,.selected-date{background:#1e90ff!important;color:#fff!important;border-radius:50%}.frozen-date{background:red!important;color:#fff!important;border-radius:50%}.selected-date-text{margin-top:8px;font-size:14px}.freeze-button{margin-top:10px;padding:8px 12px;background:#1e90ff;color:#fff;border:none;border-radius:6px;cursor:pointer}.freeze-button:hover{background:#1c6fd6}.upcoming-list{display:flex;gap:16px;overflow-x:auto;padding:10px}.upcoming-card{flex:0 0 560px;max-width:560px;min-width:560px;display:flex;align-items:center;gap:16px;min-height:90px;padding:12px 16px;border-radius:16px}.upcoming-card:hover{transform:translateY(-3px)}.event-meta{display:flex;align-items:center;gap:4px;margin:2px 0;font-size:12px;color:#555;font-weight:600}.event-meta .divider{color:#999;font-weight:500}.event-user{margin:2px 0 6px;font-size:12px;color:#666;font-weight:500}.event-calendar{width:80px;min-width:80px;height:95px;border-radius:16px;overflow:hidden;box-shadow:0 6px 16px #0000001f;border:1px solid #eee;background:#fff}.event-month{height:30px;display:flex;justify-content:center;align-items:center;background:#7b1f28;color:#fff;font-size:13px;font-weight:700;text-transform:uppercase}.event-day{height:65px;display:flex;justify-content:center;align-items:center;font-size:34px;font-weight:700;color:#7b1f28}.event-header{display:flex;justify-content:space-between;align-items:flex-start}.event-badge{min-width:80px;height:28px;display:flex;align-items:center;justify-content:center}.upcoming-badge{background:#f3f4f6;color:#555;border:1px solid #ddd}.hidden-badge{visibility:hidden}.event-content{flex:1}.event-header{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.event-name{margin:0;font-size:18px;font-weight:700;color:#222;line-height:1.2}.event-time{font-size:15px;font-weight:600;color:#7b1f28}.event-details{margin-top:4px}.event-details p{margin:4px 0;color:#666;font-size:15px}.today-event{background:#fff7f7;border-left:5px solid #ff4d4f;border:1px solid #ffd6d6}.tomorrow-event{background:#fff9e6;border-left:5px solid #f4b400;border:1px solid #ffe08a}.upcoming-event{background:#fff;border-left:5px solid #3b82f6;border:1px solid #dbeafe}.event-badge{font-size:12px;padding:4px 10px;border-radius:12px;font-weight:700}.today-badge{background:#ff3b3b;color:#fff}.tomorrow-badge{background:#f9c300;color:#000}.upcoming-card-header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:6px}.upcoming-card-header b{font-size:15px;font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis}.exit-actions{display:flex;justify-content:space-between;margin-top:15px}.exit-btn{background:red;color:#fff;padding:8px 14px;border-radius:8px;border:none;cursor:pointer}.cancel-btn{background:gray;color:#fff;padding:8px 14px;border-radius:8px;border:none;cursor:pointer}.booking-address{font-size:13px;color:#444;margin-top:6px;line-height:1.5;word-break:break-word;overflow-wrap:anywhere;white-space:normal;max-width:100%}.address-toggle{color:maroon;cursor:pointer;font-weight:600;font-size:10px}@media(max-width:768px){.calendar-popup{left:auto!important;right:auto!important;transform:translate(-70%)}.dashboard-container{padding:15px}html,body{overflow-x:hidden}.dashboard-container{width:100%;max-width:100%;overflow-x:hidden;padding-left:12px;padding-right:12px;box-sizing:border-box}.upcoming-section{width:100%;overflow:hidden}.upcoming-list{width:100%;overflow-x:hidden!important;display:flex;flex-direction:column;gap:12px}.upcoming-card{width:100%;max-width:100%;min-width:0;box-sizing:border-box}.upcoming-card h3,.upcoming-card h4,.upcoming-card .event-title,.upcoming-card .event-name{font-size:13px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%;display:block}.booking-card{flex-direction:column}.action-buttons{width:100%;flex-direction:row;justify-content:space-between}}@media(max-width:480px){.booking-address{white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset}}.empty-state{background:linear-gradient(135deg,#fff6e8,#fde6c9);border-radius:16px;padding:35px 20px;text-align:center;margin-top:10px;box-shadow:0 6px 18px #00000014;animation:fadeIn .5s ease}.empty-state h3{margin-top:10px;font-size:18px;color:#7a3b2e}.empty-state p{font-size:14px;color:#666;margin-top:5px}.empty-animation{width:70px;height:70px;margin:auto;border-radius:50%;position:relative;animation:pulse 2s infinite}.booking-animation{background:linear-gradient(135deg,#ffb347,#ffcc80)}.booking-animation:after{content:"📩";font-size:28px;position:absolute;top:14px;left:16px}.event-animation{background:linear-gradient(135deg,#9ddcff,#5fbfff)}.event-animation:after{content:"📅";font-size:28px;position:absolute;top:14px;left:16px}@keyframes pulse{0%{transform:scale(1);box-shadow:0 0 #00000026}50%{transform:scale(1.1);box-shadow:0 0 0 10px #0000000d}to{transform:scale(1);box-shadow:0 0 #0000}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.booking-card{animation:slideBooking .5s ease}@keyframes slideBooking{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.booking-card.new-booking{border:2px solid #ff9800;animation:bookingGlow 1.5s ease}@keyframes bookingGlow{0%{box-shadow:0 0 #ff980000}50%{box-shadow:0 0 18px #ff9800b3}to{box-shadow:0 0 #ff980000}}.footer-item.business svg{color:#ff9800}.dashboard-container{padding:20px 20px 140px;color:#4a2c2a;background:#efdcc2;width:100%;max-width:1200px;margin:auto;min-height:100vh;box-sizing:border-box}.disabled{pointer-events:none;opacity:.35;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:grayscale(.25)}.inactive-card{width:100%;max-width:650px;background:#fff;border-radius:16px;padding:30px;box-shadow:0 10px 35px #00000040;max-height:85vh;overflow-y:auto}.inactive-title{margin:0 0 20px;color:#7b1f28;text-align:center;font-size:28px}.inactive-message{color:#444;line-height:1.8;font-size:16px}.inactive-reason-box{margin:20px 0;padding:18px;background:#fff7f7;border-left:5px solid #b22222;border-radius:10px}.inactive-reason-box h4{margin-bottom:10px;color:#7b1f28}.inactive-reason-box p{margin:0;color:#555;line-height:1.7}.inactive-support-text{margin-top:20px;color:#555;line-height:1.8}.activate-btn{width:100%;margin-top:22px;padding:14px;border:none;border-radius:10px;background:#7b1f28;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.3s}.activate-btn:hover{background:#5f1720}@media(max-width:768px){.inactive-card{padding:20px;max-height:90vh}.inactive-title{font-size:22px}.inactive-message{font-size:15px}.inactive-support-text{font-size:14px}}.inactive-btn-group{display:flex;gap:14px;margin-top:24px}.logout-popup-btn,.support-popup-btn{flex:1;height:52px;border:none;border-radius:10px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .25s ease}.logout-popup-btn:hover{background:#731824}.support-popup-btn{background:#28a745!important;color:#fff!important}.action-buttons button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.section-title{display:flex;align-items:center;justify-content:center;gap:10px;margin:28px 0 18px}.section-title span{flex:1;height:2px;max-width:90px;background:linear-gradient(to right,transparent,#e6b3aa,#e6b3aa,transparent);position:relative}.section-title span:after{content:"";position:absolute;right:0;top:50%;width:6px;height:6px;background:#d38b81;border-radius:50%;transform:translateY(-50%)}.section-title span:first-child:after{left:0;right:auto}.section-title h2{margin:0;font-size:30px;font-weight:700;color:#5b0f0f;white-space:nowrap}.empty-booking-card{background:#fff;border-radius:22px;padding:20px 20px 24px;text-align:center;border:1px solid #f3e5dc;box-shadow:0 8px 22px #0000000f;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:230px}.empty-booking-icon{display:flex;justify-content:center;align-items:center;margin-bottom:18px}.empty-booking-card img,.empty-upcoming-card img{width:280px;height:280px;-o-object-fit:contain;object-fit:contain;margin-top:-90px}.empty-upcoming-card h3,.empty-booking-card h3{margin:-90px 0 0;font-size:20px;font-weight:700;color:#551414}.empty-booking-card p{margin:8px 0 0;font-size:15px;color:#666;line-height:1.4}.empty-upcoming-card{background:#fff;border-radius:22px;border:1px solid #f3e5dc;box-shadow:0 8px 22px #0000000f;padding:20px 20px 24px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;min-height:230px}.empty-upcoming-card .empty-booking-icon{width:120px;margin:0 0 12px}.empty-upcoming-card .empty-booking-icon img{width:100%;display:block}.empty-upcoming-card p{margin-top:8px;font-size:15px;color:#666;line-height:1.4}.event-status-badge{min-width:95px;text-align:center;padding:8px 16px;border-radius:30px;font-size:13px;font-weight:700;letter-spacing:.3px}.today-badge{background:#ffe8e8;color:#d32f2f;border:1px solid #ffb3b3}.tomorrow-badge{background:#fff4d6;color:#b26a00;border:1px solid #ffd166}.event-name,.event-meta,.event-user{display:flex;align-items:center;gap:8px}.event-icon{color:#8b1e2d;font-size:18px;flex-shrink:0}.meta-icon{color:#f59e0b;font-size:14px;flex-shrink:0}.user-icon{color:#3b82f6;font-size:14px;flex-shrink:0}.upcoming-badge{background:#e8f1ff;color:#2563eb;border:1px solid #93c5fd}.upcoming-date-box{width:62px;min-width:62px;border:1px solid #ddd;border-radius:10px;overflow:hidden;text-align:center;background:#fff}.upcoming-date-box .month{background:#7b1f28;color:#fff;font-size:12px;font-weight:700;padding:5px 0;text-transform:uppercase;letter-spacing:.8px}.upcoming-date-box .day{padding:10px 0;font-size:28px;font-weight:700;color:#222}.upcoming-event-info{flex:1;min-width:0}.upcoming-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.upcoming-card-header b{font-size:18px;color:#222;text-transform:capitalize}.upcoming-event-info p{margin:6px 0;font-size:14px;color:#555}.confirm{display:inline-block;margin-top:6px}.hamburger-icon{font-size:34px;color:#fff;cursor:pointer}.hamburger-icon:hover{transform:scale(1.08)}.menu-overlay{position:fixed;inset:0;background:#00000073;z-index:999}.side-menuvd{position:fixed;top:0;right:0;width:300px;max-width:75%;height:100%;background:#fff;z-index:9999;box-shadow:-10px 0 30px #00000026;border-radius:22px 0 0 22px;overflow:auto}.side-menuvd.open{transform:translate(0)}.menu-top{display:flex;justify-content:space-between;align-items:center;padding:22px;border-bottom:1px solid #ececec}.menu-user{display:flex;gap:15px;align-items:center}.menu-user h3{margin:0;font-size:23px}.menu-user p{margin:4px 0 0;color:#777}.close-menuvd{font-size:28px;cursor:pointer;margin-left:auto;margin-top:-45px}.menu-itemvd{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #ececec;cursor:pointer;transition:.2s}.menu-itemvd:hover{background:#fff8f3}.menu-leftvd{display:flex;align-items:center;gap:10px;font-size:18px}.menu-left svg{font-size:22px}.menu-itemvd>svg{color:#888}.logout{color:#d62828}.logout svg{color:#d62828}@media(max-width:768px){.empty-booking-card,.empty-upcoming-card{min-height:180px;padding:18px 15px}.empty-upcoming-card .empty-booking-icon{width:90px;margin-bottom:8px}.empty-upcoming-card h3{font-size:18px}.empty-upcoming-card p{font-size:14px}.empty-booking-icon{width:90px;margin-bottom:8px}.empty-booking-card h3{font-size:18px}.empty-booking-card p{font-size:14px}.empty-booking-card p{font-size:15px}.section-title{gap:8px;margin:22px 0 14px}.section-title span{max-width:55px}.section-title h2{font-size:22px}.booking-card{display:flex;flex-direction:column;gap:12px;overflow:hidden}.booking-card>div:first-child{width:100%;min-width:0}.service-block{width:100%;min-width:0;overflow:hidden}.service-block *{max-width:100%;min-width:0;white-space:normal!important;word-break:break-word!important;overflow-wrap:anywhere!important}.service-block b,.service-block span,.service-block div{word-break:break-word;overflow-wrap:anywhere}.booking-address{width:100%;word-break:break-word;overflow-wrap:anywhere}.action-buttons{width:100%;display:flex;justify-content:space-between;align-items:center;gap:8px;flex-wrap:nowrap}.action-buttons button{flex:1}img{max-width:100%;height:auto}.finish-section{gap:12px}.finish-card{padding:16px 10px}.finish-icon{width:42px;height:42px;font-size:18px;margin-bottom:10px}.finish-card p{font-size:15px}.finish-card h2{font-size:30px}}@media screen and (max-width:480px){.dashboard-container{width:100%;padding:12px;overflow-x:hidden;box-sizing:border-box}.dashboard-header{padding:16px}.stats-grid{gap:10px}.stat-card{min-width:0;padding:12px}.upcoming-list{width:100%;gap:10px}.upcoming-card{width:100%;max-width:100%;min-width:0;padding:10px;overflow:hidden;box-sizing:border-box}.event-title,.upcoming-card h3,.upcoming-card h4{font-size:12px!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.event-info,.event-details{min-width:0;flex:1}.event-time,.event-location{font-size:11px}.status-badge,.event-status,.upcoming-badge{font-size:10px;padding:2px 6px;margin-top:4px}img{max-width:100%;height:auto}}.container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;margin:0;padding:0;background-color:transparent}.desktop-text{display:inline}.mobile-text{display:none}.user-dashboard{width:100%;min-height:100vh;padding-bottom:90px;background:radial-gradient(circle at top right,rgba(255,225,195,.55),transparent 28%),radial-gradient(circle at bottom left,rgba(255,235,215,.55),transparent 30%),linear-gradient(180deg,#fffdf9,#fff8f2 45%,#fff6ef);font-family:Poppins,sans-serif}.welcome-banner{background:linear-gradient(135deg,#7b1f28,#9b2e39 55%,#b8444c);border-radius:24px;padding:32px;color:#fff;overflow:hidden;position:relative}.ud-header{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;background:linear-gradient(135deg,#7b1f28,#a52c38);border-radius:24px;padding:22px 22px 24px;margin-bottom:22px;color:#fff;box-shadow:0 10px 30px #7b1f2840}.ud-header:before{content:"";position:absolute;top:-70px;right:-40px;width:180px;height:180px;border-radius:50%;background:#ffffff14}.ud-header:after{content:"";position:absolute;bottom:-90px;left:-60px;width:220px;height:220px;border-radius:50%;background:#ffffff0d}.ud-header h1{font-size:26px;color:#fff}.ud-header span{font-weight:700}.cart-btn{border:none;color:#fff;padding:8px 12px;border-radius:6px;cursor:pointer;display:flex;align-items:center;gap:5px;font-weight:700}.cart-btn:hover{background-color:#f4a43b}.create-invite-btn{margin-top:22px;display:inline-flex;align-items:center;gap:8px;background:#ffd166;color:#7b1f28;border:none;border-radius:14px;padding:12px 20px;font-size:15px;font-weight:700;cursor:pointer;transition:.25s;position:relative;z-index:2;box-shadow:0 8px 20px #0000002e}.create-invite-btn:hover{transform:translateY(-2px);background:#ffc64a}.exit-popup-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:10000}.exit-popup{background:#fff;width:300px;padding:20px;border-radius:12px;text-align:center}.exit-actions{display:flex;gap:10px}.exit-btn,.logout-confirm-btn{flex:1;padding:10px;background:#a00000;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:.2s}.exit-btn:hover,.logout-confirm-btn:hover{background:maroon}.cancel-btn,.logout-cancel-btn{flex:1;padding:10px;background:#4caf50;color:#fff;border:none;border-radius:6px;font-weight:700;cursor:pointer;transition:.2s}.cancel-btn:hover,.logout-cancel-btn:hover{background:#3d8b40}.create-invite-btn:hover{background:#ffca74}.action-buttons{display:flex;justify-content:space-around;margin-top:-30px;padding:20px}.action-card{background-color:#fbe8d0;border-radius:15px;margin-right:8%;padding:15px;text-align:center;width:45%;box-shadow:0 2px 6px #0003}.action-card p{color:#8b2f2b;font-weight:700;margin-top:10px;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;margin-bottom:3px}.icon{width:40px}.services-section{padding:0 20px 20px}.services-titleud{display:flex;align-items:center;gap:10px}.services-fireud{font-size:24px;line-height:1}.services-titleud h2{margin:0;font-size:28px;font-weight:700;color:#7b1f28}.services-ud-headerud{display:flex;justify-content:space-between;align-items:center;margin:18px 0 22px}.view-less-card{background:#fffaf8;border:2px dashed #d8b5b5;border-radius:22px;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;text-align:center;padding:30px;transition:all .3s ease}.view-less-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.view-less-icon{width:80px;height:80px;border-radius:50%;background:#f8e7e7;color:#8b1e2d;display:flex;justify-content:center;align-items:center;font-size:38px;margin-bottom:20px}.view-less-card h3{color:#8b1e2d;font-size:30px;margin-bottom:12px}.view-less-card p{color:#666;line-height:1.6;margin-bottom:25px}.view-less-btn{background:#8b1e2d;color:#fff;border:none;padding:14px 38px;border-radius:35px;font-size:17px;font-weight:600;cursor:pointer;transition:.3s}.mobile-view-more,.mobile-view-less{display:none}@media(max-width:768px){.desktop-only{display:none!important}.mobile-view-more,.mobile-view-less{display:flex;justify-content:flex-start;margin-top:-20px;margin-left:12px;margin-bottom:4px}.mobile-view-more-btn,.mobile-view-less-btn{background:transparent!important;border:none;color:#8b1e2d;font-size:15px;font-weight:700;padding:4px 0;cursor:pointer;text-align:left;outline:none;box-shadow:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.mobile-view-more-btn:hover,.mobile-view-less-btn:hover,.mobile-view-more-btn:focus,.mobile-view-less-btn:focus,.mobile-view-more-btn:active,.mobile-view-less-btn:active,.mobile-view-more-btn:focus-visible,.mobile-view-less-btn:focus-visible{background:transparent!important;color:#8b1e2d!important;outline:none!important;box-shadow:none!important;transform:none!important;text-decoration:none!important}}.view-less-btn:hover{background:#a12235;transform:scale(1.05)}.view-all-services-btnud{background:#fff;color:#7b1f28;border:2px solid #7B1F28;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:600;width:auto;min-width:150px;max-width:160px;white-space:nowrap;cursor:pointer;transition:.25s ease}.services-ud-headerud h2{margin:0;color:#7b1f28;font-size:22px;font-weight:700;letter-spacing:.3px;font-family:Poppins,sans-serif}.calendar-wrapper{text-align:center}.service-card{background-color:#f5d9b0!important;border-radius:15px;display:flex;height:80px;align-items:center;padding:10px;margin:10px 0}.service-image{width:70px;height:70px;margin-top:-15px;margin-bottom:-15px;margin-left:-10px;border-radius:10px;-o-object-fit:cover;object-fit:cover}.service-info{flex:1;margin-left:10px}.service-info h3{margin:0;color:#8b2f2b}.service-info p{margin:3px 0 0;color:#5a3b33}.menu-icon{position:relative;display:inline-block;cursor:pointer}.services-section b{font-size:10px;margin-left:65px;margin-top:-5px}.calendar-label{font-size:17px;color:#fff;margin:0 0 4px 22px}.welcome-text{position:relative;z-index:2}.welcome-label{display:block;font-size:18px;font-weight:600;color:#ffe9cc;margin-bottom:6px}.welcome-name{display:flex;align-items:center;gap:8px;margin:0;font-size:40px;font-weight:800;color:#fff}.welcome-wave{font-size:30px}.calendar-popup{position:absolute;top:40px;right:0;z-index:1000;background:#fff;border-radius:10px;padding:3px}.react-calendar{width:100%!important;font-size:14px;border-radius:12px;box-shadow:0 4px 10px #0003}.react-calendar__navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:700}.calendar-big{margin:15px auto;width:95%;max-width:450px}.react-calendar__navigation button{background:none;border:none;font-size:18px;cursor:pointer;padding:5px;color:#333}.disabled-wishlist{opacity:.4;pointer-events:none}.disabled-wishlist svg{color:#aaa!important}.disabled-wishlist span{color:#aaa!important}.footer-nav{pointer-events:auto!important}.services-section.disabled{opacity:.5;pointer-events:none}.react-calendar__navigation button:disabled{color:#ccc}.react-calendar__month-view__weekdays{text-align:center;font-weight:700;font-size:12px;margin-bottom:5px}.react-calendar__month-view__weekdays__weekday{text-decoration:underline;text-underline-offset:3px}.react-calendar__tile{padding:6px 0;font-size:12px;background-color:#fff;color:#000}.services-headerud{display:flex;justify-content:space-between;align-items:center;width:100%;margin:18px 0 22px}.view-all-services-btnud{margin-left:auto}.info-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1001}.info-card{background:#fff;padding:20px;border-radius:12px;width:300px}.info-card h4{margin-bottom:10px;color:#8b2f2b}.info-card ul{padding-left:18px;margin-bottom:15px}.info-card li{margin-bottom:5px}.info-card button{background:#a00000;color:#fff;border:none;padding:8px 12px;border-radius:6px;cursor:pointer}.footer-nav{pointer-events:auto!important;opacity:1!important}.inactive-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;z-index:999;display:flex;align-items:center;justify-content:center;font-size:23px}.inactive-card{background:#fff;padding:25px;border-radius:12px;text-align:center;width:300px;font-size:23px;animation:blinkCard 1s infinite;box-shadow:0 0 15px #f009}@keyframes blinkCard{0%{opacity:1;box-shadow:0 0 15px #f009}50%{opacity:.6;box-shadow:0 0 25px red}to{opacity:1;box-shadow:0 0 15px #f009}}.inactive-card h3{color:#d9534f;margin-bottom:10px}.inactive-card p{color:#333}.react-calendar__tile:enabled:hover{background:#f0f8ff}.react-calendar__tile--now{background:#e6e6e6;border-radius:50%;font-weight:700}.react-calendar__tile--active,.selected-date{background:green!important;color:#fff!important;border-radius:50%!important}.react-calendar__tile:disabled{background:#f9f9f9;color:#ccc;cursor:not-allowed}.selected-date-text{margin-top:8px;font-size:14px;color:#333}.freeze-button{margin-top:10px;margin-bottom:10px;padding:8px 12px;background-color:#28a745;color:#fff;border:none;border-radius:5px;cursor:pointer;transition:background .2s ease}.freeze-button:hover{background-color:#218838}.footer-item{display:flex;flex-direction:column;align-items:center;font-size:12px;cursor:pointer;transition:.2s}.footer-item svg{font-size:22px;margin-bottom:4px}.footer-item.wishlist svg{color:#e91e63}.footer-item.profile svg{color:#3f8cff}.footer-item.history svg{color:#4caf50}.footer-item.support svg{color:#9c27b0}.footer-item.logout svg{color:#e53935}.user-dashboard{padding-bottom:90px}.logout-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:9999}.logout-popup{background:#fff;width:85%;max-width:360px;padding:24px;border-radius:12px;text-align:center;box-shadow:0 6px 25px #00000040}.logout-popup h3{font-size:18px;margin-bottom:6px;color:#8b2f2b;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.logout-popup p{font-size:13px;color:#666;margin-bottom:18px;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.logout-confirm-btn{flex:1;padding:10px;background:#e53935;color:#fff;border:none;border-radius:6px;font-weight:600;cursor:pointer}.logout-cancel-btn{flex:1;padding:10px;background:#f5d9b0;color:#8b2f2b;border:none;border-radius:6px;font-weight:600;cursor:pointer}.logout-cancel-btn:hover{background:#f3c98e}.rating-overlay{position:fixed;inset:0;background:#00000073;display:flex;justify-content:center;align-items:center;z-index:99999}.rating-popup{width:650px;max-width:92%;overflow:visible;background:#fff;border-radius:22px;padding:24px 30px;position:relative;text-align:center;box-shadow:0 12px 35px #00000040}.close-rating{position:absolute;top:1px;right:12px;width:30px;height:30px;border:none;border-radius:50%;background:#f3f3f3;color:#666;display:flex;align-items:center;justify-content:center;font-size:18px;cursor:pointer}.close-rating:hover{background:#8b2f2b;color:#fff}.rating-title{font-size:20px;font-weight:700;margin-bottom:6px;margin-top:0}.rating-subtitle{font-size:15px;color:#666;margin-bottom:12px}.vendor-box{display:flex;align-items:center;gap:18px;background:#fff8f5;padding:16px 20px;border-radius:16px;margin:18px auto;width:95%}.vendor-image{width:38px;height:38px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.vendor-name{font-size:22px;font-weight:700;color:#b22222;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.vendor-service{font-size:13px;color:#777;text-align:left}.divider{height:1px;background:#eee;margin:16px 0;pointer-events:none}.question{margin:0 0 44px;font-size:18px;font-weight:600;color:#333}.stars{display:flex;justify-content:center;align-items:center;gap:12px;margin:12px 0 6px;position:relative;z-index:9999;pointer-events:auto}.stars span{font-size:48px;color:#d4d4d4;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;display:inline-block;pointer-events:auto;position:relative;z-index:10000;transition:.2s}.stars span:hover{color:#ffc107;transform:scale(1.15)}.active-star{color:#ffc107!important}.rating-popup textarea{width:90%;height:85px;margin:auto;display:block;border:1px solid #ddd;border-radius:12px;padding:12px;font-size:15px;resize:none}.rating-popup textarea:focus{border-color:#8b2f2b}.submit-rating-btn{width:90%;margin:18px auto 0;display:block;height:50px;border-radius:12px;font-size:18px;font-weight:600}.submit-rating-btn:hover:not(:disabled){transform:translateY(-2px)}.submit-rating-btn:disabled{background:#ddd;cursor:not-allowed}.rating-footer{margin-top:12px;font-size:13px;color:#888}.rating-tags{display:flex;flex-wrap:wrap;justify-content:space-between;gap:5px;margin:8px 0}.rating-chip{width:31%;min-height:34px;display:flex;align-items:center;justify-content:center;gap:4px;padding:6px 8px;border:1px solid #d7b1b1;border-radius:18px;background:#fff;color:#444;font-size:10px;font-weight:500;cursor:pointer;transition:.2s;white-space:normal;overflow:visible;text-overflow:unset;text-align:center}.rating-chip span:last-child{white-space:normal;overflow:visible;text-overflow:unset;line-height:1.2}.rating-chip:hover{background:#fff6f6;border-color:#b22222;color:#b22222}.selected-chip{background:#b22222;color:#fff;border-color:#b22222}.rating-chip span:first-child{font-size:11px}.rating-chip{gap:8px}.inactive-overlay{position:fixed;inset:0;background:#000000a6;display:flex;justify-content:center;align-items:center;z-index:99999;padding:20px}.inactive-card{width:100%;max-width:520px;max-height:85vh;overflow-y:auto;background:#fff;border-radius:18px;padding:28px;text-align:center;box-shadow:0 15px 45px #0000004d;animation:popupFade .25s ease}.inactive-btn-group{display:flex;gap:14px;margin-top:22px}.logout-popup-btn{background:#8b1e2d;color:#fff}.support-popup-btn{background:#1ea64a;color:#fff}.logout-popup-btn{flex:1;height:48px;border:none;border-radius:10px;background:#7b1f28;color:#fff;font-size:15px;font-weight:600;cursor:pointer;transition:.25s}.logout-popup-btn:hover{background:#641922}.support-popup-btn{flex:1;height:52px;background:#28a745!important;color:#fff!important;border:none;border-radius:10px;font-size:17px;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:.3s ease}.support-popup-btn:hover{background:#218838!important}.inactive-card::-webkit-scrollbar{width:7px}.inactive-card::-webkit-scrollbar-thumb{background:#b22222;border-radius:20px}.inactive-card::-webkit-scrollbar-track{background:#f5f5f5}@keyframes popupFade{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.inactive-title{color:#8b1e2d;font-size:28px;font-weight:700;margin-bottom:18px}.inactive-message{font-size:16px;line-height:1.8;color:#444;margin-bottom:18px}.inactive-reason-box{background:#fff8f8;border-left:5px solid #c62828;border-radius:10px;padding:18px;margin:20px 0;text-align:left}.inactive-reason-box h4{margin:0 0 10px;color:#8b1e2d;font-size:18px}.inactive-reason-box p{margin:0;line-height:1.7;color:#555;word-break:break-word}.inactive-support-text{color:#666;line-height:1.8;margin:20px 0;font-size:15px;text-align:left}.activate-btn{width:100%;height:48px;border:none;border-radius:10px;background:#8b1e2d;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:.25s}.activate-btn:hover{background:#6d1723}@media(max-width:992px){.welcome-name{font-size:42px}.welcome-description{font-size:16px}.popular-services-grid{grid-template-columns:repeat(2,280px);justify-content:center}}.popular-services-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:18px}.modern-service-card{background:#fff;border-radius:20px;overflow:hidden;cursor:pointer;box-shadow:0 8px 24px #00000014;transition:.3s ease;border:1px solid #f2e8e8}.modern-service-card:hover{transform:translateY(-6px);box-shadow:0 14px 32px #7b1f282e}.modern-service-image{width:100%;height:150px;-o-object-fit:cover;object-fit:cover}.more-service-image{height:165px;display:flex;justify-content:center;align-items:center;background:#fff4f4}.more-icon{width:90px;height:90px;border-radius:50%;background:#f7dede;display:flex;justify-content:center;align-items:center;color:#7b1f28;font-size:34px}.service-icon-circle{width:58px;height:58px;margin:-28px auto 0;border-radius:50%;background:#7b1f28;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;border:4px solid #fff;box-shadow:0 5px 15px #00000026;position:relative;z-index:2}.modern-service-content{padding:18px 18px 20px;text-align:center}.modern-service-content h3{margin:14px 0 8px;font-size:25px;font-weight:700;color:#333}.modern-service-content p{font-size:17px;line-height:1.5;color:#666;margin-bottom:18px;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.explore-btn{color:#7b1f28;font-size:16px;font-weight:700}.hamburger-btn{position:absolute;top:22px;right:22px;width:52px;height:52px;border:2px solid rgba(255,255,255,.6);border-radius:14px;background:transparent;color:#fff;font-size:24px;cursor:pointer;display:flex;justify-content:center;align-items:center;transition:.3s}.hamburger-btn:hover{background:#ffffff26}.menu-overlay{position:fixed;inset:0;background:#00000073;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:9998}.side-menuud{position:fixed;top:0;right:0;width:280px;max-width:75%;height:100%;background:#fff;z-index:9999;box-shadow:-10px 0 30px #00000026;border-radius:22px 0 0 22px;overflow:auto}.side-menuud.open{transform:translate(0)}@keyframes slideMenu{0%{right:-350px}to{right:0}}.menu-top{display:flex;justify-content:space-between;align-items:center;padding:14px 16px;border-bottom:1px solid #ececec}.menu-user{display:flex;align-items:center;gap:15px}.menu-user-details h3{margin:0;line-height:1.2;font-size:20px;font-weight:700;color:#222}.menu-user-details p{margin-top:3px;color:#777;font-size:13px}.close-menu{font-size:22px;cursor:pointer;color:#222;margin-top:-35px}.menu-item{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #ececec;cursor:pointer;transition:.2s}.menu-item:hover{background:#faf7f5}.menu-left{display:flex;align-items:center;gap:12px}.menu-left svg{font-size:18px;width:18px;height:18px;color:#222}.menu-left span{font-size:16px;color:#222;font-weight:500}.menu-arrow{font-size:15px;color:#8b8b8b}.logout{color:#e53935}.logout .menu-left svg,.logout .menu-left span{color:#e53935;font-weight:600}.menu-item.logout{color:#d32f2f;font-weight:700}.inactive-btn-row{display:flex;justify-content:center;align-items:center;gap:16px;margin-top:20px}.activate-btn,.logout-popup-btn{width:220px;height:52px;border:none;border-radius:10px;font-size:18px;font-weight:600;cursor:pointer}.logout-popup-btn{margin-top:-3px}.view-more-card{background:#fffaf8;border:2px dashed #f0d4cf;border-radius:22px;min-height:420px;display:flex;flex-direction:column;justify-content:center;align-items:center;cursor:pointer;text-align:center;padding:30px;transition:all .3s ease}.view-more-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #0000001f}.view-more-icon{width:80px;height:80px;border-radius:50%;background:#f8e7e7;color:#8b1e2d;display:flex;align-items:center;justify-content:center;font-size:38px;margin-bottom:20px}.view-more-card h3{color:#8b1e2d;font-size:30px;margin-bottom:12px}.view-more-card p{color:#666;line-height:1.6;margin-bottom:25px}.view-more-btn{background:#8b1e2d;color:#fff;border:none;padding:14px 36px;border-radius:35px;font-size:17px;font-weight:600;cursor:pointer;transition:.3s}.view-more-btn:hover{background:#a12235;transform:scale(1.05)}@media(max-width:768px){.stars{gap:8px;margin:14px 0}.modern-service-content h3{font-size:18px!important;line-height:1.25;margin-bottom:4px}.modern-service-content p{font-size:16px!important;line-height:1.35;color:#666;margin:0}.services-ud-headerud{margin:16px 0}.services-titleud h2{font-size:24px}.services-titleud{display:flex;align-items:center;gap:8px}.services-fire{font-size:22px}.modern-service-card{display:flex;align-items:center;gap:12px;padding:8px 10px!important;border-radius:12px;background:#fff;margin:0!important;box-shadow:0 4px 14px #00000014;margin-bottom:14px;position:relative}.view-all-services-btnud{width:auto;min-width:auto;max-width:none;background:none;border:none;box-shadow:none;padding:0;color:#7b1f28;font-size:15px;font-weight:700;white-space:nowrap;margin-left:auto}.welcome-label{font-size:15px}.welcome-name{font-size:32px;gap:6px}.welcome-wave{font-size:24px}.welcome-description{font-size:13px;line-height:1.5;margin-top:6px}.rating-tags{gap:4px;margin:6px 0}.rating-chip{width:31%;min-height:28px;padding:4px;font-size:9px;border-radius:14px}.rating-chip span:first-child{font-size:10px}.rating-popup{width:92%;max-width:360px;padding:18px 16px;border-radius:18px;margin:15px}.close-rating{top:-10px;right:5px;width:32px;height:32px;font-size:18px}.rating-title{font-size:16px;line-height:24px;margin-top:8px}.rating-subtitle{font-size:13px;margin-top:6px;margin-bottom:12px}.vendor-box{display:flex;align-items:flex-start;gap:12px}.vendor-image{width:52px;height:52px;flex-shrink:0}.vendor-name{display:block;width:100%;font-size:16px;font-weight:700;color:#b22222;line-height:1.35;white-space:normal;word-break:break-word;overflow-wrap:break-word;text-align:left;margin:0}.vendor-service{margin-top:4px;font-size:12px;color:#777;text-align:left}.divider{margin:14px 0}.question{font-size:16px;margin-bottom:40px}.stars span{font-size:34px}.rating-popup textarea{width:100%;height:80px;font-size:14px;padding:10px}.submit-rating-btn{width:100%;height:46px;font-size:16px;margin-top:16px}.rating-footer{font-size:11px;margin-top:10px}.inactive-btn-group{flex-direction:column}.services-ud-headerud{flex-direction:column;align-items:flex-start;gap:10px}.view-all-services-btnud{background:none!important;border:none!important;box-shadow:none!important;padding:0!important;color:#7b1f28!important;font-size:16px;font-weight:700;cursor:pointer;margin-left:auto;margin-right:10px;margin-top:-4px}.view-all-services-btnud:hover,.view-all-services-btnud:focus,.view-all-services-btnud:active,.view-all-services-btnud:visited{background:none!important;color:#7b1f28!important;border:none!important;outline:none!important;box-shadow:none!important}.view-all-services-btnud .desktop-text,.view-all-services-btnud .mobile-text{color:#7b1f28!important}.logout-popup-btn,.support-popup-btn{width:100%}.inactive-overlay{padding:15px}.inactive-card{width:100%;max-height:88vh;padding:20px}.inactive-title{font-size:22px}.inactive-message,.inactive-support-text{font-size:14px}.inactive-reason-box{padding:15px}.inactive-reason-box h4{font-size:16px}.activate-btn{height:46px;font-size:15px}.popular-services-grid{display:grid;grid-template-columns:1fr;gap:10px!important}.services-headerud{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-bottom:16px}.view-all-services-btnud{background:none!important;border:none!important;padding:0!important;box-shadow:none!important;border-radius:0!important;min-width:auto!important;height:auto!important;color:#8b1e2d;font-size:16px;font-weight:700;cursor:pointer}.desktop-view-all{display:none}.mobile-view-all{display:inline}.desktop-text{display:none}.mobile-text{display:inline}.modern-service-image{width:95px;height:95px;border-radius:14px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.modern-service-content{flex:1;display:flex;flex-direction:column;justify-content:center;min-width:0}.modern-service-content h3{margin:0;font-size:21px;font-weight:700;color:#222;text-align:left}.modern-service-content p{margin-top:6px;margin-bottom:0;font-size:15px;color:#555;line-height:1.45;text-align:left}.explore-btn{display:none}.services-section{padding:0 14px 12px}.modern-service-card:after{content:"›";font-size:34px;color:#555;margin-left:auto;font-weight:300}.ud-header{padding:18px;border-radius:20px}.welcome-label{font-size:16px}.welcome-name{font-size:32px}.welcome-description{font-size:14px;max-width:220px}.create-invite-btn{padding:10px 18px;font-size:14px;border-radius:12px}.service-icon-circle{display:none!important}.modern-service-content{margin-left:0!important;padding-left:0!important}}.dashboard-container{padding:20px 20px 180px;color:#4a2c2a;background:#efdcc2;min-height:100vh}.summary-card.active-card{background-color:maroon;color:#fff!important}.summary-card.active-card h2,.summary-card.active-card p,.summary-card.active-card span{color:#fff!important}.kyc-details-section{margin-top:30px;margin-bottom:100px;background:#fcecd2;padding:20px;border-radius:10px}.ticket-list{width:350px;border:1px solid #ddd;border-radius:10px;padding:20px;background:#fff;box-shadow:0 4px 10px #0000001a}.status-label{background-color:#28a745;color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;display:inline-block;text-transform:uppercase}.footer-nav{position:fixed;bottom:0;left:0;width:100%;height:65px;background:#fff;display:flex;justify-content:space-around;align-items:center;border-top:1px solid #ddd;box-shadow:0 -4px 15px #00000014;z-index:999}.footer-item{display:flex;flex-direction:column;align-items:center;font-size:12px;cursor:pointer;transition:.25s}.footer-item span{color:#555}.footer-item:hover{transform:translateY(-2px)}.footer-item.logout span{color:#e53935}.logout-popup-overlay{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:10000}.logout-popup{background:#fff;width:85%;max-width:360px;padding:24px;border-radius:14px;text-align:center;box-shadow:0 10px 25px #00000040}.logout-popup h3{font-size:18px;color:#7a2e16;margin-bottom:6px}.logout-popup p{font-size:13px;color:#666;margin-bottom:18px}.logout-actions{display:flex;gap:10px}.logout-confirm-btn{flex:1;padding:10px;background:#e53935;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer}.logout-confirm-btn:hover{background:#c62828}.logout-cancel-btn{flex:1;padding:10px;background:#ffe0b3;color:#7a2e16;border:none;border-radius:8px;font-weight:600;cursor:pointer}.logout-cancel-btn:hover{background:#ffd39b}.create-admin-btn{display:flex;align-items:center;gap:6px;background:#7b1f28;color:#fff;border:none;padding:8px 14px;border-radius:8px;font-weight:600;cursor:pointer;transition:.25s;width:auto}.create-admin-btn:hover{background:#5e141c}.empty-row td{padding:14px 16px;border-bottom:1px solid #ddd}.empty-message{color:#555;white-space:nowrap}.empty-status{text-align:center;width:120px;color:#555}.empty-row td{padding:12px 16px}.empty-message{min-width:220px}.empty-status{width:90px;text-align:center}@media(max-width:768px){.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.dashboard-header h1{font-size:24px;line-height:1.2;flex:1;word-break:break-word}.create-admin-btn{padding:8px 10px;font-size:12px;white-space:nowrap}.summary-section{display:flex;flex-direction:row;gap:10px}.summary-card{flex:1;width:calc(50% - 5px);padding:18px 10px;border-radius:12px}.summary-card p{font-size:14px}.summary-card h2{font-size:30px;margin-top:8px}.kyc-details-section{margin-top:18px;padding:15px;border-radius:12px;overflow:hidden}.kyc-details-section h2{font-size:22px;margin-bottom:15px}.kyc-table{display:block;overflow-x:auto;white-space:nowrap;width:100%;-webkit-overflow-scrolling:touch}.kyc-table table{width:100%}.kyc-table th,.kyc-table td{padding:12px;font-size:13px}.pending-btn{padding:8px 12px;font-size:12px;white-space:nowrap}.status-label{font-size:12px;padding:6px 10px}.dashboard-container{padding:12px 12px 90px}}.booking-history-container{padding:20px;background:#fdf2e4;min-height:100vh}.booking-history-container .booking-wise{margin-top:40px;color:#000;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif}.history-list{display:flex;flex-direction:column;gap:15px}.completed-filter-wrapper{flex:1;display:flex;flex-direction:column;gap:10px}.completed-sub-options{display:flex;gap:15px;margin-top:15px}.completed-sub-options .status-card.small{flex:1;min-height:60px}@media(max-width:768px){.status-summary-cards,.completed-sub-options{flex-direction:column}.status-card,.completed-filter-wrapper{width:100%}}.history-card{background:#fff;padding:15px;border-radius:12px;box-shadow:0 2px 6px #0000001a;transition:transform .15s ease,box-shadow .15s ease;cursor:pointer}.history-card:hover{transform:translateY(-3px);box-shadow:0 4px 10px #00000026}.history-card h3{margin-bottom:8px;color:#444;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.history-card p{margin:3px 0;color:#555;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.back-btn{margin-bottom:15px;background:#1e90ff;color:#fff;border:none;border-radius:6px;padding:8px 12px;cursor:pointer}.pending{background:#fff3cd;color:#856404;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.completed{background:#d4edda;color:#155724;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.cancelled{background:#f8d7da;color:#721c24;padding:4px 10px;border-radius:6px;font-size:13px;font-weight:600;font-family:Franklin Gothic Medium,Arial Narrow,Arial,sans-serif}.abh-portfolio{margin-top:25px;overflow-x:auto}.abh-table{width:100%;min-width:600px;border-collapse:collapse;margin-top:10px}.abh-table th{background:#f3f4f6;font-weight:600}.abh-table th,.abh-table td{border:1px solid #e5e7eb;padding:10px}.date-heading{font-size:1.3rem;font-weight:600;margin-bottom:10px;color:#6a4444;border-bottom:2px solid #ddd;padding-bottom:4px}.pagination-controls{display:flex;justify-content:center;align-items:center;margin:20px 0;gap:10px;font-size:16px}.pagination-btn{background:#843c3c;color:#fff;border:none;border-radius:8px;padding:8px 14px;cursor:pointer;transition:.3s}.pagination-btn:disabled{background:#ccc;cursor:not-allowed}.pagination-btn:hover:not(:disabled){background:brown}.status-summary-cards{display:flex;gap:15px}.status-card{width:100%;min-height:95px;background:#f4f4f4;border-radius:12px;box-shadow:0 3px 8px #00000026;display:flex;justify-content:center;align-items:center;text-align:center;cursor:pointer;transition:.3s;font-weight:600;color:#333;padding:15px;box-sizing:border-box}.completed-filter-wrapper{flex:1 1 25%;min-width:0;display:flex;flex-direction:column;gap:10px}.status-card:hover{background:brown;color:#fff}.status-card.active{background:brown;color:#fff;transform:scale(1.03)}.follow-up-btn{margin-top:10px;padding:6px 14px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;width:100%;text-align:center}.follow-up-btn.pending{background-color:#fc0;color:#000;height:30px}.follow-up-btn.completed{background-color:#28a745;color:#fff;height:30px}.follow-up-btn:hover{opacity:.9}@media(max-width:768px){.history-card{width:100%;margin:10px 0}}@media(max-width:768px){.abh-table th,.abh-table td{padding:8px;font-size:12px;white-space:nowrap}}.abh-container{width:90%;max-width:950px;margin:30px auto;background:#fff;padding:30px;border-radius:10px;box-shadow:0 4px 16px #0000001a;font-family:Poppins,sans-serif;color:#333}.abh-title{text-align:center;font-size:1.8rem;margin-bottom:25px;color:#222;margin-top:-20px}.abh-subtitle{margin-top:25px;margin-bottom:12px;font-size:1.3rem;font-weight:600;color:maroon}.abh-details{background:#fafafa;padding:18px 22px;border-radius:8px;margin-bottom:25px;border-left:4px solid rgb(199,152,67);line-height:1.8}.abh-details p{margin:6px 0;font-size:15px}.abh-details strong{color:#111}.abh-table{width:100%;border-collapse:collapse;margin-top:10px}.abh-table th{padding:10px 8px;text-align:center;font-size:14px;font-weight:500;color:maroon;border-bottom:2px solid black}.abh-table td{padding:10px 8px;text-align:center;font-size:14px;word-break:break-word}.abh-table tbody tr{border-bottom:1px solid black}.abh-table tr:hover{background:transparent}.abh-totals{text-align:right;margin-top:15px;font-size:16px;font-weight:600}.no-booking-text{text-align:center;margin-top:40px;font-size:16px;color:#666}.abh-actions{margin-top:25px;display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.abh-btn{padding:10px 20px;border:none;border-radius:8px;font-weight:600;color:#fff;cursor:pointer;transition:all .3s ease}.abh-cancel{background-color:#d9534f}.abh-cancel:hover{background-color:#b52b27}.abh-complete{background-color:#28a745}.abh-complete:hover{background-color:#1f7a33}.refund-btn{background-color:#28a745;color:#fff;padding:10px 18px;border-radius:6px;border:none;margin-top:10px;cursor:pointer;font-weight:700}.refund-btn:hover{background-color:#218838}.popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.popup-box{background:#fff;padding:25px;border-radius:8px;width:320px;text-align:center}.popup-actions{display:flex;justify-content:space-between;margin-top:20px;gap:5px}.popup-yes{background:green;color:#fff;padding:10px 15px;border-radius:5px;border:none;cursor:pointer}.popup-no{background:red;color:#fff;padding:10px 15px;border-radius:5px;border:none;cursor:pointer}@media(max-width:768px){.abh-container{width:95%;padding:20px}.abh-title{font-size:1.5rem}.abh-subtitle{font-size:1.2rem}.abh-details{flex-direction:column;gap:6px}.abh-actions{flex-direction:column;align-items:center}.abh-btn{width:100%;max-width:260px}}.advance-payment-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin-top:12px}.advance-payment-badge{color:#fff;padding:5px 14px;border-radius:20px;font-size:13px;font-weight:700;letter-spacing:.5px}.advance-payment-badge.paid{background:#2e7d32}.advance-payment-badge.pending{background:#ef6c00}.release-payment-btn{background:linear-gradient(#1322f4);color:#fff;border:none;border-radius:25px;padding:9px 18px;cursor:pointer;font-size:14px;font-weight:600;transition:.25s}.release-payment-btn:hover{transform:translateY(-2px);box-shadow:0 8px 18px #0003}.payment-modal-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:99999;animation:fadeIn .25s ease}.payment-modal{width:420px;max-width:90%;background:#fff;border-radius:18px;padding:30px;text-align:center;animation:popup .25s ease;box-shadow:0 20px 45px #00000040}.payment-modal-icon{width:75px;height:75px;margin:auto auto 15px;border-radius:50%;background:#fff3e0;display:flex;justify-content:center;align-items:center;font-size:36px}.payment-modal h3{margin-bottom:12px;color:#7b1f28}.payment-modal p{color:#666;font-size:15px;line-height:1.5}.payment-modal-buttons{display:flex;justify-content:center;gap:15px;margin-top:28px}.cancel-payment-btn{background:#ececec;color:#333;border:none;padding:11px 26px;border-radius:8px;cursor:pointer;font-weight:600;transition:.2s}.cancel-payment-btn:hover{background:#d8d8d8}.confirm-payment-btn{background:#2e7d32;color:#fff;border:none;padding:11px 26px;border-radius:8px;cursor:pointer;font-weight:600;transition:.2s}.confirm-payment-btn:hover{background:#1b5e20}.confirm-payment-btn:disabled{opacity:.7;cursor:not-allowed}@keyframes popup{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.image-preview-popup .close-btn{position:absolute;top:-10px;right:-10px;background:#000;color:#fff;padding:6px 10px;border-radius:50%;cursor:pointer}.selfie-box{border-radius:50%;overflow:hidden;width:150px;height:150px;display:flex;align-items:center;justify-content:center;margin:0 auto}.selfie-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%}.preview-item{position:relative;display:flex;align-items:center;justify-content:center;width:80px;height:80px}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::-moz-selection{background:transparent}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.menu-fields input::-moz-placeholder,.menu-fields textarea::-moz-placeholder{font-size:12px;opacity:.8}.menu-fields input::placeholder,.menu-fields textarea::placeholder{font-size:12px;opacity:.8}.menu-fields input::-webkit-input-placeholder,.menu-fields textarea::-webkit-input-placeholder{font-size:12px}.menu-fields input::-moz-placeholder,.menu-fields textarea::-moz-placeholder{font-size:12px}.menu-fields input:-ms-input-placeholder,.menu-fields textarea:-ms-input-placeholder{font-size:12px}.section-header.active{background:linear-gradient(135deg,#5a52e0,#756df0);box-shadow:0 0 0 3px #6c63ff40,0 10px 30px #6c63ff59;transform:translateY(-2px)}.section-actions{display:flex;align-items:center;gap:12px}.arrow{transition:transform .3s ease;font-size:14px}.arrow.rotate{transform:rotate(180deg)}.accordion-content{overflow:hidden;max-height:0;transition:max-height .4s ease,opacity .3s ease;opacity:0}.accordion-content.open{max-height:2000px;opacity:1;margin-top:15px}.section-header{width:100%;margin-top:25px;padding:18px 22px;border-radius:14px;background:linear-gradient(135deg,#6c63ff,#8e86ff);display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease;color:#fff;box-shadow:0 8px 20px #6c63ff40}.hint-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease-in-out}.hint-popup{background:#fff;padding:20px 24px;border-radius:12px;width:90%;max-width:420px;box-shadow:0 15px 40px #0003;animation:scaleIn .25s ease;font-size:14px;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;line-height:1.6;color:#000}.hint-close{margin-top:15px;padding:6px 14px;border:none;background:#5a52e0;color:#fff;border-radius:6px;cursor:pointer;font-size:13px}.hint-close:hover{background:#4338ca}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.section-header .section-titlebk{color:green!important}.menu-section{background:#fff;border:1px solid #eadfd6;border-radius:14px;padding:18px;margin-top:20px;box-shadow:0 3px 12px #0000000a}.profile-form h3{display:flex;align-items:center;gap:10px;color:#7b1f28;font-size:26px;font-weight:700;margin-bottom:18px}.menu-toggle-btn{width:100%;height:42px;border:none;border-radius:8px;background:#7b1f28;color:#fff;font-size:16px;font-weight:700;margin:0 0 18px;transition:.25s}.menu-toggle-btn.active{background:#7b1f28}.menu-toggle-btn:hover{background:#681922}.section-header{margin-top:18px;padding:12px 18px;border-radius:10px;background:#f8f4ff;border:1px solid #e8ddff;color:#5c4fb0;box-shadow:none}.section-header.active{background:#f3efff;border-color:#d7cbff;transform:none;box-shadow:none}.section-titlebk{display:flex;align-items:center;gap:8px;font-size:16px;font-weight:700}.section-actions{gap:14px}.arrow{font-size:13px}.menu-row{display:grid;grid-template-columns:1.3fr 1fr 1.7fr 1fr auto;gap:16px;align-items:flex-start;margin-bottom:18px}.input-group{width:100%}.input-group label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#444}.menu-fields input,.menu-fields textarea{width:100%;border:1px solid #ddd;border-radius:8px;background:#fff;font-size:14px}.menu-fields input{height:40px;padding:0 12px}.menu-fields textarea{min-height:42px;padding:10px 12px;resize:vertical}.upload-area{width:160px;height:160px;border:2px dashed #4caf50;border-radius:10px;background:#fff;cursor:pointer;display:flex!important;align-items:center!important;justify-content:center!important;text-align:center;padding:10px;box-sizing:border-box;overflow:hidden}.upload-area:hover{border-color:#7b1f28;background:#fff6f6}.photo-preview{position:relative;width:150px;height:150px;border:2px dashed #61c554;border-radius:10px;overflow:hidden;background:#fff}.preview-img{width:100%!important;height:100%!important;display:block;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center;object-position:center}.menu-divider{margin-top:25px}.menu-divider hr{border-top:1px solid #ececec}.menu-actions{gap:8px}.icon-btn{width:34px;height:34px;border-radius:6px;font-size:16px}.icon-btn.add{background:#2fb24d}.icon-btn.cancel{background:#ef4444}.hint-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#ede7ff;color:#6d5cf5;font-size:13px;cursor:pointer}.location-row{display:grid;grid-template-columns:1fr 1fr 1fr auto;gap:15px;align-items:center;margin-bottom:14px}.location-select,.location-row input{width:100%}.location-actions{display:flex;gap:8px}.add-location-btn,.remove-location-btn{width:34px;height:34px;border-radius:6px}.package-card{width:100%;padding:18px;margin-bottom:18px;border:1px solid #ececec;border-radius:12px;background:#fff}.package-top-row{display:grid;grid-template-columns:280px 280px 220px auto;gap:16px;align-items:start}.includes-group{width:100%;align-self:flex-start;margin-top:0}.package-bottom-row{display:grid;grid-template-columns:1fr 240px;gap:16px;align-items:start;margin-top:-16px}.package-top-row .input-group,.package-bottom-row .includes-group{width:100%}.package-top-row .input-group input,.package-bottom-row .includes-group textarea{width:100%;box-sizing:border-box}.includes-group textarea{width:100%;min-height:60px;resize:vertical}.sample-photo-group{width:240px;display:flex;flex-direction:column;margin-left:-10px}.addon-top-row{display:grid;grid-template-columns:240px 130px 130px 165px 70px;gap:14px;align-items:flex-start}.addon-top-row .input-group:first-child{width:240px}.addon-top-row .input-group:nth-child(2){width:130px;margin-left:-25px}.addon-top-row .input-group:nth-child(3){width:130px;margin-left:-25px}.addon-bottom-row{display:grid;grid-template-columns:1fr 180px 70px;gap:18px;align-items:start;margin-top:-89px}.package-top-row-3{display:grid;grid-template-columns:minmax(220px,1.5fr) minmax(140px,.9fr) minmax(180px,1fr) 210px;gap:18px;align-items:start}.addon-includes{width:100%}.offer-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:18px;margin-top:12px;margin-bottom:16px}.offer-row{display:grid;grid-template-columns:1fr 1fr auto;gap:18px;align-items:start}.offer-buttons{display:flex;gap:8px;align-self:start;margin-top:30px}.offer-buttons .icon-btn{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border-radius:5px;padding:0}.offer-buttons .icon-btn svg{font-size:12px}.distance-card{background:#fff;border:1px solid #e8e8e8;border-radius:12px;padding:10px;margin-top:11px}.distance-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.distance-row .input-group,.offer-row .input-group,.distance-row input,.offer-row input{width:100%}.desktop-addon-buttons{margin-top:28px;display:flex;gap:8px}.sample-photo-group label{margin-bottom:8px;font-size:13px;font-weight:700}.sample-photo-wrapper{display:flex;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%}.image-preview-overlay{position:fixed;inset:0;background:#000000bf;display:flex;justify-content:center;align-items:center;z-index:99999}.image-preview-large{max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:12px;background:#fff;padding:8px}.package-buttons{display:flex;flex-direction:row;align-items:flex-start;justify-content:flex-start;gap:8px;margin-top:4px;margin-left:-40px;flex-shrink:0}.upload-placeholder{width:140px;height:120px;display:flex;align-items:center;justify-content:center;border:2px dashed #61c554;border-radius:10px;background:#fff;cursor:pointer;font-size:12px;text-align:center;padding:10px}.package-buttons .icon-btn{width:28px;height:28px;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.remove-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#000000b3;color:#fff;z-index:10}.package-buttons .add{background:#22c55e;color:#fff}.package-buttons .cancel{background:#ef4444;color:#fff}.package-buttons .icon-btn svg{font-size:15px}.package-bottom-row hr,.menu-divider hr{display:none}.menu-divider{margin:0}.addon-card{border:1px solid #ececec;border-radius:12px;padding:18px;background:#fff;margin-bottom:18px;width:100%}.addon-top-row{display:grid;grid-template-columns:1.4fr 130px 130px 155px 60px;gap:12px;align-items:start}.addon-top-row>*{align-self:start}.addon-card .input-group{width:100%}.addon-card .input-group label{display:block;font-size:13px;font-weight:700;margin-bottom:6px;color:#444}.addon-card input,.addon-card textarea{width:100%;border:1px solid #ddd;border-radius:8px;font-size:14px;box-sizing:border-box}.addon-card input{height:40px;padding:0 12px}.addon-card textarea{min-height:60px;padding:10px 12px;resize:vertical}.addon-includes{grid-column:1 / 4;width:100%}.addon-includes textarea{width:100%;min-height:60px;resize:vertical}.addon-photo-group{width:150px;min-width:150px;margin-left:-12px;margin-top:-8px}.addon-photo-group .photo-preview,.addon-photo-group .upload-area{width:150px!important;height:150px!important;margin-top:-30px;border:2px dashed #61c554;border-radius:10px;overflow:hidden;position:relative;background:#fff}.addon-photo-group .photo-preview{width:160px;height:110px;border:2px dashed #61c554;border-radius:10px;overflow:hidden;position:relative}.addon-photo-group .preview-img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.addon-photo-group .upload-area{width:160px;height:110px}.desktop-addon-buttons .icon-btn{width:26px;height:26px;border-radius:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.desktop-addon-buttons .icon-btn svg{font-size:12px}.desktop-addon-buttons .add{background:#22c55e;color:#fff}.desktop-addon-buttons .cancel{background:#ef4444;color:#fff}.addon-card .menu-divider,.addon-card .menu-divider hr{display:none}.offer-distance-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:18px;align-items:start;margin-top:18px}.offer-column,.distance-column{width:100%}.offer-column .section-header,.distance-column .section-header{margin-top:0}.offer-column .accordion-content.open,.distance-column .accordion-content.open{margin-top:0;border-top:none}.mobile-addon-includes{display:none}.desktop-addon-includes{display:block}.mobile-includes{display:none}.desktop-includes{display:block}.mobile-addon-buttons{display:none}.desktop-addon-buttons{display:flex}.image-preview-container{position:relative;display:inline-block}.image-preview-large{display:block;max-width:90vw;max-height:90vh;-o-object-fit:contain;object-fit:contain;border-radius:12px;background:#fff}.offer-only-wrapper{width:100%;display:block;margin-top:18px}.offer-only-wrapper .offer-column{width:100%}.offer-only-wrapper .section-header{width:100%;margin-top:0}.offer-only-wrapper .offer-card{width:100%}.image-preview-close{position:absolute;top:-12px;right:-12px;width:30px;height:30px;border:none;border-radius:50%;background:#d50000;color:#fff;font-size:18px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:100;box-shadow:0 3px 10px #00000059}.image-preview-close:hover{background:red;transform:scale(1.1)}.required{color:#e53935;margin-left:2px;font-size:16px;font-weight:700}.fullscreen-viewer{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:99999}.viewer-content{position:relative;display:inline-block}.full-image{max-width:90vw;max-height:90vh;display:block;border-radius:10px}.close-view-btn{position:absolute;width:auto!important;height:auto!important;background:transparent!important;border:none!important;outline:none!important;box-shadow:none!important;color:#fff;font-size:32px;font-weight:700;line-height:1;cursor:pointer;margin:0!important;display:flex;align-items:center;justify-content:center;z-index:1000}.close-view-btn:hover{color:#ff4d4f;background:transparent!important;transform:scale(1.15)}.field-error{color:#e53935;font-size:13px;margin-top:4px;font-weight:500}@media(max-width:768px){.menu-row{grid-template-columns:1fr!important;gap:12px}.addon-top-row .input-group:nth-child(2),.addon-top-row .input-group:nth-child(3){width:100%!important;margin-left:0!important}.package-buttons{display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:8px;margin-right:38px;margin-top:50px;flex-shrink:0}.gallery-photo-group .custom-file-upload{display:flex!important;align-items:center;justify-content:flex-start;gap:8px}.gallery-photo-group .photo-preview,.gallery-photo-group .upload-area{margin-left:-8px!important}.mobile-addon-buttons .icon-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;padding:0}.desktop-addon-buttons{display:none}.mobile-includes{display:block!important;width:100%}.desktop-includes{display:none!important}.mobile-addon-includes{display:block!important;width:100%}.desktop-addon-includes{display:none!important}.menu-fields input,.menu-fields textarea,.input-group{width:100%!important}.addon-top-row,.addon-bottom-row{grid-template-columns:1fr!important;gap:12px}.addon-card{width:100%;padding:18px;border-radius:16px;overflow:visible;margin-bottom:92px}.addon-top-row{display:flex!important;flex-direction:column;gap:16px}.addon-top-row>*{width:100%!important;max-width:100%!important}.custom-file-upload{display:inline-block}.addon-photo-group{width:100%!important;margin:0!important;padding:0!important}.addon-photo-group .custom-file-upload{display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-start;gap:10px;width:100%}.addon-photo-group label{display:block;margin-left:15px!important;margin-bottom:4px!important;padding:0;line-height:1.2}.addon-photo-group .photo-preview{width:150px!important;height:130px!important;min-width:150px!important;min-height:130px!important;margin:0!important;padding:0!important;overflow:hidden!important;border:2px dashed #61c554;border-radius:10px;background:#fff;position:relative}.addon-photo-group .photo-preview,.addon-photo-group .upload-area{flex:0 0 150px!important;width:150px!important;height:130px!important;min-width:150px!important;min-height:130px!important;overflow:hidden!important;border:2px dashed #61c554;border-radius:10px;background:#fff;position:relative;display:flex;align-items:center;justify-content:center;box-sizing:border-box}.addon-photo-group .upload-area{width:150px!important;min-width:150px!important;height:130px!important;min-height:130px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;padding:10px!important;text-align:center;overflow:hidden;box-sizing:border-box}.addon-photo-group .preview-img{width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center center!important;object-position:center center!important;display:block;background:#fff}.mobile-addon-buttons{display:flex!important;flex-direction:row!important;align-items:center;justify-content:flex-start;gap:8px;margin-left:8px;margin-top:50px;flex-shrink:0}.mobile-addon-buttons .icon-btn{width:30px;height:30px}.addon-photo-group .photo-preview img,.addon-photo-group .preview-img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block!important}.package-top-row{display:flex;flex-direction:column;gap:12px}.addon-includes{width:100%;margin-top:0!important;grid-column:auto}.offer-distance-wrapper{grid-template-columns:1fr;gap:16px}.offer-row,.distance-row{grid-template-columns:1fr!important;gap:12px}.offer-buttons{justify-content:flex-start;margin-top:10px}.location-select,.location-row input[type=text]{width:100%!important}.location-row .location-actions{position:static!important;display:flex;align-items:center;gap:6px;margin-left:8px;flex-shrink:0}.location-row input[type=text]{width:calc(100% - 60px)!important;display:inline-block;vertical-align:middle;margin-right:8px}.location-actions{grid-area:buttons;display:flex!important;flex-direction:row!important;align-items:center;justify-content:center;gap:4px;margin:0!important}.location-row>input[type=text]{grid-area:city;width:100%!important;margin:0!important}.location-row .location-actions{align-self:flex-end;margin-top:-42px}.location-row{display:grid!important;grid-template-columns:1fr 42px!important;grid-template-areas:"state state" "district district" "city buttons";gap:10px;align-items:center}.location-row>.location-select:first-child{grid-area:state;width:100%}.location-row>.location-select:nth-child(2){grid-area:district;width:100%}.add-location-btn,.remove-location-btn{width:22px!important;height:22px!important;min-width:22px!important;min-height:22px!important;padding:0!important;border-radius:50%;font-size:13px!important}.upload-area,.photo-preview{width:150px!important;height:120px!important}.preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-header{padding:12px 14px}.section-titlebk{font-size:15px}.package-top-row,.package-bottom-row{display:flex;flex-direction:column}.package-top-row>*,.package-bottom-row>*{order:0}.includes-group{order:2;margin-top:0!important}.sample-photo-group{margin-left:12px;width:calc(100% - 12px)}.photo-preview{width:150px!important;height:130px!important;margin-right:8px}.photo-preview img,.photo-preview .preview-img{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;-o-object-position:center!important;object-position:center!important;display:block}.upload-area{display:flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;padding:10px!important}.desktop-addon-buttons .icon-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center}.mobile-addon-includes{margin-top:8px!important}.mobile-addon-includes textarea{min-height:55px}.section-titlebk{margin-left:-6px!important}.location-row input[type=text]{width:100%!important}.location-row:last-child{position:relative}.location-row input[type=text]{width:calc(100% - 42px)!important;display:inline-block;vertical-align:middle}}@media(max-width:390px){.photo-preview,.upload-area{width:90px!important;height:90px!important}.mobile-gallery-buttons .icon-btn,.mobile-addon-buttons .icon-btn{width:24px;height:24px}}.profile-form-container{display:flex;justify-content:center;padding:20px;width:100%;max-width:100%;box-sizing:border-box}.photo-card.action-card{display:flex;align-items:center;justify-content:center;cursor:pointer;background:linear-gradient(135deg,#8b1e25,#a82a32);color:#fff;border-radius:12px;overflow:hidden;transition:.25s}.photo-card.action-card:hover{transform:scale(1.04);box-shadow:0 8px 18px #8b1e2559}.action-box{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-weight:700;color:#fff;line-height:1.25}.action-box .icon{font-size:14px}.action-box .count{font-size:20px;font-weight:800}.action-box .text{font-size:15px;font-weight:700}.photo-card.action-card.hide{background:linear-gradient(135deg,#f8e8e3,#efd6cf);color:#7b1f28}.photo-card.action-card.hide .action-box{color:#7b1f28}.photo-card.action-card.hide .icon{font-size:34px}@media(max-width:768px){.action-box .icon{font-size:14px}.action-box .count{font-size:22px}.action-box .text{font-size:14px}}.upload-area{display:inline-block;padding:8px 12px;border:2px dashed #ff8474;border-radius:8px;cursor:pointer;font-size:12px;margin-top:5px}.upload-area:hover{background:#ff84741a}.bank-card{background:#fff;border:1px solid #ece6df;border-radius:12px;padding:10px 18px;margin:10px 0;box-shadow:0 2px 10px #0000000a}.bank-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin:0;min-height:30px}.bank-title-icon{font-size:20px}.bank-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 26px;margin-top:10px}.bank-field{display:flex;flex-direction:column}.bank-field label{margin-bottom:6px;font-size:14px;font-weight:600;color:#444}.bank-field label span{color:#c62828}.bank-field input{width:100%;height:48px;border:1px solid #ddd;border-radius:8px;padding:0 14px;font-size:15px;background:#fff;transition:.25s}.bank-field input:focus{outline:none;border-color:#7b1f28;box-shadow:0 0 0 3px #7b1f2814}.bank-field .error{margin-top:5px;color:#d32f2f;font-size:12px}.bank-field .input-eye-wrapper{position:relative}.bank-field .input-eye-wrapper input{padding-right:42px}.bank-field .eye-icon{position:absolute;right:14px;top:50%;transform:translateY(-50%);cursor:pointer;color:#444}@media(max-width:768px){.bank-card{padding:12px;margin-bottom:16px}.bank-header{margin:0}.bank-title{font-size:15px}.bank-title-icon{font-size:18px}.bank-grid{grid-template-columns:1fr;gap:16px}.bank-field input{height:44px;font-size:14px}}.profile-form{width:100%;max-width:950px;background:#f6e9da;padding:30px;border-radius:16px;box-shadow:0 6px 20px #0000001a;box-sizing:border-box;overflow:hidden}.profile-form h2{text-align:center;margin-bottom:25px;color:#333}.profile-pic-upload{text-align:center;margin-bottom:20px}.camera-box{width:140px;height:140px;border-radius:50%;border:2px dashed #aaa;display:flex;align-items:center;justify-content:center;color:#777;font-size:14px;cursor:pointer;margin:0 auto}.profile-pic{width:140px;height:140px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:3px solid #007bff}.profile-form input,.profile-form textarea,.profile-form button{width:100%;margin:10px 0;padding:12px;font-size:15px;border:1px solid #ddd;border-radius:10px}.remove-pic-btn{font-size:12px;color:#7b1f28;font-family:Verdana,Geneva,Tahoma,sans-serif;cursor:pointer}textarea{resize:none;min-height:80px}.location-btn{background:#007bff;color:#fff;cursor:pointer;border:none;font-weight:700;transition:background .3s}.location-btn:hover{background:#0056b3}.photo-upload label{display:block;font-weight:700;margin-bottom:10px}.video-badge{position:absolute;bottom:6px;right:6px;background:#0009;color:#fff;font-size:12px;padding:2px 6px;border-radius:4px}.photo-previewprof{display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:flex-start;gap:12px;width:100%;margin-top:8px;padding:0;background:transparent;border:none;box-shadow:none}.photo-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.photo-card{position:relative;width:100px;height:100px;flex:0 0 120px;border-radius:10px;overflow:hidden}.photo-upload .camera-box{width:110px;height:110px;border:2px dashed #444;border-radius:10px;display:flex;justify-content:center;align-items:center;text-align:center;font-size:11px}.photo-card img,.photo-card video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;border-radius:10px}.remove-btn{position:absolute;top:1px;right:1px;background:red;color:#fff;border:none;font-size:11px;border-radius:50%;cursor:pointer;padding:4px 6px}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:15px;margin:20px 0;width:100%}.service-card{padding:15px;border-radius:12px;text-align:center;background:#f8f9fa;cursor:pointer;transition:all .3s;border:2px solid transparent;font-weight:700;color:#333}.service-card:hover{background:#e9ecef;transform:scale(1.05)}.service-card.selected{background:#7b1f28;color:#fff;border:2px solid black}.business-label svg{color:#7b1f28;font-size:18px;flex-shrink:0}.business-textarea{min-height:90px;resize:vertical}.business-input:focus,.business-textarea:focus{border-color:#7b1f28;box-shadow:0 0 0 3px #7b1f2814;outline:none}.business-input-wrapper{flex:1;display:flex;flex-direction:column}.business-input-wrapper .error{margin-top:5px;color:#d32f2f;font-size:12px;font-weight:500;line-height:1.3}.map-select-btn{flex:1;max-width:320px;height:48px;display:flex;align-items:center;justify-content:center;gap:8px;border:1.5px solid #7B1F28;border-radius:8px;background:#fff;color:#7b1f28;font-size:15px;font-weight:600;cursor:pointer;transition:all .25s ease}.map-select-btn:first-child{background:#7b1f28;color:#fff}.map-select-btn:first-child svg{color:#fff}.map-select-btn:last-child{background:#fff;color:#7b1f28}.map-select-btn:last-child svg{color:#7b1f28}.map-select-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #7b1f282e}.map-select-btn:focus,.map-select-btn:active{outline:none;box-shadow:none}@media(max-width:768px){.photo-upload .camera-box{width:90px;height:90px;font-size:10px}.photo-upload{display:flex;flex-direction:column;align-items:center;margin-bottom:20px!important}.photo-upload>label{width:100%;display:flex;justify-content:center;margin-bottom:10px}.photo-previewprof{display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;align-items:flex-start!important;justify-content:flex-start!important;gap:6px!important;width:100%!important;overflow:visible!important}.photo-upload label{align-self:center;margin-bottom:12px}.photo-card{flex:0 0 70px!important;width:70px!important;height:70px!important;display:block!important}.photo-previewprof::-webkit-scrollbar{display:none}.photo-card img,.photo-card video{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover}.photo-card video{width:100%!important;height:100%!important;-o-object-fit:cover!important;object-fit:cover!important;display:block;border-radius:10px}.remove-btn{position:absolute;top:2px;right:2px;width:18px;height:18px;font-size:11px;border-radius:50%;z-index:10}.photo-card img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover;display:block;border-radius:10px}.business-field{flex-direction:column;gap:8px}.business-label{width:100%;min-width:100%;padding-top:0}.map-select-wrapper{display:flex;flex-direction:row!important;gap:8px;width:100%;margin:10px 0}.map-select-btn{flex:1;max-width:none;height:40px;font-size:13px;padding:0 8px;white-space:nowrap}.map-select-btn svg{font-size:15px}}.submit-btn{background-color:#7b1f28;color:#fff;cursor:pointer}.submit-btn.disabled{background-color:#ccc;color:#666;cursor:not-allowed}.photo-upload label .camera-box{width:100px;height:100px;border-radius:10px;border:2px dashed;display:flex;align-items:center;justify-content:center;color:#000;font-size:10px;cursor:pointer;margin-bottom:10px;transition:all .3s;text-align:center}.photo-upload>label{width:100%;display:flex;justify-content:center;margin-bottom:8px}.photo-upload label .camera-box:hover{background:#871212;color:#e6dede;transform:scale(1.05)}.more-overlay{position:absolute;bottom:0;cursor:pointer;right:0;background:#000000b3;color:#fff;padding:4px 8px;font-size:14px;border-radius:6px 0 0}.collapsed-btn{width:100%;padding:10px;background:brown;border:none;font-size:16px;margin:10px 0;border-radius:6px}.collapsed-content{padding:10px;background:#fafafa;border-radius:6px}.hide-overlay{position:absolute;bottom:6px;right:6px;background:#000000a6;color:#fff;padding:4px 10px;border-radius:6px;font-size:13px;cursor:pointer}.fullscreen-viewer{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000d9;display:flex;justify-content:center;align-items:center;z-index:5000}.viewer-content{position:relative;max-width:90%;max-height:90%}.full-image{max-width:100%;max-height:90vh;border-radius:10px}.close-view-btn{position:absolute;top:-7px;right:-5px;color:red;border:none;padding:8px 12px;border-radius:50%;cursor:pointer;font-size:20px;z-index:9999}.clickable-image{cursor:pointer}.error-message{color:red;font-size:12px;margin-left:5px}.menu-fields{margin-top:15px}.menu-row{display:flex;align-items:center;gap:12px;margin-bottom:12px;flex-wrap:wrap}.menu-row input[type=text],.menu-row input[type=number],.menu-row input[type=file]{flex:1;min-width:120px;padding:8px;border:1px solid #ccc;border-radius:6px}.icon-btn{display:flex;align-items:center;justify-content:center;padding:8px;border-radius:6px;cursor:pointer;font-size:18px;transition:.3s}.icon-btn.add{background:#28a745;color:#fff}.icon-btn.cancel{background:#dc3545;color:#fff}.icon-btn:hover{opacity:.8}.add-your-menu{color:#1c3ca4;font-size:16px;font-weight:700;margin-bottom:10px;display:block}.input-group{font-size:13px}.input-group label.photo{margin-left:25px;margin-bottom:50px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-file-upload input[type=file]{display:none}.custom-file-upload .upload-btn{display:inline-block;padding:8px 16px;background:#4caf50;color:#fff;border-radius:8px;cursor:pointer;font-size:14px;transition:background .3s ease}.custom-file-upload .upload-btn:hover{background:#45a049}.custom-file-upload .upload-btn:active{transform:scale(.97)}.upload-area{position:relative;display:flex;align-items:center;justify-content:center;margin-left:25px;width:100px;height:50px;border:2px dashed #4caf50;border-radius:10px;background:#f9f9f9;cursor:pointer;transition:all .3s ease;overflow:hidden}.upload-area:hover{background:#f1fff1;border-color:#45a049}.profile-form-container .preview-img{width:100px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.remove-btn,.view-btn{position:absolute;background:#0009;color:#fff;border:none;border-radius:50%;padding:5px 7px;cursor:pointer;font-size:12px;transition:background .3s}.remove-btn:hover,.view-btn:hover{background:#000c}.remove-btn{background-color:red;top:5px;right:5px}.view-btn{background-color:#28a745;top:5px;left:5px}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;display:flex;justify-content:center;align-items:center;z-index:9999;flex-direction:column}.loading-animation{display:flex;flex-direction:column;align-items:center}.circle{width:120px;height:120px;border-radius:50%;background-color:brown;position:relative;display:flex;justify-content:center;align-items:center;animation:rotateCircle 2s linear infinite}.menu-divider{width:100%;display:flex;align-items:center;margin-top:-15px;margin-bottom:10px}.menu-divider hr{flex:1;border:none;border-top:1px solid #bbb;margin-right:10px}.menu-actions{display:flex;align-items:center;gap:10px}.boy{width:40px;height:60px;position:relative}.boy .head{width:15px;height:15px;background-color:gold;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%)}.boy .body{width:6px;height:30px;background-color:gold;position:absolute;top:15px;left:50%;transform:translate(-50%)}.boy .flower{width:20px;height:20px;background-color:gold;border-radius:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%) rotate(45deg);animation:flowerTie 1.5s linear infinite alternate}@keyframes flowerTie{0%{transform:translate(-50%) rotate(0) translateY(0)}to{transform:translate(-50%) rotate(45deg) translateY(-5px)}}.loading-animation p{margin-top:15px;font-weight:700;color:#daa520;font-size:16px;text-align:center}.scroll-to-save-btn{position:fixed;bottom:80px;right:40px;width:45px;height:45px;border-radius:50%;border:none;background:#8b2f2b;color:#fff;font-size:20px;cursor:pointer;box-shadow:0 6px 14px #0000004d;transition:transform .2s ease;z-index:1000}.scroll-to-save-btn:hover{transform:scale(1.1)}.scroll-to-save-btn svg{animation:bounceArrow 1.5s infinite}@keyframes bounceArrow{0%,to{transform:translateY(0)}50%{transform:translateY(2px)}}.input-eye-wrapper{position:relative;width:100%}.input-eye-wrapper input{width:100%;padding-right:40px}.business-field{display:flex;align-items:center;gap:18px;margin-bottom:10px}.business-field-textarea{display:flex;align-items:flex-start;gap:20px;margin-bottom:10px}.business-input-container .error{margin-top:4px;margin-bottom:2px;color:#d32f2f;font-size:12px;display:block}.business-label{width:180px;min-width:180px;display:flex;align-items:center;justify-content:flex-start;gap:8px;color:#7b1f28;font-size:16px;font-weight:700}.business-input-container{flex:1;display:flex;flex-direction:column}.business-input,.business-textarea{margin:0}.error{color:#d32f2f;font-size:12px;margin-top:-6px;margin-left:0;display:block}.eye-icon{position:absolute;right:10px;top:65%;transform:translateY(-50%);cursor:pointer;font-size:16px}@media(max-width:600px){.profile-form{padding:20px}.menu-row{flex-direction:column;align-items:flex-start}.upload-area{margin-left:0;width:100%}.services-grid{grid-template-columns:repeat(auto-fit,minmax(140px,1fr))}}.location-row{display:flex;gap:10px;align-items:center;margin-bottom:12px;flex-wrap:wrap}.location-select{flex:1;min-width:200px}.select__control{border-radius:10px!important;border:1px solid #ccc!important;min-height:42px!important;box-shadow:none!important}.select__control:hover{border-color:#7b1f28!important}.select__control--is-focused{border-color:#7b1f28!important;box-shadow:0 0 4px #7b1f284d!important}.select__menu{border-radius:10px!important;overflow:hidden;z-index:9999!important}.select__option{padding:10px!important}.select__option--is-focused{background-color:#f6e9da!important}.select__option--is-selected{background-color:#7b1f28!important}.select__placeholder{color:#777}.select__indicator-separator{display:none}.location-row{display:flex;align-items:center;gap:10px;margin-bottom:10px}.location-actions{display:flex;gap:5px;align-items:center}.location-select{width:200px}.location-row input{width:180px}.add-location-btn,.remove-location-btn{width:32px;height:32px;border-radius:6px;border:none;font-size:20px;font-weight:700;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;padding:0;line-height:1}.add-location-btn{background:#4caf50}.remove-location-btn{background:#f44336}.map-select-wrapper{width:100%;display:flex;justify-content:center;align-items:center;gap:12px;margin:8px 0 8px 8px}.map-select-btn{flex:1;max-width:260px;display:flex;align-items:center;justify-content:center;gap:6px;height:34px;border:1.5px solid #7B1F28;border-radius:12px;background:#fafafa;color:#6b3d2e;font-weight:500;cursor:pointer;transition:all .25s ease}.loading-overlay{position:fixed;inset:0;background:#00000040;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:99999}.loading-modal{width:420px;max-width:90%;background:#fff;border-radius:20px;padding:40px;text-align:center;box-shadow:0 15px 40px #00000026}.loading-spinner{width:65px;height:65px;margin:0 auto 20px;border:5px solid #f0dfd1;border-top:5px solid #8b4d3b;border-radius:50%;animation:spin 1s linear infinite}.loading-modal h2{margin-bottom:10px;color:#8b4d3b;font-size:30px;font-weight:700}.loading-modal p{color:#666;font-size:16px;margin-bottom:20px}.loading-note{background:#f8eee8;color:#8b4d3b;padding:14px;border-radius:12px;font-size:14px;font-weight:500}.map-select-btn:hover{border-color:#b5654d;background:#fff3ee;transform:scale(1.02)}.map-select-btn svg{font-size:18px;color:#b5654d}.location-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffd9;display:flex;justify-content:center;align-items:center;z-index:9999}.location-loader{text-align:center}.location-loader p{margin-top:15px;font-size:18px;font-weight:700;color:#7b1f28}.map-pin{width:40px;height:40px;background:#7b1f28;border-radius:50%;position:relative;animation:bouncePin 1s infinite}.map-pin:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);width:12px;height:12px;background:#7b1f28;border-radius:50%}@keyframes bouncePin{0%{transform:translateY(0)}50%{transform:translateY(-12px)}to{transform:translateY(0)}}.contact-info-header{display:flex;justify-content:space-between;align-items:center;margin-top:18px;margin-bottom:10px}.locked-contact-card{background:#f8f8f8;border:1px solid #e2e2e2;border-radius:12px;padding:18px;margin-bottom:20px}.edit-contact-btn{color:maroon;margin-top:12px}.edit-contact-btn:hover{background:#611720;transform:translateY(-1px)}.contact-card{background:#fff;border:1px solid #ece6df;border-radius:12px;padding:10px 18px;margin:10px 0;box-shadow:0 2px 10px #0000000a}.contact-title svg{font-size:22px}.bank-title{display:flex;align-items:center;gap:10px;margin:0;color:#7b1f28;font-size:22px;font-weight:700;white-space:nowrap}.bank-title svg{font-size:22px}.contact-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin:0;min-height:30px}.contact-header-right{display:flex;align-items:center;gap:15px}.contact-header svg,.bank-header svg{font-size:18px}.contact-header:hover,.bank-header:hover{background:#f8f9ff;transition:.3s}.contact-title{display:flex;align-items:center;gap:10px;margin:0;color:#7b1f28;font-size:22px;font-weight:700;white-space:nowrap}.contact-header-icon{font-size:22px;color:#7b1f28}.contact-edit-icon{font-size:18px;color:#c0392b;cursor:pointer;transition:.2s}.contact-edit-icon:hover{color:#7b1f28;transform:scale(1.1)}.contact-input-group{margin-bottom:14px}.contact-input-box{display:flex;align-items:center;border:1px solid #e6e6e6;border-radius:8px;overflow:hidden;background:#fff}.contact-icon{color:#c24a43;font-size:16px}.contact-icon-box{width:52px;height:52px;display:flex;justify-content:center;align-items:center;border-right:1px solid #ececec;background:#fffdfa}.locked-input{flex:1;border:none!important;outline:none;background:#fff;padding:14px 16px;font-size:15px;box-shadow:none!important}.locked-input:focus{outline:none;box-shadow:none}.contact-input-group .error{margin-top:5px;color:red;font-size:12px}@media(max-width:768px){.contact-card{padding:15px}.contact-card,.bank-card{padding:10px 12px}.contact-header,.bank-header{min-height:28px;margin:0}.contact-title,.bank-title{font-size:19px}.business-field,.business-field-textarea{display:flex;flex-direction:column;align-items:stretch;gap:6px;margin-bottom:12px}.business-label{width:100%;min-width:100%;padding:0;margin:0;justify-content:flex-start;align-items:center;font-size:14px;font-weight:600}.business-input-container,.business-input-wrapper{width:100%}.business-input,.business-textarea{width:100%;margin:0}.contact-title{font-size:19px}.contact-title svg{font-size:18px}.locked-input{font-size:14px}.contact-card{padding:12px;margin-bottom:16px}.contact-title{font-size:20px;gap:8px}.contact-header-icon,.contact-edit-icon{font-size:18px}.contact-input-group{margin-bottom:10px}.contact-input-box{display:flex;align-items:center;min-height:42px;border-radius:8px;overflow:hidden}.contact-icon-box{width:42px;min-width:42px;max-width:42px;height:42px;flex:0 0 42px;display:flex;align-items:center;justify-content:center;border-right:1px solid #ececec;background:#fff}.contact-icon{display:flex;align-items:center;justify-content:center;font-size:16px;color:#c24a43}.locked-input{flex:1;width:100%;min-width:0;height:42px;padding:0 12px;font-size:14px;line-height:42px}.menu-row,.location-row{display:flex;flex-direction:column;gap:12px}.location-actions{justify-content:flex-end;width:100%}.upload-area{width:100%;height:80px}.preview-img{width:100%!important;height:90px!important}.package-top-row,.package-bottom-row{grid-template-columns:1fr}.package-buttons{justify-content:flex-end}}.verification-container{background-color:#f4e1d2;min-height:100vh;padding:20px;border-radius:10px;display:flex;flex-direction:column;align-items:center}.image-preview-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;justify-content:center;align-items:center;z-index:9999}.image-preview-popup{position:relative;max-width:90%;max-height:90%}.image-preview-popup img{max-width:100%;max-height:90vh;border-radius:10px}.image-preview-popup .close-btn{position:absolute;top:-10px;right:-10px;background:#fff;color:red;padding:6px 10px;border-radius:50%;cursor:pointer}.title{color:brown}.upload-box{width:350px;height:150px;margin-top:7px;border:2px dashed #555;border-radius:10px;display:flex;align-items:center;justify-content:center;text-align:center;margin-bottom:20px;background:#fff;cursor:pointer;font-size:14px;font-weight:500;transition:border-color .3s}.upload-box:hover{border-color:#8b0000}.upload-box label{cursor:pointer;color:#444}.preview-img{width:100%;height:100%;border-radius:10px;-o-object-fit:cover;object-fit:cover}.selfie-box{border-radius:50%;overflow:hidden;width:150px;height:150px}.selfie-box.not-uploaded{border:3px solid red}.selfie-box.uploaded{border:3px solid green}.save-btn{background-color:#8b0000;color:#fff;padding:10px 20px;border-radius:6px;border:none;font-size:16px;cursor:pointer;margin-top:15px}.save-btn:hover{background-color:#600000}.upload-box.multiple{display:flex;flex-direction:column;align-items:center;width:90%;max-width:600px;min-height:300px;padding:15px;border:2px dashed #555;border-radius:10px;background-color:#fff;box-sizing:border-box;cursor:pointer;transition:all .3s ease}.upload-label{text-align:center;font-weight:500;color:#444;margin-bottom:10px}.preview-list{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%}.preview-item{position:relative;width:80px;height:80px}.preview-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:5px}.remove-btn,.view-btn{position:absolute;font-size:12px;padding:2px 5px;border-radius:50%;cursor:pointer;color:#fff}.remove-btn{top:2px;right:2px;background:red}.view-btn{top:2px;left:2px;background:green}@media screen and (max-width:500px){.upload-box.multiple{width:95%}.preview-item{width:60px;height:60px}}.save-btn.enabled{opacity:1;cursor:pointer}.save-btn.disabled{opacity:.5;cursor:not-allowed}.status-box{margin:10px 0 20px;font-weight:700;font-size:16px}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#ffffffd9;display:flex;justify-content:center;align-items:center;z-index:99999;flex-direction:column;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.loading-animation{display:flex;flex-direction:column;align-items:center;justify-content:center}.circle{width:140px;height:140px;border-radius:50%;background-color:brown;position:relative;display:flex;justify-content:center;align-items:center;animation:rotateCircle 2.5s linear infinite}.boy{width:45px;height:70px;position:relative}.boy .head{width:18px;height:18px;background-color:gold;border-radius:50%;position:absolute;top:0;left:50%;transform:translate(-50%)}.camera-wrapper{display:flex;flex-direction:column;align-items:center;margin-top:15px}.camera-circle{width:160px;height:160px;border-radius:50%;overflow:hidden;border:3px dashed #ccc;display:flex;align-items:center;justify-content:center}.verification-popup-overlay{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:99999}.verification-popup{width:90%;max-width:380px;background:#fff;border-radius:14px;padding:24px;text-align:center;box-shadow:0 12px 30px #00000040}.verification-popup h3{color:#7b1f28;margin-bottom:12px}.verification-popup p{color:#555;line-height:1.6;margin-bottom:20px}.verification-popup-btn{width:100%;padding:12px;border:none;border-radius:8px;background:#7b1f28;color:#fff;font-size:15px;font-weight:600;cursor:pointer}.verification-popup-btn:hover{background:#5d1720}.camera-video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block;background:#000}.selfie-img{width:100px;height:100px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.capture-btn{margin-top:12px;padding:8px 16px;background:maroon;color:#fff;border:none;border-radius:6px;cursor:pointer}.boy .body{width:8px;height:34px;background-color:gold;position:absolute;top:18px;left:50%;transform:translate(-50%)}.boy .flower{width:25px;height:25px;background-color:gold;border-radius:50%;position:absolute;bottom:0;left:50%;transform:translate(-50%) rotate(0);animation:flowerTie 1.5s linear infinite alternate}.loading-animation p{margin-top:18px;font-weight:700;color:#7b1f28;font-size:18px;text-align:center}@keyframes rotateCircle{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes flowerTie{0%{transform:translate(-50%) rotate(0) translateY(0)}to{transform:translate(-50%) rotate(45deg) translateY(-8px)}}.booking-history-page{min-height:100vh;background:#fdf7ef;padding:40px 30px 60px;position:relative;overflow:hidden}.booking-history-page:before{content:"";position:absolute;left:-120px;bottom:-120px;width:260px;height:260px;border-radius:50%;background:#7b1f280d}.booking-history-page:after{content:"";position:absolute;right:-100px;top:90px;width:220px;height:220px;border-radius:50%;background:#7b1f280a}.booking-history-header{max-width:1400px;margin:auto auto 35px}.booking-history-title{display:flex;align-items:center;gap:22px}.history-page-icon{width:80px;height:80px;border-radius:50%;background:#fff0e8;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 8px 20px #7b1f2814}.history-calendar-icon{font-size:48px;color:#7b1f28}.history-page-icon img{width:58px;height:58px;-o-object-fit:contain;object-fit:contain}.booking-history-title h1{margin:0;font-size:32px;font-weight:800;color:#7b1f28;line-height:1.1}.booking-history-title p{margin-top:8px;color:#666;font-size:18px;line-height:1.5}.booking-history-wrapper{width:100%;max-width:1700px;margin:auto;padding:0}.history-content-card{background:#fff;border-radius:28px;padding:35px;box-shadow:0 10px 30px #00000012}.empty-history-card{width:100%;max-width:1200px;margin:auto;background:#fff;border-radius:28px;padding:75px 60px;text-align:center;border:1px solid #f3ece8;box-shadow:0 20px 45px #0000000f}.empty-history-image{width:40px;height:40px;margin:auto auto 30px;border-radius:50%;background:#fff0e8;display:flex;align-items:center;justify-content:center}.empty-history-image img{width:378px;height:378px;-o-object-fit:contain;object-fit:contain}.empty-history-card h2{margin-top:12px;font-size:40px;font-weight:700;color:#7b1f28}.empty-history-card p{max-width:650px;margin:15px auto 0;color:#666;font-size:18px;line-height:1.7}@media(max-width:768px){.booking-history-page{padding:25px 18px 40px}.booking-history-title{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:14px;text-align:left}.history-page-icon{width:56px;height:56px;min-width:56px;flex-shrink:0}.history-calendar-icon{font-size:30px}.history-page-icon img{width:34px;height:34px}.booking-header-left{flex:1}.booking-history-title h1{margin:0;font-size:24px;line-height:1.2}.booking-history-title p{margin-top:4px;font-size:13px;line-height:1.45}.history-content-card{padding:18px}.empty-history-card{padding:45px 20px}.empty-history-image{width:330px;height:150px;margin:0 auto 20px;display:flex;justify-content:center;align-items:center;background:transparent}.empty-history-card h2{font-size:30px}.empty-history-card p{font-size:15px}}.booking-header-left{display:flex;flex-direction:column;gap:4px}.booking-id{margin:0;font-size:20px!important;font-weight:800!important}.date-section{margin-bottom:30px}.date-heading{font-size:26px;font-weight:700;color:#4a2b2b;margin-bottom:18px}.history-list{display:flex;flex-direction:column;gap:18px;width:100%}.history-card{position:relative;display:flex;width:100%;background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 2px 12px #00000014;border:1px solid #efefef;cursor:pointer;transition:.25s}.history-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px #00000021}.history-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:7px;border-radius:0}.history-card.line-pending:before{background:#9b0018}.history-card.line-completed:before{background:#23a33d}.history-card.line-cancelled:before{background:#dc2626}.history-card-content{flex:1;padding:16px 26px}.history-header{display:flex;justify-content:space-between;align-items:center}.history-header h3{margin:0;font-size:36px;font-weight:800}.history-header h3.booking-id{margin:0;font-size:16px;font-weight:600;transition:.2s;letter-spacing:.2px}.history-header h3.pending-id{color:#8d0b18!important}.history-header h3.completed-id{color:#228b22!important}.history-header h3.cancelled-id{color:#dc2626!important}.history-divider{height:1px;background:linear-gradient(to right,transparent,#ececec,transparent);margin:14px 0 18px}.history-info{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.info-item{display:flex;align-items:center;gap:12px;position:relative;min-height:36px}.info-item:not(:last-child):after{content:"";position:absolute;right:-12px;top:50%;transform:translateY(-50%);width:1px;height:42px;background:#ececec}.status-text{display:block;margin:0;font-size:17px;font-weight:700;line-height:1.1}.text-pending{color:#8d0b18!important}.text-completed{color:#228b22!important}.text-cancelled{color:#dc2626!important}.label{display:block;color:#000;font-size:13px;font-weight:600;margin:0 0 2px;line-height:1.1}.info-item strong{display:block;margin:0;font-size:17px;font-weight:700;color:#000!important;line-height:1.1}.status{display:flex;align-items:center;gap:8px;padding:10px 18px;border-radius:30px;font-size:14px;font-weight:700;letter-spacing:.3px}.pending{background:#fff4df;color:#d98200}.completed{background:#e8f8ec;color:#169246}.cancelled{background:#fdeaea;color:#dc2626}.info-icon{width:42px;height:42px;min-width:42px;border-radius:14px;background:#fff4f2;display:flex;align-items:center;justify-content:center;color:#7b1f28;font-size:18px;transition:.3s}.history-card:hover .info-icon{background:#7b1f28;color:#fff}.info-content{display:flex;flex-direction:column;justify-content:center;gap:0}.info-item strong{font-size:17px;font-weight:700;color:#000!important}.text-pending{color:#ff6b00}.text-completed{color:#148a20}.text-cancelled{color:#dc2626}@media(max-width:768px){.history-card-content{padding:18px}.history-header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.history-header h3.booking-id{font-size:16px;font-weight:600;margin:0}.status{align-self:auto;padding:5px 12px;font-size:12px}.info-icon{width:38px;height:38px;min-width:38px;font-size:16px}.history-info{grid-template-columns:1fr;gap:20px}.info-item:after{display:none}.info-item strong{font-size:18px}.date-heading{font-size:22px}.booking-history-container h2{font-size:30px}}.info-content{display:flex;flex-direction:column;gap:2px!important}.info-content .label{margin:0!important;padding:0!important;line-height:1!important}.info-content strong,.info-content .status-text{margin:0!important;padding:0!important;line-height:1!important;display:block}.booking-history-containervbd{width:100%;max-width:100%;min-height:100vh;padding:10px;box-sizing:border-box;overflow-x:hidden;background:#fdf2e4!important}.completion-summaryvbd{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;min-height:95px;background:#fff;border-radius:16px;border:1px solid #f0e4dc;box-shadow:0 6px 16px #00000014}.completion-leftvbd{display:flex;align-items:center;gap:16px;flex:1}.completion-iconvbd{width:58px;height:58px;border-radius:50%;background:linear-gradient(135deg,#eefcf2,#dff8e8);display:flex;justify-content:center;align-items:center;flex-shrink:0}.completion-iconvbd span{font-size:28px;color:#1fb34d}.completion-textvbd{display:flex;flex-direction:column;justify-content:flex-start;margin-top:-2px}.completion-textvbd h2{margin:0;font-size:18px;line-height:1.35;font-weight:700}.completion-textvbd p{margin-top:6px;font-size:15px;color:#000}.completion-textvbd strong{color:#8b1e2d}.completion-dividervbd{width:1px;align-self:stretch;background:#ececec;margin:0 20px}.invoice-sectionvbd{width:210px;display:flex;flex-direction:column;align-items:center;justify-content:center}.invoice-iconvbd{width:36px;height:36px;font-size:20px;margin-bottom:6px}.invoice-sectionvbd h4{margin:0 0 14px;font-size:17px;color:#222}.download-invoice-pillvbd{min-width:160px;height:36px;padding:0 16px;border:2px solid #8B1E2D;border-radius:22px;background:#fff;color:#8b1e2d;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:6px;transition:.25s}.download-invoice-pillvbd:hover{background:#8b1e2d;color:#fff}.booking-history-containervbd h2{color:#222;font-size:22px;font-weight:600;margin-bottom:15px}.booking-history-containervbd h3{color:#444;font-size:22px;font-weight:600;margin-top:25px;margin-bottom:10px}.table-responsivevbd{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:18px 0}h2{margin-bottom:15px;color:#222;font-size:22px}.back-btnvbd:hover{background:#a30000}.history-cardvbd p{margin:8px 0;font-size:14px}.history-cardvbd strong{color:#800020}.mobile-descriptionvbd{display:inline;white-space:pre-wrap;word-break:normal;overflow-wrap:break-word;line-height:1.5}.more-less-btnvbd{display:inline;white-space:nowrap;color:#111;font-weight:700;cursor:pointer;margin-left:3px}@media(max-width:768px){.mobile-descriptionvbd{display:inline;white-space:normal;overflow-wrap:anywhere;word-break:break-word;line-height:1.6}.completion-summaryvbd{padding:14px;min-height:auto;flex-direction:column;align-items:flex-start;gap:14px}.completion-dividervbd{display:none}.invoice-sectionvbd{width:100%}.download-invoice-pillvbd{width:180px;height:34px;font-size:13px}.completion-textvbd h2{font-size:16px}.completion-textvbd p{font-size:14px}.completion-iconvbd{width:50px;height:50px}.completion-iconvbd span{font-size:24px}}.more-less-btnvbd{display:inline;margin-left:4px;white-space:nowrap;cursor:pointer;font-weight:600;color:#111}.vendor-addressvbd{display:flex;align-items:flex-start;gap:8px;margin-top:8px;flex-wrap:wrap}.vendor-addressvbd span{flex:1;word-break:break-word}.payment-summaryvbd{background:#f8f9fa;padding:16px;border-radius:10px;border:1px solid #ddd;margin:18px 0}.status-prepaidvbd{color:green;font-weight:600}.cash-status-pendingvbd{color:#f74646;font-weight:600}.status-rejectedvbd{color:red;font-weight:600}.history-cardvbd p:last-child{white-space:pre-line}.booking-history-containervbd .cancel-btnvbd{background-color:#ff1414;color:#fff;border:none;padding:8px 14px;border-radius:6px;cursor:pointer;margin-top:30px}.booking-history-containervbd .cancel-btnvbd:hover{background-color:#c82333}.reason-optionvbd{align-items:center;gap:18px;margin:8px 0;cursor:pointer}.reason-optionvbd input[type=radio]{margin-top:10px;transform:translateY(25px)}.reason-optionvbd span{font-size:16px;color:#333}.reason-cardvbd textarea{width:300px;border-radius:10px;margin-top:10px}.refund-optionvbd{flex:1;border:1px solid #ccc;border-radius:10px;padding:14px;cursor:pointer;transition:all .3s ease;background-color:#fff;text-align:left}.refund-optionvbd:hover{border-color:#888}.refund-option.selectedvbd{border-color:#f60;background-color:#fff5ef;box-shadow:0 0 10px #ff66004d}.refund-optionvbd strong{display:block;font-size:16px;color:#333}.refund-optionvbd div{color:#555;font-size:13px}.error{color:red}.completed-bannervbd{background:#e6fff2;color:#0a7a3e;border:1px solid #0a7a3e;border-radius:8px;padding:12px 16px;margin-top:10px;font-weight:500;text-align:center}.completed-bannervbd b{color:brown}.download-invoice-btnvbd{background-color:#800020;color:#fff;padding:10px 18px;border:none;border-radius:6px;font-size:14px;font-weight:700;cursor:pointer;margin-bottom:12px;transition:.2s}.download-invoice-btnvbd:hover{background-color:#a00028;transform:scale(1.03)}.confetti-wrappervbd{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:9999}.confettivbd{position:absolute;width:10px;height:10px;background:hsl(calc(360 * var(--i) / 40),100%,50%);top:0;left:calc(100% * var(--i) / 40);animation:fall 3s linear infinite;animation-delay:calc(-1s * var(--i) / 40)}.history-cardvbd{background:#fff;border-radius:12px;padding:20px;box-shadow:0 4px 18px #00000014;max-width:950px;margin:auto;width:100%;box-sizing:border-box;overflow:hidden}.booking-tablesvbd{width:100%;min-width:700px;border-collapse:collapse}.booking-tablesvbd th{background:#800020;color:#fff;padding:12px;text-align:center}.booking-tablesvbd td{padding:12px;border-bottom:1px solid #eee;vertical-align:top}.booking-tablesvbd td{word-break:break-word}@keyframes fall{0%{transform:translateY(-10px) rotate(0);opacity:1}to{transform:translateY(100vh) rotate(720deg);opacity:0}}@media(max-width:768px){.booking-history-containervbd{width:100%;max-width:100%;padding:8px;margin:0}.history-cardvbd{padding:14px;border-radius:10px}h2{font-size:20px;text-align:center;margin-bottom:18px}.history-cardvbd p{font-size:14px;line-height:1.6;display:flex;flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:12px}.history-cardvbd strong:not(.inline-label){min-width:unset;width:auto;display:block;font-size:14px}.inline-labelvbd{display:inline!important;font-size:14px;font-weight:600;color:#800020;white-space:nowrap}.vendor-addressvbd{display:flex;flex-direction:column;align-items:flex-start}.payment-summaryvbd{padding:14px}.download-invoice-btnvbd,.cancel-btnvbd{width:100%}.reason-cardvbd textarea{width:100%;box-sizing:border-box}.rating-cardvbd{padding:14px}.rating-starsvbd{display:flex;flex-wrap:wrap;font-size:28px;gap:4px}.booking-tablesvbd{min-width:650px}}.detail-rowvbd{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #ececec}.detail-labelvbd{font-weight:600;color:#800020;min-width:150px;white-space:nowrap}.detail-valuevbd{flex:1;text-align:right;word-break:break-word}@media(max-width:768px){.detail-rowvbd{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:10px}.detail-labelvbd{min-width:130px;font-size:14px}.detail-valuevbd{flex:1;text-align:right;font-size:14px;word-break:break-word}}.rating-cardvbd{margin-top:25px;padding:20px;background:#fff;border-radius:12px;border:1px solid #e4e4e4}.rating-cardvbd p{color:#800020;font-size:15px}.rating-starsvbd{margin:15px 0;font-size:34px}.rating-cardvbd textarea{width:100%;margin-top:15px;border-radius:8px;padding:10px;resize:none}.rating-cardvbd button{margin-top:15px;background:#800020;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer}.details-gridvbd{display:flex;flex-direction:column;gap:0;margin-bottom:20px}.detail-rowvbd{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:12px 0;border-bottom:1px solid #ececec}.detail-labelvbd{width:180px;min-width:180px;color:#800020;font-weight:600;white-space:nowrap}.detail-valuevbd{flex:1;text-align:left;color:#333;word-break:break-word}.detail-valuevbd.location-valuevbd{display:inline-flex;align-items:center;justify-content:flex-start;gap:6px;flex-wrap:wrap}.direction-iconvbd{color:#1976d2;font-size:20px;cursor:pointer;flex-shrink:0}@media(max-width:768px){.detail-rowvbd{flex-direction:row;align-items:flex-start;gap:10px}.detail-labelvbd{width:120px;min-width:120px;font-size:14px}.detail-valuevbd{text-align:left;font-size:14px}.detail-valuevbd.location-valuevbd{align-items:flex-start}}.dashboard-containervbd{width:100%;max-width:100%;box-sizing:border-box;padding:20px;overflow-x:hidden}.booking-table-wrappervbd{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}.booking-tablevbd{width:100%;border-collapse:collapse;border-spacing:0}.booking-tablevbd th,.booking-tablevbd td{padding:10px 8px;text-align:center;font-size:14px;border-bottom:1px solid #ddd}.booking-tablevbd tbody tr td{border-bottom:1px solid #cfcfcf}.booking-tablevbd tbody tr:last-child td{border-bottom:1px solid #cfcfcf}.booking-tablevbd th{font-weight:500;color:#fff;border-bottom:2px solid #000}.booking-tablevbd tbody tr{border-bottom:1px solid #000}.booking-table-wrappervbd::-webkit-scrollbar{height:6px}.booking-table-wrappervbd::-webkit-scrollbar-thumb{background:#7b1f28;border-radius:10px}.extra-linevbd td{padding:0;background:transparent}.extra-linevbd hr{display:none}.mobile-descriptionvbd{display:inline;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.more-less-btnvbd{display:inline!important;white-space:nowrap;color:#111!important;font-weight:700!important;font-size:13px!important;cursor:pointer;margin-left:4px;text-decoration:none}@media(max-width:768px){.dashboard-containervbd{padding:10px;width:100%;max-width:100%;overflow-x:hidden}.booking-table-wrappervbd{width:100%;overflow-x:auto}.booking-tablevbd{min-width:420px}.booking-tablevbd th,.booking-tablevbd td{font-size:12px;padding:6px}}.details-gridvbd .detail-rowvbd{display:flex;justify-content:space-between;align-items:flex-start;padding:4px 0;margin:0;border:none!important;border-bottom:none!important;box-shadow:none!important}.details-gridvbd hr{display:none!important}.details-gridvbd{border:none!important}.top-summary-sectionvbd{width:100%;display:flex;gap:25px;align-items:stretch;margin:30px 0}.top-summary-sectionvbd>div{flex:1;min-width:0}.payment-cardvbd,.vendor-cardvbd{width:100%}.summary-cardvbd{background:#fff8f0!important;width:100%;border-radius:14px;overflow:hidden;border:1px solid #ead7c4;box-shadow:0 6px 18px #7b1f2814}.summary-labelvbd{display:flex;align-items:center;gap:12px;color:#444;font-weight:600;min-width:260px}.location-columnvbd{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;width:100%;min-width:0;margin:0;padding:0}.detail-value-locationvbd{flex:1;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;min-width:0}.location-text-wrappervbd{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:4px}.location-shortvbd{width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:22px}.location-fullvbd{width:100%;text-align:left;white-space:pre-wrap;word-break:break-word;line-height:22px}.more-less-btnvbd{margin-top:2px;color:#7b1f28;cursor:pointer;font-weight:600}.view-mapvbd{display:flex;align-items:center;justify-content:flex-start;margin-top:4px;color:#7b1f28;font-weight:600;gap:5px}.location-text-ellipsisvbd{flex:1;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color:#444}.location-text-expandedvbd{color:#444;word-break:break-word;flex:1}.more-less-btnvbd:hover{text-decoration:underline}.summary-iconvbd{width:22px;min-width:22px;font-size:20px;color:#8b1e2d}.summary-labelvbd span{color:#444;font-size:14px}.view-mapvbd svg{font-size:16px}.contact-linkvbd{font-weight:600;color:#2358ff}.summary-titlevbd{font-size:17px;font-weight:700;color:#222}.summary-rowvbd>strong,.summary-rowvbd>a,.summary-rowvbd>.location-columnvbd{justify-self:start;text-align:left;margin:0;padding:0}.summary-headervbd svg{font-size:24px}.summary-headervbd{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,#7b1f28,#8e2330);color:#fff;padding:12px 20px;min-height:58px;font-size:22px;font-weight:700;border-radius:14px 14px 0 0}.summary-bodyvbd{padding:10px 18px 6px}.summary-rowvbd{display:grid;grid-template-columns:260px 1fr;align-items:center;padding:12px 0;border-bottom:1px solid #f2f2f2;-moz-column-gap:20px;column-gap:20px}.summary-rowvbd:last-child{border-bottom:none}.event-wise-titlevbd{margin-top:30px;font-size:26px;font-weight:700;color:#222}.event-wise-containervbd{display:flex;flex-direction:column;gap:20px}.event-cardvbd{background:#fff;border:1px solid #ececec;border-radius:16px;padding:20px;box-shadow:0 2px 10px #0000000f}.event-card-gridvbd{display:grid;grid-template-columns:34% 66%;gap:18px;align-items:flex-start}.event-labelvbd{display:flex;align-items:center;gap:8px;margin-bottom:6px}.event-info-iconvbd{font-size:20px;color:#7b1f28;flex-shrink:0}.event-labelvbd strong{margin:0;color:#7b1f28;font-weight:700}.event-leftvbd{border-right:1px solid #ececec;padding-right:12px}.event-numbervbd{width:34px;height:34px;border-radius:50%;background:#7b1f28;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;margin-bottom:14px}.event-mapvbd{color:#7b1f28;cursor:pointer;font-weight:600;margin-top:10px}.event-rightvbd h4{color:#7b1f28;margin-bottom:15px}.addon-emptyvbd{border:2px dashed #ddd;border-radius:10px;padding:40px;text-align:center;color:#888}.addon-headervbd{display:grid;grid-template-columns:2.2fr 1.4fr .5fr .7fr .9fr;gap:10px;padding-bottom:10px;margin-bottom:10px;border-bottom:1px solid #ececec;font-weight:700;color:#7b1f28;font-size:14px}.addon-totalvbd{text-align:left;font-weight:700;color:#7b1f28}.addon-rowvbd{display:grid;grid-template-columns:2.2fr 1.4fr .5fr .7fr .9fr;gap:10px;align-items:flex-start;padding:12px 0;border-bottom:1px solid #f2f2f2}.addon-headervbd span:nth-child(2),.addon-rowvbd .addon-includevbd{transform:translate(-150px)}.addon-namevbd{font-weight:600;color:#333}.addon-includevbd{color:#666;line-height:1.5;word-break:break-word}.addon-qtyvbd{text-align:left;padding-left:6px}.addon-namevbd{display:flex;align-items:flex-start;gap:8px;font-weight:600;color:#333}.addon-check-iconvbd{color:#7b1f28;font-size:14px;margin-top:3px;flex-shrink:0}.addon-namevbd span{line-height:20px}.addon-pricevbd{text-align:left;font-weight:600}.event-totalvbd{display:flex;justify-content:space-between;align-items:center;margin-top:18px;padding-top:15px;border-top:2px solid #ececec;font-size:18px;font-weight:700;color:#7b1f28}.event-totalvbd strong{color:#7b1f28;font-size:20px}.event-descriptionvbd{margin-top:-20px;background:#fff8ed;border:1px solid #F2DEC5;margin-bottom:16px;border-radius:10px;padding:10px}.addon-includes-fullvbd{white-space:pre-wrap;word-break:break-word;line-height:22px}.addon-includevbd{line-height:22px}.event-description-titlevbd{color:#7b1f28;font-size:14px;font-weight:700;margin-bottom:8px}.booking-summary-cardvbd{margin-top:30px;background:#fff;border-radius:16px;border:1px solid #ececec;box-shadow:0 4px 12px #00000014;overflow:hidden}.booking-summary-titlevbd{background:#7b1f28;color:#fff;font-size:22px;font-weight:700;padding:16px 24px}.booking-summary-rowvbd{display:flex;justify-content:space-between;align-items:center;padding:18px 24px;border-bottom:1px solid #f0f0f0;font-size:17px}.booking-summary-rowvbd:last-child{border-bottom:none}.booking-summary-rowvbd strong{font-size:20px}.booking-summary-totalvbd{background:#faf6f7;font-weight:700}.event-title-rowvbd{display:flex;align-items:center;gap:12px;margin-bottom:14px}.event-namevbd{margin:0;font-size:24px;font-weight:700}.event-date-timevbd{display:flex;align-items:flex-start;gap:28px;margin-bottom:18px;flex-wrap:wrap}.event-address-fullvbd{white-space:pre-wrap;word-break:break-word;line-height:24px}.event-mapvbd{display:flex;align-items:center;gap:6px;color:#7b1f28;font-weight:600;cursor:pointer;margin-top:10px}.event-mapvbd svg{font-size:18px}.event-infovbd{margin-bottom:18px}.event-infovbd strong{display:block;color:#7b1f28;margin-bottom:4px}.event-card-placeholdervbd{text-align:center;font-size:20px;color:#7b1f28;font-weight:700}.summary-rowvbd span{color:#555;font-size:14px}.summary-rowvbd strong{min-width:140px;text-align:right;font-size:18px;font-weight:700}.summary-rowvbd strong,.summary-rowvbd a,.summary-rowvbd .detail-value-locationvbd{justify-self:start;text-align:left}.greenvbd{color:#0f9d58}.redvbd{color:#d93025}.contact-linkvbd{color:#2358ff;text-decoration:none;font-weight:600}.contact-linkvbd:hover{text-decoration:underline}.payment-progress-titlevbd{margin-top:12px;margin-bottom:8px;font-weight:600;color:#222}.progress-barvbd{width:100%;height:12px;background:#efe6e8;border-radius:50px;overflow:hidden;position:relative;margin-top:10px}.progress-fillvbd{display:block;height:100%;background:#7b1f28;border-radius:50px;transition:width .5s ease}.payment-progress-bottomvbd{display:flex;justify-content:space-between;align-items:center;margin-top:8px;font-size:13px}.progress-percentvbd{font-weight:700;color:#333}.cod-boxvbd{margin-top:30px;background:#fff4df;color:#d17a00;text-align:center;padding:14px;border-radius:10px;font-weight:700}.summary-locationvbd{align-items:flex-start}.location-columnvbd div:first-child{color:#444;line-height:1.5}.view-mapvbd:hover{text-decoration:underline}.payment-bodyvbd{display:flex;flex-direction:column;gap:20px}.payment-titlevbd{width:180px;font-weight:600;text-align:left;color:#444;flex-shrink:0}.payment-rowvbd{display:grid;grid-template-columns:240px 1fr;-moz-column-gap:20px;column-gap:20px;align-items:center;padding:12px 24px}.payment-rowvbd strong{text-align:left;justify-self:start}.payment-rowvbd:first-child{margin-top:14px}.top-summary-sectionvbd{display:flex;gap:20px}@media(max-width:768px){.top-summary-sectionvbd{display:flex;flex-direction:column;align-items:center}.vendor-cardvbd{width:96%!important;max-width:96%!important;margin:0 auto}.top-summary-sectionvbd>.vendor-cardvbd{flex:0 0 96%!important;width:96%!important;max-width:96%!important;margin:0 auto}.summary-headervbd{font-size:19px;padding:16px}.summary-rowvbd{gap:15px}.payment-progress-bottomvbd{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px;flex-wrap:nowrap;width:100%}.payment-progress-bottomvbd .greenvbd,.payment-progress-bottomvbd .progress-percentvbd,.payment-progress-bottomvbd .redvbd{white-space:nowrap;font-size:11px}.progress-percentvbd{text-align:center}.location-columnvbd{max-width:100%}.event-cardvbd,.event-contentvbd{display:flex;flex-direction:column}.event-leftvbd,.event-rightvbd{width:100%;max-width:100%;border:none;padding:0}.payment-cardvbd,.summary-cardvbd{width:100%!important;max-width:100%!important;min-width:100%!important;flex:0 0 100%!important}.summary-headervbd{font-size:18px;padding:14px 16px}.summary-bodyvbd{padding:16px}.summary-rowvbd{grid-template-columns:1fr;row-gap:6px}.summary-labelvbd{min-width:100%}.summary-rowvbd strong,.summary-rowvbd a,.summary-rowvbd .detail-value-locationvbd{padding-left:34px;text-align:left;justify-self:start}.detail-value-locationvbd{padding-left:34px;margin:0;align-items:flex-start;justify-content:flex-start;box-sizing:border-box}.location-shortvbd,.location-fullvbd,.view-mapvbd{margin-left:0;padding-left:0}.event-cardvbd{padding:15px}.event-card-gridvbd{display:grid;grid-template-columns:280px minmax(0,1fr);gap:14px;align-items:flex-start}.event-leftvbd{border-right:none!important;border-bottom:none;padding-right:0;padding-bottom:0}.event-rightvbd{width:100%;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.event-title-rowvbd{align-items:flex-start}.event-namevbd{font-size:22px}.addon-headervbd,.addon-rowvbd{display:grid;grid-template-columns:170px 220px 60px 80px 100px;min-width:630px;gap:14px}.event-rightvbd{overflow-x:auto}.event-rightvbd::-webkit-scrollbar{height:6px}.event-rightvbd::-webkit-scrollbar-thumb{background:#7b1f28;border-radius:10px}.addon-headervbd span:nth-child(2),.addon-rowvbd .addon-includevbd{transform:none}.event-descriptionvbd{width:330px!important}.event-description-textvbd{font-size:13px}.booking-summary-rowvbd{padding:14px;font-size:15px}.booking-summary-rowvbd strong{font-size:17px}.booking-summary-titlevbd{font-size:18px}.payment-bodyvbd{gap:6px}.payment-rowvbd{padding:4px 16px}.payment-rowvbd:first-child{margin-top:4px}}.mobile-addon-sectionvbd{display:none}@media(max-width:768px){.mobile-addon-sectionvbd{display:block;margin-top:18px}.mobile-addon-titlevbd{color:#7b1f28;font-size:16px;font-weight:700;margin-bottom:12px}.mobile-addon-cardvbd{background:#fff;border:1px solid #ececec;border-radius:10px;padding:12px;margin-bottom:12px;display:flex;flex-direction:column;gap:8px;width:330px!important}.event-rightvbd{display:none}.mobile-addon-headervbd{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:8px 0}.mobile-addon-titlevbd{margin:0}.mobile-addon-arrowvbd{font-size:16px;color:#7b1f28;transition:transform .25s ease}.mobile-addon-cardvbd .more-less-btnvbd{color:#7b1f28;font-weight:600;cursor:pointer;margin-left:4px}.event-date-timevbd.catering-summaryvbd{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-items:flex-start;margin-bottom:14px}.event-date-timevbd.catering-summaryvbd .event-infovbd{margin-bottom:0}.event-date-timevbd.catering-summaryvbd .event-infovbd strong{font-size:13px;margin-bottom:3px}.event-date-timevbd.catering-summaryvbd .event-infovbd span,.event-date-timevbd.catering-summaryvbd .event-infovbd div{font-size:13px}.booking-id-titlevbd{font-size:24px;margin-bottom:16px}.cancel-sectionvbd{flex-direction:column;align-items:flex-start;padding:18px;gap:20px}.cancel-policyvbd{width:100%}.cancel-policy-iconvbd{width:58px;height:58px;min-width:58px;font-size:30px}.cancel-policy-contentvbd h3{font-size:22px}.cancel-policy-contentvbd p{font-size:15px;line-height:1.5}.cancel-booking-btnvbd{width:100%;min-width:unset;height:56px;font-size:20px}.cancel-booking-btnvbd svg{font-size:22px}}.decor-previewvbd{margin:12px 0}.decor-imagevbd{width:100%;max-width:220px;height:140px;-o-object-fit:cover;object-fit:cover;border-radius:10px;border:1px solid #e5e5e5}.booking-id-titlevbd{font-size:34px;font-weight:700;color:#8b1e2d;margin:0 0 22px;padding-left:4px}.cancel-sectionvbd{margin-top:24px;padding:18px 24px;background:#fff;border:1px solid #ead7c3;border-radius:18px;display:flex;justify-content:space-between;align-items:center;gap:24px;box-shadow:0 8px 24px #0000000f}.cancel-policyvbd{display:flex;align-items:center;gap:20px}.cancel-policy-iconvbd{width:78px;height:78px;min-width:78px;border-radius:50%;background:#fff4e8;display:flex;justify-content:center;align-items:center;color:#8b1e2d;font-size:42px}.cancel-policy-contentvbd h3{margin:0 0 4px;color:#8b1e2d;font-size:22px;font-weight:700}.cancel-policy-contentvbd p{margin:0;color:#555;font-size:14px;line-height:1.5;max-width:500px}.cancel-policy-iconvbd{width:60px;height:60px;min-width:60px;border-radius:50%;background:#fff4e8;display:flex;justify-content:center;align-items:center;color:#8b1e2d;font-size:30px}.cancel-booking-btnvbd{width:220px;min-width:220px;height:46px;border:2px solid #8B1E2D;border-radius:30px;background:#fff;color:#8b1e2d;display:flex;justify-content:center;align-items:center;gap:8px;padding:0 18px;font-size:18px;font-weight:600;cursor:pointer;transition:.3s ease}.cancel-booking-btnvbd svg{font-size:20px}.cancel-booking-btnvbd:hover{background:#8b1e2d;color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #8b1e2d33}@media screen and (max-width:360px){.top-summary-sectionvbd{gap:12px}.summary-headervbd{padding:10px 12px;font-size:16px}.summary-bodyvbd{padding:10px}.summary-labelvbd{min-width:100%;gap:8px}.summary-rowvbd{row-gap:4px;padding:8px 0}.summary-rowvbd strong,.summary-rowvbd a,.detail-value-locationvbd{padding-left:26px;font-size:13px}.payment-rowvbd{padding:4px 10px}.payment-titlevbd{width:120px;font-size:12px}.payment-progress-bottomvbd span{font-size:10px!important}.booking-id-titlevbd{font-size:20px}}.support-pages{width:100%;min-height:100vh;padding:35px;display:flex;justify-content:center;align-items:flex-start}.empty-icons svg{width:42px;height:42px;color:#f60}.support-wrappers{width:100%;max-width:1200px}.empty-states{background:#fffdfb;border-radius:20px;padding:40px 20px;text-align:center;box-shadow:0 8px 30px #00000014;margin-top:15px}.empty-states h3 span{color:#f60}.support-headers{display:flex;align-items:center;gap:20px;margin-bottom:28px}.empty-state-cards{display:flex;align-items:center;justify-content:flex-start;gap:32px;width:100%;min-height:120px;padding:16px 28px;background:#fffdfb;border:1px solid #efe3da;border-radius:18px}.empty-state-images{flex:0 0 230px;display:flex;align-items:center;justify-content:center}.empty-state-images img{width:240px;max-width:100%;height:auto}.empty-state-contents{flex:1;display:flex;justify-content:center;flex-direction:column}.empty-state-contents h3{margin:0 0 10px;font-size:22px;font-family:Georgia,serif;color:#7b1f28;line-height:1.2}.empty-state-contents p{margin:0;font-size:16px;color:#555;line-height:1.6}.empty-subtexts{margin-top:4px!important}.status-bars button:hover{transform:translateY(-2px)}.status-bars{display:flex;width:100%;background:#fff;border:1px solid #ece3db;border-radius:14px;overflow:hidden;box-shadow:0 3px 10px #0000000d;margin:22px 0}.status-bars button{flex:1;height:44px;border:none;background:#fff;display:flex;align-items:center;justify-content:center;gap:8px;color:#3d312e;font-size:17px;font-weight:600;cursor:pointer;transition:.25s}.status-bars button svg{font-size:18px}.status-bars button.active{background:#8b1e2d;color:#fff}.status-bars button:not(:last-child){border-right:1px solid #ece3db}.status-bars button:hover:not(.active){background:#faf8f6}.support-header-icons{width:62px;height:62px;border-radius:50%;background:#fff1e8;display:flex;align-items:center;justify-content:center;font-size:34px;color:#7b1f28}.support-header-texts h1{margin:0;color:#7b1f28;font-size:32px;font-family:Georgia,serif;font-weight:700}.support-header-texts p{margin-top:6px;color:#666;font-size:18px}.empty-chat-boxs:hover{transform:translateY(-2px);transition:.3s ease}.chat-empty-contents{flex:1;padding-left:15px}.chat-empty-contents h3{margin:0 0 12px;color:#1f2937;font-size:18px;font-weight:700}.chat-empty-contents p{margin:0;color:#6b7280;font-size:12px;line-height:1.6}.support-containers{width:100%;max-width:1200px;background:#fff8f0;border:1px solid #eadfd6;border-radius:18px;padding:30px;box-shadow:0 10px 30px #00000014}.new-ticket-forms{margin-top:20px;background:#fff;border:1px solid #eadfd6;border-radius:18px;padding:24px 26px;box-shadow:0 4px 14px #0000000d}.new-ticket-forms h3{margin:0;display:flex;align-items:center;gap:12px;font-family:Georgia,serif;font-size:22px;font-weight:700;color:#7b1f28}.new-ticket-forms label{display:block;margin:18px 0 10px;font-size:16px;font-weight:600;color:#444}.new-ticket-forms textarea{width:100%;min-height:95px;padding:16px 18px;border:1px solid #ddd7d2;border-radius:12px;font-size:16px;color:#444;resize:none;outline:none;transition:.25s}.new-ticket-forms textarea::-moz-placeholder{color:#b1b1b1}.new-ticket-forms textarea::placeholder{color:#b1b1b1}.new-ticket-forms textarea:focus{border-color:#8b1e2d;box-shadow:0 0 0 3px #8b1e2d14}.new-ticket-forms button{width:100%;height:50px;margin-top:16px;border:none;border-radius:10px;background:linear-gradient(90deg,#8b1e2d,#a72534);color:#fff;font-size:18px;font-weight:600;cursor:pointer;transition:.25s}.new-ticket-forms button:hover{transform:translateY(-2px);box-shadow:0 8px 18px #8b1e2d40}.new-ticket-forms button:disabled{opacity:.7;cursor:not-allowed;transform:none}.chat-empty-states{display:flex;align-items:center;margin-top:30px;min-height:105px;padding:22px 26px;background:#fff;border:1px solid #eadfd6;border-radius:18px;box-shadow:0 4px 12px #0000000d}.chat-empty-contents{padding:0}.ticket-card-title{display:flex;align-items:center;gap:14px;margin:0}.ticket-card-icon{width:52px;height:52px;display:flex;align-items:center;justify-content:center;border-radius:50%;background:#fff1e8;color:#7b1f28;font-size:24px;flex-shrink:0;border:1px solid #f3ddd0}.chat-empty-states{display:flex;align-items:center;gap:18px}.chat-empty-contents h3{margin:0 0 8px;font-family:Georgia,serif;font-size:18px;font-weight:700;color:#7b1f28}.chat-empty-contents p{margin:0;font-size:15px;color:#666;line-height:1.6}.chat-empty-states:after{content:"";position:absolute;right:25px;bottom:0;width:180px;height:110px;opacity:.12;background:url(../../assets/images/chat-empty.png) no-repeat center;background-size:contain;pointer-events:none}.chat-empty-states:hover{transform:translateY(-2px);box-shadow:0 8px 22px #00000014;transition:.3s ease}.chat-empty-icon{width:56px;height:56px;display:flex;align-items:center;justify-content:center;margin-right:18px;border-radius:50%;background:#fff1e8;color:#7b1f28;font-size:28px;flex-shrink:0}.ticket-item.actives{border-color:#f60;background-color:#fff3e0;box-shadow:0 0 6px #ff66004d;transform:scale(1.02)}.ticket-item.unreads{position:relative;border-color:#f60;box-shadow:0 0 10px #f606;animation:unreadPulse 1.2s infinite}.ticket-item.unreads:after{content:"";position:absolute;top:10px;right:10px;width:10px;height:10px;background:#f60;border-radius:50%;box-shadow:0 0 6px #f60}.date-badges{background-color:#ff4500;color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;display:table;margin:10px auto;text-align:center}@media(max-width:1024px){.support-containers{width:95%;padding:16px}}@media(max-width:768px){.empty-state-cards{flex-direction:column;text-align:center;gap:20px;padding:24px 18px;min-height:auto}.empty-state-images{width:190px}.empty-state-contents{max-width:100%}.empty-state-contents h3{font-size:26px}.empty-state-contents p{font-size:15px;line-height:1.6}}@media(max-width:768px){.support-headers{flex-direction:column;text-align:center}.support-containers{padding:18px}.empty-state-images{width:180px}.empty-state-contents h3{font-size:30px}.empty-state-contents p{font-size:16px}}@media(max-width:768px){.status-bars{flex-direction:column;border-radius:14px}.status-bars button{width:100%;height:52px;font-size:18px}.status-bars button:not(:last-child){border-right:none;border-bottom:1px solid #ece3db}}@media(max-width:768px){.support-pages{width:100%;min-height:100vh;padding:14px 12px;display:flex;justify-content:center;align-items:flex-start}.support-wrappers{width:100%;max-width:100%}.support-headers{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;text-align:left;gap:12px;margin-bottom:16px}.support-header-icons{width:48px;height:48px;min-width:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:25px;background:#fff1e8;color:#7b1f28}.support-header-texts{flex:1;min-width:0}.support-header-texts h1{margin:0;font-size:23px;line-height:1.2;color:#7b1f28;font-family:Georgia,serif;font-weight:700;text-align:left}.support-header-texts p{margin:4px 0 0;font-size:13px;line-height:1.4;color:#666;text-align:left}.status-bars{width:100%;display:flex;flex-direction:column;margin:14px 0 16px;border-radius:12px;overflow:hidden}.status-bars button{width:100%;height:42px;font-size:15px;display:flex;align-items:center;justify-content:center;gap:7px}.status-bars button svg{font-size:17px}.status-bars button:not(:last-child){border-right:none;border-bottom:1px solid #ece3db}.support-containers{width:100%;padding:12px;border-radius:15px}.ticket-lists h2{margin:4px 0 10px;font-size:17px;text-align:center}.empty-state-cards{width:100%;min-height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:4px;padding:12px 12px 14px;border-radius:14px}.empty-state-images{width:100%;flex:none;height:auto;display:flex;align-items:center;justify-content:center;margin:0;padding:0}.empty-state-images img{width:145px;max-width:145px;height:auto;display:block;margin:0 auto;padding:0}.empty-state-contents{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;margin:0;padding:0 4px}.empty-state-contents h3{margin:2px 0 8px;font-size:21px;line-height:1.25;font-family:Georgia,serif;color:#7b1f28;text-align:center}.empty-state-contents p{width:100%;margin:0;font-size:13px;line-height:1.45;color:#555;text-align:center;word-break:normal;overflow-wrap:normal}.empty-subtexts{margin-top:5px!important}.new-ticket-forms{margin-top:14px;padding:16px 14px;border-radius:14px}.ticket-card-title{display:flex;flex-direction:row;align-items:center;gap:10px;text-align:left}.ticket-card-icon{width:42px;height:42px;min-width:42px;font-size:20px}.new-ticket-forms h3{font-size:19px;line-height:1.25}.new-ticket-forms label{margin:14px 0 8px;font-size:14px}.new-ticket-forms textarea{min-height:85px;padding:12px;font-size:14px}.new-ticket-forms button{height:44px;margin-top:12px;font-size:15px}.chat-empty-states{margin-top:16px;min-height:90px;padding:14px;gap:12px;border-radius:14px}.chat-empty-contents{flex:1;padding:0;text-align:left}.chat-empty-contents h3{margin:0 0 5px;font-size:17px;line-height:1.3}.chat-empty-contents p{margin:0;font-size:13px;line-height:1.4}.chat-empty-states:after{display:none}}html,body{width:100%;max-width:100%;overflow-x:hidden;margin:0;padding:0}*,*:before,*:after{box-sizing:border-box}.containerbn{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background:#f8f3ee;padding:40px 20px;box-sizing:border-box}.business-infobn{width:100%}.business-dashboardbn{width:100%;min-height:100vh;max-width:1400px;margin:auto;background:transparent;padding:0;border-radius:0;box-sizing:border-box}.location-pagebn{min-height:100vh;background:#d4bf9b;display:flex;justify-content:center;align-items:flex-start;padding:40px 20px;font-family:Arial,Helvetica,sans-serif}.location-cardbn{width:100%;max-width:900px;background:#e1d3bd;border-radius:8px;padding:25px;box-shadow:0 3px 12px #00000026;overflow:hidden}.location-cardbn h2{font-size:22px;margin-bottom:10px}.location-cardbn h3{margin-top:20px;margin-bottom:10px;font-size:16px;color:#333}.states-gridbn{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.state-itembn{display:flex;align-items:center;gap:8px;padding:14px;border-radius:6px;border:1px solid #ddd;background:#fafafa;cursor:pointer;transition:all .2s ease;font-size:14px;justify-content:flex-start}.state-itembn:hover{border-color:#f84464}.state-itembn input:checked+span{color:#f84464;font-weight:600}.districts-listbn{margin-top:10px;max-height:260px;overflow-y:auto;border:1px solid #eee;border-radius:6px}.business-citiesbn{display:flex;flex-wrap:wrap;gap:6px;width:100%;margin-top:6px;margin-bottom:16px}.business-bottombn{display:flex;justify-content:space-between;align-items:flex-start;margin-top:12px;gap:12px}.view-details-btnbn{background:#7b1f28;color:#fff;border:none;padding:7px 14px;border-radius:4px;font-size:14px;font-weight:600;width:auto;align-self:flex-start}.view-details-btnbn:hover{background:#64131c}.cities-titlebn{display:block;margin-bottom:10px;font-size:16px;font-weight:600}.cities-listbn{display:flex;flex-wrap:wrap;gap:6px;margin-top:8px}.districts-gridbn{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px;max-height:260px;overflow-y:auto}.district-chipbn{padding:8px 14px;border-radius:30px;background:#f5f5f5;border:1px solid #ddd;font-size:13px;font-family:Lucida Sans,Lucida Sans Regular,Lucida Grande,Lucida Sans Unicode,Geneva,Verdana,sans-serif;cursor:pointer;transition:all .2s ease}.district-chipbn:hover{background:#ffe6ea;border-color:brown}.district-selectedbn{background:brown;color:#fff;border-color:brown;font-weight:600}button{margin-top:20px;width:100%;padding:12px;border:none;border-radius:6px;background:brown;color:#fff;font-size:15px;font-weight:600;cursor:pointer}button:disabled{background:#ccc;cursor:not-allowed}.cities-gridbn{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:20px;text-align:center}.city-cardbn{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:18px;border-radius:18px;background:#ffffff2e;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.25);box-shadow:0 8px 20px #00000026,inset 0 0 #ffffff1a;transition:all .4s ease;opacity:0;transform:translate(-40px);animation:citySlide .6s ease forwards}.city-cardbn:hover{transform:translateY(-8px) scale(1.07);box-shadow:0 15px 35px #00000040,0 0 20px #f5d9b099;border:1px solid rgba(245,217,176,.6)}.city-cardbn{display:flex;flex-direction:column;align-items:center;cursor:pointer;padding:10px;transition:all .2s ease}.city-cardbn:hover{transform:scale(1.05)}.city-iconbn{width:95px;height:95px;-o-object-fit:cover;object-fit:cover;border-radius:18px;margin-bottom:10px;transition:all .35s ease;box-shadow:0 6px 15px #00000040;animation:floatCity 4s ease-in-out infinite}.city-cardbn:hover .city-iconbn{transform:scale(1.15);box-shadow:0 12px 30px #00000059;animation-play-state:paused}.city-cardbn span{font-size:15px;font-weight:600;color:#3a2a28;letter-spacing:.4px}.selected-citybn{background:linear-gradient(135deg,#ffe6ea,#fff7e6);border:2px solid brown;box-shadow:0 0 15px #f8446480}.city-titlebn{text-align:center;font-size:16px;margin-top:20px;color:#444}.view-all-linkbn{text-align:center;color:#f84464;margin-top:15px;cursor:pointer;font-weight:600}.business-searchbn{width:100%;padding:10px;border:2px solid #f5d9b0;border-radius:10px;font-size:14px;margin-bottom:20px;outline:none;background-color:#fff;box-sizing:border-box}.business-sectionbn{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px}@media(min-width:769px){.business-cardbn{display:flex;align-items:flex-start;gap:24px;width:100%;max-width:760px;padding:22px;border-radius:22px}.business-leftbn{width:170px;flex-shrink:0}.business-imagebn{width:170px;height:170px;-o-object-fit:cover;object-fit:cover}.business-rightbn{flex:1;min-width:0;display:flex;flex-direction:column}.business-topbn h3{font-size:34px;line-height:1.25;word-break:break-word}.vendor-ratingbn{margin-top:12px;font-size:20px}.cities-listbn{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}.city-chipbn{font-size:15px;padding:8px 14px}.business-bottombn{margin-top:18px;display:flex;justify-content:space-between;align-items:flex-start}.price-labelbn{font-size:16px}.price-valuebn{font-size:42px}.vendor-arrowbn{width:58px;height:58px}.vendor-arrowbn svg{font-size:26px}.offer-badgebn{margin-top:14px;font-size:14px;padding:10px 18px}}@media(max-width:768px){.business-sectionbn{grid-template-columns:1fr;min-height:auto}.business-sectionbn.no-vendors-sectionbn{display:flex;justify-content:center;align-items:flex-start;min-height:calc(100vh - 180px)}.containerbn,.business-dashboardbn,.location-pagebn,.location-cardbn{width:100%;max-width:100%;overflow-x:hidden}.business-infobn h3{margin:0;font-size:clamp(14px,1.4vw,20px);line-height:1.35;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.business-infobn{flex:1;min-width:0;display:flex;flex-direction:column}.no-icon-mobilebn{position:relative}.no-icon-mobilebn:before{display:none}.rating-starbn,.rating-valuebn,.experience-iconbn{font-size:10px;margin-top:8px}.experience-textbn,.rating-reviewsbn{font-size:8px;margin-top:8px}.cities-listbn{display:flex;flex-wrap:wrap;gap:3px;margin-top:3px}.price-valuebn{font-size:10px}.business-citiesbn{margin-top:6px;margin-bottom:10px}.business-bottombn{margin-top:4px;display:flex;justify-content:space-between;align-items:center;gap:6px}.view-details-btnbn{white-space:nowrap;font-size:clamp(9px,2.5vw,12px);padding:4px 8px}}.business-addressbn{font-size:13px;color:#5a3b33;margin:4px 0}.business-datesbn{font-size:12px;color:#333;font-style:italic}.no-businessbn{text-align:center;color:#fff;margin-top:20px;font-size:14px}.disabled-cardbn{pointer-events:none;opacity:.5}.already-booked-textbn{color:red;font-weight:700;margin-top:5px}@media(max-width:768px){.location-pagebn{padding:15px}.location-cardbn{padding:15px;max-width:100%}.cities-gridbn{display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:20px;margin-top:20px;text-align:center}.city-cardbn{padding:10px}.city-iconbn{width:60px;height:60px}.districts-listbn{max-height:280px}.city-cardbn span{font-size:12px}.location-cardbn h2{font-size:20px}.location-cardbn h3{font-size:15px}}.sticky-view-servicesbn{position:fixed;bottom:20px;left:50%;transform:translate(-50%);width:90%;max-width:900px;z-index:1000}.sticky-view-servicesbn button{width:100%;padding:16px;font-size:16px;border-radius:10px;border:none;background:brown;color:#fff;font-weight:600;cursor:pointer;box-shadow:0 6px 20px #00000040}.sticky-view-servicesbn button:disabled{background:#cfcfcf;color:#666;cursor:not-allowed;box-shadow:none}.use-locationbn{margin-bottom:15px;padding:10px;background:#fff5f5;border:1px solid brown;border-radius:8px;text-align:center;font-weight:600;color:brown;cursor:pointer;transition:.2s}.use-locationbn:hover{background:#ffe6ea}.location-loading-overlaybn{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000059;display:flex;justify-content:center;align-items:center;z-index:999}.location-loading-boxbn{background:#fff;padding:25px 35px;border-radius:12px;text-align:center;box-shadow:0 6px 20px #00000040}.location-loading-boxbn p{margin-top:10px;font-size:14px;color:#333;font-weight:500}.magnifierbn{width:40px;height:40px;border:4px solid #f84464;border-radius:50%;position:relative;margin:auto;animation:searchSpin 1.2s linear infinite}.magnifierbn:after{content:"";position:absolute;width:14px;height:4px;background:#f84464;bottom:-8px;right:-8px;transform:rotate(45deg);border-radius:2px}@keyframes searchSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.selected-districtsbn{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:15px}.selected-district-chipbn{background:brown;color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;display:flex;align-items:center;gap:6px}.remove-chipbn{cursor:pointer;font-size:12px}.location-search-boxbn{position:relative;margin-bottom:15px}.location-search-boxbn input{width:100%;padding:10px 35px;border-radius:8px;border:1px solid #ddd}.search-iconbn{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#888}.clear-searchbn{position:absolute;right:10px;top:50%;transform:translateY(-50%);cursor:pointer;color:#888}.business-cardbn{display:flex;align-items:flex-start;gap:20px;width:100%;background-color:#e8e8e3}.vendor-image-sectionbn{flex-shrink:0}.business-imagebn{width:150px;height:150px;border-radius:14px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.business-contentbn{flex:1;display:flex;flex-direction:column;gap:8px;position:relative}.business-contentbn h3{margin:0;font-size:22px;color:#522e1d;font-weight:700}.offer-badgebn{margin-top:10px;background:linear-gradient(90deg,#f9df8a,#f4c64c);color:#6e4500;font-size:11px;font-weight:700;padding:7px 14px;border-radius:30px;width:100%;text-align:center;box-shadow:0 4px 10px #c992212e}.vendor-ratingbn{display:flex;align-items:center;gap:6px;margin-top:8px;font-size:13px}.city-chipbn{display:inline-flex;align-items:center;padding:5px 10px;border-radius:20px;background:#f8f3ea;color:#7a5a34;font-size:11px;font-weight:500;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.business-pricebn{display:flex;flex-direction:column;gap:2px;flex:1}.price-labelbn{display:block;font-size:11px;color:#302f2f}.price-valuebn{font-size:34px;font-weight:700;color:#be8618}.business-rightbn{flex:1;display:flex;flex-direction:column;min-width:0}.business-leftbn{display:flex;flex-direction:column;align-items:center}.business-topbn{display:flex;justify-content:space-between;align-items:flex-start;gap:10px}.business-topbn h3{font-size:21px;line-height:1.35;font-weight:700;color:#512915;margin:0}.vendor-arrowbn{width:42px;height:42px;border:none;border-radius:50%;background:#c88c21;color:#fff;display:flex;align-items:center;justify-content:center;flex-shrink:0;margin-top:2px}.vendor-arrowbn:hover{background:#ae7d22;transform:scale(1.08)}.business-cardbn:hover{transform:translateY(-4px);box-shadow:0 16px 40px #0000001f}@keyframes citySlide{0%{opacity:0;transform:translate(-60px)}to{opacity:1;transform:translate(0)}}@keyframes floatCity{0%{transform:translateY(0)}50%{transform:translateY(-8px)}to{transform:translateY(0)}}.business-image-wrapperbn{position:relative;display:inline-block}.rating-numberbn{font-size:14px}.rating-starbn{color:#f5a623;font-size:18px;line-height:1}.rating-valuebn{color:#6d1616;font-weight:700;font-size:18px}.rating-reviewsbn{color:#777;font-size:15px;font-weight:500}.rating-dividerbn{color:#bdbdbd;font-weight:600;margin:0 4px}.experience-iconbn{font-size:15px}.experience-textbn{color:#555;font-size:15px;font-weight:500}@media(max-width:768px){.business-cardbn{display:flex;align-items:flex-start;gap:12px;padding:14px;border-radius:18px}.business-leftbn{width:100px;flex-shrink:0;display:flex;flex-direction:column;align-items:center}.business-imagebn{width:100px;height:100px;border-radius:14px;-o-object-fit:cover;object-fit:cover;border:2px solid #fff;box-shadow:0 5px 14px #0000001f}.offer-badgebn{width:100%;margin-top:8px;padding:6px 8px;font-size:10px;font-weight:700;border-radius:20px;text-align:center;white-space:nowrap}.business-rightbn{flex:1;min-width:0;display:flex;flex-direction:column}.business-topbn h3{font-size:17px;line-height:1.3;margin:0;font-weight:700}.vendor-ratingbn{margin-top:6px;gap:5px;font-size:12px;flex-wrap:wrap}.rating-starbn,.rating-valuebn,.rating-dividerbn,.experience-textbn{font-size:12px}.city-chipbn{font-size:11px;padding:5px 10px}.price-labelbn{font-size:10px}.price-valuebn{font-size:24px;line-height:1}}.business-headerbn{background:linear-gradient(180deg,#fffdfb,#faf5ef);border-radius:22px;padding:24px;margin-bottom:22px;box-shadow:0 10px 30px #00000014}.business-header-contentbn{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;text-align:left;flex:1}.business-header-contentbn h2{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.business-subtitlebn{margin-top:8px;color:#666;font-size:18px;text-align:left;line-height:1.5}.business-header-titlebn{display:flex;align-items:center;justify-content:flex-start;gap:24px;width:100%;min-width:0}.service-icon-circlebn{width:72px;height:72px;min-width:72px;border-radius:50%;background:#fff5e8;border:2px solid #F3E1C7;display:flex;align-items:center;justify-content:center;color:#7b1f28;font-size:34px;box-shadow:0 6px 16px #7b1f2826;flex-shrink:0}.business-headerbn h2{margin:0;color:#7b1f28;font-size:28px;font-family:Georgia,Times New Roman,serif;font-weight:700;line-height:1.1}.no-vendors-full-width{grid-column:1 / -1;width:100%;display:flex;justify-content:center;align-items:center}.business-subtitlebn{margin-top:10px;color:#666;font-size:22px;font-weight:400}.no-vendors-wrapper{width:100%;display:flex;justify-content:center;align-items:center}.no-vendors-container{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;max-width:500px;width:100%;padding:20px}.no-vendors-image{width:clamp(180px,30vw,320px);margin-bottom:18px}.no-vendors-title{margin:0;font-size:clamp(28px,3vw,42px);color:#7b1f28}.no-vendors-text{margin-top:10px;font-size:clamp(15px,1.4vw,20px);color:#666}.no-vendors-btn{background:linear-gradient(90deg,#8b1e1e,#b62828);color:#fff;border:none;border-radius:40px;padding:15px 42px;font-size:20px;font-weight:600;cursor:pointer;transition:.3s;box-shadow:0 10px 25px #7b1f2840}.no-vendors-btn:hover{transform:translateY(-2px)}.no-vendors-info{margin:40px auto 0;padding:22px;max-width:650px;border:2px dashed #f3c6a6;border-radius:18px;background:#fffaf6;display:flex;align-items:flex-start;gap:20px;text-align:left}.info-icon{width:60px;height:60px;border-radius:50%;background:#fff;color:#7b1f28;font-size:30px;display:flex;justify-content:center;align-items:center;box-shadow:0 8px 20px #00000014}.no-vendors-info h4{color:#7b1f28;font-size:24px;margin-bottom:8px}.no-vendors-info p{color:#555;font-size:18px;line-height:1.6;margin:0}@media(max-width:768px){.business-headerbn{padding:14px;overflow:hidden}.no-vendors-wrapper{width:100%;display:flex;justify-content:center;align-items:flex-start;margin-top:0;padding-top:25px}.no-vendors-container{width:100%;max-width:320px;text-align:center}.no-vendors-image{width:180px}.no-vendors-title{font-size:28px}.no-vendors-text{font-size:15px}.no-vendors-btn{width:100%;font-size:17px;padding:13px}.no-vendors-info{flex-direction:column;align-items:center;text-align:center}.no-vendors-info h4{font-size:20px}.no-vendors-info p{font-size:15px}.business-header-titlebn{display:flex;align-items:center;gap:10px;width:100%;min-width:0}.service-icon-circlebn{width:44px;height:44px;min-width:44px;font-size:18px;flex-shrink:0}.business-header-contentbn{flex:1;min-width:0}.business-header-contentbn h2,.business-headerbn h2{font-size:18px!important;line-height:1.25;white-space:normal;word-break:break-word;overflow:visible;text-overflow:unset;margin:0}.business-subtitlebn{font-size:13px;line-height:1.4;margin-top:6px}}html,body,#root{width:100%;overflow-x:hidden}.containerbn,.business-dashboardbn{overflow-x:hidden}.business-infobn{min-width:0}.video-wrapper{position:relative;cursor:pointer}.video-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#0009;color:#fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:18px;pointer-events:none}.booking-page{width:100%;min-height:100vh;display:flex;flex-direction:column}.BookingPage-container{width:100%;padding:0;display:flex;flex-direction:column;align-items:center}.booking-header{width:100%;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#7b2c2c,#a13a3a);color:#fff;padding:14px 18px;position:sticky;top:0;z-index:10;box-shadow:0 4px 12px #00000040;border-bottom:2px solid rgba(255,255,255,.2)}.booking-header h2{flex:1;text-align:center;margin:0;color:#fff;font-size:18px}.photo-gallery{margin-top:20px;margin-bottom:-30px;width:100%;display:flex;flex-wrap:wrap;gap:8px;padding:8px}.gallery-img{width:70px;height:70px;-o-object-fit:cover;object-fit:cover;border-radius:8px;cursor:pointer;transition:.2s ease;box-shadow:0 3px 8px #0003}.gallery-img:hover{transform:scale(1.03)}.more-photos{width:70px;height:70px;border-radius:8px;background-size:cover;background-position:center;position:relative;cursor:pointer;overflow:hidden}.more-photos .overlay{position:absolute;inset:0;background:#0009;color:#fff;font-size:18px;font-weight:700;display:flex;justify-content:center;align-items:center;border-radius:8px}.hide-photos{width:100%;text-align:center;margin-top:10px;color:#7b2c2c;font-size:14px;font-weight:700;cursor:pointer;order:999;z-index:9999}.offer-banner{background:linear-gradient(135deg,#000,#2b2b2b);color:#fff;padding:12px 16px;border-radius:14px;font-size:14px;font-weight:700;margin-bottom:12px;text-align:center;box-shadow:0 6px 16px #00000059}.offer-banner.applied{border-left:5px solid #1fbf75}.offer-banner.upsell{border-left:5px solid #ff9800}@media(max-width:600px){.offer-banner{font-size:12px;padding:10px 12px}}.modal-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.close-btn{position:absolute;top:12px;right:14px;font-size:22px;color:#fff;cursor:pointer;z-index:10;background:#0009;padding:6px;border-radius:50%}.popup-items{width:100%;max-height:230px;overflow-y:auto;margin-top:10px}.popup-item-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px;border:1px solid #eee;border-radius:8px;margin-bottom:10px;background:#fafafa}.popup-item-info p{margin:4px 0;font-size:14px}.popup-item-info{flex:1}.popup-item-img{width:70px;height:70px;border-radius:6px;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.package-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:10px}.package-header b,.select-event-text{flex:1}.select-event-text{font-weight:700;color:maroon;font-size:14px}.calendar-iconphoto{flex-shrink:0;cursor:pointer;color:#7b1f28;font-size:22px;display:flex;align-items:center;justify-content:center}.selected-date{background-color:#4caf50!important;color:#fff!important;border-radius:6px}.react-calendar__tile--active{background:#fff!important;color:inherit!important}.react-calendar__tile.selected-date{background-color:#4caf50!important;color:#fff!important;border-radius:6px}.date-chip{display:inline-block;margin:4px;padding:4px 8px;background:#e0f2f1;border-radius:6px;font-size:12px}.package-name{font-size:15px;font-weight:600}.calendar-wrapper{margin:8px 0}@media(max-width:480px){.calendar-wrapper{width:100%;overflow-x:hidden}.react-calendar{font-size:13px}.react-calendar__tile{padding:8px 0}}.react-calendar{border-radius:12px;box-shadow:0 4px 14px #00000026}.calendar-left{max-width:340px}.calendar-left .react-calendar{width:100%!important;max-width:100%!important}@media(max-width:480px){.calendar-left .react-calendar{width:100%}}.freeze-date{background-color:#fcc!important;color:#a00000!important;pointer-events:none}.react-calendar__tile:disabled{background:#f5f5f5;color:#bdbdbd;cursor:not-allowed}.react-calendar__month-view__weekdays,.react-calendar__month-view__days{display:grid!important;grid-template-columns:repeat(7,1fr);justify-content:center}.react-calendar{overflow:visible}@media(max-width:420px){.react-calendar{font-size:12px}.react-calendar__tile{padding:6px 0}}@media(max-width:360px){.react-calendar{font-size:11px}}.selected-date-pill{display:inline-flex;align-items:center;gap:6px;background:#e8f5e9;color:#2e7d32;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;box-shadow:0 2px 6px #0000001f;margin-top:6px;width:-moz-fit-content;width:fit-content}.pill-check{background:#2e7d32;color:#fff;width:18px;height:18px;font-size:12px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pill-text{white-space:normal;word-break:break-word;overflow-wrap:break-word;line-height:1.3}.slot-dropdown{margin-top:8px;width:100%;padding:8px 10px;border-radius:10px;border:1px solid #ddd;background:linear-gradient(135deg,#fffdf7,#fff7e6);font-size:13px;font-weight:500;color:#5a3b33;outline:none;cursor:pointer;box-shadow:0 2px 6px #00000014;transition:all .25s ease}.slot-dropdown:hover{border-color:#f5b658;box-shadow:0 4px 10px #f5b65840}.slot-dropdown:focus{border-color:#f5b658;box-shadow:0 0 0 2px #f5b65833}.slot-dropdown option{padding:10px;background:bisque;color:#000;font-size:13px;font-weight:700}.slot-dropdown option:checked{background:#ffe0b2;color:#7b2c2c;font-weight:600}@media(max-width:480px){.selected-date-pill{font-size:12px;padding:5px 10px}}@media(max-width:480px){.confirm-popup{width:95vw;max-height:90vh;padding:14px}.popup-items{max-height:55vh}.popup-item-card{flex-direction:row;align-items:center}.popup-item-info p{font-size:13px}.popup-item-img{width:60px;height:60px}.date-slot-row{display:flex;align-items:center;gap:10px;margin-top:6px}.date-chip{background:#e3f2fd;padding:4px 8px;border-radius:6px;font-size:12px}.selected-slot-text{font-size:12px;font-weight:600;color:#2e7d32}.final-date-slot{font-size:13px;font-weight:600;color:#2e7d32;background:#e8f5e9;padding:6px 10px;border-radius:8px;margin-top:6px;display:inline-block}.quantity-controls{width:auto;gap:8px;padding:4px 8px}.confirm-btn{font-size:14px;padding:12px}}.addon-img-wrapper{display:flex;flex-direction:column;align-items:center;gap:6px}.addon-qty{margin-top:2px;justify-content:center}.confirm-popup{position:relative;background:#fff;border-radius:2%}.popup-actions{position:sticky;bottom:0;background:#fff;padding:12px 20px;box-shadow:0 -4px 10px #0000001a}.confirm-btn{width:100%;padding:12px 20px;border:none;border-radius:8px;background:#ff5722;color:#fff;font-size:15px;font-weight:700;cursor:pointer}.confirm-btn:active{transform:scale(.98)}.cancel-icon{position:absolute;top:10px;left:12px;cursor:pointer;font-size:18px;color:#555}.cancel-icon:hover{color:#000}.skip-btn{position:absolute;top:10px;right:14px;cursor:pointer;font-size:14px;font-weight:600;color:maroon}.offer-unlock-overlay{position:fixed;inset:0;z-index:99999;display:flex;justify-content:center;align-items:center;pointer-events:none}.lock-container{text-align:center;animation:popIn .4s ease-out}.lock{font-size:64px;animation:unlock .6s ease-out forwards}.unlock-text{margin-top:8px;font-size:18px;font-weight:700;color:#1fbf75}@keyframes unlock{0%{transform:scale(.8) rotate(0);opacity:0}50%{transform:scale(1.2) rotate(-10deg);opacity:1}to{transform:scale(1) rotate(0)}}@keyframes popIn{0%{transform:scale(.6);opacity:0}to{transform:scale(1);opacity:1}}.confetti-blast{position:fixed;inset:0;pointer-events:none;z-index:99998}.confetti-piece{position:absolute;top:50%;left:50%;width:8px;height:14px;border-radius:2px;animation:blast 1.8s ease-out forwards;opacity:.95}.confetti-0{background:#ff5252}.confetti-1{background:#ff9800}.confetti-2{background:#ffeb3b}.confetti-3{background:#4caf50}.confetti-4{background:#00bcd4}.confetti-5{background:#2196f3}.confetti-6{background:#9c27b0}.confetti-7{background:#e91e63}.confetti-8{background:#ffc107}.confetti-9{background:#8bc34a}.confetti-piece:nth-child(1){--x: -120;--y: -180}.confetti-piece:nth-child(2){--x: 80;--y: -200}.confetti-piece:nth-child(3){--x: 160;--y: -120}.confetti-piece:nth-child(4){--x: -180;--y: -100}.confetti-piece:nth-child(5){--x: 200;--y: -40}.confetti-piece:nth-child(6){--x: -200;--y: 40}.confetti-piece:nth-child(7){--x: 180;--y: 80}.confetti-piece:nth-child(8){--x: -160;--y: 120}.confetti-piece:nth-child(9){--x: 120;--y: 160}.confetti-piece:nth-child(10){--x: -80;--y: 200}@keyframes blast{0%{transform:translate(-50%,-50%) scale(1) rotate(0);opacity:1}to{transform:translate(calc(-50% + var(--x) * 1px),calc(-50% + var(--y) * 1px)) rotate(720deg) scale(.9);opacity:0}}.modal-content{position:relative}.modal-img{max-width:90vw;max-height:80vh;border-radius:12px}.close-btn{position:absolute;top:10px;right:10px;background:#fff;border:none;border-radius:50%;padding:5px 10px;cursor:pointer;color:red;font-size:22px;font-weight:700;box-shadow:0 3px 6px #0000004d}.BookingPage-container .vendor-info{display:block;width:100%;background:#f5f5f5;border-radius:16px;padding:18px;margin-top:-10px;box-shadow:0 10px 25px #00000040,0 4px 10px #ffffff4d inset;transition:all .3s ease}.BookingPage-container .vendor-text{max-width:100%}.BookingPage-container .vendor-info h3{font-size:18px;margin:0 0 5px;color:#7b2c2c;text-align:start}.BookingPage-container .vendor-address,.BookingPage-container .vendor-desc{font-size:14px;margin:0;color:#444;line-height:1.3;text-align:start}.BookingPage-container .read-more{color:#7b2c2c;font-size:13px;font-weight:700;cursor:pointer}.menu-section{width:100%}.menu-section h3{margin-top:5px}.dish-card{width:100%;background:#fff;border-radius:16px;padding:12px;margin:12px auto;display:flex;align-items:flex-start;gap:12px;box-shadow:0 4px 12px #0000001f;transition:.15s ease-in-out}.dish-card:hover{transform:scale(1.01)}.dish-photo-container{position:relative;flex-shrink:0}.dish-photo{width:110px;height:110px;margin-left:45px;border-radius:12px;-o-object-fit:cover;object-fit:cover;box-shadow:0 3px 8px #00000026}.quantity-controls{width:70px;display:flex;cursor:pointer;gap:10px;margin:auto;background:#8b3a3a;color:#fff;padding:3px 6px;border-radius:8px;box-shadow:0 2px 6px #00000040}.qty-wrapper{display:flex;align-items:center;gap:1px;margin-top:6px}.manual-qty-input{width:45px;height:24px;padding:2px;border-radius:6px;border:1px solid #ccc;text-align:center;font-size:12px}.manual-qty-input:focus{border-color:#7b2c2c}.dish-photo-container .qty-wrapper{display:flex;align-items:center;justify-content:center;gap:6px}.quantity-value{font-size:15px;font-weight:600}.quantity-controls svg{font-size:11px}.quantity-controls span{display:flex;align-items:center;justify-content:center;width:18px;height:18px}.fav-icon{position:absolute;top:-8px;right:-8px;background:#fff;border-radius:50%;padding:5px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 1px 4px #0000004d}.fav-icon svg{font-size:17px;color:gray}.fav-icon.active svg{color:#ff1493}.dish-details{flex:1;display:flex;flex-direction:column;gap:4px;overflow:hidden}.field-row{display:flex;flex-direction:row;justify-content:flex-start;gap:4px;font-size:14px;flex-wrap:wrap}.field-row strong{font-weight:600;color:#7b2c2c}.desc-text{font-size:13px;color:#555;line-height:1.2}.price-chip{background:#f8e2c4;padding:2px 6px;border-radius:6px;font-weight:700}.booking-footer{width:100%;background:#7b2c2c;color:#fff;padding:12px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;position:sticky;bottom:0}.book-btn,.cart-btn{flex:1;min-width:140px;max-width:250px;text-align:center;padding:10px 14px;border-radius:8px;font-weight:700;cursor:pointer}.BookingPage-container .book-btn :active{background:#f8e2c4;color:#7b2c2c;border:none}.cart-btn{background:transparent;border:2px solid white;color:#fff}@media(max-width:480px){.dish-card{gap:8px;padding:8px}.dish-photo{width:80px;height:80px}.field-row{font-size:13px;gap:3px}.desc-text{font-size:12px}.book-btn,.cart-btn{width:100%;max-width:none}}@media(min-width:1024px){.dish-card{padding:18px;gap:20px}.dish-photo{width:130px;height:130px}.field-row{font-size:16px}.desc-text{font-size:14px}.book-btn,.cart-btn{max-width:200px;font-size:16px;padding:12px 18px}.confirm-popup{width:400px;height:400px;background:#fff;border-radius:10px;padding:20px;box-sizing:border-box;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 10px 30px #00000040}}.time-modal{background:#fff;width:320px;padding:20px;border-radius:14px;text-align:center}.time-scroll-container{display:flex;justify-content:space-around;margin:20px 0}.time-wheel{height:180px;overflow-y:auto;width:70px;border-radius:10px;border:1px solid #eee}.time-wheel::-webkit-scrollbar{width:5px}.time-wheel::-webkit-scrollbar-thumb{background:#ffb74d;border-radius:10px}.time-item{padding:10px 0;font-size:18px;cursor:pointer;color:#666}.time-item.active{background:#fff3e0;color:#d84315;font-weight:700;font-size:20px}.time-preview{margin-bottom:15px;font-size:15px;color:#444}.vendor-address{display:flex!important;align-items:flex-start;gap:6px}.location-iconp{color:#7b1f28;font-size:18px;margin-top:3px;flex-shrink:0}.address-text{display:inline;color:#444;line-height:1.45;word-break:break-word}.direction-iconp{color:#1a73e8;font-size:24px;margin-left:2px;cursor:pointer;display:inline;vertical-align:middle}@media(max-width:768px){.package-header{display:flex;align-items:center;justify-content:space-between;width:100%;gap:8px}.package-header b,.select-event-text{font-size:14px;flex:1}.calendar-iconphoto{font-size:24px;min-width:28px;min-height:28px;margin-left:auto;color:#7b1f28;display:flex!important;visibility:visible!important;opacity:1!important;flex-shrink:0}}.decor-card{background:#fff;border-radius:16px;padding:14px;margin-bottom:16px;box-shadow:0 4px 12px #0000001f;display:flex;flex-direction:column}.decor-row{display:flex;align-items:flex-start;margin-bottom:6px}.decor-label{min-width:110px;font-weight:600;color:#7b2c2c}.decor-colon{width:10px}.decor-row b,.decor-row .price-chip{margin-left:4px}.decor-desc{font-size:13px;color:#5c4033;margin-top:4px}.decor-top{display:flex;justify-content:space-between;align-items:flex-start}.decor-info h5{margin:0;color:#7b2c2c}.decor-title,.decor-price{display:flex;align-items:center;gap:6px}.decor-date-section{margin-top:10px;padding-top:8px;border-top:1px dashed #eee}.package-header{display:flex;align-items:center;justify-content:space-between;color:maroon;margin-bottom:6px}.error-text{color:red;font-size:12px;margin-top:4px}.calendar-icon{cursor:pointer;font-size:16px;color:#7b2c2c;margin-bottom:3px}.react-calendar__tile.freeze-date{background-color:#ee0629!important;color:#fff!important;border-radius:50%;text-decoration:line-through;font-weight:600;cursor:not-allowed}.react-calendar__tile.freeze-date:hover{background-color:#ffcdd2!important}.price-chip{display:inline-block;margin-top:4px;background:#f8e2c4;padding:4px 8px;border-radius:6px;font-weight:700}.decor-cover{position:relative}.wishlist-highlight{background:#fff3e0;border:2px solid #ffb74d;animation:glowOrange infinite alternate}@keyframes glowOrange{0%{box-shadow:0 0 6px #ffb74d66}to{box-shadow:0 0 14px #ff980099}}.selected-tick{position:absolute;bottom:6px;right:-2px;width:26px;height:26px;background:#4caf50;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;cursor:pointer;box-shadow:0 2px 6px #0000004d}.selected-desc{margin-top:6px;font-size:13px;color:#4e342e;padding:6px 8px;border-radius:6px}.decor-cover img{width:120px;height:90px;-o-object-fit:cover;object-fit:cover;border-radius:10px}.photo-count{position:absolute;bottom:6px;right:6px;background:#000000b3;color:#fff;padding:3px 6px;border-radius:6px;font-size:12px}.decor-gallery{margin-top:12px;display:flex;flex-direction:column;align-items:center}.main-image{display:flex;justify-content:center}.main-image img{width:250px;height:180px;-o-object-fit:cover;object-fit:cover;border-radius:12px;box-shadow:0 4px 10px #00000026}.image-desc{margin-top:8px;font-size:13px;color:#444;text-align:center;padding:6px 10px}.thumb-row{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:10px;flex-wrap:wrap}.thumb{width:60px;height:45px;-o-object-fit:cover;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.6;border:2px solid transparent}.thumb.active{border-color:#f5b658;opacity:1}.select-btn{margin-top:10px;width:100%;padding:10px;border:none;background:#7b2c2c;color:#fff;border-radius:8px;font-weight:700;cursor:pointer}.booking-footer{width:100%;background:#7b2c2c;padding:12px;position:sticky;bottom:0}.book-btn{width:100%;padding:12px;background:#ff7043;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:700;cursor:pointer}.view-btns.full{width:100%;margin-top:12px;padding:10px;border:none;border-radius:8px;background:#f5b658;font-weight:600;cursor:pointer}.book-btn:disabled{opacity:.5;cursor:not-allowed}@media(max-width:600px){.decor-card{padding:12px}.decor-top{flex-direction:column;align-items:flex-start;gap:10px}.decor-cover{width:100%}.decor-cover img{width:100%;height:auto;max-height:200px;border-radius:10px}.decor-row{flex-wrap:wrap}.decor-label{width:120px;font-size:13px}.decor-colon{width:8px}.decor-row b{word-break:break-word}.main-image img{width:100%;max-width:280px;height:auto}.decor-desc{font-size:12px}.price-chip{font-size:13px}.view-btns.full{width:100%}}.vendor-address{display:flex;align-items:flex-start;gap:8px;width:100%;margin:6px 0 4px;line-height:1.4}.location-icon{color:#7b1f28;font-size:18px;margin-top:2px;flex-shrink:0}.address-text{display:flex;align-items:center;flex-wrap:wrap;flex:1;min-width:0}.address-value{color:#444;font-size:14px;line-height:1.4;word-break:break-word;overflow-wrap:anywhere}.direction-icon{color:#1a73e8;font-size:24px;cursor:pointer;margin-left:6px;flex-shrink:0;transition:transform .2s ease}.read-more{color:#7b1f28;font-weight:600;cursor:pointer;margin-left:3px}.read-more:hover{text-decoration:underline}@media(max-width:600px){.vendor-address{align-items:flex-start;width:100%;gap:6px}.location-icon{font-size:15px;margin-top:3px}.address-text{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap}.address-value{font-size:13px;max-width:100%;word-break:break-word}.direction-icon{font-size:18px;margin-left:4px}.read-more{font-size:13px}}.booking-page .dish-card{display:flex;align-items:flex-start;gap:12px}.business-cities{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.cities-title{font-size:14px;margin-top:6px;color:#5a3b33}.cities-list{display:flex;flex-wrap:wrap;gap:6px;margin-top:3px}.city-chip{padding:4px 10px;border:1px solid #c58a2b;border-radius:50px;font-size:12px;background:#fff7e6;color:#8b2f2b;font-weight:500}.booking-page .dish-photo-container{position:relative;flex-shrink:0}.booking-page .dish-photo{width:110px;height:110px;border-radius:12px;-o-object-fit:cover;object-fit:cover}.booking-page .addon-qty{margin-top:6px;justify-content:center}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:12px;margin-top:8px;background:#fff;padding:5px 10px;border-radius:10px;box-shadow:0 3px 8px #00000040;width:-moz-fit-content;width:fit-content}.quantity-controls span{cursor:pointer;display:flex;align-items:center;justify-content:center}.quantity-controls svg{font-size:14px;color:#7b2c2c}.quantity-value{font-size:15px;font-weight:600;min-width:20px;text-align:center;color:#000}.field-row{margin-bottom:6px!important;font-size:14px!important;color:#333!important}.price-chip{background:#ffe8c7!important;color:#7b2c2c!important;padding:3px 8px!important;border-radius:10px!important;font-weight:600!important}@media(max-width:600px){.dish-card{flex-direction:row!important;align-items:center!important}.dish-photo{width:75px!important;height:75px!important}}.catering-vendor-address{display:flex;align-items:flex-start;width:100%;margin-top:4px}.catering-location-icon{color:#7b1f28;font-size:16px;margin-top:2px;margin-right:6px;flex-shrink:0}.catering-address-content{flex:1;min-width:0}.catering-address-value{color:#7b1f28;font-size:14px;line-height:1.5;word-break:break-word;text-align:left}.catering-read-more{color:#7b1f28;font-weight:600;cursor:pointer;display:inline;margin-left:2px}.catering-direction-icon{color:#1976d2;font-size:17px;cursor:pointer;margin-left:4px;vertical-align:middle}@media(max-width:768px){.catering-address-value{font-size:13px}.catering-direction-icon{font-size:17px}}.catering-description{width:100%;margin:8px 0;font-size:14px;line-height:1.5;color:#333;text-align:left!important;display:block;word-break:break-word;overflow-wrap:break-word;white-space:normal}.catering-description-text{color:#333;text-align:left}.catering-description-readmore{color:#7b1f28;font-weight:600;cursor:pointer;display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.catering-description-readmore:hover{text-decoration:underline}@media(max-width:768px){.catering-description{font-size:13px;line-height:1.45}}.cart-container{display:flex;flex-direction:column;gap:15px;padding:20px;background:#fdf2e4}.cart-card{border:1px solid #ccc;border-radius:10px;padding:15px;background-color:#fdf2e4;transition:box-shadow .2s ease;cursor:pointer}.cart-card:hover{box-shadow:0 4px 15px #0000001a}.card-header{margin-bottom:5px}.service-name{margin:0;font-size:1.4rem}.service-location,.service-type{margin:2px 0;font-size:.95rem;color:#555}.items-table{width:100%;border-collapse:collapse;margin-top:10px;margin-bottom:10px}.items-table th,.items-table td{padding:6px 8px;text-align:center}.items-table.no-border th,.items-table.no-border td{border:none}.items-table th{background-color:#f7cfae;font-weight:700}.items-table tr{border-bottom:1px solid #ddd}.items-table tr:last-child{border-bottom:none}.subtotal{color:#912424;font-size:14px;font-family:Verdana,Geneva,Tahoma,sans-serif;display:inline-block;margin-left:390px;margin-top:5px;margin-bottom:-20px}.selected-card{border:2px solid #ff8000;background-color:#fff3e0}.header-with-checkbox{display:flex;align-items:center;gap:8px}.card-checkbox{width:24px;height:24px;margin:0}.grand-total-container{text-align:center}.grand-total-container b{background-color:maroon;color:#fff;padding:8px 12px;font-size:20px;height:28px;width:380px;border-radius:5px;display:inline-block}.VendorConfirmationPage-container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;margin:0;padding:0;background-color:transparent}.booking-page{font-family:Arial,sans-serif;background:#fdf2e4;min-height:100vh;padding:20px}.date-pills{display:inline-flex;align-items:center;flex-wrap:nowrap;white-space:nowrap;width:-moz-fit-content;width:fit-content;max-width:100%;background:#e6f7ed;color:#1f7a3f;border:1px solid #81c784;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;gap:6px}.date-pills .pill-check{flex:0 0 auto}.date-pills .pill-text{white-space:nowrap;flex:0 0 auto}.addon-pill{width:-moz-fit-content;width:fit-content;max-width:100%;font-size:11px;padding:4px 10px;border-radius:14px}.date-pills-container{display:flex;flex-direction:column;gap:8px;margin-top:6px;width:100%}@media(max-width:600px){.date-pills{white-space:nowrap;overflow-x:auto;overflow-y:hidden}.date-pills .pill-text{white-space:nowrap}}.date-pills .pill-check{flex-shrink:0;font-size:13px;font-weight:700}.date-pills .pill-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.booking-page h2{color:#7b2c2c;text-align:left}.booking-page p{margin:4px 0;font-size:14px;color:#333}.booking-page b{font-size:13px;color:#334c0e}.booking-page header{background:#fff;border-radius:10px;padding:12px;margin-bottom:12px;margin-top:-12px;box-shadow:0 2px 6px #0000001a}.menu-section h3{color:#7b2c2c;margin-bottom:10px;font-size:16px}.VendorConfirmationPage-container .dish-card{background:#fff;border-radius:10px;padding:12px;margin-bottom:12px;box-shadow:0 2px 6px #0000001a}.field-row{display:block;margin:6px 0;font-size:14px;color:#333}.field-row strong{color:#7b2c2c;font-weight:600;min-width:180px;display:inline-block}footer{margin-top:20px;display:flex;justify-content:center}footer button{background:#7b2c2c;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:16px;cursor:pointer}footer button:hover{background:#5c1f1f}.overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:700;color:#fff;z-index:1000;text-align:center}.overlay.overlay-pending{background:#ffdf00e6;color:#333}.overlay-accepted{background:#00b400e6}.overlay-rejected{background:#dc0000e6}.overlay-content{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;text-align:center}.warning-line{color:red!important;font-weight:700;text-align:center;margin-top:10px;display:block}.address-card{background:#fff;border-radius:12px;padding:15px;margin:15px 0;box-shadow:0 4px 10px #00000014}.address-selector{border:1px dashed #aaa;padding:12px;border-radius:10px;cursor:pointer;margin-bottom:15px;text-align:center;background:#fafafa;font-weight:700;transition:.2s}.address-selector:hover{background:#f3f3f3}.address-modal{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:999}.modal-content h3{position:sticky;top:0;background:#fff;padding:10px 0;margin:0 0 15px;z-index:5;border-bottom:1px solid #eee}.VendorConfirmationPage-container .modal-content{background:#fff;position:relative;width:min(90vw,650px);max-width:650px;min-width:320px;max-height:85vh;overflow-y:auto;padding:0 20px 20px;border-radius:12px;box-sizing:border-box}.modal-content h3{margin-bottom:15px}.form-row input,.form-row select{border:1px solid #ccc;border-radius:8px;padding:8px;font-size:14px;width:100%;outline:none;transition:border-color .2s}.form-row input:focus,.form-row select:focus{border-color:#007bff}.save-address-btn{width:100%;background:#007bff;color:#fff;padding:10px;border:none;border-radius:8px;font-size:15px;cursor:pointer;margin-top:12px}.save-address-btn:disabled{background:#ccc;cursor:not-allowed}.save-address-btn:hover:not(:disabled){background:#e53935}.VendorConfirmationPage-container .close-btn{position:absolute;top:5px;right:1px;background:red;border:none;color:#fff;font-size:22px;cursor:pointer;border-radius:50%;padding:5px 10px}.disabled-btn{opacity:.6;cursor:not-allowed}.saved-address-list{max-height:280px;overflow-y:auto;padding-right:5px}.saved-address-card{border:1px solid #ccc;border-radius:8px;margin-bottom:5px;padding:12px;background:#fff;cursor:pointer;transition:.2s ease-in-out}.saved-address-card:hover{background:#f5f5f5}.saved-address-card{position:relative}.icon-delete{position:absolute;top:8px;right:8px;color:red;cursor:pointer}.icon-edit{position:absolute;bottom:8px;right:8px;color:#007bff;cursor:pointer}.pending-bar{position:fixed;bottom:0;left:0;width:100%;background:#ffeb3b;color:#333;text-align:center;padding:12px;font-weight:700;font-size:16px;cursor:pointer;box-shadow:0 -2px 5px #0003;z-index:999}.overlay-pending-full{position:fixed;top:0;left:0;width:100%;height:100%;background:#fff176;color:#333;display:flex;justify-content:center;align-items:center;flex-direction:column;z-index:1000;text-align:center;padding:20px}.overlay-pending-full .close-btn{position:absolute;top:15px;right:20px;font-size:22px;cursor:pointer}.overlay-pending-full .overlay-content p{font-size:18px;margin:10px 0}.overlay-pending-full .big-timer{font-size:28px;font-weight:700;margin-top:20px}.small-timer-card{position:fixed;bottom:0;left:0;width:100%;background-color:#ffeb3b;color:#333;text-align:center;padding:12px 0;font-weight:700;font-size:16px;border-top:2px solid #ccc;cursor:pointer;z-index:2000;box-shadow:0 -2px 6px #0003}.date-pills{background-color:#e6f7ed;border:1px solid #81c784;border-radius:20px;padding:6px 12px;font-size:12px;font-weight:600;color:#1f7a3f;display:flex;align-items:center;gap:6px}.small-timer-card:hover{background-color:#ffe733}.selected-address{border:2px solid #4caf50;background:#f1fff5}.dish-details{flex:1;min-width:0}.dish-card-row{display:flex;gap:14px;align-items:flex-start;flex-wrap:wrap}.decor-preview-img{width:110px;height:110px;-o-object-fit:cover;object-fit:cover;border-radius:10px;flex-shrink:0;box-shadow:0 3px 8px #00000026}.vendor-addressc{display:flex;align-items:flex-start;gap:5px;width:100%}.vendor-location-iconc{color:#7b1f28;font-size:18px;margin-top:2px;flex-shrink:0}.vendor-location-textc{flex:1;display:inline;color:#333;font-size:14px;line-height:1.45;word-break:break-word}.address-valuec{display:inline}.read-morec{color:#7b1f28;font-weight:600;cursor:pointer;margin-left:2px}.vendor-direction-iconc{display:inline;color:#1976d2;font-size:24px;cursor:pointer;margin-left:4px;vertical-align:middle}@media(max-width:600px){.vendor-addressc{display:flex;align-items:flex-start;flex-wrap:nowrap;gap:3px}.vendor-location-iconc{flex:0 0 auto}.vendor-location-textc{flex:1;min-width:0;display:flex;align-items:center;flex-wrap:wrap;gap:2px}.address-valuec{display:inline;word-break:break-word}.read-morec{white-space:nowrap}.vendor-direction-iconc{flex:0 0 auto;font-size:22px;margin-left:2px}}@media(max-width:600px){.booking-page{padding:14px}.dish-card{padding:10px}.dish-card-row{flex-direction:column;gap:10px}.decor-preview-img{width:100%;height:180px}.field-row strong{min-width:auto;display:block;margin-bottom:2px}.date-pills-container{width:100%}.date-pills{white-space:normal;overflow:visible;text-overflow:unset;font-size:11px;padding:6px 8px;border-radius:16px}.date-pills .pill-text{white-space:normal}.addon-pill{width:-moz-fit-content;width:fit-content;max-width:100%;font-size:10px;padding:4px 8px}}.overlay-error{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:99999}.overlay-error-box{width:90%;max-width:450px;background:#fff;border-radius:16px;padding:30px;text-align:center;animation:popupScale .25s ease}.overlay-error-icon{font-size:58px;margin-bottom:15px}.overlay-error-box h2{margin:0;color:#c62828;font-size:24px}.overlay-error-box p{margin-top:15px;margin-bottom:25px;color:#555;line-height:1.6;font-size:15px}.overlay-error-btn{background:#800020;color:#fff;border:none;border-radius:10px;padding:12px 28px;font-size:15px;font-weight:600;cursor:pointer;transition:.3s}.overlay-error-btn:hover{background:#a00028}@keyframes popupScale{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.event-address-card .react-select__control{min-height:40px}.event-address-card{width:100%}.event-address-card>div{width:100%}@media(max-width:600px){.VendorConfirmationPage-container .modal-content{width:92vw;max-width:none;min-width:auto;padding:0 18px 18px}.event-address-card,.saved-address-card{width:100%;box-sizing:border-box}.saved-address-list{margin-top:16px}.event-address-list{margin-bottom:16px}.event-address-card select{width:100%;max-width:100%;box-sizing:border-box;display:block}.form-row input,.form-row select{width:100%;max-width:100%;box-sizing:border-box}}.container{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;background:linear-gradient(135deg,#fff7f2,#ffe7db);padding:30px 15px;box-sizing:border-box}.vendor-info{background:linear-gradient(135deg,#fadbc4,#edac8c);color:#fff;text-align:center;padding:20px 10px}.vendor-info h3{margin:0;font-size:1.6rem;font-weight:600}.vendor-info p{margin-top:5px;font-size:.95rem;font-weight:500}.menu-section{flex:1;padding:20px}.menu-section h3{font-size:1.2rem;margin-bottom:15px;color:#333;font-weight:600}.payment-options{display:flex;flex-direction:column;gap:12px}.dish-card{background:#fff;border:2px solid #f1f1f1;border-radius:12px;padding:14px 18px;display:flex;justify-content:space-between;align-items:center;transition:all .25s ease;font-weight:500;color:#333}.dish-card:hover{transform:scale(1.02);border-color:#474040;background:#fff5ef}.selected-card{border-color:#f60;background:#fff1e6;color:brown;font-weight:600}.booking-footer{padding:20px;border-top:1px solid #f1f1f1;display:flex;justify-content:center}.book-btn{background:#f69e64;color:#fff;border:none;border-radius:12px;padding:14px 0;font-size:1.05rem;font-weight:600;width:100%;transition:all .3s ease;cursor:pointer}.book-btn:disabled{background:#ffd1b8;cursor:not-allowed}.book-btn:hover:not(:disabled){background:#f50;box-shadow:0 3px 10px #ff550040}.overlay-full{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center;z-index:999;animation:fadeIn .3s ease-in}.overlay-content{background:#fff;padding:25px 20px;border-radius:16px;box-shadow:0 6px 20px #f603;text-align:center;animation:slideUp .3s ease-in-out}.overlay-accepted .overlay-content{background:#fff7f0;color:#333}.overlay-content p{margin:8px 0;font-size:1rem;font-weight:500}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:600px){.booking-page{max-width:100%;border-radius:0;box-shadow:none}.menu-section{padding:15px}.book-btn{padding:12px 0;font-size:1rem}}.booking-success-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle,#00b894,#019874);display:flex;justify-content:center;align-items:center;z-index:9999;animation:fadeIn .6s ease-in-out}.booking-success-content{text-align:center;color:#fff;animation:popIn .8s ease-out}.booking-success-icon{font-size:120px;color:#fff;animation:pulse 1.2s infinite ease-in-out}.booking-success-text{margin-top:20px;font-size:36px;font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.3);letter-spacing:1px}@keyframes fadeIn{0%{opacity:0;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}@keyframes popIn{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%{transform:scale(1);opacity:1}50%{transform:scale(1.1);opacity:.8}to{transform:scale(1);opacity:1}}.dashboard-container{width:100%;max-width:100%;box-sizing:border-box;padding:20px;overflow-x:hidden}.booking-table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}h2{margin-bottom:15px;color:#222}h3{margin-top:25px;margin-bottom:10px;color:#444}p{margin:5px 0;font-size:14px}.booking-table{width:100%;border-collapse:collapse;border-spacing:0}.booking-table tbody tr td{border-bottom:1px solid #cfcfcf}.booking-table tbody tr:last-child td{border-bottom:1px solid #cfcfcf}@media(max-width:768px){.mobile-description{display:inline;white-space:normal;word-break:break-word;overflow-wrap:anywhere}.more-less-btn{display:inline!important;white-space:nowrap;color:#111!important;font-weight:700!important;font-size:13px!important;cursor:pointer;margin-left:4px;text-decoration:none}}.booking-table th,.booking-table td{padding:10px 8px;text-align:center;font-size:14px;border-bottom:1px solid #ddd}.booking-table th{font-weight:500;color:#fff;border-bottom:2px solid black}.booking-table tbody tr{border-bottom:1px solid black}.table-responsive::-webkit-scrollbar{height:6px}.table-responsive::-webkit-scrollbar-thumb{background:#7b1f28;border-radius:10px}.extra-line td{padding:0;background-color:transparent}.extra-line hr{display:none}.status-prepaid{color:green;font-weight:600}.cash-status-pending{color:#f74646;font-weight:600}.status-rejected{color:red;font-weight:600}.summary-card{background:#fff8f0;border-radius:14px;overflow:hidden;border:1px solid #ead7c4;box-shadow:0 6px 18px #7b1f2814;margin-bottom:24px}.summary-header{display:flex;align-items:center;gap:12px;background:linear-gradient(90deg,#7b1f28,#8e2330);color:#fff;padding:14px 20px;font-size:20px;font-weight:700}.summary-header svg{font-size:22px}.summary-body{padding:10px 18px}.summary-row{display:grid;grid-template-columns:260px 1fr;align-items:center;padding:12px 0;border-bottom:1px solid #f2f2f2}.summary-row:last-child{border-bottom:none}.summary-label{display:flex;align-items:center;gap:12px;color:#444;font-weight:600}.summary-icon{color:#8b1e2d;font-size:18px;width:22px}.summary-row strong{font-size:16px;font-weight:700}.contact-link{color:#2358ff;font-weight:600;text-decoration:none}.contact-link:hover{text-decoration:underline}.booking-id-title{font-size:34px;font-weight:700;color:#7b1f28;text-align:center;margin-bottom:25px}.payment-card{margin-bottom:25px}.payment-body{padding:18px}.payment-row{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid #ececec}.payment-row:last-child{border-bottom:none}.payment-title{color:#555;font-weight:600}.green{color:#16a34a;font-weight:700}.red{color:#dc2626;font-weight:700}.payment-progress-title{margin-top:18px;margin-bottom:10px;font-weight:700;color:#444}.progress-bar{width:100%;height:10px;background:#ececec;border-radius:20px;overflow:hidden}.progress-fill{height:100%;background:#16a34a;border-radius:20px}.payment-progress-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:10px;flex-wrap:wrap;gap:8px}.progress-percent{font-weight:700;color:#555}.cod-box{margin-top:15px;background:#fff4d8;color:#d97706;text-align:center;padding:12px;border-radius:8px;font-weight:700}.payment-paid{display:block;margin-top:15px;text-align:center;font-size:20px}.top-summary-section{display:flex;gap:20px;align-items:stretch;margin-bottom:30px}.top-summary-section .summary-card{flex:1;margin-bottom:0;display:flex;flex-direction:column}.top-summary-section .summary-body,.top-summary-section .payment-body{flex:1}@media(max-width:768px){.booking-id-title{font-size:24px;margin-bottom:18px}.top-summary-section{flex-direction:column;gap:16px}.top-summary-section .summary-card{width:100%}.payment-progress-bottom{display:flex;flex-direction:row!important;justify-content:space-between;align-items:center;flex-wrap:nowrap;gap:8px;margin-top:12px;width:100%}.payment-progress-bottom>*{white-space:nowrap;font-size:13px;font-weight:600}.payment-row{font-size:14px}.payment-progress-bottom .payment-paid,.payment-progress-bottom .progress-percent{margin:0;display:inline;text-align:left;font-size:13px}.payment-paid{margin-top:0}.dashboard-container{padding:15px}.summary-header{padding:14px 16px;font-size:18px}.summary-body{padding:16px}.summary-row{grid-template-columns:1fr;row-gap:6px}.summary-label{width:100%}.summary-row strong,.summary-row a{padding-left:34px;text-align:left}.booking-table th,.booking-table td{padding:6px 4px;font-size:12px;word-break:break-word}h2{font-size:22px}h3{font-size:18px}p{font-size:13px}}@media(max-width:768px){.dashboard-container{padding:10px;width:100%;max-width:100%;overflow-x:hidden}.booking-table-wrapper{overflow-x:auto;width:100%}.booking-table{min-width:420px}.booking-table th,.booking-table td{font-size:12px;padding:6px}}html,body{margin:0;padding:0;width:100%;height:100%}.Page-containerwi{display:flex;justify-content:center;align-items:flex-start;min-height:100vh;width:100%;margin:0;background:#fdf2e4;padding:0 20px 40px}.wishlist-containerwi{width:100%;max-width:1100px;margin:0 auto;padding:16px;box-sizing:border-box}.wishlist-headerwi{position:relative;width:100%;height:170px;margin-bottom:35px;overflow:hidden;border-radius:0 0 40px 40px}.wishlist-header-topwi{position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(255,255,255,.08) 2px,transparent 2px) 0 0/28px 28px,linear-gradient(135deg,#8a1d2f,#7b1f28)}.wishlist-field-rowwi{display:grid;grid-template-columns:18px 110px 10px 1fr;align-items:center;-moz-column-gap:6px;column-gap:6px;margin:5px 0}.wishlist-field-labelwi{width:110px;font-size:14px;font-weight:700;color:#7b1f28}.wishlist-field-colonwi{width:10px;text-align:center;font-size:14px;font-weight:700}.wishlist-field-valuewi{font-size:14px;color:#333;line-height:1.35}.wishlist-field-iconwi{font-size:13px;color:#7b1f28}.wishlist-field-rowwi strong{color:#7b1f28;min-width:145px;display:inline-block;font-weight:700}.wishlist-title-wrapperwi{position:absolute;left:50%;top:18px;transform:translate(-50%);width:78%;height:150px;background:#fffaf6;border-radius:45px;display:flex;flex-direction:column;justify-content:center;align-items:center;box-shadow:0 10px 25px #00000014}.wishlist-title-wrapperwi:before{content:"";position:absolute;left:-70px;top:55px;width:120px;height:90px;background:#fffaf6;border-radius:0 70px 0 0}.wishlist-title-wrapperwi:after{content:"";position:absolute;right:-70px;top:55px;width:120px;height:90px;background:#fffaf6;border-radius:70px 0 0}.wishlist-title-wrapperwi h2{margin:0;font-size:42px;font-family:Georgia,serif;color:#7b1f28;font-weight:700;line-height:1}.wishlist-divider-designwi{display:flex;align-items:center;gap:18px;margin-top:18px;color:#7b1f28;font-size:22px}.wishlist-divider-designwi span{width:150px;height:1.5px;background:#d8a7ae;position:relative}.wishlist-divider-designwi span:before{content:"❦";position:absolute;right:-10px;top:-13px;color:#7b1f28;font-size:16px}.wishlist-divider-designwi span:last-child:before{left:-10px;right:auto;transform:scaleX(-1)}.wishlist-cardwi{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #d89aa4;border-radius:14px;padding:14px 18px;margin-bottom:14px;box-shadow:0 5px 14px #0000000f}.wishlist-cardwi:hover{transform:translateY(-6px);box-shadow:0 20px 45px #0000001f}.wishlist-leftwi{display:flex;align-items:center;flex:1}.wishlist-service-iconwi{width:85px;height:85px;border-radius:50%;background:#f8e7e7;display:flex;align-items:center;justify-content:center;font-size:38px;color:#7b1f28;flex-shrink:0}.wishlist-dividerwi{width:1px;align-self:stretch;background:#e7c8cb;margin:0 24px}.wishlist-gridwi{display:flex;flex-direction:column;gap:18px;width:100%}.wishlist-cardwi{display:flex;align-items:center;justify-content:space-between;background:#fff;border:1px solid #d89aa4;border-radius:18px;padding:20px 22px;margin-bottom:18px;box-shadow:0 8px 22px #00000014}.wishlist-cardwi:hover{transform:translateY(-3px)}.wishlist-detailswi{flex:1;min-width:0;padding-right:10px}.wishlist-detailswi h3{font-size:18px;font-family:Georgia,serif;color:#7b1f28;margin:0 0 8px;font-weight:700}.wishlist-detailswi p{font-size:18px;margin:10px 0;color:#333}.wishlist-detailswi strong{color:#7b1f28}.wishlist-photo-containerwi{width:170px;height:120px;position:relative;margin-left:16px;flex-shrink:0}.wishlist-photowi{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:12px}.wishlist-heartwi{position:absolute;top:8px;right:8px;width:36px;height:36px;border-radius:50%;background:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000026}.wishlist-heartwi svg{font-size:16px;color:#7b1f28!important}.read-morewi{font-size:13px;color:#7b1f28;font-weight:700;cursor:pointer}.wishlist-emptywi{margin:100px auto;padding:50px 40px;max-width:600px;background:linear-gradient(135deg,#fff7f0,#ffe8d6);border-radius:20px;text-align:center;box-shadow:0 15px 40px #00000014;animation:fadeInUp .5s ease}.empty-iconwi{font-size:55px;color:#ff1493;margin-bottom:20px;animation:heartbeat 1.5s infinite}.wishlist-emptywi h2{font-size:26px;margin-bottom:15px;color:#222;font-weight:600}.wishlist-emptywi p{font-size:16px;color:#666;margin-bottom:30px;line-height:1.6}.explore-btnwi{padding:12px 30px;border-radius:30px;border:none;background:linear-gradient(45deg,#ff6a88,#ff99ac);color:#fff;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;box-shadow:0 5px 15px #ff69874d}.explore-btnwi:hover{transform:translateY(-3px);box-shadow:0 10px 25px #ff698766}.wishlist-headerwi{position:relative;width:100%;height:180px;margin-bottom:35px;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes heartbeat{0%{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.1)}to{transform:scale(1)}}@media(max-width:768px){.wishlist-cardwi{flex-direction:column;padding:18px}.wishlist-field-rowwi{display:grid;grid-template-columns:18px 90px 10px 1fr;align-items:flex-start;-moz-column-gap:6px;column-gap:6px;margin:6px 0}.wishlist-field-iconwi{width:16px;font-size:12px;color:#7b1f28;margin-top:2px}.wishlist-field-labelwi{width:90px;font-size:12px;font-weight:700;color:#7b1f28;white-space:nowrap}.wishlist-field-colonwi{width:10px;text-align:center;font-weight:700;color:#7b1f28}.wishlist-field-valuewi{font-size:12px;font-weight:700;color:#222;line-height:1.4;word-break:break-word;overflow-wrap:anywhere;min-width:0}.wishlist-leftwi{flex-direction:column}.wishlist-dividerwi{display:none}.wishlist-service-iconwi{width:90px;height:90px;margin-bottom:15px}.wishlist-detailswi h3{font-size:26px;text-align:center}.wishlist-photo-containerwi{width:100%;height:210px;margin:20px 0 0}.wishlist-detailswi p{font-size:16px}.wishlist-headerwi{height:145px;margin-bottom:22px}.wishlist-title-wrapperwi{width:92%;height:115px;border-radius:28px}.wishlist-title-wrapperwi:before,.wishlist-title-wrapperwi:after{display:none}.wishlist-title-wrapperwi h2{font-size:34px}.wishlist-divider-designwi span{width:70px}}.User-profile-formus{width:70%;max-width:700px;margin:30px auto;background:#fffdfb;border-radius:22px;overflow:hidden;box-shadow:0 10px 25px #0000001a;padding:0 35px 30px;position:relative}.profile-fieldus{display:flex;align-items:center;gap:20px;margin-bottom:24px}.field-iconus{width:48px;height:48px;min-width:48px;border-radius:14px;background:#fdeceb;display:flex;justify-content:center;align-items:center;color:#7b1f28;box-shadow:0 4px 12px #7b1f2814}.field-iconus svg{width:24px;height:24px}.profile-fieldus .form-groupus{flex:1;margin-bottom:0}.form-groupus:first-of-type{margin-top:35px}.profile-headerus{position:relative;margin:0 -35px 60px;height:175px;background:linear-gradient(135deg,#8d2032,#7b1f28);overflow:visible}.profile-headerus:after{content:"";position:absolute;left:-10%;bottom:-70px;width:120%;height:170px;background:#fffdfb;border-radius:50%}.profile-avatarus{position:absolute;left:50%;top:18px;transform:translate(-50%);width:92px;height:92px;background:#fff;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:42px;box-shadow:0 10px 25px #00000026;z-index:10}.profile-headerus h2{position:absolute;left:50%;top:112px;transform:translate(-50%);margin:0;width:100%;text-align:center;font-size:34px;font-family:Georgia,serif;color:#7b1f28;z-index:20}.form-groupus{margin-bottom:16px}.form-groupus label{font-size:16px;font-weight:700;color:#7b1f28;margin-bottom:6px}.User-profile-formus input{width:100%;height:46px;padding:0 14px;font-size:15px;border:1px solid #ddd;border-radius:10px;background:#fff}.User-profile-formus input:focus{border-color:#7b1f28;box-shadow:0 0 10px #7b1f282e}.profile-pic-containerus{text-align:center;margin-bottom:20px;position:relative;display:inline-block}.profile-pic-containerus img,.profile-placeholderus{width:120px;height:120px;border-radius:50%;border:4px solid #007bff;-o-object-fit:cover;object-fit:cover;cursor:pointer;display:block;margin:0 auto;box-shadow:0 6px 15px #007bff4d;transition:transform .3s ease,box-shadow .3s ease}.profile-placeholderus{background:#eaeaea;display:flex;align-items:center;justify-content:center;font-size:40px;font-weight:700;color:#777}.profile-pic-containerus{position:relative;width:120px;height:120px;margin:0 auto 20px;border-radius:50%;overflow:hidden;border:2px solid #ccc;cursor:pointer;background-color:#f0f0f0;display:flex;align-items:center;justify-content:center}.profile-pic-containerus img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}.profile-placeholderus{font-size:10px;color:#000;display:flex;align-items:center;justify-content:center}.password-titleus{display:flex;align-items:center;gap:12px;margin:28px 0 18px}.password-titleus h3{font-size:22px;margin:0;color:#7b1f28}.password-titleus span{height:1px;flex:1;background:#e6c4c8}.btn-saveus{width:100%;height:48px;border:none;border-radius:12px;background:linear-gradient(135deg,#8d2032,#6b1322);color:#fff;font-size:18px;font-weight:700;margin-top:20px}.btn-saveus:hover:enabled{background-color:maroon}.btn-saveus:disabled{background-color:#ccc;cursor:not-allowed;color:#666}.password-wrapperus{position:relative;margin-bottom:15px;display:flex;flex-direction:column}.password-wrapperus input{margin-bottom:15px;display:flex;flex-direction:column}.eye-btnus{position:absolute;right:8px;top:43%;transform:translateY(-50%);cursor:pointer;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none;color:#7b1f28}@media(max-width:768px){.User-profile-formus{width:95%;margin:20px auto;padding:0 14px 20px}.profile-fieldus{display:flex;align-items:center;gap:12px;margin-bottom:18px;width:100%}.field-iconus{flex:0 0 38px;width:38px;height:38px;min-width:38px;border-radius:10px}.field-iconus svg{width:18px;height:18px}.profile-fieldus .form-groupus{flex:1;min-width:0}.form-groupus label{display:block;font-size:14px;font-weight:700;margin-bottom:6px}.User-profile-formus input{width:100%;height:42px;font-size:15px;padding:0 12px;box-sizing:border-box}.profile-headerus{height:150px;margin:0 -14px 55px}.profile-headerus:after{height:120px;bottom:-45px}.profile-headerus h2{top:100px}.profile-avatarus{top:10px}.profile-fieldus:first-of-type{margin-top:20px}.password-titleus h3{font-size:18px}.btn-saveus{height:46px;font-size:16px}}.dashboard-container{padding:20px;color:#4a2c2a;background:#efdcc2;min-height:100vh;border-radius:15px;width:auto}@keyframes glowPulse{0%{box-shadow:0 0 #ffa50099;transform:scale(1)}50%{box-shadow:0 0 20px 4px #ffa500cc;transform:scale(1.02)}to{box-shadow:0 0 #ffa50099;transform:scale(1)}}.ticket-item.highlight{border-color:#ff9800!important;background-color:#fff3e0!important;animation:glowPulse 1.2s infinite ease-in-out}.dashboard-header{display:flex;justify-content:space-between;align-items:flex-start}.dashboard-header h1{font-size:28px;font-weight:700;margin:0}.summary-section{display:flex;gap:20px;flex-wrap:wrap}.summary-section h2{color:#000}.summary-card{background-color:#f2f2f2;padding:20px;border-radius:10px;text-align:center;cursor:pointer;width:200px;transition:all .3s ease}.dashboard-container .summary-card.active-card{background-color:maroon;color:#fff!important}.pending-btn{background-color:#d64545;color:#fff;border:none;padding:8px 16px;border-radius:8px;cursor:default;font-weight:700}.kyc-details-section{margin-top:30px;background:#fcecd2;padding:20px;border-radius:10px}.kyc-table{width:100%;border-collapse:collapse}.kyc-table th,.kyc-table td{text-align:left;padding:12px 16px;border-bottom:1px solid #ddd}.kyc-table th{background-color:#efdcc2;color:#4a2c2a}.tickets-btn{background-color:#ff7043;border:none;color:#fff;font-size:16px;font-weight:600;padding:10px 18px;border-radius:8px;cursor:pointer;width:200px;align-self:flex-end;transition:.3s;margin-left:15px}.tickets-btn:hover{background-color:#ff5722}.admin-wrapper{margin-top:10px;border-radius:2%;display:flex;flex-direction:column;align-items:center;padding:15px;background:#fff8f0}.status-bar{display:flex;justify-content:center;gap:8px;margin-bottom:15px}.status-bar button{padding:6px 14px;border:none;border-radius:6px;background:#b44646;font-size:14px;color:#fff;cursor:pointer}.status-bar button.active{background:#f60}.admin-container{display:flex;flex-wrap:wrap;justify-content:center;gap:20px;width:100%;max-width:1000px}.ticket-list{display:flex;flex-direction:column;flex:1;width:100%;max-width:100vw;border:1px solid #ddd;border-radius:10px;padding:20px;background:#fff;box-shadow:0 4px 10px #0000001a;box-sizing:border-box}.ticket-item{display:flex;flex-direction:column;align-items:flex-start;position:relative}.ticket-item.active{background:bisque;border-color:#f60}.move-btn{align-self:flex-end;margin-top:8px;height:35px;width:164px;border:1px solid rgb(182,181,181);border-radius:6px;background-color:#f7f768;color:#000;cursor:pointer;transition:all .3s ease}.move-btn:hover{background-color:#f0f050;transform:scale(1.02)}.chat-section{display:flex;flex-direction:column;justify-content:space-between;flex:1;width:100%;max-width:100vw;border:1px solid #ddd;border-radius:10px;padding:20px;background:#fff8f0;box-shadow:0 4px 10px #0000001a;box-sizing:border-box}.chat-box{height:350px;overflow-y:auto;border:1px solid #ccc;padding:10px;border-radius:8px;background-color:#fff;display:flex;flex-direction:column}.chat-message{display:flex;flex-direction:column;margin:8px 0;word-wrap:break-word;width:-moz-fit-content;width:fit-content;max-width:80%}.chat-message.user{background-color:#ffedcc;align-self:flex-end;text-align:right;border-radius:15px 15px 0;padding:8px 12px;margin-left:auto;width:-moz-fit-content;width:fit-content}.chat-message.admin{background-color:#f0f0f0;align-self:flex-start;text-align:left;border-radius:15px 15px 15px 0;padding:8px 12px;margin-right:auto;width:-moz-fit-content;width:fit-content}.msg-bubble{position:relative;padding:8px 12px 20px;border-radius:15px;max-width:80%;word-wrap:break-word;font-size:14px;line-height:1.4;display:inline-block;min-width:60px}.chat-message.user .msg-bubble,.chat-message.vendor .msg-bubble{background-color:#ffedcc}.chat-message.admin .msg-bubble{background:#f0f0f0}.timestamp{position:absolute;bottom:4px;right:10px;font-size:11px;color:#777;white-space:nowrap}.input-box{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;margin-top:10px}.input-box input{flex:1;height:38px;border:1px solid #ddd;border-radius:8px;padding:0 10px}.input-box button{display:flex;justify-content:center;align-items:center;background-color:#f60;color:#fff;border:none;padding:0 20px;border-radius:8px;height:38px;width:70px;cursor:pointer;transition:background .3s ease}.input-box button:hover{background-color:#e65c00}@media(max-width:768px){.admin-container{flex-direction:column}}.support-container{max-width:500px;margin:40px auto;border:1px solid #ddd;border-radius:10px;padding:20px;background-color:#fff8f0;box-shadow:0 4px 10px #0000001a}.ticket-item.active{border-color:#f60;background-color:#fff3e0;box-shadow:0 0 6px #ff66004d;transform:scale(1.02)}h2{text-align:center;color:#d35400;margin-bottom:15px}.new-ticket-form textarea{width:345px;border-radius:10px}.new-ticket-form button{background-color:#f60}.input-box{display:flex;margin-top:10px}.input-box input{height:40px;width:10000px;border:1px solid #ddd;border-radius:8px;outline:none}.input-box button{background-color:#f60;color:#fff;margin-top:10px;height:40px;border:none;padding:10px 1px;margin-left:8px;border-radius:8px;cursor:pointer}.input-box button:hover{background-color:#e55a00}.ticket-item{border:1px solid #ddd;padding:10px;border-radius:8px;margin-bottom:10px;background-color:#fff;cursor:pointer;transition:all .3s ease}.ticket-item:hover{background-color:#fff2e6}.ticket-item.unread{position:relative;border-color:#f60;box-shadow:0 0 10px #f606;animation:unreadPulse 1.2s infinite}.search-bar{margin:10px 0 15px;display:flex;justify-content:center}.search-bar input{width:90%;padding:10px 14px;border:1px solid #ccc;border-radius:8px;font-size:15px;outline:none;transition:all .3s ease}.search-bar input:focus{border-color:#007bff;box-shadow:0 0 6px #007bff4d}@keyframes unreadPulse{0%{box-shadow:0 0 #f606;transform:scale(1)}50%{box-shadow:0 0 12px #f60c;transform:scale(1.02)}to{box-shadow:0 0 #f606;transform:scale(1)}}.date-label{background-color:#ff4500;color:#fff;padding:6px 12px;border-radius:20px;font-size:13px;display:table;margin:10px auto;text-align:center}.profile-page11{min-height:100vh;background:#fdf8f2;overflow:hidden}.profile-header11{background:linear-gradient(180deg,#7b1f28,#991f2c);color:#fff;text-align:center;padding:30px 20px 80px;border-bottom-left-radius:70px;border-bottom-right-radius:70px;position:relative}.profile-header11:before{content:"";position:absolute;left:-60px;top:20px;width:180px;height:180px;border:2px solid rgba(255,255,255,.06);border-radius:50%}.header-icon11{width:65px;height:65px;font-size:34px;background:#fff;color:#7b1f28;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:auto;font-weight:700}.profile-header11 h1{font-size:34px;margin:15px 0 8px;font-weight:700}.header-line11{width:130px;height:3px;background:#d8a646;margin:18px auto;border-radius:30px}.profile-header11 p{font-size:17px;line-height:1.5;max-width:520px;margin:auto}.menu-wrapper11{width:88%;max-width:820px;margin:-50px auto 40px;display:flex;flex-direction:column;gap:25px}.menu-card11{background:#fff;border-radius:25px;display:flex;align-items:center;padding:18px 22px;box-shadow:0 10px 30px #00000014;cursor:pointer;transition:.3s}.menu-card11:hover{transform:none;box-shadow:0 10px 30px #00000014;background:#fff}.menu-card11{position:relative;transform:none!important}.menu-icon11{width:72px;height:72px;background:#fdecec;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:34px;color:#7b1f28;margin-right:18px}.menu-content11{flex:1;border-left:2px solid #e7c37b;padding-left:25px}.menu-content11 h3{margin:0 0 6px;color:#6f111b;font-size:24px}.menu-content11 p{margin-top:12px;color:#555;font-size:15px}.arrow11{width:50px;height:50px;background:#a51622;border-radius:50%;color:#fff;display:flex;align-items:center;justify-content:center;font-size:24px;flex-shrink:0}@media(max-width:768px){.profile-header11{padding:35px 15px 95px;border-bottom-left-radius:40px;border-bottom-right-radius:40px}.header-icon11{width:70px;height:70px;font-size:38px}.profile-header11 h1{font-size:34px}.profile-header11 p{font-size:16px}.menu-wrapper11{margin-top:-60px;width:94%}.menu-card11{padding:18px;align-items:flex-start}.menu-icon11{width:70px;height:70px;font-size:30px;margin-right:15px}.menu-content11{padding-left:16px}.menu-content11 h3{font-size:24px}.menu-content11 p{font-size:14px;line-height:1.6}.arrow11{width:45px;height:45px;font-size:24px}}.create-wrapper{padding:30px;display:flex;justify-content:center}.invite-form{width:420px;background:#fff;padding:25px;border-radius:12px;box-shadow:0 8px 25px #00000026;display:flex;flex-direction:column;gap:12px}.invite-form h2{text-align:center;margin-bottom:10px;font-weight:700}.invite-form input{padding:10px;border-radius:8px;border:1px solid #ccc;font-size:14px}.submit-btn:disabled{opacity:.5;cursor:not-allowed;background:#b5b5b5;border-color:#b5b5b5}.submit-btn:not(:disabled){background:#7b1f28;cursor:pointer}.templates-grid{width:100%}.templates-container{display:flex;gap:20px;justify-content:center;flex-wrap:wrap}.template-box{width:220px;cursor:pointer;transform:scale(.9);opacity:.8;transition:.3s}.template-box.active{transform:scale(1.15);opacity:1;border:3px solid #e49d3c;border-radius:12px}.preview-wrapper{display:flex;flex-direction:column;align-items:center}.main-template{width:95%;max-width:450px;margin-bottom:20px;transition:.3s ease-in-out}.bottom-templates{display:flex;justify-content:center;gap:12px;padding:10px}.thumb{width:85px;height:85px;overflow:hidden;border-radius:10px;position:relative;background:#fff}.thumb-content{position:absolute;width:310px;margin-top:-40px;margin-left:6px;transform:translate(-50%,-50%) scale(.22);transform-origin:center center;pointer-events:none}.thumb:hover{transform:scale(1.08)}.thumb.active{border:2px solid #f5b658;transform:scale(1.12)}.thumb>*{transform:scale(.22);transform-origin:top left}@media(max-width:500px){.main-template{max-width:350px}}@media(max-width:400px){.main-template{max-width:300px}}.card-container{max-width:500px;width:120%;padding:2.5rem;margin-left:-32px;background-color:#fff;background-image:url(../../assets/event-dostlogo.png);background-size:80%;background-position:center;background-repeat:no-repeat;opacity:1;border:4px solid #b45309;border-radius:.75rem;color:#374151;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;position:relative;overflow:hidden;transition:all .4s ease-in-out}.card-container{position:relative;overflow:hidden}.card-container:before{content:"";position:absolute;inset:0;background-image:url(/assets/event-dostlogo-BYt0bh3p.png);background-position:center;background-repeat:no-repeat;background-size:80%;opacity:.05;z-index:1;pointer-events:none}.card-container>*{position:relative;z-index:5}.app-name{display:flex;top:-30px;justify-content:start;color:maroon;left:-25px}.insta-name{display:flex;top:-48px;color:maroon;justify-content:end;left:15px}.card-container:hover{transform:scale(1.01);box-shadow:0 35px 60px -15px #0000004d}.corner-decor{position:absolute;width:4rem;height:4rem;opacity:.7}.top-left{top:0;left:0;border-top:4px solid #fcd34d;border-left:4px solid #fcd34d;border-top-left-radius:.75rem}.bottom-right{bottom:0;right:0;border-bottom:4px solid #fcd34d;border-right:4px solid #fcd34d;border-bottom-right-radius:.75rem}.content-wrapper{text-align:center;display:flex;flex-direction:column;gap:1rem}.invitation-header{font-size:1.25rem;font-weight:500;letter-spacing:.1em;color:#b45309;text-transform:uppercase}.host-name{font-size:2rem;margin-top:-5px;line-height:1;font-style:italic;font-weight:800;color:#1f2937;border-bottom:1px solid #fcd34d;padding-bottom:.75rem;margin-bottom:1rem}.occasion{font-size:1.5rem;font-style:italic;color:#92400e;letter-spacing:.05em;margin-top:-15px}.separator-line{height:.125rem;background-color:#f59e0b;width:6rem;margin:-15px auto;opacity:.5}.details-section{padding-top:1rem;text-align:left;padding-left:1rem;padding-right:1rem;display:flex;flex-direction:column;gap:1rem}.detail-row{display:flex;align-items:center;gap:.75rem;font-size:1.125rem}.detail-icon{width:1.25rem;height:1.25rem;color:#d97706;flex-shrink:0}.detail-label{color:#374151;font-weight:700;width:70px;flex-shrink:0}.detail-value,.address-value{flex:1;font-weight:600;text-align:left}.address-row{align-items:flex-start}.address-value{font-size:.9rem;line-height:1.4;word-break:break-word;overflow-wrap:anywhere}.detail-row{display:flex;align-items:flex-start;gap:12px;font-size:1.125rem}.rsvp-section{padding-top:1rem;display:flex;flex-direction:column;gap:.5rem}.rsvp-header{font-size:1rem;font-weight:700;display:flex;align-items:center;justify-content:center;gap:.5rem;color:#b45309}.rsvp-text{font-size:.875rem;color:#4b5563;font-style:italic;padding-left:1rem;padding-right:1rem}.closing-line{font-size:1.125rem;padding-top:1rem;font-weight:500;color:#374151}.basic-download-btn{position:absolute;bottom:15px;right:15px;background-color:#fff;border:1px solid #ccc;width:45px;height:45px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 10px #00000040;z-index:20;transition:.2s ease}.basic-download-btn:hover{transform:scale(1.1);background-color:#f9f9f9}.boho-card-container{max-width:550px;width:122%;margin-left:-33px;padding:2.5rem 1.5rem;box-shadow:0 15px 40px #00000026;background-color:#fafafa;border-radius:16px;position:relative;overflow:hidden;border:1px solid #E0E0E0}.boho-card-container{position:relative;overflow:hidden}.boho-card-container:before{content:"";position:absolute;inset:0;background-image:url(/assets/event-dostlogo-BYt0bh3p.png);background-position:center;background-repeat:no-repeat;background-size:80%;opacity:.05;z-index:1;pointer-events:none}.boho-card-container>*{position:relative;z-index:5}.boho-color-block{position:absolute;opacity:.6;filter:blur(5px)}.top-left-block{top:-50px;left:-50px;width:150px;height:150px;border-radius:50% 50% 50% 0;background-color:#e5989b}.bottom-right-block{bottom:-30px;right:-30px;width:100px;height:100px;border-radius:0 50% 50%;background-color:#b5838d}.boho-content-wrapper{text-align:center;display:flex;flex-direction:column;gap:1.75rem;padding:1rem 0;position:relative;z-index:10;font-family:Cormorant Garamond,serif}.boho-intro-text{font-size:1.1rem;font-weight:300;letter-spacing:.1em;color:#787878;text-transform:uppercase;margin-bottom:-1rem}.boho-host-name{font-family:Sacramento,cursive;font-size:3rem;line-height:1.5;color:#4a4a4a;margin:0}.boho-date-group{display:flex;flex-direction:column;align-items:center;gap:.25rem;margin-top:1rem;padding:1rem 0;background-color:#f0efef;border-radius:8px}.boho-date-text{font-size:1.8rem;font-weight:500;color:#b5838d}.boho-year-text{font-size:1.2rem;color:#4a4a4a;letter-spacing:.1em;text-transform:uppercase}.boho-time-line{display:flex;align-items:center;gap:.5rem;margin-top:.5rem;color:#787878}.boho-time-icon{color:#e5989b}.boho-flourish-container{width:80%;margin:0 auto;transform:rotate(-1deg);margin-top:1rem}.boho-location-group{display:flex;align-items:flex-start;justify-content:center;gap:1rem;margin-bottom:1rem;padding:0 1.5rem}.boho-location-icon{color:#b5838d}.boho-location-text{display:flex;flex-direction:column;line-height:1.5}.boho-venue{font-size:1.1rem;font-weight:700;color:#4a4a4a}.boho-address{color:#787878;font-size:.9rem}.boho-rsvp-section{display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 0;border-top:1px dashed #E0E0E0;border-bottom:1px dashed #E0E0E0}.boho-rsvp-icon{color:#e5989b}.boho-rsvp-text{font-size:.95rem;color:#4a4a4a;font-style:italic}.boho-closing-line{font-size:1rem;font-weight:500;color:#787878}.boho-download-btn{position:absolute;bottom:15px;right:15px;background-color:#fff;border:1px solid #d0d0d0;border-radius:50%;width:42px;height:42px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #0003;cursor:pointer;z-index:20;transition:.2s ease}.boho-download-btn:hover{transform:scale(1.1);background-color:#f7f7f7}.indian-card-container{max-width:580px;width:122%;margin-left:-35px;padding:0;box-shadow:0 15px 50px #0000004d;background-color:#fffdf6;border-radius:12px;position:relative;overflow:hidden;border:3px solid #ffd700}.indian-card-container{position:relative;overflow:hidden}.indian-card-container .app-name{display:flex;top:5px;color:maroon;margin-left:40px}.indian-card-container .insta-name{display:flex;top:-13px;margin-right:35px;color:maroon}.indian-card-container:before{content:"";position:absolute;inset:0;background-image:url(/assets/event-dostlogo-BYt0bh3p.png);background-position:center;background-repeat:no-repeat;background-size:80%;opacity:.05;z-index:1;pointer-events:none}.indian-card-container>*{position:relative;z-index:5}.indian-top-border{height:30px;background-image:linear-gradient(135deg,#f93 10%,#c60055 90%);box-shadow:0 5px 10px #0003}.indian-bottom-border{height:30px;background-image:linear-gradient(-135deg,#f93 10%,#c60055 90%);box-shadow:0 -5px 10px #0003}.indian-content-wrapper{text-align:center;display:flex;flex-direction:column;gap:1.5rem;padding:2.5rem 2rem;font-family:Cinzel,serif}.indian-blessing{font-size:1.1rem;font-weight:700;letter-spacing:.2em;color:#f93;text-transform:uppercase}.indian-host-name{font-size:1.2rem;margin-top:-9px;font-weight:700;color:#c60055;letter-spacing:.1em}.indian-occasion{margin-top:-20px;font-size:1.2rem;color:#333}.indian-couple-name{margin-top:-25px;font-family:Great Vibes,cursive;font-size:2rem;line-height:1;color:#c60055;text-shadow:2px 2px 4px rgba(255,215,0,.5);padding:.5rem 0}.indian-flourish-container{width:80%;margin:auto}.indian-details-section{display:flex;flex-direction:column;gap:1rem;padding:1.5rem 0;border-top:2px dashed #ff9933;border-bottom:2px dashed #ff9933}.indian-detail-row{display:flex;align-items:center;justify-content:center;gap:1rem}.indian-icon{width:1.5rem;height:1.5rem;color:#f93;filter:drop-shadow(0 0 5px rgba(255,215,0,.7))}.indian-detail-value{font-size:1.3rem;font-weight:500;color:#333}.date-text{font-weight:700;color:#c60055}.indian-location-group{display:flex;align-items:flex-start;justify-content:center;gap:1rem;padding:0 1rem}.indian-location-icon{color:#f93;margin-top:2px}.indian-location-text{display:flex;flex-direction:column;text-align:left;line-height:1.4}.indian-venue{font-size:1.4rem;font-weight:700;color:#c60055;text-transform:uppercase}.indian-address{font-size:1rem;color:#555}.indian-rsvp-section{margin-top:-20px;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:1rem 0;background-color:#fffaf0;border-radius:8px}.indian-rsvp-icon{color:#f93}.indian-rsvp-text{font-size:1rem;font-style:italic;color:#333}.indian-closing-line{font-size:1.2rem;font-weight:500;color:#c60055;margin-top:-2rem}.thanks-footer{text-align:center}.floral-download-btn{position:absolute;bottom:15px;right:15px;width:45px;height:45px;border-radius:50%;background:#fff;border:1px solid #ccc;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000040;cursor:pointer;z-index:20;transition:.2s ease-in-out}.floral-download-btn:hover{transform:scale(1.12);background-color:#f8f8f8}.elegant-card-container{max-width:550px;width:100%;background-color:#fcfcfc;border-radius:4px;position:relative;overflow:hidden}.elegant-card-container{position:relative;overflow:hidden}.elegant-card-container:before{content:"";position:absolute;inset:0;background-image:url(/assets/event-dostlogo-BYt0bh3p.png);background-position:center;background-repeat:no-repeat;background-size:80%;opacity:.05;z-index:1;pointer-events:none}.elegant-card-container>*{position:relative;z-index:5}.elegant-card-container .app-name{display:flex;top:60px;font-size:3mm;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;margin-left:55px;color:maroon}.elegant-card-container .insta-name{display:flex;font-size:3mm;font-family:Cambria,Cochin,Georgia,Times,Times New Roman,serif;top:45px;margin-right:40px;color:maroon}.modern-wrapper{margin-top:-30px;display:flex;justify-content:center;align-items:center;width:130%;margin-left:-45px;padding:1rem;background-color:#f7f9f7;font-family:Playfair Display,serif}.elegant-frame{border:4px solid #b8860b;padding:.5rem}.elegant-inner-frame{border:2px solid #004d40;padding:2rem 1.5rem}.elegant-content-wrapper{text-align:center;display:flex;flex-direction:column;gap:1.2rem;font-family:Playfair Display,serif}.elegant-intro{font-size:1.2rem;color:#4b5563;letter-spacing:.05em}.elegant-host-name{font-family:Great Vibes,cursive;font-size:2rem;color:#004d40;margin:0}.elegant-occasion{font-size:1.4rem;color:#b8860b;font-style:italic}.elegant-separator-line{height:1px;background-color:#b8860b;width:40%;margin:-10px auto 1.5rem;opacity:.7}.elegant-details-section{display:flex;flex-direction:column;gap:.8rem}.detail-line{display:flex;align-items:center;justify-content:center;gap:.5rem}.detail-icon{width:1.25rem;height:1.25rem;color:#b8860b}.detail-label{font-weight:600;color:#1f2937}.detail-value{color:#004d40;font-weight:500;font-size:1.1rem}.elegant-location-group{display:flex;align-items:center;gap:.75rem;justify-content:center}.location-iconi{width:1.5rem;height:1.5rem;color:#b8860b}.location-text{display:flex;flex-direction:column;text-align:left}.location-venue{font-size:1.1rem;color:#004d40;font-weight:700}.location-address{color:#4b5563;font-size:.9rem}.elegant-rsvp-section{padding:1rem 0;border-top:1px solid #e5e7eb}.elegant-rsvp-header{font-weight:700;color:#004d40;display:flex;justify-content:center;align-items:center;gap:.4rem}.elegant-rsvp-text{font-size:.9rem;color:#4b5563;font-style:italic;padding:0 1.2rem}.elegant-closing-line{font-size:.9rem;color:#6b7280;margin-top:1rem;text-transform:uppercase;letter-spacing:.1em}.modern-download-btn{position:absolute;bottom:15px;right:15px;width:45px;height:45px;border-radius:50%;background:#fff;border:1px solid #d0d0d0;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 10px #00000040;cursor:pointer;z-index:20;transition:.2s ease}.modern-download-btn:hover{transform:scale(1.1);background-color:#f7f7f7}.activation-page{width:100%;min-height:100vh;background:#fff9f2;overflow-x:hidden;overflow-y:auto}.activation-header{position:relative;background:linear-gradient(180deg,#7b1f28,#991f2c);color:#fff;text-align:center;padding:28px 20px 70px;border-bottom-left-radius:45px;border-bottom-right-radius:45px;overflow:visible;z-index:1}.status-description{margin:0;color:#666;font-size:14px;line-height:1.5;text-align:left;max-width:420px}.activation-header:before{content:"";position:absolute;width:260px;height:260px;border:2px solid rgba(255,255,255,.05);border-radius:50%;left:-120px;top:-90px}.activation-header:after{content:"";position:absolute;width:180px;height:180px;border:2px solid rgba(255,255,255,.05);border-radius:50%;right:-70px;bottom:-70px}.activation-header:after{content:"";position:absolute;width:220px;height:220px;border:2px solid rgba(255,255,255,.05);border-radius:50%;right:-90px;top:-40px}.activation-header h1{margin:0;font-size:42px;font-weight:700}.header-divider{width:140px;height:4px;background:#d8a646;border-radius:20px;margin:18px auto}.delete-card,.important-note,.admin-deactivated-box{transition:.3s}.delete-card:hover,.important-note:hover,.admin-deactivated-box:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00000014}.activation-card>*{margin-bottom:26px}.activation-card>*:last-child{margin-bottom:0}.status-content h3,.delete-info h3{letter-spacing:.2px}.status-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1;margin-left:0}.status-content p,.delete-info p,.note-content p{color:#666;line-height:1.7}.support-btn,.verify-btn,.delete-btn{border-radius:50px}.activation-card{width:86%;max-width:860px;background:#fff;border-radius:24px;padding:22px;box-shadow:0 14px 35px #00000014;position:relative;margin:-40px auto 30px;z-index:10}.status-card{display:flex;justify-content:space-between;align-items:center;background:#fffaf5;padding:18px 22px;border-radius:18px;margin-bottom:24px;cursor:default}.status-card:hover{background:#fffaf5!important;transform:none!important;box-shadow:none!important}.status-left{display:flex;align-items:flex-start;gap:22px;flex:1}.status-icon{width:60px;height:60px;border-radius:50%;background:#fdecec;display:flex;justify-content:center;align-items:center;flex-shrink:0}.status-content p{margin:6px 0 0;color:#666;font-size:14px;line-height:1.5;text-align:left;max-width:420px}.status-content h3{margin:0;color:#6f111b;font-size:18px;font-weight:700;line-height:1.3}.buffer-overlay{position:fixed;inset:0;display:flex;justify-content:center;align-items:center;background:#00000073;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:9999}.buffer-card{width:440px;max-width:92%;background:#fff;border-radius:28px;padding:40px 35px;text-align:center;box-shadow:0 20px 45px #0000002e;animation:popup .25s ease}.buffer-title{margin-top:28px;font-size:24px;color:#7b1f28;font-weight:700}.buffer-sub{margin-top:12px;font-size:16px;color:#666;line-height:1.6}.spinner{width:70px;height:70px;margin:auto;border-radius:50%;border:6px solid #f3dcdc;border-top:6px solid #7B1F28;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.otp-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#f0f0f0b3;display:flex;align-items:center;justify-content:center;z-index:1000}.otp-card{width:460px;max-width:92%;background:#fff;border-radius:28px;padding:40px 35px;text-align:center;box-shadow:0 20px 50px #0000002e;animation:popup .25s ease}@keyframes popup{0%{transform:translateY(25px) scale(.96);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.otp-icon{width:80px;height:80px;margin:auto auto 20px;border-radius:50%;background:#fdecec;display:flex;justify-content:center;align-items:center;font-size:40px}.otp-timer{margin:22px 0;font-size:16px;color:#666}.otp-timer strong{color:#7b1f28;font-size:18px}.resend-btn{background:linear-gradient(to right,#0b8f48,#0aa65a)}.resend-btn:hover{opacity:.95}.otp-title{font-size:28px;color:#7b1f28;font-weight:700;margin-bottom:28px}.otp-inputs{display:flex;justify-content:center;gap:12px;margin-bottom:30px}.otp-digit{width:54px;height:58px;border-radius:14px;border:2px solid #e3d5d5;text-align:center;font-size:24px;font-weight:700;transition:.25s}.otp-digit:focus{border-color:#7b1f28;box-shadow:0 0 0 4px #7b1f281f}.otp-digit:focus{border-color:maroon}.verify-btn{width:100%;height:54px;border:none;border-radius:50px;background:linear-gradient(90deg,#7b1f28,#991f2c);color:#fff;font-size:18px;font-weight:700;cursor:pointer;transition:.3s}.verify-btn:hover{transform:translateY(-2px);box-shadow:0 10px 20px #7b1f2840}.verify-btn:disabled{opacity:.6;cursor:not-allowed}.activerow{display:flex;justify-content:space-between;align-items:center;margin:20px 0}.activelabel{font-size:16px;color:#333}.activetoggle{background:transparent!important}.activetoggle:hover{background:transparent!important;box-shadow:none!important}.activetoggle-switch{width:130px;height:48px;top:4px;left:4px;border-radius:50px;background:#d83b3b;position:relative;transition:.3s;cursor:pointer;overflow:hidden}.activetoggle-switch.active{background:#2dbd4f}.activecircle{width:40px;height:40px;background:#fff;border-radius:50%;position:absolute;top:4px;left:4px;transition:.35s;box-shadow:0 4px 10px #00000026}.activetoggle-switch.active .activecircle{left:86px}.activetoggleon,.activetoggleoff{display:none}.activetoggleon{left:18px}.activetoggleoff{right:18px}.delete-card{display:flex;justify-content:space-between;align-items:center;background:#fffaf5;padding:20px 22px;border-radius:22px;margin-top:25px;box-shadow:0 5px 18px #0000000d}.delete-left{display:flex;align-items:center;gap:22px;flex:1}.delete-circle{width:58px;height:58px;border-radius:50%;background:#fdecec;display:flex;justify-content:center;align-items:center}.delete-info h3{margin:0;color:#6f111b;font-size:18px;font-weight:700}.delete-info p{margin-top:6px;color:#666;font-size:14px;line-height:1.5;max-width:420px}.delete-btn{width:130px;height:42px;display:flex;justify-content:center;align-items:center;border:2px solid #ef4444;border-radius:28px;background:#fff;color:#ef4444;font-size:15px;font-weight:700;cursor:pointer;transition:.3s;padding:0}.delete-btn:hover{background:#c62828;color:#fff}.important-note{margin-top:28px;display:flex;align-items:flex-start;gap:20px;padding:20px;background:#fff9eb;border:1px solid #f2d38c;border-radius:22px}.note-icon{width:55px;height:55px;border-radius:50%;background:#fff4cc;display:flex;justify-content:center;align-items:center;font-size:32px;flex-shrink:0}.note-content{flex:1}.note-content h3{margin:0 0 12px;color:#c18400;font-size:18px;font-weight:700}.note-content p{margin:0;color:#666;line-height:1.8;font-size:14px}.activetoggle-switch.active{background:#28a745}.status-text{text-align:center;color:#555;margin-top:10px}.delete-section{display:flex;justify-content:space-between;align-items:center;margin-top:20px}.delete-text{font-size:16px;color:#333}.delete-icon{cursor:pointer;transition:.2s}.delete-icon:hover{transform:scale(1.2)}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center}.modal{background:#fff;padding:25px;border-radius:12px;width:300px;text-align:center;box-shadow:0 5px 20px #0003}.modal-buttons{margin-top:20px;display:flex;justify-content:space-between;gap:15px}.btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer}.btn.cancel{background:#ccc}.btn.delete{background:red;color:#fff}.disabled-toggle{opacity:.45;cursor:not-allowed;pointer-events:none}.admin-deactivated-box{margin-top:30px;padding:30px;border-radius:22px;background:#fff8f8;border:1px solid #f3d3d6;box-shadow:0 6px 20px #0000000d}.admin-deactivated-box h3{margin:0;color:#8b1e2d;font-size:30px;font-weight:700}.admin-deactivated-box p{margin-top:16px;color:#555;line-height:1.8;font-size:16px}.reason-box{margin-top:22px;background:#fff;border-left:6px solid #b22222;border-radius:16px;padding:20px;box-shadow:0 3px 12px #0000000a}.reason-box h4{margin:0;color:#8b1e2d;font-size:20px;font-weight:700}.reason-box p{margin-top:10px;color:#444}.support-note{margin-top:22px;color:#555;line-height:1.8}.support-btn{margin-top:24px;width:100%;height:54px;border:none;border-radius:50px;background:linear-gradient(90deg,#7b1f28,#991f2c);color:#fff;font-size:17px;font-weight:700;cursor:pointer;transition:.3s}.support-btn:hover{transform:translateY(-2px);box-shadow:0 8px 20px #7b1f2840}@media(max-width:768px){.activation-page{width:100%;padding:0;overflow-x:hidden}.status-content h3{font-size:16px}.status-content p{font-size:12px;line-height:1.4}.activation-header{padding:30px 18px 95px;border-bottom-left-radius:32px;border-bottom-right-radius:32px}.activation-header h1{font-size:32px}.header-divider{width:90px;margin:14px auto}.activation-card{width:100%;margin:-55px auto 25px;padding:16px;border-radius:18px;box-sizing:border-box}.activetoggle-switch{width:90px;height:34px}.activecircle{width:26px;height:26px;top:4px;left:4px}.activetoggle-switch.active .activecircle{left:60px}.delete-circle{width:52px;height:52px}.delete-info h3{font-size:18px}.delete-info p{font-size:14px}.important-note{flex-direction:column;gap:15px;padding:18px}.note-icon{width:50px;height:50px}.note-content h3{font-size:18px}.note-content p{font-size:14px;line-height:1.7}.admin-deactivated-box{padding:18px}.admin-deactivated-box h3{font-size:22px}.reason-box{padding:15px}.support-btn{height:48px}.otp-card{width:92%;padding:25px 18px}.otp-title{font-size:22px}.otp-inputs{gap:6px}.otp-digit{width:42px;height:46px;font-size:18px}.verify-btn{height:48px;font-size:16px}.buffer-card{width:92%;padding:28px 18px}.spinner{width:52px;height:52px}.buffer-title{font-size:20px}.buffer-sub{font-size:14px}.delete-card{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:14px}.delete-left{display:flex;align-items:flex-start;gap:12px;flex:1;min-width:0}.delete-circle{width:46px;height:46px;flex-shrink:0}.delete-info h3{font-size:16px}.delete-info p{font-size:12px;line-height:1.4}.delete-btn{width:90px;height:34px;display:flex;justify-content:center;align-items:center;font-size:13px;font-weight:700;flex-shrink:0;padding:0}}.about-container{min-height:100vh;background:#f4f4f4;display:flex;justify-content:center;padding:40px 20px}.about-card{background:#fff;max-width:800px;width:100%;padding:30px;border-radius:12px;box-shadow:0 5px 20px #0000001a}.about-title{text-align:center;color:#d35400;margin-bottom:20px}.about-description{text-align:center;color:#555;margin-bottom:30px;line-height:1.6}.aboutsection-title{margin-top:20px;margin-bottom:15px;color:#333}.services-list{display:grid;grid-template-columns:1fr 1fr;gap:15px}.service-item{background:#fafafa;padding:15px;border-radius:8px;border:1px solid #eee}.service-item h3{margin-bottom:8px;font-size:16px}.service-item p{font-size:14px;color:#666}.why-list{margin-top:15px;padding-left:20px;color:#444}.why-list li{margin-bottom:8px}.business-infos{margin-top:25px;padding:20px;border:1px solid #ddd;border-radius:10px;background:#fafafa}.business-infos p{margin:10px 0;line-height:1.7}*{box-sizing:border-box}.delete-page{min-height:100vh;padding:45px 20px;background:linear-gradient(135deg,#fffaf5,#fdf2e9);display:flex;justify-content:center;align-items:flex-start;font-family:Segoe UI,sans-serif}.delete-card{width:100%;max-width:980px;background:#fff;border-radius:22px;overflow:hidden;box-shadow:0 20px 50px #00000014}.hero-section{padding:50px 45px;text-align:center;background:linear-gradient(135deg,#7b1f28,#9f2f3d);color:#fff}.hero-icon{width:90px;height:90px;margin:auto auto 20px;border-radius:50%;background:#ffffff2e;display:flex;justify-content:center;align-items:center;font-size:40px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.delete-title{font-size:36px;font-weight:700;margin-bottom:20px}.delete-title span{color:#ffe1b8}.delete-intro{max-width:760px;margin:auto;line-height:1.9;font-size:17px;opacity:.96}.delete-section{padding:40px;border-bottom:1px solid #f1f1f1}.delete-section:last-of-type{border-bottom:none}.delete-section h2{color:#7b1f28;margin-bottom:25px;font-size:28px;font-weight:700}.section-text{color:#555;line-height:1.8;margin-bottom:25px;font-size:16px}.steps{display:flex;flex-direction:column;gap:18px}.step{display:flex;align-items:flex-start;gap:18px;background:#fff8f5;padding:18px;border-radius:14px;transition:.3s;border-left:5px solid #7B1F28}.step:hover{transform:translateY(-3px);box-shadow:0 8px 22px #00000014}.step-number{width:42px;height:42px;border-radius:50%;background:#7b1f28;color:#fff;display:flex;justify-content:center;align-items:center;font-weight:700;flex-shrink:0}.step p{margin:0;color:#444;line-height:1.7}.info-card{background:#fffaf5;padding:25px;border-radius:16px;border-left:5px solid #7B1F28}.info-card p{margin:0 0 15px;color:#555;line-height:1.8}.info-card p:last-child{margin-bottom:0}.data-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.data-item{background:#fff8f4;padding:18px;border-radius:14px;border:1px solid #f3d6d8;font-weight:600;color:#444;transition:.3s}.data-item:hover{background:#7b1f28;color:#fff;transform:translateY(-3px)}.contact-box{background:#fff8f3;border-radius:18px;padding:25px;border-left:5px solid #7B1F28}.contact-item{display:flex;align-items:center;gap:12px;margin:16px 0;font-size:17px;flex-wrap:wrap}.contact-item a{color:#7b1f28;font-weight:700;text-decoration:none;word-break:break-word}.contact-item a:hover{text-decoration:underline}.warning-box{margin:40px;padding:28px;border-radius:18px;background:linear-gradient(135deg,#fff3cd,#fff8df);border:1px solid #ffd77c}.warning-box h3{color:#8a5300;margin-bottom:12px}.warning-box p{color:#6d5200;line-height:1.8;margin:0}@media(max-width:900px){.delete-section{padding:30px}.hero-section{padding:40px 30px}.delete-title{font-size:30px}.data-grid{grid-template-columns:1fr}}@media(max-width:600px){.delete-page{padding:15px}.delete-card{border-radius:16px}.hero-section{padding:35px 20px}.hero-icon{width:70px;height:70px;font-size:32px}.delete-title{font-size:26px;line-height:1.35}.delete-intro{font-size:15px;text-align:left}.delete-section{padding:22px}.delete-section h2{font-size:22px}.step{padding:15px;gap:14px}.step-number{width:36px;height:36px;font-size:14px}.step p,.section-text,.info-card p{font-size:15px}.contact-item{font-size:15px;align-items:flex-start}.warning-box{margin:22px;padding:20px}}.all-vendors-page{padding:20px;background:#fff8f0;min-height:100vh}.page-title{text-align:center;color:#7b1f28;margin-bottom:20px}.service-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px;margin-bottom:20px}.service-card{background:#fff;border:2px solid #7b1f28;border-radius:12px;padding:14px;text-align:center;cursor:pointer;font-weight:600;transition:.25s}.service-card:hover{transform:translateY(-2px)}.active-service{background:#7b1f28;color:#fff}.search-box{display:flex;align-items:center;gap:10px;background:#fff;padding:12px;border-radius:12px;margin-bottom:20px}.search-box input{border:none;outline:none;flex:1}.vendors-list{display:flex;flex-direction:column;gap:16px}.vendor-card{background:#fff;border-radius:16px;padding:18px;box-shadow:0 2px 10px #00000014}.vendor-header{display:flex;gap:15px;align-items:center;margin-bottom:15px}.vendor-image{width:90px;height:90px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #eee}.vendor-header-info h3{margin:0;color:#222}.experience{margin-top:5px;color:#777;font-size:14px}.vendor-body{margin-top:10px}.vendor-info-row{margin-bottom:12px}.label{display:block;font-weight:600;color:#7b1f28;margin-bottom:4px}.section-titles{font-weight:600;color:#7b1f28;margin-bottom:8px}.location-section,.freeze-date-section{margin-top:16px}.location-pill,.date-pill{display:inline-block;background:#f3f3f3;padding:7px 12px;border-radius:20px;margin-right:8px;margin-bottom:8px;font-size:13px}.map-btn{display:inline-block;margin-top:10px;background:#7b1f28;color:#fff;text-decoration:none;padding:9px 15px;border-radius:8px;font-size:14px;font-weight:500}.map-btn:hover{opacity:.9}.no-date{color:#888;font-size:14px}.loading-box{text-align:center;margin-top:40px}.empty-state{text-align:center;color:#888;padding:40px}.address-row{display:flex;align-items:center;gap:4px}.address-text{color:#444;font-size:15px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.direction-icon{width:16px;height:16px;cursor:pointer;-o-object-fit:contain;object-fit:contain;flex-shrink:0;margin-top:1px}.direction-icon:hover{transform:scale(1.1)}.clickable-link{color:#7b1f28;text-decoration:none;font-weight:500}.clickable-link:hover{text-decoration:underline}.separator{color:#666}.activation-page{padding:25px;background:#fff8f0;min-height:100vh;box-sizing:border-box}.activation-page h2{text-align:center;margin-bottom:25px;color:#7b1f28}.box-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:30px}.option-box{background:#fff;border-radius:12px;padding:25px 15px;text-align:center;cursor:pointer;font-size:18px;font-weight:600;border:2px solid #7b1f28;transition:.3s;word-break:break-word}.option-box:hover{background:#7b1f28;color:#fff;transform:translateY(-2px)}.option-box.selected{background:#7b1f28;color:#fff}.table-section{background:#fff;padding:20px;border-radius:12px;overflow-x:auto;box-shadow:0 2px 10px #00000014}table{width:100%;border-collapse:collapse;min-width:700px}th{background:#7b1f28;color:#fff;padding:12px;white-space:nowrap}td{padding:12px;text-align:center;border-bottom:1px solid #ddd;white-space:nowrap}.activate-btn,.deactivate-btn{border:none;padding:8px 18px;border-radius:6px;color:#fff;cursor:pointer;font-weight:600;transition:.3s}.activate-btn{background:green}.deactivate-btn{background:red}.activate-btn:hover,.deactivate-btn:hover{opacity:.9}@media(max-width:1200px){.box-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.activation-page{padding:18px}.activation-page h2{font-size:24px}.box-grid{grid-template-columns:repeat(2,1fr);gap:15px}.option-box{font-size:16px;padding:20px 10px}.table-section{padding:15px}th,td{padding:10px;font-size:14px}.activate-btn,.deactivate-btn{padding:7px 14px;font-size:13px}}@media(max-width:480px){.activation-page{padding:15px}.activation-page h2{font-size:22px;margin-bottom:20px}.box-grid{grid-template-columns:1fr;gap:12px}.option-box{font-size:16px;padding:18px}.table-section{padding:12px}table{min-width:650px}th,td{font-size:13px;padding:8px}.activate-btn,.deactivate-btn{width:100%;padding:10px;font-size:14px}}.modal-overlay{position:fixed;inset:0;background:#00000073;display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.modal-card{width:100%;max-width:520px;background:#fff;border-radius:16px;padding:28px;box-shadow:0 10px 35px #0000002e;animation:popupScale .25s ease}@keyframes popupScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.modal-card h3{margin:0;color:#7b1f28;text-align:center;font-size:24px}.modal-card p{margin:18px 0 20px;text-align:center;color:#555;line-height:1.6;font-size:15px}.reason-box{width:100%;min-height:120px;resize:vertical;padding:14px 16px;border:2px solid #ddd;border-radius:12px;font-size:15px;font-family:inherit;outline:none;box-sizing:border-box;transition:.25s;background:#fafafa;color:#333}.reason-box::-moz-placeholder{color:#999}.reason-box::placeholder{color:#999}.reason-box:focus{border-color:#7b1f28;background:#fff;box-shadow:0 0 0 4px #7b1f281f}.modal-buttons{display:flex;justify-content:center;gap:15px;margin-top:24px}.cancel-btn,.modal-buttons .activate-btn,.modal-buttons .deactivate-btn{min-width:140px;padding:12px 22px;border:none;border-radius:10px;font-size:15px;font-weight:600;cursor:pointer;transition:.25s}.cancel-btn{background:#ececec;color:#333}.cancel-btn:hover{background:#dcdcdc}.modal-buttons .activate-btn{background:#2e7d32}.modal-buttons .activate-btn:hover{background:#256628}.modal-buttons .deactivate-btn{background:#c62828}.modal-buttons .deactivate-btn:hover{background:#a61f1f}@media(max-width:768px){.modal-card{max-width:95%;padding:22px}.modal-card h3{font-size:21px}.modal-card p{font-size:14px}.reason-box{min-height:100px;font-size:14px}.modal-buttons{flex-direction:column}.cancel-btn,.modal-buttons .activate-btn,.modal-buttons .deactivate-btn{width:100%}}@media(max-width:480px){.modal-overlay{padding:15px}.modal-card{padding:18px;border-radius:14px}.modal-card h3{font-size:19px}.modal-card p{font-size:13px;margin:14px 0 18px}.reason-box{min-height:90px;padding:12px;font-size:13px}.modal-buttons{gap:10px}.cancel-btn,.modal-buttons .activate-btn,.modal-buttons .deactivate-btn{width:100%;padding:11px;font-size:14px}}.search-container{display:flex;justify-content:flex-end;margin:20px 0}.search-input{width:380px;max-width:100%;padding:12px 18px;border:2px solid #7b1f28;border-radius:30px;outline:none;font-size:15px;transition:.3s;background:#fff}.search-input:focus{border-color:#a32935;box-shadow:0 0 10px #7b1f2826}.search-input::-moz-placeholder{color:#888}.search-input::placeholder{color:#888}@media(max-width:768px){.search-container{justify-content:center}.search-input{width:100%}}.app-launch-page{--maroon: #7b1f28;--maroon-light: #b53a47;--maroon-bright: #d04b58;position:relative;width:100%;height:100vh;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 50% 42%,rgba(123,31,40,.14),transparent 38%),linear-gradient(180deg,#020203,#070507,#020203);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;isolation:isolate}.app-launch-page *,.app-launch-page *:before,.app-launch-page *:after{box-sizing:border-box}.launch-space{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.space-gradient{position:absolute;inset:0;background:radial-gradient(ellipse at 50% 65%,rgba(123,31,40,.13),transparent 52%)}.space-vignette{position:absolute;inset:0;background:radial-gradient(circle,transparent 20%,rgba(0,0,0,.35) 60%,rgba(0,0,0,.88) 100%);z-index:10}.stars{position:absolute;inset:-20%;pointer-events:none}.stars-one{background-image:radial-gradient(circle,rgba(255,255,255,.9) 1px,transparent 1.5px);background-size:95px 95px;opacity:.5;animation:starsMove 50s linear infinite}.stars-two{background-image:radial-gradient(circle,rgba(255,255,255,.6) 1px,transparent 1.5px);background-size:155px 155px;background-position:40px 70px;opacity:.28;animation:starsMove 75s linear infinite reverse}.stars-three{background-image:radial-gradient(circle,rgba(255,255,255,.4) 1px,transparent 1.5px);background-size:230px 230px;opacity:.18;animation:starsMove 100s linear infinite}@keyframes starsMove{0%{transform:translateY(0)}to{transform:translateY(180px)}}.launch-particles{position:absolute;inset:0;pointer-events:none}.launch-particles span{position:absolute;width:2px;height:2px;border-radius:50%;background:#fff;opacity:0;animation:particleFloat 4s ease-in-out infinite}.launch-particles span:nth-child(1){left:7%;top:24%}.launch-particles span:nth-child(2){left:14%;top:72%;animation-delay:.4s}.launch-particles span:nth-child(3){left:22%;top:18%;animation-delay:1.1s}.launch-particles span:nth-child(4){left:30%;top:80%;animation-delay:1.8s}.launch-particles span:nth-child(5){left:39%;top:12%;animation-delay:.7s}.launch-particles span:nth-child(6){left:48%;top:74%;animation-delay:1.5s}.launch-particles span:nth-child(7){left:58%;top:20%;animation-delay:2.1s}.launch-particles span:nth-child(8){left:67%;top:66%;animation-delay:.8s}.launch-particles span:nth-child(9){left:77%;top:30%;animation-delay:1.9s}.launch-particles span:nth-child(10){left:87%;top:77%;animation-delay:.3s}.launch-particles span:nth-child(11){left:94%;top:18%;animation-delay:1.4s}.launch-particles span:nth-child(12){left:5%;top:52%;animation-delay:2.5s}.launch-particles span:nth-child(13){left:29%;top:47%;animation-delay:1s}.launch-particles span:nth-child(14){left:72%;top:48%;animation-delay:2.2s}.launch-particles span:nth-child(15){left:46%;top:28%;animation-delay:.6s}.launch-particles span:nth-child(16){left:57%;top:55%;animation-delay:1.7s}.launch-particles span:nth-child(17){left:82%;top:55%;animation-delay:2.6s}.launch-particles span:nth-child(18){left:19%;top:41%;animation-delay:2s}.launch-particles span:nth-child(19){left:35%;top:35%;animation-delay:1.3s}.launch-particles span:nth-child(20){left:64%;top:35%;animation-delay:.9s}.launch-particles span:nth-child(21){left:74%;top:75%;animation-delay:2.4s}.launch-particles span:nth-child(22){left:88%;top:44%;animation-delay:1.2s}.launch-particles span:nth-child(23){left:11%;top:44%;animation-delay:2.3s}.launch-particles span:nth-child(24){left:53%;top:17%;animation-delay:1s}.launch-particles span:nth-child(25){left:44%;top:65%;animation-delay:2.7s}.launch-particles span:nth-child(26){left:91%;top:60%;animation-delay:1.6s}.launch-particles span:nth-child(27){left:26%;top:62%;animation-delay:.8s}.launch-particles span:nth-child(28){left:69%;top:13%;animation-delay:2.1s}@keyframes particleFloat{0%,to{opacity:.04;transform:translateY(0)}50%{opacity:.7;transform:translateY(-18px)}}.launch-topbar{position:absolute;top:0;left:0;right:0;height:76px;padding:0 42px;z-index:100;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,.05);background:linear-gradient(180deg,rgba(0,0,0,.3),transparent)}.rasu-brand{display:flex;align-items:center;gap:11px}.rasu-brand-mark{width:26px;height:26px;border:1px solid rgba(255,255,255,.16);border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:10px;font-weight:800;color:#fff;background:#ffffff09;box-shadow:inset 0 0 15px #7b1f2833}.rasu-brand-name{font-size:14px;font-weight:900;letter-spacing:3.5px;color:#fff;text-shadow:0 0 18px rgba(255,255,255,.12),0 0 35px rgba(123,31,40,.18)}.launch-status{display:flex;align-items:center;gap:8px;font-size:7px;font-weight:700;letter-spacing:2px;color:#ffffff4d}.status-dot{width:6px;height:6px;border-radius:50%;background:#71d39b;box-shadow:0 0 12px #71d39bcc;animation:statusPulse 2s ease-in-out infinite}@keyframes statusPulse{0%,to{opacity:.35}50%{opacity:1}}.prelaunch-screen{position:relative;z-index:20;width:min(850px,92%);height:100%;margin:auto;padding:95px 20px 70px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;animation:prelaunchIn 1.1s cubic-bezier(.16,.75,.25,1) both}@keyframes prelaunchIn{0%{opacity:0;transform:translateY(22px)}to{opacity:1;transform:translateY(0)}}.company-presentation{display:flex;align-items:center;justify-content:center;gap:14px;font-size:clamp(18px,2.2vw,28px);font-weight:900;letter-spacing:5px;color:#fff;text-shadow:0 0 22px rgba(255,255,255,.12),0 0 45px rgba(123,31,40,.18)}.presentation-line{width:38px;height:1px;background:#ffffff26}.presents-text{margin-top:13px;font-size:7px;font-weight:700;letter-spacing:3px;color:#ffffff38}.founder-credit{margin-top:14px;display:flex;flex-direction:column;align-items:center;gap:6px;padding:10px 24px 11px;border:1px solid rgba(255,255,255,.07);border-radius:999px;background:#ffffff06;box-shadow:inset 0 0 22px #7b1f2814,0 12px 35px #0000002e;animation:founderReveal 1.1s .35s ease both}.founder-name{font-size:clamp(13px,1.45vw,18px);font-weight:800;letter-spacing:2.2px;color:#ffffffeb}.founder-role{font-size:7px;font-weight:800;letter-spacing:3px;color:var(--maroon-light);text-transform:uppercase}@keyframes founderReveal{0%{opacity:0;transform:translateY(10px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.mystery-stage{position:relative;width:225px;height:225px;margin:8px 0 0;display:flex;align-items:center;justify-content:center}.mystery-aura{position:absolute;width:145px;height:145px;border-radius:50%;background:radial-gradient(circle,rgba(123,31,40,.38),transparent 68%);filter:blur(24px);animation:mysteryAura 4s ease-in-out infinite}@keyframes mysteryAura{0%,to{transform:scale(.85);opacity:.55}50%{transform:scale(1.12);opacity:1}}.mystery-ring{position:absolute;border-radius:50%;border:1px solid rgba(255,255,255,.09)}.mystery-ring-one{width:150px;height:150px;animation:mysteryRotate 16s linear infinite}.mystery-ring-one:after{content:"";position:absolute;width:5px;height:5px;border-radius:50%;top:4px;left:50%;background:var(--maroon-light);box-shadow:0 0 14px #b53a47e6}.mystery-ring-two{width:190px;height:110px;transform:rotate(28deg);animation:mysteryRotateReverse 20s linear infinite}.mystery-ring-three{width:110px;height:210px;transform:rotate(55deg);opacity:.4;animation:mysteryRotate 28s linear infinite}@keyframes mysteryRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes mysteryRotateReverse{0%{transform:rotate(360deg)}to{transform:rotate(0)}}.mystery-core{position:relative;z-index:5;width:75px;height:75px;border-radius:50%;border:1px solid rgba(181,58,71,.5);background:radial-gradient(circle,#7b1f2880,#0f0507f2 68%);box-shadow:0 0 35px #7b1f2866,inset 0 0 25px #7b1f2859;display:flex;align-items:center;justify-content:center;animation:corePulse 3s ease-in-out infinite}.mystery-core span{width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 0 20px #ffffffb3,0 0 45px #b53a47e6}@keyframes corePulse{0%,to{transform:scale(.92)}50%{transform:scale(1.08)}}.prelaunch-copy{margin-top:-3px}.prelaunch-eyebrow{margin-bottom:9px;font-size:8px;font-weight:800;letter-spacing:4px;color:#ffffff4d}.prelaunch-copy h1{margin:0;font-size:clamp(43px,6vw,68px);line-height:.95;letter-spacing:-3px;font-weight:700}.prelaunch-copy h1 span{display:inline-block;margin-left:13px;color:var(--maroon-light);text-shadow:0 0 35px rgba(181,58,71,.25)}.prelaunch-copy p{margin:18px auto 0;font-size:12px;line-height:1.8;color:#ffffff59}.launch-command-button{position:relative;margin-top:25px;min-width:245px;height:56px;padding:0 20px;border:1px solid rgba(255,255,255,.12);border-radius:100px;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:14px;overflow:hidden;background:linear-gradient(135deg,#7b1f28,#9e2e3a);color:#fff;font-size:9px;font-weight:800;letter-spacing:2.5px;box-shadow:0 18px 50px #7b1f2859;transition:transform .3s ease,box-shadow .3s ease}.launch-command-button:before{content:"";position:absolute;left:-100%;top:0;width:65%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transform:skew(-20deg);animation:buttonSweep 4s ease-in-out infinite}@keyframes buttonSweep{0%,45%{left:-100%}70%,to{left:150%}}.launch-command-button:hover{transform:translateY(-3px);box-shadow:0 24px 60px #7b1f2880}.launch-command-button:active{transform:scale(.98)}.command-rocket,.launch-command-button>span{position:relative;z-index:2}.command-rocket{font-size:18px}.command-arrow{font-size:18px;opacity:.75;transition:transform .3s ease}.launch-command-button:hover .command-arrow{transform:translate(5px)}.ready-indicator{display:flex;align-items:center;gap:8px;margin-top:17px;font-size:6px;font-weight:700;letter-spacing:2.5px;color:#fff3}.ready-pulse{width:5px;height:5px;border-radius:50%;background:#71d39b;box-shadow:0 0 10px #71d39bcc;animation:readyPulse 1.8s ease-in-out infinite}@keyframes readyPulse{0%,to{opacity:.3}50%{opacity:1}}.countdown-screen{position:absolute;inset:0;z-index:80;display:flex;align-items:center;justify-content:center;pointer-events:none}.countdown-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;text-align:center}.countdown-brand{margin-bottom:24px;font-size:7px;font-weight:800;letter-spacing:4px;color:#ffffff40;animation:countdownFade 2.8s ease both}.countdown-number{font-size:clamp(160px,25vw,300px);line-height:.75;font-weight:700;letter-spacing:-13px;color:#fff;text-shadow:0 0 35px rgba(255,255,255,.18),0 0 100px rgba(123,31,40,.7);animation:numberInOut 2.8s cubic-bezier(.16,.75,.25,1) both}@keyframes numberInOut{0%{opacity:0;transform:scale(1.35);filter:blur(10px)}13%{opacity:1;transform:scale(1);filter:blur(0)}82%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.9);filter:blur(3px)}}.countdown-title{margin-top:36px;font-size:12px;font-weight:800;letter-spacing:4px;color:#fffc;animation:titleInOut 2.8s ease both}@keyframes titleInOut{0%{opacity:0;transform:translateY(12px)}18%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(-8px)}}.countdown-message{margin-top:13px;max-width:450px;padding:0 20px;font-size:8px;font-weight:700;line-height:1.8;letter-spacing:2.5px;color:#ffffff57;animation:messageInOut 2.8s ease both}@keyframes messageInOut{0%{opacity:0;transform:translateY(10px)}22%{opacity:1;transform:translateY(0)}80%{opacity:1}to{opacity:0;transform:translateY(-7px)}}.countdown-progress{width:130px;height:1px;margin-top:25px;overflow:hidden;background:#ffffff14}.countdown-progress span{display:block;width:100%;height:100%;transform-origin:left;background:var(--maroon-light);box-shadow:0 0 10px #b53a47b3;animation:countdownProgress 2.8s linear both}@keyframes countdownProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.countdown-ring{position:absolute;left:50%;top:50%;border-radius:50%;transform:translate(-50%,-50%);pointer-events:none}.ring-large{width:370px;height:370px;border:1px solid rgba(255,255,255,.06);animation:ringOut 2.8s ease-out both}.ring-medium{width:245px;height:245px;border:1px solid rgba(123,31,40,.3);animation:ringOutMedium 2.8s ease-out both}.ring-small{width:95px;height:95px;border:1px solid rgba(255,255,255,.08);animation:ringPulse 2.8s ease-out both}@keyframes ringOut{0%{opacity:0;transform:translate(-50%,-50%) scale(.55)}15%{opacity:.8}to{opacity:0;transform:translate(-50%,-50%) scale(1.35)}}@keyframes ringOutMedium{0%{opacity:0;transform:translate(-50%,-50%) scale(.7)}20%{opacity:.7}to{opacity:0;transform:translate(-50%,-50%) scale(1.25)}}@keyframes ringPulse{0%{opacity:0;transform:translate(-50%,-50%) scale(.5)}25%{opacity:1}to{opacity:0;transform:translate(-50%,-50%) scale(1.8)}}@keyframes countdownFade{0%{opacity:0}15%{opacity:1}80%{opacity:1}to{opacity:0}}.liftoff-screen{position:absolute;inset:0;z-index:85;display:flex;align-items:center;justify-content:center;pointer-events:none}.liftoff-radiance{position:absolute;width:550px;height:550px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.3),rgba(123,31,40,.18) 25%,transparent 68%);filter:blur(22px);animation:liftoffRadiance 1.3s ease-out both}@keyframes liftoffRadiance{0%{opacity:0;transform:scale(.15)}20%{opacity:1}to{opacity:0;transform:scale(2)}}.liftoff-content{text-align:center;animation:liftoffText 1.3s cubic-bezier(.16,.75,.25,1) both}@keyframes liftoffText{0%{opacity:0;transform:scale(.65)}25%{opacity:1}to{opacity:0;transform:scale(1.13)}}.liftoff-company{margin-bottom:14px;font-size:12px;font-weight:900;letter-spacing:5px;color:#ffffff9e;text-shadow:0 0 22px rgba(255,255,255,.12)}.liftoff-founder{margin-top:-4px;margin-bottom:18px;font-size:7px;font-weight:800;letter-spacing:2.5px;color:#ffffff52;animation:liftoffFounderIn 1.3s .05s ease both}@keyframes liftoffFounderIn{0%{opacity:0;transform:translateY(8px)}25%{opacity:1}to{opacity:0;transform:translateY(-6px)}}.liftoff-title{font-size:clamp(70px,11vw,130px);line-height:.9;font-weight:800;letter-spacing:4px;color:var(--maroon-bright);text-shadow:0 0 30px rgba(208,75,88,.7),0 0 100px rgba(123,31,40,.75)}.liftoff-subtitle{margin-top:20px;font-size:9px;font-weight:800;letter-spacing:4px;color:#ffffff8c}.rocket-scene{position:absolute;inset:0;z-index:50;overflow:hidden;pointer-events:none}.rocket-ground-glow{position:absolute;left:50%;bottom:-80px;width:650px;height:190px;transform:translate(-50%);border-radius:50%;background:radial-gradient(ellipse,rgba(123,31,40,.45),transparent 68%);filter:blur(35px);animation:groundGlow 3.1s ease-out both}@keyframes groundGlow{0%{opacity:.2}15%{opacity:1}to{opacity:0}}.rocket-platform{position:absolute;left:50%;bottom:0;width:250px;height:7px;transform:translate(-50%);border-radius:50%;background:#ffffff1f;box-shadow:0 -5px 35px #7b1f2880}.rocket-wrapper{position:absolute;left:50%;bottom:-330px;width:130px;height:285px;transform:translate(-50%);animation:rocketFlight 3.2s cubic-bezier(.16,.76,.22,1) forwards}.rocket{position:relative;width:130px;height:275px;filter:drop-shadow(0 0 18px rgba(255,255,255,.12))}.rocket-nose{position:absolute;left:50%;top:0;width:76px;height:86px;transform:translate(-50%);border-radius:60px 60px 10px 10px;background:linear-gradient(120deg,#fff,#e5e5e5 55%,#bcbcbc)}.rocket-nose-highlight{position:absolute;top:13px;left:44px;width:17px;height:35px;border-radius:50%;background:#ffffff80;filter:blur(3px)}.rocket-body{position:absolute;left:50%;top:66px;width:94px;height:154px;transform:translate(-50%);border-radius:14px 14px 38px 38px;background:linear-gradient(90deg,#c3c3c3,#fff 42%,#d1d1d1);box-shadow:inset -9px 0 18px #00000024}.rocket-window{position:absolute;left:50%;top:18px;width:45px;height:45px;transform:translate(-50%);border:5px solid var(--maroon);border-radius:50%;background:#08090b;box-shadow:0 0 18px #7b1f288c}.rocket-window-inner{width:27px;height:27px;margin:4px auto;border-radius:50%;background:radial-gradient(circle at 30% 25%,#d05a67,#371014 65%,#08090a)}.rocket-body-mark{position:absolute;left:50%;top:84px;transform:translate(-50%);font-size:25px;font-weight:900;color:var(--maroon);opacity:.75;text-shadow:0 0 10px rgba(123,31,40,.3)}.rocket-fin{position:absolute;bottom:36px;width:44px;height:84px;background:linear-gradient(135deg,#7b1f28,#53141b)}.rocket-fin-left{left:-2px;clip-path:polygon(100% 0,100% 62%,0 100%,28% 28%)}.rocket-fin-right{right:-2px;clip-path:polygon(0 0,100% 28%,100% 100%,0 62%)}.rocket-engine{position:absolute;left:50%;bottom:-20px;width:54px;height:42px;transform:translate(-50%)}.engine-core,.engine-flame,.engine-flame-outer{position:absolute;left:50%;transform:translate(-50%);border-radius:50% 50% 65% 65%}.engine-core{top:0;width:14px;height:55px;background:#fff;animation:enginePulse .1s infinite alternate}.engine-flame{top:0;width:32px;height:75px;background:#f4b400;filter:blur(2px);animation:enginePulse .14s infinite alternate}.engine-flame-outer{top:4px;width:50px;height:88px;background:var(--maroon);filter:blur(5px);opacity:.85;animation:enginePulse .18s infinite alternate}@keyframes enginePulse{0%{transform:translate(-50%) scaleY(.78)}to{transform:translate(-50%) scaleY(1.18)}}.rocket-exhaust{position:absolute;left:50%;bottom:-145px;width:200px;height:145px;transform:translate(-50%)}.rocket-exhaust span{position:absolute;border-radius:50%;background:#ffffff1f;filter:blur(6px);animation:exhaustRise .9s ease-out infinite}.rocket-exhaust span:nth-child(1){width:48px;height:48px;left:15px}.rocket-exhaust span:nth-child(2){width:64px;height:64px;left:44px;animation-delay:.15s}.rocket-exhaust span:nth-child(3){width:42px;height:42px;left:90px;animation-delay:.3s}.rocket-exhaust span:nth-child(4){width:58px;height:58px;left:125px;animation-delay:.45s}.rocket-exhaust span:nth-child(5){width:48px;height:48px;left:70px;animation-delay:.6s}.rocket-exhaust span:nth-child(6){width:36px;height:36px;left:30px;animation-delay:.75s}.rocket-exhaust span:nth-child(7){width:45px;height:45px;left:105px;animation-delay:.9s}.rocket-exhaust span:nth-child(8){width:30px;height:30px;left:155px;animation-delay:1s}.rocket-exhaust span:nth-child(9){width:38px;height:38px;left:80px;animation-delay:1.2s}@keyframes exhaustRise{0%{opacity:.55;transform:translateY(0) scale(.55)}to{opacity:0;transform:translateY(120px) scale(1.7)}}@keyframes rocketFlight{0%{bottom:-330px;transform:translate(-50%) scale(.72)}10%{bottom:3%;transform:translate(-50%) scale(.82)}28%{bottom:27%;transform:translate(-50%) scale(.94)}52%{bottom:54%;transform:translate(-50%) scale(1)}74%{bottom:83%;transform:translate(-50%) scale(1.08)}to{bottom:135%;transform:translate(-50%) scale(1.35)}}.reveal-flash{position:absolute;inset:0;z-index:70;pointer-events:none;background:radial-gradient(circle at center,rgba(255,255,255,.75),rgba(123,31,40,.12) 20%,transparent 55%);animation:revealFlash 1.5s ease-out both}@keyframes revealFlash{0%{opacity:0;transform:scale(.4)}20%{opacity:1}to{opacity:0;transform:scale(2)}}.eventdost-reveal{position:absolute;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;pointer-events:none;animation:revealIn 1.5s cubic-bezier(.16,.75,.2,1) both}@keyframes revealIn{0%{opacity:0;transform:scale(.72)}to{opacity:1;transform:scale(1)}}.reveal-aura{position:absolute;width:500px;height:500px;border-radius:50%;background:radial-gradient(circle,rgba(123,31,40,.32),transparent 68%);filter:blur(45px);animation:revealAura 4s ease-in-out infinite}@keyframes revealAura{0%,to{transform:scale(.85);opacity:.5}50%{transform:scale(1.12);opacity:1}}.reveal-orbit{position:absolute;border:1px solid rgba(255,255,255,.07);border-radius:50%}.reveal-orbit-one{width:460px;height:165px;transform:rotate(-20deg);animation:revealOrbit 18s linear infinite}.reveal-orbit-two{width:330px;height:520px;opacity:.35;animation:revealOrbitReverse 24s linear infinite}.reveal-orbit-one:after{content:"";position:absolute;width:6px;height:6px;top:50%;right:-3px;border-radius:50%;background:var(--maroon-light);box-shadow:0 0 15px #b53a47cc}@keyframes revealOrbit{0%{transform:rotate(-20deg)}to{transform:rotate(340deg)}}@keyframes revealOrbitReverse{0%{transform:rotate(35deg)}to{transform:rotate(-325deg)}}.reveal-content{position:relative;z-index:5;display:flex;flex-direction:column;align-items:center;text-align:center}.reveal-presented{margin-bottom:20px;font-size:8px;font-weight:800;letter-spacing:5px;color:#ffffff59;animation:revealText 1s .15s ease both}.eventdost-logo{width:clamp(230px,38vw,450px);max-width:78vw;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 16px rgba(123,31,40,.7)) drop-shadow(0 0 50px rgba(123,31,40,.35));animation:eventLogoIn 1.4s .1s cubic-bezier(.16,.75,.2,1) both}@keyframes eventLogoIn{0%{opacity:0;transform:scale(.6) translateY(25px);filter:blur(10px)}to{opacity:1;transform:scale(1) translateY(0);filter:blur(0) drop-shadow(0 0 16px rgba(123,31,40,.7))}}.reveal-divider{width:70px;height:2px;margin:26px 0 18px;background:var(--maroon);box-shadow:0 0 18px #7b1f28cc;animation:dividerIn 1s .5s ease both}@keyframes dividerIn{0%{width:0;opacity:0}to{width:70px;opacity:1}}.eventdost-tagline{font-size:11px;font-weight:800;letter-spacing:5px;color:#ffffffb3;animation:revealText 1s .65s ease both}.eventdost-description{margin:13px 0 0;font-size:12px;line-height:1.7;color:#ffffff52;animation:revealText 1s .8s ease both}@keyframes revealText{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.enter-event-container{position:absolute;left:50%;bottom:8%;z-index:90;transform:translate(-50%);text-align:center;animation:enterIn 1s .2s ease both}@keyframes enterIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.enter-event-button{min-width:225px;height:53px;padding:0 23px;border:1px solid rgba(255,255,255,.14);border-radius:100px;outline:none;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:20px;background:linear-gradient(135deg,#7b1f28,#9e2e3a);color:#fff;font-size:9px;font-weight:800;letter-spacing:2.5px;box-shadow:0 15px 45px #7b1f2866;transition:transform .3s ease,box-shadow .3s ease}.enter-event-button:hover{transform:translateY(-3px);box-shadow:0 22px 60px #7b1f288c}.enter-arrow{font-size:19px;opacity:.75;transition:transform .3s ease}.enter-event-button:hover .enter-arrow{transform:translate(5px)}.enter-caption{margin-top:10px;font-size:6px;font-weight:700;letter-spacing:3px;color:#ffffff38}.launch-footer{position:absolute;bottom:20px;left:50%;z-index:100;transform:translate(-50%);display:flex;align-items:center;gap:10px;width:-moz-max-content;width:max-content;max-width:90%;font-size:6px;font-weight:700;letter-spacing:2.5px;color:#ffffff29}.footer-dot{color:#ffffff14}@media(max-width:700px){.launch-topbar{height:64px;padding:0 20px}.rasu-brand-mark{width:23px;height:23px}.rasu-brand-name{font-size:9px;letter-spacing:2px}.launch-status{font-size:5px;letter-spacing:1.3px}.prelaunch-screen{width:94%;padding:75px 15px 60px}.company-presentation{font-size:6px;letter-spacing:2.5px;gap:9px}.presentation-line{width:20px}.company-presentation{font-size:13px;letter-spacing:2.5px}.founder-credit{margin-top:11px;padding:8px 18px 9px}.founder-name{font-size:11px;letter-spacing:1.5px}.founder-role{font-size:5.5px;letter-spacing:2px}.presents-text{font-size:5px;letter-spacing:2px}.mystery-stage{width:190px;height:190px;margin-top:4px}.mystery-ring-one{width:130px;height:130px}.mystery-ring-two{width:160px;height:95px}.mystery-ring-three{width:95px;height:175px}.mystery-core{width:62px;height:62px}.prelaunch-eyebrow{font-size:6px;letter-spacing:2.5px}.prelaunch-copy h1{font-size:clamp(36px,10vw,50px);letter-spacing:-2px}.prelaunch-copy h1 span{margin-left:7px}.prelaunch-copy p{margin-top:13px;font-size:10px}.launch-command-button{min-width:220px;height:52px;margin-top:21px;font-size:7px;letter-spacing:1.8px}.ready-indicator{font-size:5px;letter-spacing:1.7px}.countdown-number{font-size:clamp(135px,38vw,190px);letter-spacing:-8px}.countdown-brand{font-size:5px;letter-spacing:3px;margin-bottom:18px}.countdown-title{margin-top:28px;font-size:8px;letter-spacing:2.5px}.countdown-message{max-width:320px;margin-top:11px;font-size:6px;letter-spacing:1.7px}.countdown-progress{width:100px;margin-top:19px}.ring-large{width:275px;height:275px}.ring-medium{width:185px;height:185px}.ring-small{width:75px;height:75px}.liftoff-title{font-size:clamp(60px,17vw,95px)}.liftoff-founder{max-width:290px;margin-bottom:14px;font-size:5.5px;line-height:1.6;letter-spacing:1.5px}.liftoff-subtitle{font-size:7px;letter-spacing:2.5px}.rocket-wrapper{transform:translate(-50%) scale(.8);transform-origin:center bottom}.reveal-presented{font-size:6px;letter-spacing:3.5px;margin-bottom:14px}.eventdost-logo{width:min(300px,72vw)}.reveal-divider{margin:20px 0 14px}.eventdost-tagline{font-size:7px;letter-spacing:3px}.eventdost-description{font-size:9px;max-width:280px}.reveal-orbit-one{width:320px;height:120px}.reveal-orbit-two{width:240px;height:370px}.reveal-aura{width:350px;height:350px}.enter-event-container{bottom:7%}.enter-event-button{min-width:200px;height:49px;font-size:7px;letter-spacing:2px}.enter-caption{font-size:5px;letter-spacing:2px}.launch-footer{display:none}}@media(max-width:400px){.mystery-stage{width:170px;height:170px}.prelaunch-copy h1{font-size:32px}.prelaunch-copy p{font-size:9px}.countdown-number{font-size:125px;letter-spacing:-6px}.countdown-title{font-size:7px}.countdown-message{max-width:285px;font-size:5.5px;letter-spacing:1.4px}}@media(prefers-reduced-motion:reduce){.app-launch-page *,.app-launch-page *:before,.app-launch-page *:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important}}.celebration-starfal{position:absolute;inset:-15% 0 0;z-index:12;overflow:hidden;pointer-events:none;opacity:.18;transition:opacity .7s ease,filter .7s ease}.celebration-starfal span{position:absolute;top:-12%;left:var(--star-x);width:var(--star-size);height:72px;border-radius:999px;opacity:0;transform:rotate(17deg);transform-origin:top center;background:linear-gradient(to bottom,#fff0,#fffffff2 30%,#b53a47d9 78%,#7b1f2800);box-shadow:0 0 6px #fffc,0 0 16px #b53a478c;animation:celebrationStarFall var(--star-duration) cubic-bezier(.2,.65,.3,1) var(--star-delay) infinite}.celebration-starfal span:nth-child(3n){height:110px;transform:rotate(20deg)}.celebration-starfal span:nth-child(4n){height:48px;background:linear-gradient(to bottom,#fff0,#ffffffe6 35%,#d04b58cc 75%,#7b1f2800)}.celebration-starfal span:nth-child(7n){width:3px;filter:brightness(1.35)}@keyframes celebrationStarFall{0%{top:-18%;opacity:0;transform:translate3d(0,-30px,0) rotate(17deg)}12%{opacity:.9}62%{opacity:.75}to{top:112%;opacity:0;transform:translate3d(-80px,0,0) rotate(17deg)}}.phase-ready .celebration-starfal,.phase-countdown .celebration-starfal{opacity:.22}.phase-launching .celebration-starfal{opacity:.9;filter:brightness(1.2)}.phase-launching .celebration-starfal span{animation-duration:1.65s}.phase-reveal .celebration-starfal,.phase-complete .celebration-starfal{opacity:.55}.phase-reveal .celebration-starfal span,.phase-complete .celebration-starfal span{animation-duration:2.1s}.reveal-celebration{position:absolute;left:50%;top:50%;width:0;height:0;z-index:14;pointer-events:none}.reveal-celebration span{position:absolute;left:0;top:0;width:3px;height:34px;border-radius:999px;opacity:0;background:linear-gradient(to bottom,#fff,#d04b58f2,#7b1f2800);box-shadow:0 0 8px #ffffffd9,0 0 18px #b53a47cc;transform-origin:50% 0;transform:rotate(var(--burst-angle)) translateY(0) scaleY(.2);animation:celebrationBurst 1.35s cubic-bezier(.12,.7,.2,1) var(--burst-delay) both}.reveal-celebration span:nth-child(3n){width:2px;height:24px}.reveal-celebration span:nth-child(5n){width:4px;height:42px;filter:brightness(1.25)}@keyframes celebrationBurst{0%{opacity:0;transform:rotate(var(--burst-angle)) translateY(0) scaleY(.15)}18%{opacity:1}55%{opacity:.85}to{opacity:0;transform:rotate(var(--burst-angle)) translateY(calc(var(--burst-distance) * -1)) scaleY(1)}}.reveal-celebration:before{content:"✦  A NEW BEGINNING  ✦";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);white-space:nowrap;font-size:9px;font-weight:800;letter-spacing:5px;color:#ffffff1f;animation:celebrationLabel 1.8s ease-out both}@keyframes celebrationLabel{0%{opacity:0;transform:translate(-50%,-50%) scale(.7);letter-spacing:2px}35%{opacity:.9}to{opacity:0;transform:translate(-50%,-50%) scale(1.5);letter-spacing:8px}}.phase-launching .launch-space:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 58%,rgba(208,75,88,.16),transparent 28%);animation:launchCelebrationGlow 1.7s ease-out both}.phase-reveal .launch-space:after,.phase-complete .launch-space:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 50% 50%,rgba(181,58,71,.12),transparent 34%)}@keyframes launchCelebrationGlow{0%{opacity:0;transform:scale(.65)}35%{opacity:1}to{opacity:0;transform:scale(1.35)}}@media(prefers-reduced-motion:reduce){.celebration-starfal span,.reveal-celebration span,.reveal-celebration:before{animation:none!important}.celebration-starfal{opacity:.08!important}}@media(max-width:600px){.celebration-starfal{inset:-8% -10% 0}.celebration-starfal span{height:58px}.celebration-starfal span:nth-child(3n){height:82px}.reveal-celebration span{height:26px}.reveal-celebration span:nth-child(5n){height:32px}.reveal-celebration:before{font-size:7px;letter-spacing:3px}}.app-launch-page{position:relative;width:100%;max-width:100%;height:100vh;min-height:100vh;height:100svh;min-height:100svh;height:100dvh;min-height:100dvh;overflow:hidden;background-color:#050509;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-font-smoothing:antialiased;isolation:isolate}.launch-space{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;background:radial-gradient(circle at 50% 45%,rgba(123,31,40,.3),transparent 35%),radial-gradient(circle at 20% 20%,rgba(255,255,255,.05),transparent 25%),linear-gradient(180deg,#08070b,#10090d,#050509);pointer-events:none;z-index:0;transform:translateZ(0);-webkit-transform:translateZ(0)}.stars{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}.launch-particles{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;pointer-events:none;transform:translateZ(0);-webkit-transform:translateZ(0)}.launch-topbar,.prelaunch-screen,.launch-ready-screen,.launch-intro,.countdown-container,.rocket-wrapper,.logo-reveal,.enter-event-container{backface-visibility:hidden}.countdown-container{transform:translate3d(-50%,-50%,0);will-change:transform,opacity;backface-visibility:hidden}.rocket-wrapper{backface-visibility:hidden;will-change:transform,opacity;transform:translate3d(-50%,0,0)}.logo-reveal{position:absolute;inset:0;width:100%;height:100%;min-height:100%;overflow:hidden;backface-visibility:hidden;transform:translateZ(0);-webkit-transform:translateZ(0)}.final-logo-image,.intro-logo-image,.rocket-logo{display:block;max-width:100%;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}@media screen and (max-width:600px){.app-launch-page{width:100%;max-width:100%;height:100vh;min-height:100vh;height:100svh;min-height:100svh;height:100dvh;min-height:100dvh;overflow:hidden;padding-top:env(safe-area-inset-top);padding-right:env(safe-area-inset-right);padding-bottom:env(safe-area-inset-bottom);padding-left:env(safe-area-inset-left);box-sizing:border-box}.launch-space{inset:0;width:100%;height:100%}.logo-glow{width:220px;height:220px;filter:blur(45px);-webkit-filter:blur(45px)}.final-logo-image{width:min(78vw,300px);max-width:78vw;height:auto}.intro-logo-image{width:min(62vw,220px);max-width:70vw;height:auto}.launch-intro{width:100%;max-width:100%;box-sizing:border-box;padding:20px 18px calc(20px + env(safe-area-inset-bottom))}.countdown-container{width:100%;text-align:center;font-size:clamp(100px,30vw,170px)}.countdown-container.launch-text{font-size:clamp(44px,15vw,80px)}.enter-event-container{bottom:calc(5% + env(safe-area-inset-bottom));width:calc(100% - 36px);max-width:360px}.enter-event-btn,.launch-action-btn{-webkit-appearance:none;-moz-appearance:none;appearance:none;touch-action:manipulation;min-height:48px}}@media screen and (max-width:600px)and (orientation:portrait){.launch-topbar{width:100%;box-sizing:border-box;padding-top:calc(14px + env(safe-area-inset-top));padding-left:18px;padding-right:18px}.prelaunch-screen,.launch-ready-screen,.launch-intro{min-height:0}}@supports (-webkit-touch-callout: none){.intro-logo-image{-webkit-filter:drop-shadow(0 0 10px rgba(123,31,40,.55))}.final-logo-image{-webkit-filter:drop-shadow(0 0 12px rgba(123,31,40,.7)) drop-shadow(0 0 35px rgba(123,31,40,.4))}.logo-glow{filter:blur(45px)}}@supports (-webkit-touch-callout: none){html,body,#root,.app-launch-page{background-color:#050509!important}}.eventdost-logo{display:block;width:clamp(230px,38vw,450px);max-width:78vw;height:auto;-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 0 16px rgba(123,31,40,.65));animation:eventLogoIn 1.4s .1s cubic-bezier(.16,.75,.2,1) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-touch-callout:none}@keyframes eventLogoIn{0%{opacity:0;transform:translate3d(0,25px,0) scale(.6)}to{opacity:1;transform:translateZ(0) scale(1)}}@supports (-webkit-touch-callout: none){.eventdost-logo{filter:none!important;transform:translateZ(0);backface-visibility:hidden}}.analytics-page{min-height:100vh;background:#f5f7fb;padding:24px}.analytics-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:28px}.analytics-header h2{font-size:30px;color:#1e293b;margin-bottom:8px;font-weight:700}.analytics-header p{color:#64748b;font-size:15px}.analytics-chart-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:22px;margin-bottom:30px}.chart-card{background:#fff;border-radius:18px;padding:20px;box-shadow:0 10px 28px #0f172a14;transition:.3s ease}.chart-card:hover{transform:translateY(-4px)}.analytics-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}@media(max-width:992px){.analytics-chart-grid{grid-template-columns:1fr}.analytics-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.analytics-page{padding:18px}.analytics-header h2{font-size:25px}.analytics-header p{font-size:14px}}@media(max-width:480px){.analytics-page{padding:15px}.analytics-cards{grid-template-columns:1fr}.analytics-header{margin-bottom:20px}.analytics-header h2{font-size:22px}.chart-card{padding:15px;border-radius:15px}}.analytics-card{background:#fff;border-radius:18px;padding:20px;display:flex;align-items:center;gap:18px;box-shadow:0 8px 24px #0f172a14;transition:all .3s ease;cursor:pointer}.analytics-card:hover{transform:translateY(-5px);box-shadow:0 14px 30px #0f172a1f}.analytics-card-icon{width:58px;height:58px;border-radius:16px;display:flex;align-items:center;justify-content:center;font-size:26px;flex-shrink:0}.analytics-card-content{display:flex;flex-direction:column}.analytics-card-content h3{margin:0;font-size:28px;font-weight:700;color:#1e293b}.analytics-card-content p{margin-top:6px;color:#64748b;font-size:15px;font-weight:500}@media(max-width:768px){.analytics-card{padding:16px;gap:15px}.analytics-card-icon{width:50px;height:50px;font-size:22px}.analytics-card-content h3{font-size:22px}.analytics-card-content p{font-size:14px}}@media(max-width:480px){.analytics-card{padding:15px}.analytics-card-content h3{font-size:20px}.analytics-card-content p{font-size:13px}}.chart-title{font-size:20px;font-weight:700;color:#1e293b;margin-bottom:20px}.recharts-default-tooltip{border-radius:10px!important}.recharts-legend-item{font-size:14px}/*! tailwindcss v4.1.16 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-block{display:inline-block}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.resize{resize:both}.items-center{align-items:center}.border{border-style:var(--tw-border-style);border-width:1px}.uppercase{text-transform:uppercase}.italic{font-style:italic}.line-through{text-decoration-line:line-through}.underline{text-decoration-line:underline}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}
