@charset "utf-8";@import url(https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css);@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css);@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.signup-overlay{background:#00000080;display:flex;inset:0;justify-content:center;padding-top:40px;position:fixed;z-index:9999}.signup-overlay.top-aligned{align-items:flex-start}.signup-modal{background:#fff;border-radius:12px;box-shadow:0 8px 24px #0003;max-width:480px;padding:24px;position:relative;width:100%}.signup-close-btn{background:#0000;border:none;cursor:pointer;position:absolute;right:1rem;top:1rem}.signup-icon{height:24px;width:24px}.logo-img{align-items:center;display:flex;justify-content:center;margin-bottom:16px}.logo-img img{height:auto;width:120px}.signup-title{font-size:15px;font-weight:600;margin-bottom:10px;text-align:flex-start}.signup-input{border:1px solid #ccc;border-radius:8px;color:#333;padding:12px;width:100%}.signup-error,.signup-input{font-size:14px;margin-bottom:8px}.signup-error{color:#ef4444;display:block}.signup-primary-btn{background-color:#6b21a8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-bottom:20px;padding:12px;width:100%}.signup-divider{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.signup-line{background-color:#ddd;height:1px;width:40%}.signup-or{color:#999;font-size:14px}.signup-social{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,1fr);margin-bottom:16px}.signup-btn{align-items:center;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;justify-content:center;padding:10px}.signup-btn i{margin-right:7px}.signup-fb{background-color:#2c83f6;border:none}.signup-google{background-color:#ea4335;border:none}.signup-email{background-color:#0d9488;border:none;grid-column:span 2}.signup-terms{color:#555;font-size:13px;text-align:center}.signup-link{color:#3b82f6;cursor:pointer;text-decoration:underline}@media (max-width:480px){.signup-modal{margin:0 12px;padding:16px}.signup-title{font-size:18px}.signup-btn,.signup-input,.signup-primary-btn,.signup-terms{font-size:12px}.signup-email{font-size:medium}}.city-popup-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:9999}.city-popup-modal{animation:modalSlideIn .3s ease-out;background:#fff;border-radius:16px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;max-width:640px;overflow-y:auto;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.city-popup-header{border-bottom:1px solid #f3f4f6;padding:24px 24px 15px;position:relative}.city-popup-title{color:#1f2937;font-family:inherit;font-size:24px;font-weight:700;margin:0;text-align:center}.city-popup-close{align-items:center;background:none;border:none;border-radius:50%;cursor:pointer;display:flex;justify-content:center;padding:8px;position:absolute;right:24px;top:24px;transition:background-color .2s ease}.city-popup-close:hover{background-color:#f3f4f6}.city-popup-close svg{color:#6b7280;height:24px;width:24px}.city-popup-content{padding:16px 24px 8px;text-align:center}.experience-text{color:#374151;font-size:16px;font-weight:500;margin:0 0 8px}.cities-list{color:#6b7280;font-size:14px;font-weight:600;line-height:1.5;margin:0 0 16px}.description-text{color:#6b7280;font-size:18px;font-weight:400;margin:0}.city-grid{padding:0 24px 32px}.cities-container{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media (min-width:768px){.cities-container{grid-template-columns:repeat(4,1fr)}}@media (max-width:480px){.city-popup-overlay{padding:8px}.city-popup-header{padding:16px}.city-popup-title{font-size:20px}.city-grid{padding:0 16px 24px}.cities-container{gap:12px}}.city-card{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:16px;transition:all .2s ease}.city-card:hover{border-color:#fca5a5;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;transform:translateY(-2px) scale(1.02)}.city-card:active{transform:translateY(0) scale(.98)}.city-icon{align-items:center;display:flex;height:68px;justify-content:center;transition:all .2s ease;width:68px}.city-icon img,.city-icon svg{max-height:100%;max-width:100%;object-fit:contain}.city-image{height:100%;object-fit:contain;transition:all .2s ease;width:100%}.city-name{color:#374151;font-size:14px;font-weight:500;line-height:1.2;margin:0;text-align:center}.city-card:hover .city-name{color:#dc2626}@media (max-width:768px){.city-icon{height:50px;width:50px}.city-icon img,.city-icon svg{height:40px!important;max-height:40px;max-width:40px;width:40px!important}.city-name{font-size:12px}}@media (max-width:576px){.city-card{min-height:90px;padding:16px 12px}.city-icon{height:40px;width:40px}.city-icon img,.city-icon svg{height:30px!important;max-height:30px;max-width:30px;object-fit:contain;width:30px!important}.city-name{font-size:10px}}@media (max-width:480px){.city-card{min-height:80px;padding:12px 8px}.city-icon{height:35px;width:35px}.city-icon img,.city-icon svg{height:25px!important;max-height:25px;max-width:25px;width:25px!important}.city-name{font-size:9px;margin-top:4px}}.city-card:focus,.city-popup-close:focus{outline:2px solid #3b82f6;outline-offset:2px}.city-card.loading{opacity:.6;pointer-events:none}.city-card.loading .city-icon{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.search-section{border-top:1px solid #f3f4f6;padding:24px 24px 16px;text-align:center}.search-header{align-items:center;display:flex;gap:8px;justify-content:center;margin-bottom:16px}.search-header h3{color:#374151;font-size:16px;font-weight:600;margin:0}.search-icon{color:#6b7280}.search-toggle-btn{align-items:center;background:#303943;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:500;gap:8px;justify-content:center;margin:0 auto;padding:12px 24px;transition:all .2s ease}.search-toggle-btn:hover{background:#000;box-shadow:0 4px 12px #0000004d;transform:translateY(-1px)}.search-input-section{padding:0 24px 16px}.search-form{width:100%}.search-input-container{align-items:center;display:flex;position:relative}.search-input{border:2px solid #e5e7eb;border-radius:8px;font-size:16px;outline:none;padding:12px 16px 12px 48px;transition:border-color .2s ease;width:100%}.search-input:focus{border-color:#303943;box-shadow:0 0 0 3px #3039431a}.search-input-icon{color:#6b7280;left:16px;position:absolute;z-index:1}.search-clear{background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;padding:4px;position:absolute;right:12px;transition:background-color .2s ease}.search-clear:hover{background-color:#f3f4f6}.search-results{max-height:300px;overflow-y:auto;padding:0 24px}.search-results-list{display:flex;flex-direction:column;gap:4px}.search-result-item{align-items:center;background:#fff;border:none;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.search-result-item:hover{background-color:#f8fafc;box-shadow:0 2px 8px #0000001a;transform:translateX(4px)}.result-icon{color:#303943;flex-shrink:0}.result-info{display:flex;flex-direction:column;gap:2px}.result-city{color:#1f2937;font-size:14px;font-weight:600}.result-state{color:#6b7280;font-size:12px}.no-results{color:#6b7280;padding:32px 16px;text-align:center}.no-results-icon{color:#d1d5db;margin:0 auto 16px}.no-results p{font-weight:500;margin:0 0 8px}.no-results-subtitle{color:#9ca3af;font-size:14px}.back-section{border-top:1px solid #f3f4f6;padding:16px 24px 24px}.back-btn{align-items:center;background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;color:#374151;cursor:pointer;display:flex;font-weight:500;gap:8px;margin:0 auto;padding:10px 16px;transition:all .2s ease}.back-btn:hover{background:#f1f5f9;border-color:#cbd5e1}@media (max-width:576px){.search-section{padding:16px 16px 12px}.search-header h3{font-size:14px}.search-toggle-btn{font-size:14px;padding:10px 20px}.search-input-section{padding:0 16px 12px}.search-input{font-size:14px;padding:10px 12px 10px 40px}.search-input-icon{left:12px}.search-results{max-height:250px;padding:0 16px}.search-result-item{padding:10px 12px}.result-city{font-size:13px}.result-state{font-size:11px}.back-section{padding:12px 16px 16px}.back-btn{font-size:14px;padding:8px 12px}}.search-toggle-btn{overflow:hidden;position:relative}.search-toggle-btn:before{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s;width:100%}.search-toggle-btn:hover:before{left:100%}body{overflow-x:visible!important}.dropdown-navbar{background-color:#fff;box-shadow:0 2px 4px #00000014;overflow:visible;position:relative}.dropdown-nav-container{align-items:center;display:flex;gap:20px;margin:0 auto;overflow:visible;padding:0 20px;position:relative;width:100%}.dropdown-nav-button{background:none;border:none;color:#333;cursor:pointer;font-size:15px;font-weight:500;padding:16px;position:relative;transition:color .3s}.dropdown-nav-item{position:relative}.dropdown-nav-button:hover{color:#a3499d}.chevron{font-size:10px;margin-left:4px}.dropdown-nav-dropdown{background:#fff;border:none;border-radius:0 0 12px 12px;box-shadow:0 4px 20px #0000001a;left:0!important;min-height:350px;opacity:0;overflow:visible;padding:30px 0;position:fixed!important;right:0!important;top:120px!important;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100vw!important;z-index:9999}.dropdown-nav-dropdown.active{opacity:1;visibility:visible}.dropdown-nav-dropdown-content{grid-gap:40px;align-items:start;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));height:100%;justify-items:center;margin:0 auto;max-width:none!important;overflow-x:visible;padding:0 40px;place-items:center start;width:100%!important}.dropdown-nav-dropdown-section{align-items:center;align-self:start;display:flex;flex-direction:column;height:100%;justify-self:center;max-width:300px;min-width:220px;overflow:hidden;width:100%}.dropdown-nav-section-title{background:#fff;color:#111;flex-shrink:0;font-size:14px;font-weight:700;margin-bottom:15px;position:-webkit-sticky;position:sticky;text-transform:uppercase;top:0;z-index:2}.dropdown-nav-item-list{list-style:none;margin:0;overflow-y:auto;padding:0 8px 0 0}.dropdown-nav-item-list::-webkit-scrollbar{width:4px}.dropdown-nav-item-list::-webkit-scrollbar-track{background:#0000}.dropdown-nav-item-list::-webkit-scrollbar-thumb{background:#a3499d;border-radius:10px}.dropdown-nav-item-list::-webkit-scrollbar-thumb:hover{background:#8a3a85}.dropdown-nav-item-link{color:#333;display:block;font-size:14px;font-weight:400;line-height:1.4;margin-bottom:8px;padding:2px 0;text-decoration:none;transition:color .3s}.dropdown-nav-item-link:hover{color:#a3499d}.dropdown-nav-item-list.top-sellers-list{grid-gap:24px;align-items:start;background:#0000;border-radius:12px;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);justify-items:center;margin:0 auto;max-height:none;max-width:420px;overflow:visible;padding:8px;width:100%}.dropdown-nav-item-list.top-sellers-list.single-image{grid-template-columns:1fr;justify-content:center;max-width:200px}.dropdown-nav-item-list.top-sellers-list.multiple-images{gap:24px;grid-template-columns:repeat(2,1fr);max-width:420px}.dropdown-nav-item-image-container{align-items:center;animation:cardFadeIn .6s ease-out;background:#fff;border:none;border-radius:16px;box-shadow:0 2px 8px #00000014,0 1px 4px #0000000f;cursor:pointer;display:flex;flex-direction:column;gap:12px;justify-content:flex-start;margin:0 auto;max-width:185px;min-height:160px;overflow:hidden;padding:20px 16px 16px;position:relative;text-align:center;transform-origin:center bottom;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}@keyframes cardFadeIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-nav-item-image-container:hover{background:linear-gradient(135deg,#fff,#fefefe);box-shadow:0 12px 24px #a3499d26,0 8px 16px #0000001a,0 4px 8px #a3499d14;transform:translateY(-6px) scale(1.02)}.dropdown-nav-item-image{border-radius:12px;box-shadow:0 2px 6px #0000001a;display:block;flex-shrink:0;height:85px;margin:0 auto;object-fit:cover;overflow:hidden;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:85px}.dropdown-nav-item-image-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;-webkit-box-pack:center;-webkit-box-align:center;word-wrap:break-word;align-items:center;box-sizing:border-box;color:#2d3748;display:-webkit-box;font-size:13px;font-weight:500;-webkit-hyphens:auto;hyphens:auto;justify-content:center;line-height:1.4;margin:0 auto;max-width:160px;min-height:36px;overflow:hidden;padding:0;text-align:center!important;text-overflow:ellipsis;transition:all .3s ease;white-space:normal;width:100%}.dropdown-nav-item-image-container:hover .dropdown-nav-item-image{box-shadow:0 4px 12px #a3499d33;transform:scale(1.05)}.dropdown-nav-item-image-container:hover .dropdown-nav-item-image-text{color:#a3499d;font-weight:600}.dropdown-nav-dropdown-content.boys-theme{gap:30px;grid-template-columns:repeat(4,1fr);justify-items:start}.dropdown-nav-dropdown-content.boys-theme .dropdown-nav-dropdown-section{max-width:250px;min-width:180px}.dropdown-nav-dropdown-content.girls-theme{gap:35px;grid-template-columns:repeat(3,1fr);justify-items:center}.dropdown-nav-dropdown-content.girls-theme .dropdown-nav-dropdown-section{max-width:300px;min-width:220px}@media (min-width:1400px){.dropdown-nav-dropdown{width:100vw!important}.dropdown-nav-dropdown-content{gap:50px;padding:0 60px;width:100%!important}.dropdown-nav-dropdown-section{margin:0 20px;min-width:220px}}@media (max-width:1200px){.dropdown-nav-dropdown{width:100vw!important}.dropdown-nav-dropdown-content{gap:30px;padding:0 40px;width:100%!important}.dropdown-nav-dropdown-section{margin:0 12px;min-width:160px}}@media (max-width:1000px){.dropdown-nav-dropdown{width:100vw!important}.dropdown-nav-dropdown-content{flex-wrap:wrap;gap:20px;justify-content:center;padding:0 30px;width:100%!important}.dropdown-nav-dropdown-section{flex-basis:calc(50% - 20px);margin:0 10px;max-width:none;min-width:140px}.dropdown-nav-item-list.top-sellers-list.multiple-images{grid-template-columns:1fr}}@media (max-width:768px){.dropdown-navbar{display:none}.dropdown-nav-dropdown{max-height:80vh;max-width:none;overflow-y:auto;top:60px;width:95vw}.dropdown-nav-dropdown-content{flex-wrap:wrap;gap:15px;justify-content:center;padding:0 20px}.dropdown-nav-dropdown-section{flex-basis:calc(50% - 15px);margin:0 8px;max-width:none;min-width:120px}.dropdown-nav-item-list.top-sellers-list{grid-template-columns:1fr}}@media (max-width:480px){.dropdown-nav-dropdown{width:98vw}.dropdown-nav-dropdown-content{gap:10px;padding:0 15px}.dropdown-nav-dropdown-section{flex-basis:100%;margin:0 0 15px}.dropdown-nav-item-list.top-sellers-list{gap:16px;grid-template-columns:repeat(2,1fr);max-width:340px;padding:4px}.dropdown-nav-item-image-container{border-radius:14px;max-width:150px;min-height:140px;padding:16px 12px 12px}.dropdown-nav-item-image{border-radius:10px;height:65px;width:65px}.dropdown-nav-item-image-text{font-size:11px;max-width:130px;min-height:28px}}.slick-slider{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;box-sizing:border-box;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none}.slick-list,.slick-slider{display:block;position:relative}.slick-list{margin:0;overflow:hidden;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{display:block;left:0;margin-left:auto;margin-right:auto;position:relative;top:0}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{border:1px solid #0000;display:block;height:auto}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,R0lGODlhIAAgAPUAAP///wAAAPr6+sTExOjo6PDw8NDQ0H5+fpqamvb29ubm5vz8/JKSkoaGhuLi4ri4uKCgoOzs7K6urtzc3D4+PlZWVmBgYHx8fKioqO7u7kpKSmxsbAwMDAAAAM7OzsjIyNjY2CwsLF5eXh4eHkxMTLCwsAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAG/0CAcEgkFjgcR3HJJE4SxEGnMygKmkwJxRKdVocFBRRLfFAoj6GUOhQoFAVysULRjNdfQFghLxrODEJ4Qm5ifUUXZwQAgwBvEXIGBkUEZxuMXgAJb1dECWMABAcHDEpDEGcTBQMDBQtvcW0RbwuECKMHELEJF5NFCxm1AAt7cH4NuAOdcsURy0QCD7gYfcWgTQUQB6Zkr66HoeDCSwIF5ucFz3IC7O0CC6zx8YuHhW/3CvLyfPX4+OXozKnDssBdu3G/xIHTpGAgOUPrZimAJCfDPYfDin2TQ+xeBnWbHi37SC4YIYkQhdy7FvLdpwWvjA0JyU/ISyIx4xS6sgfkNS4me2rtVKkgw0JCb8YMZdjwqMQ2nIY8BbcUQNVCP7G4MQq1KRivR7tiDEuEFrggACH5BAAKAAEALAAAAAAgACAAAAb/QIBwSCQmNBpCcckkEgREA4ViKA6azM8BEZ1Wh6LOBls0HA5fgJQ6HHQ6InKRcWhA1d5hqMMpyIkOZw9Ca18Qbwd/RRhnfoUABRwdI3IESkQFZxB4bAdvV0YJQwkDAx9+bWcECQYGCQ5vFEQCEQoKC0ILHqUDBncCGA5LBiHCAAsFtgqoQwS8Aw64f8m2EXdFCxO8INPKomQCBgPMWAvL0n/ff+jYAu7vAuxy8O/myvfX8/f7/Arq+v0W0HMnr9zAeE0KJlQkJIGCfE0E+PtDq9qfDMogDkGmrIBCbNQUZIDosNq1kUsEZJBW0dY/b0ZsLViQIMFMW+RKKgjFzp4fNokPIdki+Y8JNVxA79jKwHAI0G9JGw5tCqDWTiFRhVhtmhVA16cMJTJ1OnVIMo1cy1KVI5NhEAAh+QQACgACACwAAAAAIAAgAAAG/0CAcEgkChqNQnHJJCYWRMfh4CgamkzFwBOdVocNCgNbJAwGhKGUOjRQKA1y8XOGAtZfgIWiSciJBWcTQnhCD28Qf0UgZwJ3XgAJGhQVcgKORmdXhRBvV0QMY0ILCgoRmIRnCQIODgIEbxtEJSMdHZ8AGaUKBXYLIEpFExZpAG62HRRFArsKfn8FIsgjiUwJu8FkJLYcB9lMCwUKqFgGHSJ5cnZ/uEULl/CX63/x8KTNu+RkzPj9zc/0/Cl4V0/APDIE6x0csrBJwybX9DFhBhCLgAilIvzRVUriKHGlev0JtyuDvmsZUZlcIiCDnYu7KsZ0UmrBggRP7n1DqcDJEzciOgHwcwTyZEUmIKEMFVIqgyIjpZ4tjdTxqRCMPYVMBYDV6tavUZ8yczpkKwBxHsVWtaqo5tMgACH5BAAKAAMALAAAAAAgACAAAAb/QIBwSCQuBgNBcck0FgvIQtHRZCYUGSJ0IB2WDo9qUaBQKIXbLsBxOJTExUh5mB4iDo0zXEhWJNBRQgZtA3tPZQsAdQINBwxwAnpCC2VSdQNtVEQSEkOUChGSVwoLCwUFpm0QRAMVFBQTQxllCqh0kkIECF0TG68UG2O0foYJDb8VYVa0alUXrxoQf1WmZnsTFA0EhgCJhrFMC5Hjkd57W0jpDsPDuFUDHfHyHRzstNN78PPxHOLk5dwcpBuoaYk5OAfhXHG3hAy+KgLkgNozqwzDbgWYJQyXsUwGXKNA6fnYMIO3iPeIpBwyqlSCBKUqEQk5E6YRmX2UdAT5kEnHKkQ5hXjkNqTPtKAARl1sIrGoxSFNuSEFMNWoVCxEpiqyRlQY165wEHELAgAh+QQACgAEACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0GxwFwmFJlnlAgaTKpFqEIqFJMBhcEABC5GjkPz0KN2tsvHBH4sJKgdd1NHSXILah9tAmdCC0dUcg5qVEQfiIxHEYtXSACKnWoGXAwHBwRDGUcKBXYFi0IJHmQEEKQHEGGpCnp3AiW1DKFWqZNgGKQNA65FCwV8bQQHJcRtds9MC4rZitVgCQbf4AYEubnKTAYU6eoUGuSpu3fo6+ka2NrbgQAE4eCmS9xVAOW7Yq7IgA4Hpi0R8EZBhDshOnTgcOtfM0cAlTigILFDiAFFNjk8k0GZgAxOBozouIHIOyKbFixIkECmIyIHOEiEWbPJTTQ5FxcVOMCgzUVCWwAcyZJvzy45ADYVZNIwTlIAVfNB7XRVDLxEWLQ4E9JsKq+rTdsMyhcEACH5BAAKAAUALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUYKQ4YKEYSKfVKPaUMZHwMDeQBxh04ABYSFGU4JBpsDBmFHdXMLIKofBEyKCpdgspsOoUsLXaRLCQMgwky+YJ1FC4POg8lVAg7U1Q5drtnHSw4H3t8HDdnZy2Dd4N4Nzc/QeqLW1bnM7rXuV9tEBhQQ5UoCbJDmWKBAQcMDZNhwRVNCYANBChZYEbkVCZOwASEcCDFQ4SEDIq6WTVqQIMECBx06iCACQQPBiSabHDqzRUTKARMhSFCDrc+WNQIcOoRw5+ZIHj8ADqSEQBQAwKKLhIzowEEeGKQ0owIYkPKjHihZoBKi0KFE01b4zg7h4y4IACH5BAAKAAYALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RagJmQgtHaX5XZUUJeQCGChGEin1SkGlubEhDcYdOAAWEhRlOC12HYUd1eqeRokOKCphgrY5MpotqhgWfunqPt4PCg71gpgXIyWSqqq9MBQPR0tHMzM5L0NPSC8PCxVUCyeLX38+/AFfXRA4HA+pjmoFqCAcHDQa3rbxzBRD1BwgcMFIlidMrAxYICHHA4N8DIqpsUWJ3wAEBChQaEBnQoB6RRr0uARjQocMAAA0w4nMz4IOaU0lImkSngYKFc3ZWyTwJAALGK4fnNA3ZOaQCBQ22wPgRQlSIAYwSfkHJMrQkTyEbKFzFydQq15ccOAjUEwQAIfkEAAoABwAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVD29K/AFfRRQUDDt1PmoFqHgPtBLetvMwG7QMes0KxkkIFIQNKDhBgKvCh3gQiqmxt6NDBAAEIEAgUOHCgBBEH9Yg06uWAIQUABihQMACgBEUHTRwoUEOBIcqQI880OIDgm5ABDA8IgUkSwAAyij1/jejAARPPIQwONBCnBAJDCEOOCnFA8cOvEh1CEJEqBMIBEDaLcA3LJIEGDe/0BAEAIfkEAAoACAAsAAAAACAAIAAABv9AgHBILCoUi6JySUwSBUdBUcpUJhSZZ5RYUCSq060QqqACyAVwMXIcks2ZtlrrHYvJ3zn3mHwLjxFqAmZCC0dpfldlRQl5AIYKEYSKfVKQaW5sSENxh04ABYSFGU4LXYdhR3V6p5GiQ4oKmGCtjkymi2qGBZ+6eo+3g8KDvYLDxKrJuXNkys6qr0zNygvHxL/V1sVDDti/BQccA8yrYBAjHR0jc53LRQYU6R0UBnO4RxmiG/IjJUIJFuoVKeCBigBN5QCk43BgFgMKFCYUGDAgFEUQRGIRYbCh2xACEDcAcHDgQDcQFGf9s7VkA0QCI0t2W0DRw68h8ChAEELSJE8xijBvVqCgIU9PjwA+UNzG5AHEB9xkDpk4QMGvARQsEDlKxMCALDeLcA0rqEEDlWCCAAAh+QQACgAJACwAAAAAIAAgAAAG/0CAcEgsKhSLonJJTBIFR0FRylQmFJlnlFhQJKrTrRCqoALIBXAxchySzZm2Wusdi8nfOfeYfAuPEWoCZkILR2l+V2VFCXkAhgoRhIp9UpBpbmxIQ3GHTgAFhIUZTgtdh2FHdXqnkaJDigqYYK2OTKaLaoYFn7p6j0wOA8PEAw6/Z4PKUhwdzs8dEL9kqqrN0M7SetTVCsLFw8d6C8vKvUQEv+dVCRAaBnNQtkwPFRQUFXOduUoTG/cUNkyYg+tIBlEMAFYYMAaBuCekxmhaJeSeBgiOHhw4QECAAwcCLhGJRUQCg3RDCmyUVmBYmlOiGqmBsPGlyz9YkAlxsJEhqCubABS9AsPgQAMqLQfM0oTMwEZ4QpLOwvMLxAEEXIBG5aczqtaut4YNXRIEACH5BAAKAAoALAAAAAAgACAAAAb/QIBwSCwqFIuicklMEgVHQVHKVCYUmWeUWFAkqtOtEKqgAsgFcDFyHJLNmbZa6x2Lyd8595h8C48RahAQRQtHaX5XZUUJeQAGHR0jA0SKfVKGCmlubEhCBSGRHSQOQwVmQwsZTgtdh0UQHKIHm2quChGophuiJHO3jkwOFB2UaoYFTnMGegDKRQQG0tMGBM1nAtnaABoU3t8UD81kR+UK3eDe4nrk5grR1NLWegva9s9czfhVAgMNpWqgBGNigMGBAwzmxBGjhACEgwcgzAPTqlwGXQ8gMgAhZIGHWm5WjelUZ8jBBgPMTBgwIMGCRgsygVSkgMiHByD7DWDmx5WuMkZqDLCU4gfAq2sACrAEWFSRLjUfWDopCqDTNQIsJ1LF0yzDAA90UHV5eo0qUjB8mgUBACH5BAAKAAsALAAAAAAgACAAAAb/QIBwSCwqFIuickk0FIiCo6A4ZSoZnRBUSiwoEtYipNOBDKOKKgD9DBNHHU4brc4c3cUBeSOk949geEQUZA5rXABHEW4PD0UOZBSHaQAJiEMJgQATFBQVBkQHZKACUwtHbX0RR0mVFp0UFwRCBSQDSgsZrQteqEUPGrAQmmG9ChFqRAkMsBd4xsRLBBsUoG6nBa14E4IA2kUFDuLjDql4peilAA0H7e4H1udH8/Ps7+3xbmj0qOTj5mEWpEP3DUq3glYWOBgAcEmUaNI+DBjwAY+dS0USGJg4wABEXMYyJNvE8UOGISKVCNClah4xjg60WUKyINOCUwrMzVRARMGENWQ4n/jpNTKTm15J/CTK2e0MoD+UKmHEs4onVDVVmyqdpAbNR4cKTjqNSots07EjzzJh1S0IADsAAAAAAAAAAAA=) 50% no-repeat}@font-face{font-family:slick;font-style:normal;font-weight:400;src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot);src:url(/static/media/slick.a4e97f5a2a64f0ab1323.eot?#iefix) format("embedded-opentype"),url(/static/media/slick.295183786cd8a1389865.woff) format("woff"),url(/static/media/slick.c94f7671dcc99dce43e2.ttf) format("truetype"),url(/static/media/slick.2630a3e3eab21c607e21.svg#slick) format("svg")}.slick-next,.slick-prev{border:none;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:20px}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:#0000;color:#0000;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#fff;font-family:slick;font-size:20px;line-height:1;opacity:.75}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{bottom:-25px;display:block;list-style:none;margin:0;padding:0;position:absolute;text-align:center;width:100%}.slick-dots li{display:inline-block;margin:0 5px;padding:0;position:relative}.slick-dots li,.slick-dots li button{cursor:pointer;height:20px;width:20px}.slick-dots li button{background:#0000;border:0;color:#0000;display:block;font-size:0;line-height:0;outline:none;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#000;content:"•";font-family:slick;font-size:6px;height:20px;left:0;line-height:20px;opacity:.25;position:absolute;text-align:center;top:0;width:20px}.slick-dots li.slick-active button:before{color:#000;opacity:.75}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:0.9;--rt-transition-show-delay:0.15s;--rt-transition-closing-delay:0.15s;--rt-arrow-size:8px}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute;z-index:-1}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:.9;opacity:var(--rt-opacity);transition:opacity .15s ease-out;transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity .15s ease-in;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:-webkit-max-content;width:max-content}.styles-module_arrow__K0L3T{height:8px;height:var(--rt-arrow-size);width:8px;width:var(--rt-arrow-size)}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:#222;background:var(--rt-color-dark);color:#fff;color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:#fff;background-color:var(--rt-color-white);color:#222;color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:#8dc572;background-color:var(--rt-color-success);color:#fff;color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:#f0ad4e;background-color:var(--rt-color-warning);color:#fff;color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:#be6464;background-color:var(--rt-color-error);color:#fff;color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:#337ab7;background-color:var(--rt-color-info);color:#fff;color:var(--rt-color-white)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6}.app-container{background:linear-gradient(135deg,#f8fafc,#e2e8f0);min-height:100vh}.app-header{background:#fff;border-bottom:1px solid #e2e8f0;box-shadow:0 2px 10px #0000001a;padding:24px;position:-webkit-sticky;position:sticky;top:0;z-index:20}.app-title{color:#1f2937;font-size:2.5rem;font-weight:700;margin-bottom:8px;text-align:center}.app-title-highlight{color:#d97706}.app-description{color:#6b7280;font-size:1.1rem;text-align:center}.main-content{overflow-y:auto;padding:32px 0}.service-section{display:flex;flex-direction:column;padding:0 24px}.section-title-service{color:#1f2937;font-size:2.5rem!important;font-weight:700;margin-bottom:12px;text-align:center}.highlight-text{color:#b8a32c}.section-subtitle{color:#6b7280;font-size:1.125rem;margin-bottom:32px;margin-left:auto;margin-right:auto;max-width:512px;text-align:center}.scroll-container{position:relative}.scroll-arrow{align-items:center;background-color:#fffffff2;border:1px solid #e5e7eb;border-radius:50%;box-shadow:0 4px 12px #00000026;color:#374151;cursor:pointer;display:flex;font-size:1.2rem;height:48px;justify-content:center;padding:12px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:48px;z-index:10}.scroll-arrow:hover{background-color:#fff;box-shadow:0 6px 16px #0003;color:#1f2937;transform:translateY(-50%) scale(1.1)}.scroll-arrow-left{left:-15px}.scroll-arrow-right{right:-15px}.horizontal-scroll{display:flex;gap:24px;overflow-x:hidden;padding:16px 48px;scroll-behavior:smooth}.service-card{background:#fff;border:1px solid #f1f5f9;border-radius:16px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;flex-shrink:0;height:400px;overflow:hidden;position:relative;width:320px}.service-card,.service-card:before{transition:all .6s cubic-bezier(.4,0,.2,1)}.service-card:before{-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0);background:#0000;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.service-card:hover:before{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000001a}.service-card:hover{border-color:#e2e8f0;box-shadow:0 12px 24px #00000026;transform:translateY(-8px)}.service-card-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffff80;border-radius:16px 16px 0 0;bottom:0;left:0;opacity:0;padding:20px;position:absolute;right:0;transform:translateY(100%);transition:all .6s cubic-bezier(.4,0,.2,1);z-index:2}.service-card:hover .service-card-content{opacity:1;transform:translateY(0)}.service-card-image{border-radius:12px;height:128px;margin-bottom:12px;object-fit:cover;width:100%}.service-card-title{word-wrap:break-word;align-items:center;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#ffffffb3;border-radius:8px;color:#1f2937;display:flex;font-size:1.1rem;font-weight:700;height:60px;-webkit-hyphens:auto;hyphens:auto;justify-content:center;left:20px;line-height:1.2;margin-bottom:12px;overflow:hidden;padding:0 8px;position:absolute;right:20px;text-align:center;text-shadow:0 1px 2px #0000001a;top:20px;z-index:3}.service-card-features{flex-grow:1;font-size:.875rem;list-style:none;margin:0 0 16px;overflow-y:auto;padding:0;scrollbar-color:#cbd5e1 #0000;scrollbar-width:thin}.service-card-features::-webkit-scrollbar{width:4px}.service-card-features::-webkit-scrollbar-track{background:#0000}.service-card-features::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}.service-card-feature{color:#000;font-weight:500;line-height:1.4;margin-bottom:8px}.service-card-button{background:#ffa439;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:12px 16px;transition:all .2s ease;width:100%}.service-card-button:hover{background:#d97706;box-shadow:0 4px 12px #ffa4394d;transform:scale(1.02)}.service-card-button:active{transform:scale(.98)}@media (max-width:768px){.service-card:hover .service-card-title,.service-section.enjoy-life-section .section-subtitle,.service-section.enjoy-life-section .section-title-service{display:none!important;visibility:hidden!important}.app-header{padding:16px}.app-title{font-size:2rem}.app-description{font-size:1rem}.service-section{margin-bottom:48px;padding:0 12px}.section-title-service{font-size:2.5rem}.enjoy-life-section .section-subtitle,.enjoy-life-section .section-title-service{display:none!important}.section-subtitle{font-size:1rem;margin-bottom:24px}.horizontal-scroll{gap:16px;padding:16px 24px}.service-card{flex-shrink:0;height:380px;width:280px}.scroll-arrow{font-size:1rem;height:40px;padding:8px;width:40px}.scroll-arrow-left{left:-10px}.scroll-arrow-right{right:-10px}}@media (max-width:480px){.app-title,.section-title-service{font-size:1.75rem}.enjoy-life-section .section-subtitle,.enjoy-life-section .section-title-service{display:none!important}.service-card:hover .service-card-title{display:none!important;visibility:hidden!important}.service-card{flex-shrink:0;height:360px;width:260px}.horizontal-scroll{gap:12px;padding:16px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-card,.service-section{animation:fadeIn .6s ease-out}.scroll-arrow:focus,.service-card-button:focus{outline:2px solid #3b82f6;outline-offset:2px}@media (prefers-contrast:high){.service-card,.service-card-button{border:2px solid #000}}@media (prefers-reduced-motion:reduce){.scroll-arrow,.service-card,.service-card-button{transition:none}.horizontal-scroll{scroll-behavior:auto}}.order-details-container{background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:1000px;padding:20px}.order-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:15px}.order-header h1{color:#333;font-size:28px;margin:0}.order-meta{align-items:flex-end;display:flex;flex-direction:column}.order-id{color:#e91e63;font-size:18px;font-weight:600}.order-date{color:#666;font-size:14px}.order-status-section{align-items:flex-start;background-color:#f9f9f9;border-radius:6px;display:flex;justify-content:space-between;margin-bottom:30px;padding:15px}.status-badge{border-radius:20px;font-size:14px;font-weight:600;padding:6px 12px;text-transform:uppercase}.status-badge.confirmed{background-color:#e8f5e9;color:#388e3c}.status-badge.processing{background-color:#fff8e1;color:#ffa000}.status-badge.completed{background-color:#e3f2fd;color:#1976d2}.event-info{flex:1 1;margin-left:20px}.event-info p{color:#555;margin:5px 0}.venue-section{margin-bottom:30px}.venue-section h3{color:#333;font-size:20px;margin-bottom:15px}.venue-address{background-color:#f9f9f9;border-radius:6px;padding:15px}.venue-address p{color:#555;margin:5px 0}.decoration-section{border:1px solid #eee;border-radius:8px;display:flex;margin-bottom:30px;padding:20px}.decoration-image{flex:0 0 200px;margin-right:20px}.image-placeholder{align-items:center;background-color:#f5f5f5;border:1px dashed #ddd;border-radius:6px;color:#999;display:flex;height:200px;justify-content:center;width:100%}.decoration-info{flex:1 1}.decoration-info h2{color:#333;font-size:22px;margin-bottom:10px;margin-top:0}.decoration-description{color:#666;line-height:1.5;margin-bottom:15px}.customization-details{background-color:#f9f9f9;border-radius:6px;margin-bottom:15px;padding:15px}.customization-details h3{align-items:center;color:#e91e63;display:flex;font-size:18px;margin-top:0}.customization-details h3:before{content:"✨";margin-right:8px}.customization-list{grid-gap:10px;display:grid;gap:10px;grid-template-columns:1fr}.customization-item{border-bottom:1px dashed #eee;display:flex;justify-content:space-between;padding:8px 0}.customization-item:last-child{border-bottom:none}.customization-name{color:#555;font-weight:600;width:40%}.customization-value{color:#333;width:40%}.customization-price{color:#e91e63;font-weight:600;text-align:right;width:20%}.decoration-meta{border-top:1px dashed #eee;display:flex;justify-content:space-between;margin-top:15px;padding-top:15px}.customization-price,.package-price{color:#333;font-weight:600}.order-summary{background-color:#f9f9f9;border-radius:8px;margin-bottom:30px;padding:20px}.order-summary h3{color:#333;font-size:20px;margin-bottom:15px;margin-top:0}.summary-row{color:#555;display:flex;justify-content:space-between;margin-bottom:10px}.total-row{border-top:1px solid #ddd;color:#333;font-size:18px;font-weight:600;margin-top:10px;padding-top:10px}.customer-section,.payment-section{margin-bottom:30px}.customer-section h3,.payment-section h3{color:#333;font-size:20px;margin-bottom:15px}.customer-details,.payment-info{background-color:#f9f9f9;border-radius:6px;padding:15px}.customer-details p,.payment-info p{color:#555;margin:8px 0}.action-buttons{display:flex;flex-wrap:wrap;gap:15px}.contact-btn,.reorder-btn{border:none;border-radius:6px;cursor:pointer;font-weight:600;padding:12px 24px;transition:all .3s ease}.contact-btn{background-color:#f5f5f5;color:#333}.contact-btn:hover{background-color:#e0e0e0}.reorder-btn{background-color:#e91e63;color:#fff}.reorder-btn:hover{background-color:#d81b60}@media (max-width:768px){.order-header{align-items:flex-start;flex-direction:column}.order-meta{align-items:flex-start;margin-top:10px}.decoration-section{flex-direction:column}.decoration-image{flex:none;margin-bottom:15px;margin-right:0}.order-status-section{flex-direction:column}.event-info{margin-left:0;margin-top:15px}.customization-item{flex-direction:column}.customization-name,.customization-price,.customization-value{width:100%}.customization-price{margin-top:5px;text-align:left}}.range-slider{-webkit-tap-highlight-color:transparent;background:#ddd;border-radius:4px;cursor:pointer;display:block;height:8px;position:relative;touch-action:none;-webkit-user-select:none;user-select:none;width:100%}.range-slider[data-vertical]{height:100%;width:8px}.range-slider[data-disabled]{cursor:not-allowed;opacity:.5}.range-slider .range-slider__thumb{background:#2196f3;border-radius:50%;height:24px;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px;z-index:3}.range-slider .range-slider__thumb:focus-visible{box-shadow:0 0 0 6px #2196f380;outline:0}.range-slider[data-vertical] .range-slider__thumb{left:50%}.range-slider .range-slider__thumb[data-disabled]{z-index:2}.range-slider .range-slider__range{background:#51adf6;height:100%;position:absolute;top:50%;transform:translateY(-50%);width:100%;z-index:1}.range-slider[data-vertical] .range-slider__range{left:50%;transform:translate(-50%)}.range-slider input[type=range]{-webkit-appearance:none;background-color:initial;height:0;left:0;pointer-events:none;position:absolute;top:0;width:0;z-index:2}.range-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none}.range-slider input[type=range]::-moz-range-thumb{border:0;height:0;width:0}.range-slider input[type=range]:focus{outline:0}.iiz{cursor:zoom-in;display:inline-block;margin:0;max-width:100%;overflow:hidden;position:relative}.iiz--drag .iiz__zoom-img--visible{cursor:grab}.iiz__img{display:block;height:auto;max-width:100%;opacity:1;pointer-events:none;visibility:visible}.iiz__img--hidden{opacity:0;visibility:hidden}.iiz__img--abs{height:100%;left:0;top:0;width:100%}.iiz__img--abs,.iiz__zoom-img{display:block;position:absolute}.iiz__zoom-img{max-width:none!important;opacity:0;pointer-events:none;visibility:hidden;width:auto!important}.iiz__zoom-img--visible{cursor:zoom-out;opacity:1;pointer-events:auto;touch-action:none;visibility:visible}.iiz__zoom-portal{bottom:0;left:0;position:fixed;right:0;top:0;z-index:10000}.iiz__btn{align-items:center;-webkit-appearance:none;appearance:none;background:#fffc;border:none;display:flex;height:40px;justify-content:center;outline:0;padding:0;position:absolute;text-decoration:none;width:40px}.iiz__btn:before{background-position:50%;background-repeat:no-repeat;content:" ";display:block}.iiz__hint{bottom:10px;pointer-events:none;right:10px}.iiz__hint:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 19.9 19.9'%3E%3Cpath d='M13.9 7.4C13.9 3.8 11 .9 7.4.9S.9 3.8.9 7.4s2.9 6.5 6.5 6.5 6.5-2.9 6.5-6.5zm5.3 12.5-6.7-7.2c-1.4 1.3-3.2 2.1-5.1 2.1-4.1 0-7.4-3.3-7.4-7.4S3.3 0 7.4 0s7.4 3.3 7.4 7.4c0 1.7-.6 3.4-1.7 4.7l6.8 7.2-.7.6z' fill='%23000222'/%3E%3C/svg%3E");content:" ";height:20px;width:20px}.iiz__close{opacity:0;right:10px;top:10px;visibility:hidden}.iiz__close--visible{cursor:pointer;opacity:1;visibility:visible}.iiz__close:before{background-image:linear-gradient(#222,#222),linear-gradient(#222,#222);background-size:100% 1px,1px 100%;content:" ";height:29px;transform:rotate(45deg);width:29px}@-webkit-keyframes closeWindow{0%{opacity:1}to{opacity:0}}@keyframes closeWindow{0%{opacity:1}to{opacity:0}}.ril__outer{-ms-content-zooming:none;-ms-touch-select:none;background-color:#000000d9;bottom:0;height:100%;left:0;outline:none;right:0;top:0;-ms-touch-action:none;touch-action:none;-ms-user-select:none;width:100%;z-index:1000}.ril__outerClosing{opacity:0}.ril__image,.ril__imageNext,.ril__imagePrev,.ril__inner{bottom:0;left:0;position:absolute;right:0;top:0}.ril__image,.ril__imageNext,.ril__imagePrev{-ms-content-zooming:none;-ms-touch-select:none;margin:auto;max-width:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none}.ril__imageDiscourager{background-position:50%;background-repeat:no-repeat;background-size:contain}.ril__navButtons{border:none;bottom:0;cursor:pointer;height:34px;margin:auto;opacity:.7;padding:40px 30px;position:absolute;top:0;width:20px}.ril__navButtons:hover{opacity:1}.ril__navButtons:active{opacity:.7}.ril__navButtonPrev{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTE5IDMtMi0yTDEgMTdsMTYgMTYgMS0xTDMgMTcgMTggMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;left:0}.ril__navButtonNext{background:#0003 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIzNCI+PHBhdGggZD0ibTEgMyAyLTIgMTYgMTZMMyAzM2wtMS0xIDE1LTE1TDIgMnoiIGZpbGw9IiNGRkYiLz48L3N2Zz4=) no-repeat 50%;right:0}.ril__downloadBlocker{background-image:url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);background-size:cover;bottom:0;left:0;position:absolute;right:0;top:0}.ril__caption,.ril__toolbar{-ms-flex-pack:justify;background-color:#00000080;display:-ms-flexbox;display:flex;justify-content:space-between;left:0;position:absolute;right:0}.ril__caption{bottom:0;max-height:150px;overflow:auto}.ril__captionContent{color:#fff;padding:10px 20px}.ril__toolbar{height:50px;top:0}.ril__toolbarSide{height:50px;margin:0}.ril__toolbarLeftSide{-ms-flex:0 1 auto;flex:0 1 auto;overflow:hidden;padding-left:20px;padding-right:0;text-overflow:ellipsis}.ril__toolbarRightSide{-ms-flex:0 0 auto;flex:0 0 auto;padding-left:0;padding-right:20px}.ril__toolbarItem{color:#fff;display:inline-block;font-size:120%;line-height:50px;max-width:100%;overflow:hidden;padding:0;text-overflow:ellipsis;white-space:nowrap}.ril__toolbarItemChild{vertical-align:middle}.ril__builtinButton{border:none;cursor:pointer;height:35px;opacity:.7;width:40px}.ril__builtinButton:hover{opacity:1}.ril__builtinButton:active{outline:none}.ril__builtinButtonDisabled{cursor:default;opacity:.5}.ril__builtinButtonDisabled:hover{opacity:.5}.ril__closeButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZD0ibTEgMyAxLjI1LTEuMjUgNy41IDcuNSA3LjUtNy41TDE4LjUgMyAxMSAxMC41bDcuNSA3LjUtMS4yNSAxLjI1LTcuNS03LjUtNy41IDcuNUwxIDE4bDcuNS03LjVMMSAzeiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==) no-repeat 50%}.ril__zoomInButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2TTEyIDV2NiIvPjwvZz48Y2lyY2xlIGN4PSIxMiIgY3k9IjgiIHI9IjciIGZpbGw9Im5vbmUiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIyIi8+PC9zdmc+) no-repeat 50%}.ril__zoomOutButton{background:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PGcgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCI+PHBhdGggZD0ibTEgMTkgNi02TTkgOGg2Ii8+PC9nPjxjaXJjbGUgY3g9IjEyIiBjeT0iOCIgcj0iNyIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmIiBzdHJva2Utd2lkdGg9IjIiLz48L3N2Zz4=) no-repeat 50%}.ril__outerAnimating{-webkit-animation-name:closeWindow;animation-name:closeWindow}@-webkit-keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}@keyframes pointFade{0%,19.999%,to{opacity:0}20%{opacity:1}}.ril__loadingCircle{height:60px;position:relative;width:60px}.ril__loadingCirclePoint{height:100%;left:0;position:absolute;top:0;width:100%}.ril__loadingCirclePoint:before{-webkit-animation:pointFade .8s ease-in-out infinite both;animation:pointFade .8s ease-in-out infinite both;background-color:#fff;border-radius:30%;content:"";display:block;height:30%;margin:0 auto;width:11%}.ril__loadingCirclePoint:first-of-type{-webkit-transform:rotate(0deg);transform:rotate(0deg)}.ril__loadingCirclePoint:first-of-type:before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:-.8s;animation-delay:-.8s}.ril__loadingCirclePoint:nth-of-type(2){-webkit-transform:rotate(30deg);transform:rotate(30deg)}.ril__loadingCirclePoint:nth-of-type(8){-webkit-transform:rotate(210deg);transform:rotate(210deg)}.ril__loadingCirclePoint:nth-of-type(2):before,.ril__loadingCirclePoint:nth-of-type(8):before{-webkit-animation-delay:-666ms;animation-delay:-666ms}.ril__loadingCirclePoint:nth-of-type(3){-webkit-transform:rotate(60deg);transform:rotate(60deg)}.ril__loadingCirclePoint:nth-of-type(9){-webkit-transform:rotate(240deg);transform:rotate(240deg)}.ril__loadingCirclePoint:nth-of-type(3):before,.ril__loadingCirclePoint:nth-of-type(9):before{-webkit-animation-delay:-533ms;animation-delay:-533ms}.ril__loadingCirclePoint:nth-of-type(4){-webkit-transform:rotate(90deg);transform:rotate(90deg)}.ril__loadingCirclePoint:nth-of-type(10){-webkit-transform:rotate(270deg);transform:rotate(270deg)}.ril__loadingCirclePoint:nth-of-type(10):before,.ril__loadingCirclePoint:nth-of-type(4):before{-webkit-animation-delay:-.4s;animation-delay:-.4s}.ril__loadingCirclePoint:nth-of-type(5){-webkit-transform:rotate(120deg);transform:rotate(120deg)}.ril__loadingCirclePoint:nth-of-type(11){-webkit-transform:rotate(300deg);transform:rotate(300deg)}.ril__loadingCirclePoint:nth-of-type(11):before,.ril__loadingCirclePoint:nth-of-type(5):before{-webkit-animation-delay:-266ms;animation-delay:-266ms}.ril__loadingCirclePoint:nth-of-type(6){-webkit-transform:rotate(150deg);transform:rotate(150deg)}.ril__loadingCirclePoint:nth-of-type(12){-webkit-transform:rotate(330deg);transform:rotate(330deg)}.ril__loadingCirclePoint:nth-of-type(12):before,.ril__loadingCirclePoint:nth-of-type(6):before{-webkit-animation-delay:-133ms;animation-delay:-133ms}.ril__loadingCirclePoint:nth-of-type(7){-webkit-transform:rotate(180deg);transform:rotate(180deg)}.ril__loadingCirclePoint:nth-of-type(13){-webkit-transform:rotate(1turn);transform:rotate(1turn)}.ril__loadingCirclePoint:nth-of-type(13):before,.ril__loadingCirclePoint:nth-of-type(7):before{-webkit-animation-delay:0ms;animation-delay:0ms}.ril__loadingContainer{bottom:0;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__loadingContainer,.ril__imagePrev .ril__loadingContainer{display:none}.ril__errorContainer{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;bottom:0;color:#fff;display:-ms-flexbox;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.ril__imageNext .ril__errorContainer,.ril__imagePrev .ril__errorContainer{display:none}.ril__loadingContainer__icon{color:#fff;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.CircularProgressbar{vertical-align:middle;width:100%}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;dominant-baseline:middle;text-anchor:middle;font-size:20px}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:#0000}.DateSelectionModal .modal-content{border:none;border-radius:12px;box-shadow:0 10px 40px #0000001a}.DateSelectionModal .ModalArea{background:#fff;border-radius:12px;margin:0 auto;max-width:500px;padding:24px;position:relative}.DateSelectionModal .ModalHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}.DateSelectionModal .ModalHeader h3{color:#333;flex:1 1;font-size:20px;font-weight:500;margin:0}.DateSelectionModal .CloseModal{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;padding:0;width:24px}.DateSelectionModal .CalendarContainer{margin-bottom:24px}.DateSelectionModal .CalendarHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px;padding:0 8px}.DateSelectionModal .MonthYear{color:#333;font-size:18px;font-weight:600;margin:0}.DateSelectionModal .MonthNavBtn{align-items:center;background:none;border:none;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:18px;height:36px;justify-content:center;padding:8px;transition:all .2s;width:36px}.DateSelectionModal .MonthNavBtn:hover{background-color:#f0f0f0;color:#333}.DateSelectionModal .WeekDays{grid-gap:0;display:grid;gap:0;grid-template-columns:repeat(7,1fr);margin-bottom:8px}.DateSelectionModal .WeekDay{color:#666;font-size:14px;font-weight:500;padding:12px 8px;text-align:center}.DateSelectionModal .CalendarGrid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(7,1fr)}.DateSelectionModal .CalendarDay{align-items:center;aspect-ratio:1;border-radius:8px;cursor:pointer;display:flex;font-size:15px;font-weight:500;justify-content:center;min-height:44px;position:relative;transition:all .2s}.DateSelectionModal .CalendarDay.selectable{background-color:#fff;color:#333}.DateSelectionModal .CalendarDay.selectable:hover{background-color:#f0f4ff;color:#1a73e8}.DateSelectionModal .CalendarDay.selected{background-color:#1a73e8!important;color:#fff!important;font-weight:600}.DateSelectionModal .CalendarDay.today{background-color:#f0f4ff;color:#1a73e8;font-weight:600}.DateSelectionModal .CalendarDay.other-month{background-color:initial;color:#ccc}.DateSelectionModal .CalendarDay.disabled{background-color:initial;color:#ccc;cursor:not-allowed}.DateSelectionModal .CalendarDay.disabled:hover{background-color:initial}.DateSelectionModal .WhatsAppHelp{align-items:flex-start;background-color:#f8f9fa;border-radius:8px;color:#666;display:flex;font-size:13px;gap:12px;line-height:1.4;padding:16px}.DateSelectionModal .HelpIcon{flex-shrink:0}.DateSelectionModal .HelpIcon img{height:20px;width:20px}.DateSelectionModal .WhatsAppHelp a{color:#1a73e8;text-decoration:none}.DateSelectionModal .WhatsAppHelp a:hover{text-decoration:underline}@media (max-width:768px){.DateSelectionModal .ModalArea{margin:16px;padding:5px}.DateSelectionModal .CalendarDay{font-size:14px;min-height:40px}}.TimeSlotModal .modal-content{border:none;border-radius:12px;box-shadow:0 10px 40px #0000001a}.TimeSlotModal .ModalArea{background:#fff;border-radius:12px;margin:0 auto;max-width:500px;padding:24px;position:relative}.TimeSlotModal .ModalHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:32px}.TimeSlotModal .ModalHeader h3{color:#333;flex:1 1;font-size:20px;font-weight:500;margin:0;text-align:center}.TimeSlotModal .BackBtn{background:none;border:none;color:#e91e63;cursor:pointer;font-size:14px;font-weight:500;padding:0}.TimeSlotModal .BackBtn:hover{text-decoration:underline}.TimeSlotModal .CloseModal{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-size:24px;height:24px;justify-content:center;padding:0;width:24px}.TimeSlotModal .TimeSlotsList{margin-bottom:32px}.TimeSlotModal .TimeSlotItem{background:#fff;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;margin-bottom:12px;padding:0;transition:all .2s}.TimeSlotModal .TimeSlotItem:hover:not(.unavailable){border-color:#1a73e8;box-shadow:0 2px 8px #1a73e826}.TimeSlotModal .TimeSlotItem.selected{background-color:#f0f4ff;border-color:#1a73e8}.TimeSlotModal .TimeSlotItem.unavailable{background-color:#f8f9fa;cursor:not-allowed;opacity:.6}.TimeSlotModal .SlotContent{align-items:center;display:flex;justify-content:space-between;padding:20px 24px}.TimeSlotModal .SlotTime{color:#333;font-size:16px;font-weight:500}.TimeSlotModal .RadioButton{position:relative}.TimeSlotModal .RadioButton input[type=radio]{appearance:none;-webkit-appearance:none;background:#fff;border:2px solid #ddd;border-radius:50%;cursor:pointer;height:20px;position:relative;transition:all .2s;width:20px}.TimeSlotModal .RadioButton input[type=radio]:checked{background:#fff;border-color:#1a73e8}.TimeSlotModal .RadioButton input[type=radio]:checked:after{background:#1a73e8;border-radius:50%;content:"";height:10px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:10px}.TimeSlotModal .RadioButton input[type=radio]:disabled{cursor:not-allowed;opacity:.5}.TimeSlotModal .WhatsAppHelp{align-items:flex-start;background-color:#f8f9fa;border-radius:8px;color:#666;display:flex;font-size:13px;gap:12px;line-height:1.4;padding:16px}.TimeSlotModal .HelpIcon{flex-shrink:0}.TimeSlotModal .HelpIcon img{height:20px;width:20px}.TimeSlotModal .WhatsAppHelp a{color:#1a73e8;text-decoration:none}.TimeSlotModal .WhatsAppHelp a:hover{text-decoration:underline}@media (max-width:768px){.TimeSlotModal .ModalArea{margin:16px;padding:20px}.TimeSlotModal .SlotContent{padding:16px 20px}}.CustomizationsModal .modal-dialog{margin:30px auto;max-width:800px}.CustomizationsModal .modal-content{background:#f8f9fa;border:none;border-radius:8px;box-shadow:0 4px 20px #00000026}.CustomizationsModal .ModalArea{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;height:80vh;max-height:600px;position:relative}.CustomizationsModal .ModalHeader{align-items:center;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;flex-shrink:0;justify-content:space-between;margin:16px 16px 0;padding:12px 16px}.CustomizationsModal .ModalHeader h3{color:#333;flex:1 1;font-size:18px;font-weight:500;margin:0;text-align:center}.CustomizationsModal .BackBtn{background:none;border:none;color:#e91e63;cursor:pointer;font-size:14px;font-weight:500;padding:0}.CustomizationsModal .BackBtn:hover{text-decoration:underline}.CustomizationsModal .CloseModal{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:20px;height:20px;justify-content:center;padding:0;width:20px}.CustomizationsModal .CustomizationTabs{display:flex;flex-shrink:0;gap:12px;margin:16px 16px 0}.CustomizationsModal .TabBtn{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#666;cursor:pointer;font-size:14px;font-weight:500;min-width:120px;padding:8px 16px;text-align:center;transition:all .2s}.CustomizationsModal .TabBtn:hover{background:#f5f5f5;border-color:#7b1fa2;color:#7b1fa2}.CustomizationsModal .TabBtn.active{background:#7b1fa2;border-color:#7b1fa2;color:#fff}.CustomizationsModal .TabBtn.active:hover{background:#6a1b9a}.CustomizationsModal .ScrollableContent{flex:1 1;margin:16px 0;overflow-y:auto;padding:16px}.CustomizationsModal .ScrollableContent::-webkit-scrollbar{width:6px}.CustomizationsModal .ScrollableContent::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.CustomizationsModal .ScrollableContent::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.CustomizationsModal .ScrollableContent::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.CustomizationsModal .RecommendedSection{margin-bottom:16px}.CustomizationsModal .RecommendedBadge{background:#7b1fa2;border-radius:20px;color:#fff;display:inline-block;font-size:12px;font-weight:500;margin-bottom:12px;padding:6px 16px}.CustomizationsModal .AddGamesSection{margin-bottom:16px}.CustomizationsModal .AddGamesBtn{background:#fff;border:1px solid #e0e0e0;border-radius:20px;color:#7b1fa2;cursor:pointer;font-size:12px;padding:8px 16px;transition:all .2s}.CustomizationsModal .AddGamesBtn:hover{background:#f5f5f5;border-color:#7b1fa2}.CustomizationsModal .CustomizationsGrid{margin-bottom:12px}.CustomizationsModal .CustomizationsGrid,.CustomizationsModal .OthersGrid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(4,1fr)}.CustomizationsModal .CustomizationCard{background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;flex-direction:column;min-height:200px;padding:8px;position:relative;text-align:left;transition:all .2s}.CustomizationsModal .CustomizationCard:hover{border-color:#7b1fa2;box-shadow:0 2px 8px #7b1fa21a}.CustomizationsModal .CardImage{background:#f5f5f5;border-radius:6px;flex-shrink:0;height:80px;margin-bottom:8px;overflow:hidden;width:100%}.CustomizationsModal .CardImage img{height:100%;object-fit:cover;width:100%}.CustomizationsModal .CardContent{flex:1 1;margin-bottom:8px}.CustomizationsModal .CardTitle{color:#333;font-size:11px;font-weight:600;line-height:1.2;margin:0 0 4px}.CustomizationsModal .CardDescription{color:#666;font-size:10px;line-height:1.2;margin:0 0 4px}.CustomizationsModal .CardPrice{color:#333;font-size:12px;font-weight:700;margin-bottom:6px}.CustomizationsModal .CardActions{align-items:center;display:flex;justify-content:flex-end;margin-top:auto}.CustomizationsModal .ToggleSwitch{position:relative}.CustomizationsModal .ToggleSwitch input{height:0;opacity:0;width:0}.CustomizationsModal .ToggleLabel{background-color:#ddd;border-radius:20px;cursor:pointer;display:inline-block;height:20px;position:relative;transition:all .3s;width:40px}.CustomizationsModal .ToggleSlider{background-color:#fff;border-radius:50%;box-shadow:0 1px 3px #0000004d;height:16px;left:2px;position:absolute;top:2px;transition:all .3s;width:16px}.CustomizationsModal .ToggleSwitch input:checked+.ToggleLabel{background-color:#7b1fa2}.CustomizationsModal .ToggleSwitch input:checked+.ToggleLabel .ToggleSlider{transform:translateX(20px)}.CustomizationsModal .ModalFooter{align-items:center;background:#fff;border-radius:8px;box-shadow:0 -2px 4px #0000001a;display:flex;flex-shrink:0;justify-content:space-between;margin:0 16px 16px;padding:12px 16px}.CustomizationsModal .TotalSection{display:flex;flex-direction:column}.CustomizationsModal .TotalLabel{color:#666;font-size:12px;margin-bottom:2px;text-transform:uppercase}.CustomizationsModal .TotalAmount{color:#333;font-size:20px;font-weight:700}.CustomizationsModal .ActionButtons{display:flex;gap:12px}.CustomizationsModal .BookNowBtn{align-items:center;background:#7b1fa2;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:13px;font-weight:600;gap:8px;letter-spacing:.5px;padding:12px 24px;text-transform:uppercase;transition:all .2s}.CustomizationsModal .BookNowBtn:hover{background:#6a1b9a;transform:translateY(-1px)}.CustomizationsModal .BookNowBtn i{font-size:11px}.CustomizationsModal .BookNowBtn:disabled{background:#999;cursor:not-allowed}.CustomizationsModal .QuantityControls{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:8px}.CustomizationsModal .QuantityBtn{align-items:center;background:#7b1fa2;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:24px;justify-content:center;width:24px}.CustomizationsModal .QuantityBtn:disabled{background:#ccc;cursor:not-allowed}.CustomizationsModal .QuantityBtn:hover:not(:disabled){background:#6a1b9a}.CustomizationsModal .Quantity{color:#333;font-size:14px;font-weight:600;min-width:20px;text-align:center}.CustomizationsModal .LoadingSection{color:#666;padding:40px 20px;text-align:center}.CustomizationsModal .OthersSection{margin-top:16px}@media (max-width:1200px){.CustomizationsModal .CustomizationsGrid,.CustomizationsModal .OthersGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.CustomizationsModal .CustomizationsGrid,.CustomizationsModal .OthersGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.CustomizationsModal .ModalArea{margin:10px;padding:16px}.CustomizationsModal .CustomizationsGrid,.CustomizationsModal .OthersGrid{gap:10px;grid-template-columns:repeat(2,1fr)}.CustomizationsModal .ModalFooter{flex-direction:column;gap:12px;text-align:center}.CustomizationsModal .CustomizationCard{min-height:250px}.CustomizationsModal .CustomizationTabs{flex-direction:column;gap:8px}.CustomizationsModal .TabBtn{min-width:auto}}@media (max-width:576px){.CustomizationsModal .CustomizationsGrid,.CustomizationsModal .OthersGrid{grid-template-columns:1fr}}.LoginModal .modal-content{border:none;border-radius:0;box-shadow:none;max-width:none}.LoginModal .ModalArea{background:#fff;min-height:100vh;padding:0;position:relative}.LoginModal .ModalContent{display:grid;grid-template-columns:1fr 400px;min-height:calc(100vh - 80px)}.LoginModal .LoginSection{display:flex;flex-direction:column;justify-content:center;padding:40px}.LoginModal .LoginSection h3{color:#333;font-size:28px;font-weight:600;margin:0 0 40px;text-align:center}.LoginModal .LoginMethods h4{color:#333;font-size:20px;font-weight:600;margin:0 0 24px}.LoginModal .OTPInputContainer{display:flex;gap:12px;justify-content:center;margin:20px 0}.LoginModal .OTPInput{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff26;border:2px solid #000;border-radius:8px;color:#000;font-size:24px;font-weight:600;height:60px;text-align:center;transition:all .3s ease;width:60px!important}.LoginModal .EditPhoneBtn{background:none;border:none;color:#000;cursor:pointer;font-size:14px;margin-left:10px;padding:0;text-decoration:underline}.LoginModal .CloseModal{align-items:center;background:#ffffffe6;border-radius:50%;color:#666;cursor:pointer;display:flex;font-size:18px;height:35px;justify-content:center;position:absolute;right:15px;text-decoration:none;top:15px;transition:all .3s ease;width:35px;z-index:1000}.LoginModal .CloseModal:hover{background:#fff;color:#333;transform:scale(1.1)}.LoginModal .ResendBtn{background:none;border:none;color:#ffffffe6;cursor:pointer;font-size:14px;padding:0;text-decoration:underline}.LoginModal .FormGroup{margin-bottom:20px}.LoginModal .FormInput{background-color:#fff;border:1px solid #ddd;border-radius:8px;font-size:16px;padding:16px;transition:all .2s;width:100%}.LoginModal .FormInput:focus{border-color:#1a73e8;box-shadow:0 0 0 3px #1a73e81a;outline:none}.LoginModal .ErrorText{color:#d32f2f;display:block;font-size:12px;margin-top:5px}.LoginModal .LoginBtn{background:#7b1fa2;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin-bottom:24px;padding:16px 24px;text-transform:uppercase;transition:all .2s;width:100%}.LoginModal .LoginBtn:hover{background:#6a1b9a;transform:translateY(-1px)}.LoginModal .Divider{margin:32px 0;position:relative;text-align:center}.LoginModal .Divider:before{background-color:#e0e0e0;content:"";height:1px;left:0;position:absolute;right:0;top:50%}.LoginModal .Divider span{background-color:#fff;color:#666;font-size:14px;padding:0 16px}.LoginModal .SocialLogin{display:flex;flex-direction:column;gap:12px;margin-bottom:32px}.LoginModal .SocialBtn{align-items:center;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:12px;justify-content:center;padding:14px 24px;transition:all .2s}.LoginModal .FacebookBtn{background-color:#3b5998}.LoginModal .FacebookBtn:hover{background-color:#2d4373;transform:translateY(-1px)}.LoginModal .GoogleBtn{background-color:#db4437}.LoginModal .GoogleBtn:hover{background-color:#c23321;transform:translateY(-1px)}.LoginModal .EmailBtn{background-color:#00bcd4}.LoginModal .EmailBtn:hover{background-color:#0097a7;transform:translateY(-1px)}.LoginModal .TermsText{color:#666;font-size:12px;line-height:1.5;text-align:center}.LoginModal .TermsText a{color:#1a73e8;text-decoration:none}.LoginModal .TermsText a:hover{text-decoration:underline}.LoginModal .OrderSummary{background:#f8f9fa;border-left:1px solid #e0e0e0;display:flex;flex-direction:column;padding:24px}.LoginModal .OrderSummary h4{color:#333;font-size:20px;font-weight:600;margin:0 0 24px}.LoginModal .SummaryContent{display:flex;flex:1 1;flex-direction:column}.LoginModal .LoginPrompt{background:#e3f2fd;border-radius:8px;color:#1976d2;font-size:13px;font-weight:500;margin-bottom:24px;padding:12px 16px;text-align:center}.LoginModal .BookingDetails{margin-bottom:20px}.LoginModal .BookingInfo{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:16px}.LoginModal .InfoRow{align-items:center;color:#333;display:flex;font-size:14px;gap:8px}.LoginModal .InfoRow i{color:#666;width:16px}.LoginModal .EditBtn{align-items:center;background:none;border:none;color:#1a73e8;cursor:pointer;display:flex;font-size:14px;gap:4px;margin-left:auto}.LoginModal .EditBtn:hover{text-decoration:underline}.LoginModal .ProductInfo{background:#fff;border:1px solid #e0e0e0;border-radius:8px;display:flex;gap:12px;margin-bottom:20px;padding:16px}.LoginModal .ProductImage{border-radius:8px;flex-shrink:0;height:60px;overflow:hidden;width:60px}.LoginModal .ProductImage img{height:100%;object-fit:cover;width:100%}.LoginModal .ProductDetails h5{color:#333;font-size:14px;font-weight:600;line-height:1.4;margin:0 0 8px}.LoginModal .ProductPrice{color:#333;font-size:16px;font-weight:700}.LoginModal .CustomizationsInfo{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:16px}.LoginModal .CustomizationsInfo h6{align-items:center;color:#333;display:flex;font-size:14px;font-weight:600;justify-content:space-between;margin:0 0 12px}.LoginModal .CustomizationsInfo h6 i{color:#1a73e8;cursor:pointer}.LoginModal .NoCustomizations{color:#666;font-size:13px;margin:0}.LoginModal .CustomizationsList{display:flex;flex-direction:column;gap:8px}.LoginModal .CustomizationItem{color:#333;display:flex;font-size:13px;justify-content:space-between}.RecommendedItemsInfo{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:20px;padding:16px}.RecommendedItemsInfo h6{align-items:center;display:flex;justify-content:space-between;margin:12px 0 6px 12px!important}.RecommendedItemsList{background:#0000;margin:12px 0 6px 12px;padding:0}.RecommendedItem{align-items:center;color:#666;display:flex;font-size:13px;justify-content:space-between;padding:2px 0}.RecommendedItem,.RecommendedItem:last-child{border-bottom:none}.RecommendedItem span:first-child{color:#666;flex:1 1;font-weight:400;text-align:left}.RecommendedItem span:last-child{color:#333;font-weight:500;margin-left:2px;margin-right:10px}.RecommendedItemsInfo h6{background:none;border:none;color:#333;font-size:14px;font-weight:600;margin:0 0 8px;padding:0}.CustomizationsInfo,.RecommendedItemsInfo{margin:15px 0;padding:0}.LoginModal .LocationInfo{margin-bottom:20px}.LoginModal .LocationRow{border-bottom:1px solid #e0e0e0;color:#333;display:flex;font-size:14px;justify-content:space-between;padding:12px 0}.LoginModal .SummaryTotal{border-top:2px solid #e0e0e0;margin-bottom:24px;padding-top:16px}.LoginModal .TotalRow{color:#333;display:flex;font-size:18px;font-weight:700;justify-content:space-between}.LoginModal .SecurePayments h6{color:#333;font-size:14px;font-weight:600;margin:0 0 12px}.LoginModal .PaymentIcons{color:#666;display:flex;font-size:24px;gap:12px}.LoginModal .ModalFooter{background:#fff;border-top:1px solid #e0e0e0;padding:20px}.LoginModal .WhatsAppHelp{align-items:flex-start;color:#666;display:flex;font-size:13px;gap:12px;justify-content:center;line-height:1.4;text-align:center}.LoginModal .HelpIcon{flex-shrink:0}.LoginModal .HelpIcon img{height:20px;width:20px}.LoginModal .WhatsAppHelp a{color:#1a73e8;text-decoration:none}.LoginModal .WhatsAppHelp a:hover{text-decoration:underline}@media (max-width:1024px){.LoginModal .ModalContent{grid-template-columns:1fr;min-height:auto}.LoginModal .OrderSummary{border-left:none;border-top:1px solid #e0e0e0}.LoginModal .LoginSection{padding:24px}}@media (max-width:768px){.LoginModal .ModalArea{min-height:auto}.LoginModal .LoginSection{padding:20px}.LoginModal .LoginSection h3{font-size:24px;margin-bottom:24px}}:root{--primary-dark:#303943;--primary-pink:#e5097f;--primary-pink-dark:#c4067b;--text-dark:#040d08;--text-gray:#6c757d;--star-yellow:#facc15;--border-gray:#303943;--background-light:#f8f9fa;--white:#fff;--warning:#ffc107;--success:#28a745;--danger:#dc3545}.loading-wrapper{align-items:center;display:flex;justify-content:center;min-height:400px;padding:2rem}.ProductDetailsArea.enhanced{padding:2rem 0}.BreadCumbs.enhanced{margin-bottom:2rem}.BreadCumbs.enhanced .breadcrumb{background:#0000;font-size:.9rem;margin:0;padding:0}.BreadCumbs.enhanced .breadcrumb-item{color:#6c757d}.BreadCumbs.enhanced .breadcrumb-item.active{color:#303943;font-weight:600}.BreadCumbs.enhanced .breadcrumb-link{color:#303943;color:var(--primary-dark);text-decoration:none;transition:color .3s ease}.BreadCumbs.enhanced .breadcrumb-link:hover{color:#e5097f;color:var(--primary-pink)}.product-gallery-wrapper{background:#fff;border-radius:6px;box-shadow:0 10px 30px #0000001a;margin:0 auto;max-width:600px;padding:1rem;position:-webkit-sticky!important;position:sticky!important;top:32px;z-index:2}.main-image-container{margin-bottom:1rem;position:relative}.image-discount-badge{animation:pulse 2s infinite;background:linear-gradient(135deg,#e5097f,#c6086e);border-radius:20px;box-shadow:0 4px 15px #e5097f66;color:#fff;font-size:.85rem;font-weight:700;left:15px;letter-spacing:.5px;padding:8px 12px;position:absolute;top:15px;z-index:10}.carousel-inner.enhanced .carousel-item,.image-zoom-wrapper{border-radius:15px;overflow:hidden;position:relative}.image-zoom-wrapper{background:#f8f9fa}.main-product-image{height:auto;object-fit:cover;transition:transform .3s ease;width:auto}.image-overlay{background:#000000b3;border-radius:20px;color:#fff;font-size:.9rem;left:50%;opacity:0;padding:.5rem 1rem;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease}.image-zoom-wrapper:hover .image-overlay{opacity:1}.image-counter{background:#000000b3;border-radius:15px;bottom:15px;color:#fff;font-size:.8rem;padding:.25rem .75rem;position:absolute;right:15px}.thumbnail-gallery{margin-top:1rem}.thumbnails-wrapper{display:flex;gap:.5rem;overflow-x:auto;padding:.5rem 0}.thumbnail-item{border:2px solid #0000;border-radius:10px;cursor:pointer;flex:0 0 auto;height:80px;overflow:hidden;transition:all .3s ease;width:80px}.thumbnail-item.active{border-color:#e5097f;border-color:var(--primary-pink);transform:scale(1.05)}.thumbnail-item:hover{border-color:#c4067b;border-color:var(--primary-pink-dark);transform:scale(1.02)}.thumbnail-image{height:100%;object-fit:cover;width:100%}.product-info-wrapper{background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;height:-webkit-fit-content;height:fit-content;padding:2rem}.product-info{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;height:auto!important;margin-bottom:2rem;padding:1.5rem 2rem 1rem}.product-info-breadcrumb{align-items:center;color:#6c757d;color:var(--text-gray);display:flex;font-size:.95rem;gap:.5rem;margin-bottom:.5rem;margin-left:.5rem;margin-top:.5rem}.product-info-breadcrumb .breadcrumb-link{color:#303943;color:var(--primary-dark);cursor:pointer;font-weight:500;text-decoration:none;transition:color .2s}.product-info-breadcrumb .breadcrumb-link:hover{color:#e5097f;color:var(--primary-pink)}.product-info-breadcrumb .breadcrumb-separator{color:#b1b1b1;font-weight:700}.product-info-breadcrumb .breadcrumb-current{color:#e5097f;color:var(--primary-pink);font-weight:600}.product-info-title{color:#303943;color:var(--primary-dark);font-size:1.6rem;font-weight:700;margin-bottom:.3rem;margin-left:.5rem}.product-info-subtitle{color:#6c757d;color:var(--text-gray);font-size:1rem;margin-bottom:.7rem;margin-left:.5rem}.product-info-rating{align-items:center;display:flex;gap:.7rem;margin-bottom:.2rem;margin-left:.5rem}.product-info-stars{font-size:1.1rem;margin-left:.5rem}.product-info-stars,.product-info-stars .fa-star.filled{color:#facc15;color:var(--star-yellow)}.product-info-reviews{align-items:center;color:#6c757d;color:var(--text-gray);display:flex;font-size:.98rem;font-weight:500}.booking-summary-box{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;margin-bottom:2rem;padding:2rem 2rem 1.5rem}.booking-summary-price{align-items:baseline;color:#303943;color:var(--primary-dark);display:flex;font-size:2rem;font-weight:700;gap:.5rem;margin-bottom:.5rem}.booking-summary-currency{color:#303943;color:var(--primary-dark);font-size:1.3rem;font-weight:600}.booking-summary-amount{color:#303943;color:var(--primary-dark);font-size:2rem;font-weight:700}.booking-summary-type{color:#6c757d;color:var(--text-gray);font-size:1rem;margin-left:.5rem}.booking-summary-form{margin-top:1.2rem}.booking-summary-form:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.booking-summary-group{align-items:center;display:flex;gap:.7rem;margin-bottom:1rem}.booking-summary-icon{color:#303943;color:var(--primary-dark);font-size:1.1rem}.booking-summary-input{border:2px solid #303943;border:2px solid var(--border-gray);border-radius:8px;flex:1 1;font-size:1rem;padding:.8rem 1rem;transition:border-color .2s}.booking-summary-input.error{border-color:#dc3545;border-color:var(--danger)}.booking-summary-hint{color:#6c757d;color:var(--text-gray);font-size:.9rem;margin-bottom:1rem}.booking-summary-date-btn{background:#e9ecef;border:none;border-radius:8px;color:#6c757d;color:var(--text-gray);cursor:not-allowed;flex:1 1;font-size:1rem;padding:.8rem 1rem}.booking-summary-note{color:#040d08;color:var(--text-dark);font-size:1rem;margin-bottom:1.2rem}.selected-recommended-items{background:#fff;border:1px solid #e8e8e8;border-radius:8px;box-shadow:0 2px 4px #0000000d;margin:16px 0;padding:16px}.selected-recommended-items h4{align-items:center;color:#333;display:flex;font-size:18px;font-weight:700;gap:8px;margin:0 0 12px}.selected-items-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.selected-item{align-items:center;background:#f8f9fa;border:1px solid #e9ecef;border-radius:6px;display:flex;justify-content:space-between;padding:8px 12px;transition:all .2s ease}.selected-item:hover{background:#f1f3f4;border-color:#dee2e6}.item-name{color:#333;flex:1 1;font-weight:500;line-height:1.3}.item-name,.item-price{font-size:14px;margin-right:8px}.item-price{color:#e5097f;font-weight:600}.remove-item{align-items:center;background:#dc3545;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;height:20px;justify-content:center;line-height:1;transition:all .2s ease;width:20px}.remove-item:hover{background:#c82333;transform:scale(1.1)}.remove-item:active{transform:scale(.95)}.selected-items-total{border-top:1px solid #e9ecef;color:#333;font-size:20px;font-weight:800;padding-top:12px;text-align:right}@media (max-width:768px){.selected-recommended-items{margin:12px 0;padding:12px}.selected-recommended-items h4{font-size:15px}.selected-item{padding:6px 10px}.item-name,.item-price{font-size:13px}.remove-item{font-size:11px;height:18px;width:18px}.selected-items-total{font-size:14px}}.selected-item{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.selected-recommended-items:empty{display:none}@media (max-width:480px){.selected-item{flex-wrap:wrap;gap:4px}.item-name{flex:100% 1;margin-bottom:4px;margin-right:0}.item-price{flex:1 1}}.booking-summary-book-btn{align-items:center;background:#6c2eb6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;font-weight:700;gap:.5rem;justify-content:center;padding:1rem 0;transition:background .2s;width:100%}.booking-summary-book-btn:hover{background:#4b1c7a}.booking-summary-arrow{font-size:1.1rem;margin-left:.5rem}.trust-indicators{margin-top:2rem}.trust-indicators:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.trust-grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:1rem;overflow-x:auto}.trust-item{background:#fff;border-radius:10px;padding:1rem;text-align:center;transition:transform .3s ease}.trust-item:hover{transform:translateY(-3px)}.trust-icon{align-items:center;display:flex;height:50px;justify-content:center;margin:0 auto .5rem;width:50px}.trust-icon img{height:100%;object-fit:cover;width:100%}.trust-text{color:#6c757d;color:var(--text-gray);font-size:.8rem;font-weight:500}.section-title{align-items:center;color:#040d08;color:var(--text-dark);display:flex;font-size:1.3rem;font-weight:700;gap:.5rem;margin-bottom:1.5rem}.section-title i{color:#303943;color:var(--primary-dark)}.recommended-section{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem;position:relative}.recommended-tabs{border-bottom:1px solid #f0f0f0;display:flex;gap:2rem;margin-bottom:1.5rem}.recommended-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6c757d;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 0;transition:all .3s ease}.recommended-tab.active{border-bottom-color:#6f42c1;color:#6f42c1}.recommended-tab:hover{color:#6f42c1}.recommended-filter-tags{display:flex;flex-wrap:wrap;gap:.8rem;margin-bottom:1.5rem}.filter-tag{background:#f8f9fa;border:2px solid #e9ecef;border-radius:25px;color:#495057;cursor:pointer;font-size:.9rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.filter-tag.active{background:#6f42c1;border-color:#6f42c1;color:#fff}.filter-tag:hover{background:#e9ecef;border-color:#6f42c1}.recommended-products-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(4,1fr);margin-bottom:1rem}.recommended-product-card{background:#fff;border:1px solid #e9ecef;border-radius:10px;overflow:hidden;position:relative;transition:all .3s ease}.recommended-product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.recommended-product-image{height:120px;overflow:hidden;width:100%}@media (max-width:600px){.recommended-product-image{height:264px}}@media (min-width:768px) and (max-width:1024px){.recommended-product-image{height:264px}}.recommended-product-image img{cursor:pointer;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.recommended-product-card:hover .recommended-product-image img{transform:scale(1.05)}.recommended-product-info{padding:1rem}.recommended-product-title{color:#333;font-size:.9rem;font-weight:600;line-height:1.3;min-height:2.4rem}.recommended-product-description,.recommended-product-title{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:.5rem;overflow:hidden}.recommended-product-description{color:#6c757d;font-size:.8rem;line-height:1.4;min-height:2.8rem}.recommended-product-link{margin-bottom:.75rem}.recommended-product-link span{color:#6f42c1;cursor:pointer;font-size:.8rem;font-weight:500;text-decoration:none}.recommended-product-link span:hover{text-decoration:underline}.recommended-product-footer{align-items:center;display:flex;justify-content:space-between}.recommended-product-price{color:#333;font-size:1rem;font-weight:700}.recommended-product-toggle{cursor:pointer;display:inline-block;height:20px;position:relative;width:40px}.recommended-product-toggle input{height:0;opacity:0;width:0}.toggle-slider{background-color:#ccc;border-radius:20px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.toggle-slider:before{background-color:#fff;border-radius:50%;bottom:2px;content:"";height:16px;left:2px;position:absolute;transition:.4s;width:16px}.recommended-product-toggle input:checked+.toggle-slider{background-color:#6f42c1}.recommended-product-toggle input:checked+.toggle-slider:before{transform:translateX(20px)}.recommended-nav-arrow{align-items:center;background:#fff;border:2px solid #e9ecef;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.recommended-nav-arrow:hover{border-color:#6f42c1;box-shadow:0 2px 8px #0000001a;color:#6f42c1}.recommended-nav-prev{left:-20px}.recommended-nav-next{right:-20px}@media (max-width:1200px){.recommended-products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.recommended-products-grid{grid-template-columns:repeat(2,1fr)}.recommended-filter-tags{gap:.5rem}.filter-tag{font-size:.8rem;padding:.4rem .8rem}}@media (max-width:768px){.recommended-section{padding:1rem}.recommended-products-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.recommended-product-info{padding:.75rem}.recommended-product-title{font-size:.85rem;min-height:2rem}.recommended-product-description{font-size:.75rem;min-height:2.4rem}.recommended-tabs{gap:1rem}.recommended-tab{font-size:.9rem}.recommended-nav-arrow{display:none}}@media (max-width:576px){.recommended-products-grid{gap:1rem;grid-template-columns:1fr}.filter-tag{font-size:.75rem;padding:.3rem .6rem}}.inclusion-list:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.inclusions-section{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.inclusions-section .section-title{align-items:center;color:#040d08;color:var(--text-dark);display:flex;font-size:1.2rem;font-weight:700;gap:.5rem;margin-bottom:1rem}.inclusions-section .section-title i{color:#303943;color:var(--primary-dark)}.inclusion-list{display:flex;flex-direction:column;gap:.8rem;margin:0;padding:0}.inclusion-item{align-items:flex-start;background:#0000;border-radius:0;box-shadow:none;color:#040d08;color:var(--text-dark);display:flex;font-size:1rem;gap:.7rem;margin-bottom:0;padding:0;transition:none}.inclusion-item:before{flex-shrink:0;font-size:1.1rem;font-weight:700;margin-top:.1rem}.inclusion-text{flex:1 1;line-height:1.5}.description-content:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.experience-section{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.experience-section .section-title{color:#040d08;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.description-content{color:#6c757d;color:var(--text-gray);font-size:1rem;line-height:1.6}.description-content p{margin-bottom:1rem}.description-content p:last-child{margin-bottom:0}.show-less-link{color:#e91e63;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;margin-top:.5rem;text-decoration:none}.show-less-link:hover{text-decoration:underline}.reviews-section-header:after{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.reviews-section-card{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.reviews-section-card .section-title{color:#040d08;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem;margin-left:0}.reviews-header{align-items:center;border-bottom:none;display:flex;gap:2rem;justify-content:flex-start;margin-bottom:1.5rem;padding-bottom:0}.reviews-title{color:#040d08;color:var(--text-dark);font-size:1.8rem;font-weight:700;margin:0}.reviews-summary{align-items:center;display:flex;gap:1rem}.reviews-rating{align-items:center;color:#303943;display:flex;font-size:2rem;font-weight:700;gap:.5rem}.reviews-stars{color:#facc15;display:flex;font-size:1.2rem;gap:.1rem;margin-left:.5rem}.reviews-star-filled{color:#facc15!important}.reviews-star-empty{color:#e0e0e0!important}.reviews-count{color:#6c757d;font-size:1rem;font-weight:500}.reviews-list{margin-top:1.5rem}.review-item{align-items:flex-start;border-bottom:1px solid #f0f0f0;display:flex;gap:1.2rem;padding:1.2rem 0}.review-item:last-child{border-bottom:none}.review-avatar{align-items:center;background:#e9ecef;border-radius:50%;color:#b1b1b1;display:flex;flex-shrink:0;font-size:1.2rem;height:40px;justify-content:center;width:40px}.review-content{flex:1 1}.review-author{color:#303943;font-size:1.1rem;font-weight:700;margin-bottom:.2rem}.review-date{color:#6c757d;font-size:.95rem;margin-bottom:.2rem}.review-verified{color:#e5097f;font-size:.95rem;font-weight:600;margin-bottom:.4rem}.review-stars{display:flex;gap:.1rem;margin-bottom:.4rem}.review-stars .fa-star{font-size:.9rem}.review-text{color:#303943;font-size:1rem;line-height:1.5;margin-top:.2rem}.review-images{display:flex;gap:.5rem;margin-top:.5rem}.review-images img{border-radius:8px;max-width:100px}.no-reviews{color:#b1b1b1;font-size:1rem;padding:2rem 0}.reviews-readmore{margin-top:1rem;text-align:left}.reviews-readmore-link{color:#e5097f;cursor:pointer;font-size:.95rem;font-weight:600;text-decoration:none}.reviews-readmore-link:hover{text-decoration:underline}.reviews-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem}.add-review-btn{align-items:center;background:#040d08;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.6rem 1.2rem;transition:background .3s ease}.add-review-btn:hover{background:#303943;background:var(--border-gray)}.rating-breakdown{background:#f8f9fa;border-radius:8px;margin:1.5rem 0;padding:1rem}.rating-breakdown-row{align-items:center;display:flex;gap:.75rem;margin-bottom:.5rem}.rating-breakdown-star{color:#333;font-size:.9rem;font-weight:500;width:40px}.rating-breakdown-bar{background:#e9ecef;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.rating-breakdown-fill{background:#ffc107;height:100%;transition:width .3s ease}.rating-breakdown-count{color:#666;font-size:.85rem;text-align:right;width:40px}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:.5rem}.review-title{color:#333;font-size:1rem;font-weight:600;margin-bottom:.5rem}.review-actions{border-top:1px solid #e9ecef;display:flex;gap:1rem;margin-top:1rem;padding-top:1rem}.review-helpful-btn,.review-report-btn{align-items:center;background:none;border:1px solid #dee2e6;border-radius:6px;color:#666;cursor:pointer;display:flex;font-size:.8rem;gap:.3rem;padding:.4rem .8rem;transition:all .3s ease}.review-helpful-btn:hover{background:#e5097f;border-color:#e5097f;color:#fff}.review-report-btn:hover{background:#dc3545;border-color:#dc3545;color:#fff}.no-reviews{color:#666;padding:3rem 1rem;text-align:center}.no-reviews i{color:#dee2e6;font-size:3rem;margin-bottom:1rem}.no-reviews h4{color:#333;margin-bottom:.5rem}.no-reviews p{color:#666;margin-bottom:1.5rem}.first-review-btn{background:#040d08;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease}.first-review-btn:hover{background:#303943;background:var(--border-gray)}@media (max-width:768px){.reviews-section-header{align-items:flex-start;flex-direction:column;gap:1rem}.add-review-btn{align-self:stretch;justify-content:center}.rating-breakdown{padding:.75rem}.review-form-actions{flex-direction:column}.review-form-actions .btn{width:100%}}.ReviewModal .modal-content{border-radius:12px;box-shadow:0 10px 40px #0000001a}.ReviewModal .modal-header{border-bottom:1px solid #e9ecef;padding:1rem}.ReviewModal .modal-title{color:#333;font-size:1.5rem;font-weight:600}.review-form-group{margin-bottom:1.5rem}.review-form-label{color:#333;display:block;font-size:.95rem;font-weight:600;margin-bottom:.5rem}.rating-input{align-items:center;display:flex;gap:.5rem;margin-bottom:.5rem}.rating-star-filled{color:#ffc107}.rating-star-empty{color:#dee2e6}.rating-text{color:#666;margin-left:.5rem}.review-form-input{border:2px solid #e9ecef;border-radius:8px;font-size:.95rem;padding:.55rem;transition:border-color .3s ease;width:100%}.review-form-input:focus{border-color:#e5097f;box-shadow:0 0 0 3px #e5097f1a;outline:none}.review-form-textarea{border:2px solid #e9ecef;border-radius:8px;font-family:inherit;font-size:.95rem;min-height:100px;padding:.55rem;resize:vertical;transition:border-color .3s ease;width:100%}.review-form-textarea:focus{border-color:#e5097f;box-shadow:0 0 0 3px #e5097f1a;outline:none}.character-count{color:#666;font-size:.8rem;margin-top:.25rem;text-align:right}.photo-upload-container{margin-top:10px}.photo-upload-area{margin-bottom:15px}.photo-upload-input{display:none!important}.photo-upload-label{background-color:#f9fafb;border:2px dashed #d1d5db;border-radius:8px;cursor:pointer;display:block;padding:20px;text-align:center;transition:all .3s ease}.photo-upload-label:hover{background-color:#fef7f0;border-color:#e5097f}.photo-upload-content{align-items:center;display:flex;flex-direction:column;gap:8px}.photo-upload-icon{color:#6b7280;font-size:2rem;margin-bottom:5px}.photo-upload-label:hover .photo-upload-icon{color:#e5097f}.photo-upload-text{color:#374151;font-size:16px;font-weight:600}.photo-upload-subtext{color:#6b7280;font-size:14px}.optional-text{color:#6b7280;font-size:12px;font-weight:400;margin-left:5px}.photo-preview-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));margin-top:15px}.photo-preview-item{aspect-ratio:1;background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;overflow:hidden;position:relative}.photo-preview-image{display:block;height:100%;object-fit:cover;width:100%}.photo-remove-btn{align-items:center;background-color:#ef4444e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:12px;height:24px;justify-content:center;position:absolute;right:5px;top:5px;transition:background-color .2s ease;width:24px}.photo-remove-btn:hover{background-color:#ef4444}.photo-preview-name{background:linear-gradient(#0000,#000000b3);bottom:0;color:#fff;font-size:10px;left:0;overflow:hidden;padding:8px 5px 5px;position:absolute;right:0;text-overflow:ellipsis;white-space:nowrap}@media (max-width:768px){.photo-preview-grid{gap:10px;grid-template-columns:repeat(auto-fill,minmax(80px,1fr))}.photo-upload-label{padding:15px}.photo-upload-icon{font-size:1.5rem}.photo-upload-text{font-size:14px}.photo-upload-subtext{font-size:12px}}.photo-uploading{opacity:.7;pointer-events:none}.photo-upload-progress{background:#ffffffe6;border-radius:50%;left:50%;padding:10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.photo-upload-error{background-color:#fef2f2;border-color:#ef4444}.photo-upload-error .photo-upload-icon{color:#ef4444}.photo-upload-success{background-color:#f0fdf4;border-color:#10b981}.photo-upload-success .photo-upload-icon{color:#10b981}.review-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.review-form-actions .btn{border:none;border-radius:8px;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.review-form-actions .btn-secondary{background:#6c757d;color:#fff}.review-form-actions .btn-secondary:hover{background:#5a6268}.review-form-actions .btn-primary{background:#e5097f;color:#fff}.review-form-actions .btn-primary:hover{background:#c8087a}.review-form-actions .btn:disabled{cursor:not-allowed;opacity:.6}.need-to-know-section{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.needtoknow-content:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.need-to-know-section .section-title{color:#040d08;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.needtoknow-content{color:#6c757d;color:var(--text-gray);font-size:1rem;line-height:1.6}.needtoknow-content ul{list-style:none;margin:0;padding:0}.needtoknow-content li{align-items:flex-start;color:#040d08;color:var(--text-dark);display:flex;gap:.7rem;margin-bottom:.8rem}.needtoknow-content li:before{content:"ℹ";flex-shrink:0;font-size:1.1rem;font-weight:700;margin-top:.1rem}.needtoknow-icon{font-size:1.1rem}.faq-section{border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.faq-list:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.faq-section .section-title{color:#040d08;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.faq-list{margin-top:1rem}.faq-item{margin-bottom:1.5rem}.faq-item:last-child{margin-bottom:0}.faq-question{color:#303943;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.faq-answer{color:#6c757d;font-size:.98rem;line-height:1.6;margin-bottom:0}.faq-readmore{color:#e5097f;cursor:pointer;display:inline-block;font-size:.95rem;font-weight:600;margin-top:1rem;text-decoration:none}.faq-readmore:hover{text-decoration:underline}.faq-icon{color:#303943;font-size:1.1rem}.location-section{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.location-content:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.location-section .section-title{color:#040d08;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.location-icon{color:#e5097f;font-size:1.1rem}.location-content{color:#303943;font-size:1.05rem;line-height:1.5;margin-top:0}.cancellation-section{background:#fff;border-radius:15px;box-shadow:0 4px 16px #00000012;margin-bottom:2rem;padding:1.5rem 2rem}.cancellation-section .section-title{color:#040d08;color:var(--text-dark);font-size:1.2rem;font-weight:700;margin-bottom:1rem}.cancellation-icon{color:#e5097f;font-size:1.1rem}.cancellation-content{background:none;border-left:none;border-radius:0;color:#303943;font-size:1rem;line-height:1.6;margin:0;padding:0}.cancellation-content:before{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.cancellation-content ul{list-style:disc;margin:0;padding-left:1.5rem}.cancellation-content li{color:#040d08;color:var(--text-dark);line-height:1.6;margin-bottom:.5rem}.cancellation-content li:last-child{margin-bottom:0}.similar-products-section{background:#fff;padding:2rem 0}.similar-products-section .section-header:after{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.similar-products-section .container-fluid{margin:0 auto;padding:0 15px;width:95%}.section-header{margin-bottom:2rem;text-align:left}.section-header .section-title{align-items:center;color:#8b5cf6;display:flex;font-size:1.8rem;font-weight:700;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem}.view-more-link{color:#ff69b4;float:right;font-size:1rem;font-weight:500;margin-top:-2.5rem;text-decoration:none}.view-more-link:hover{color:#ff1493;text-decoration:underline}.similar-products-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);padding:0}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:320px;overflow:hidden;padding:0;position:relative;transition:all .3s ease;width:100%}.product-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.product-image-wrapper{background:#f8f9fa;border-radius:12px 12px 0 0;flex-shrink:0;height:280px!important;overflow:hidden;position:relative;width:100%}.product-image{cursor:pointer;display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.05)}.discount-badge{background:linear-gradient(135deg,#e91e63,#c2185b);border-radius:12px;box-shadow:0 2px 6px #e91e634d;color:#fff;font-size:.7rem;font-weight:700;left:8px;padding:4px 8px;position:absolute;top:8px;z-index:5}.product-overlay{align-items:center;background:#0009;border-radius:12px 12px 0 0;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.quick-view-btn{align-items:center;background:#fff;border:none;border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#333;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s ease}.quick-view-btn:hover{background:#f8f9fa;transform:scale(1.05)}.product-info{flex-direction:column;flex-grow:1;gap:.1px;height:40px;justify-content:space-between;padding:5px 8px}.product-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.95rem;font-weight:600;height:1.1rem;line-height:1.3;margin-bottom:0;overflow:hidden}.product-rating{align-items:center;display:flex;flex-shrink:0;gap:.4rem;height:1.2rem;margin-bottom:.4rem}.stars{display:flex;gap:.1rem}.stars i{color:gold;font-size:.7rem}.rating-count{color:#666;font-size:.75rem;font-weight:500}.product-pricing{flex-shrink:0;height:1.5rem;margin-bottom:.3rem}.price-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.current-price{color:#333;flex-shrink:0;font-size:1.1rem;font-weight:700}.original-price{color:#999;flex-shrink:0;font-size:.9rem;text-decoration:line-through}.product-favorite{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .3s ease;width:32px;z-index:5}.product-favorite:hover{background:#fff;box-shadow:0 3px 10px #00000026;transform:scale(1.1)}.product-favorite i{color:#ccc;font-size:1rem;transition:color .3s ease}.product-favorite.liked i{color:#ff1493}.no-products{color:#6c757d;grid-column:span 1 4;padding:4rem;text-align:center}.no-products i{color:#dee2e6;font-size:4rem;margin-bottom:1.5rem}@media (min-width:1400px){.similar-products-grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}.product-card{height:380px}.product-image-wrapper{height:220px}.product-info{height:120px}}@media (max-width:1399px) and (min-width:1200px){.similar-products-grid{gap:1.2rem;grid-template-columns:repeat(4,1fr)}.product-card{height:400px}}@media (max-width:1199px) and (min-width:992px){.similar-products-grid{gap:1.2rem;grid-template-columns:repeat(3,1fr)}.product-card{height:400px}.product-image-wrapper{height:200px}}@media (max-width:991px) and (min-width:768px){.similar-products-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.section-header .section-title{font-size:1.5rem}.view-more-link{display:block;float:none;margin-top:.5rem;text-align:right}.product-card{height:420px}.product-image-wrapper{height:180px}.product-info{height:120px;padding:.7rem}}@media (max-width:767px) and (min-width:576px){.similar-products-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)}.product-card{height:420px}.product-image-wrapper{height:160px}.product-info{height:120px;padding:.6rem}.product-name{height:2.4rem}.current-price,.product-name{font-size:1rem}}@media (max-width:575px){.similar-products-grid{gap:1rem;grid-template-columns:1fr}.product-card{height:430px;margin:0 auto;max-width:320px}.product-image-wrapper{height:180px}.product-info{height:120px;padding:.8rem}.product-name{font-size:.95rem}.current-price{font-size:1.1rem}}.recently-viewed-section .section-header:after{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.recently-viewed-section{background:#fff;margin-top:1rem;padding:2rem 0}.recently-viewed-section .container-fluid{margin:0 auto;padding:0 15px;width:95%}.recently-viewed-section .section-header{margin-bottom:2rem;text-align:left}.recently-viewed-title{align-items:center;color:#8b5cf6;display:flex;font-size:1.8rem;font-weight:700;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem}.recently-viewed-grid{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:repeat(4,1fr);padding:0}.recently-viewed-timestamp{align-items:center;color:#666;display:flex;font-size:.8rem;gap:5px;margin-top:0}.no-recently-viewed-content{padding:20px;text-align:center}.recently-viewed-actions{margin-top:20px;text-align:center}.clear-recently-viewed-btn{background:#000;border:none;border-radius:5px;color:#fff;cursor:pointer;padding:8px 16px;transition:all .3s}.clear-recently-viewed-btn:hover{background:#303943;background:var(--border-gray)}.recently-viewed-original-price{color:#999;font-size:.9em;margin-left:5px;text-decoration:line-through}.recently-viewed-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #00000014;box-sizing:border-box;display:flex;flex-direction:column;height:320px;overflow:hidden;padding:0;position:relative;transition:all .3s ease;width:100%}.recently-viewed-card:hover{box-shadow:0 8px 20px #0000001f;transform:translateY(-2px)}.recently-viewed-image-wrapper{background:#f8f9fa;border-radius:12px 12px 0 0;flex-shrink:0;height:200px!important;overflow:hidden;position:relative;width:100%}.recently-viewed-image{cursor:pointer;display:block;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.recently-viewed-card:hover .recently-viewed-image{transform:scale(1.05)}.recently-viewed-favorite{align-items:center;background:#fffffff2;border:none;border-radius:50%;box-shadow:0 2px 6px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .3s ease;width:32px;z-index:5}.recently-viewed-favorite:hover{background:#fff;box-shadow:0 3px 10px #00000026;transform:scale(1.1)}.recently-viewed-favorite i{color:#ff1493;font-size:1rem;transition:color .3s ease}.recently-viewed-favorite.liked i{color:#ff1493}.location-badge{background:linear-gradient(135deg,#e91e63,#c2185b);border-radius:12px;box-shadow:0 2px 6px #e91e634d;color:#fff;font-size:.7rem;font-weight:700;left:8px;padding:4px 8px;position:absolute;top:8px;z-index:5}.recently-viewed-overlay{align-items:center;background:#0009;border-radius:12px 12px 0 0;bottom:0;display:flex;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease}.recently-viewed-card:hover .recently-viewed-overlay{opacity:1}.recently-viewed-quick-btn{align-items:center;background:#fff;border:none;border-radius:20px;box-shadow:0 2px 8px #0000001a;color:#333;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:8px 16px;transition:all .3s ease}.recently-viewed-quick-btn:hover{background:#f8f9fa;transform:scale(1.05)}.recently-viewed-info{display:flex;flex-direction:column;flex-grow:1;gap:0;height:120px;justify-content:space-between;padding:12px}.recently-viewed-name{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:.95rem;font-weight:600;height:2.4rem;line-height:1.3;margin-bottom:.4rem;overflow:hidden}.recently-viewed-rating{align-items:center;display:flex;flex-shrink:0;gap:.4rem;height:1.2rem;margin-bottom:.4rem}.recently-viewed-stars{display:flex;gap:.1rem}.recently-viewed-stars i{color:gold;font-size:.7rem}.recently-viewed-rating-text{color:#666;font-size:.75rem;font-weight:500}.recently-viewed-pricing{flex-shrink:0;height:1.5rem;margin-bottom:.3rem}.recently-viewed-price{color:#333;flex-shrink:0;font-size:1.1rem;font-weight:700}.no-recently-viewed{color:#6c757d;grid-column:span 1 4;padding:4rem;text-align:center}.no-recently-viewed i{color:#dee2e6;font-size:4rem;margin-bottom:1.5rem}@media (min-width:1400px){.recently-viewed-grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}.recently-viewed-card{height:340px}.recently-viewed-image-wrapper{height:220px!important}.recently-viewed-info{height:120px}}@media (max-width:1400px) and (min-width:1200px){.recently-viewed-grid{gap:1.2rem;grid-template-columns:repeat(4,1fr)}.recently-viewed-card{height:340px}}@media (max-width:1199px) and (min-width:992px){.recently-viewed-grid{gap:1.2rem;grid-template-columns:repeat(3,1fr)}.recently-viewed-card{height:340px}.recently-viewed-image-wrapper{height:200px!important}}@media (max-width:991px) and (min-width:768px){.recently-viewed-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.recently-viewed-title{font-size:1.5rem}.recently-viewed-card{height:320px}.recently-viewed-image-wrapper{height:180px!important}.recently-viewed-info{height:120px;padding:.7rem}}@media (max-width:767px) and (min-width:576px){.recently-viewed-grid{gap:.8rem;grid-template-columns:repeat(2,1fr)}.recently-viewed-card{height:320px}.recently-viewed-image-wrapper{height:160px!important}.recently-viewed-info{height:120px;padding:.6rem}.recently-viewed-name{font-size:.9rem;height:2.4rem}.recently-viewed-price{font-size:1rem}}@media (max-width:575px){.recently-viewed-grid{gap:1rem;grid-template-columns:1fr}.recently-viewed-card{height:340px;margin:0 auto;max-width:340px}.recently-viewed-image-wrapper{height:180px!important}.recently-viewed-info{height:120px;padding:.8rem}.recently-viewed-name{font-size:.95rem}.recently-viewed-price{font-size:1.1rem}}.similar-categories-section .section-header:after{border-top:1px solid #ccc;content:"";display:block;margin:1em 0}.similar-categories-section{background:#fff;border-bottom:1px solid #f0f0f0;padding:2rem 0}.similar-categories-section .section-header{margin-bottom:1.5rem;text-align:left}.similar-categories-title{align-items:center;color:#333;display:flex;font-size:1.5rem;font-weight:700;gap:.5rem;justify-content:flex-start;margin-bottom:.5rem}.similar-categories-tags{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem}.category-tag{background:#0000;border:1px solid #0000;border-radius:15px;color:#e91e63;cursor:pointer;display:inline-block;font-size:.85rem;font-weight:500;padding:.3rem .6rem;text-decoration:none;transition:all .3s ease}.category-tag:hover{background:#e91e631a;border-color:#e91e63;color:#c2185b;text-decoration:none}.event-partner-section{background:#fff;padding:4rem 0;text-align:center}.event-partner-title{color:#6c757d;font-size:2.5rem;font-weight:700;line-height:1.4;margin:0 0 3rem}.event-partner-stats{align-items:center;display:flex;flex-wrap:wrap;gap:4rem;justify-content:center}.stat-item{flex-direction:column;min-width:300px;text-align:center}.stat-icon,.stat-item{align-items:center;display:flex}.stat-icon{background:#f8f9fa;border-radius:50%;height:100px;justify-content:center;margin-bottom:1rem;padding:1rem;width:100px}.stat-icon img{height:100px;object-fit:contain;width:100px}.stat-content{align-items:center;display:flex;flex-direction:column}.stat-number{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.stat-description{color:#6c757d;font-size:1rem;line-height:1.4;margin:0}.host-party-section{background:#fff;padding:4rem 0}.host-party-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:2rem;text-align:left}.city-tabs{border-bottom:1px solid #e9ecef;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.city-tab{background:none;border:none;border-bottom:2px solid #0000;color:#6c757d;cursor:pointer;font-size:1rem;font-weight:500;padding:.75rem 0;transition:all .3s ease;white-space:nowrap}.city-tab.active{border-bottom-color:#333;color:#333;font-weight:600}.city-tab:hover{color:#333}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(6,1fr)}.service-category{display:flex;flex-direction:column}.service-title{color:#333;font-size:1rem;font-weight:600;line-height:1.4;margin-bottom:.5rem}.service-location{color:#6c757d;font-size:.9rem;margin:0}.why-skyrixe-box{background:#fff;border:1px solid #f0f0f0;border-radius:15px;box-shadow:0 2px 8px #00000014;margin:4rem auto 0;max-width:98vw;min-width:500px;padding:2rem;position:absolute;position:-webkit-sticky;position:sticky;top:32px;z-index:2}@media (max-width:680px){.why-skyrixe-box{display:flex;flex-direction:column;max-width:80vw;min-width:200px}}.why-skyrixe-title{color:#00bcd4;font-size:20px;font-weight:600;margin-bottom:18px;text-align:center}.why-skyrixe-heart{color:#e91e63;font-weight:700}.why-skyrixe-list{list-style:none;margin:0;padding:0}.why-skyrixe-list li{align-items:flex-start;display:flex;margin-bottom:12px}.why-skyrixe-list li:last-child{margin-bottom:0}.why-skyrixe-icon{color:#e91e63;font-size:18px;margin-right:10px}.fixed-bottom-booking-bar{background:#fff;border-top:1px solid #e9ecef;bottom:0;box-shadow:0 -4px 20px #0000001a;left:0;padding:12px 16px;position:fixed;right:0;z-index:1000}.bottom-booking-container{align-items:center;display:flex;gap:16px;justify-content:space-between;margin:0 auto;max-width:1200px}.bottom-booking-left{align-items:center;display:flex;flex:1 1;gap:16px}.bottom-booking-tabs{display:flex;gap:24px}.bottom-booking-tab{background:none;border:none;border-bottom:2px solid #0000;color:#666;cursor:pointer;font-size:18px;font-weight:500;padding:8px 0;position:relative;transition:all .3s ease}.bottom-booking-tab.active{border-bottom-color:#8b5cf6;color:#333;font-weight:600}.bottom-booking-tab:hover{color:#333}.bottom-booking-right{align-items:center;display:flex;gap:16px}.bottom-booking-price-section{align-items:center;display:flex;gap:12px}.bottom-booking-price{align-items:baseline;display:flex;gap:4px}.bottom-booking-currency{color:#333;font-size:14px;font-weight:600}.bottom-booking-amount{color:#333;font-size:20px;font-weight:700}.bottom-booking-setup-text{color:#666;font-size:18px;font-weight:500}.bottom-booking-button{align-items:center;background:#8b5cf6;border:none;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:8px;padding:12px 24px;transition:all .3s ease;white-space:nowrap}.bottom-booking-button:hover{background:#7c3aed;transform:translateY(-1px)}.bottom-booking-button:active{transform:translateY(0)}@media (max-width:768px){.fixed-bottom-booking-bar{padding:10px 12px}.bottom-booking-container{gap:12px}.bottom-booking-tabs{gap:16px}.bottom-booking-tab{font-size:13px}.bottom-booking-amount{font-size:18px}.bottom-booking-button{font-size:13px;padding:10px 20px}}@media (max-width:576px){.bottom-booking-container{flex-direction:column;gap:12px}.bottom-booking-left{justify-content:center;width:100%}.bottom-booking-right{justify-content:space-between;width:100%}.bottom-booking-button{flex:1 1;justify-content:center;max-width:200px}}@media (max-width:360px){.bottom-booking-setup-text{display:none}.bottom-booking-tabs{gap:12px}}@media (max-width:1200px){.services-grid{grid-template-columns:repeat(4,1fr)}.event-partner-stats{gap:3rem}}@media (max-width:992px){.services-grid{gap:1.5rem;grid-template-columns:repeat(3,1fr)}.event-partner-stats{gap:2rem}.city-tabs{gap:.5rem}.city-tab{font-size:.9rem;padding:.5rem 0}.event-partner-title{font-size:2rem}.host-party-title{font-size:1.8rem}}@media (max-width:768px){.services-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}.event-partner-stats{flex-direction:column;gap:2rem}.stat-item{min-width:auto}.city-tabs{flex-wrap:wrap;gap:.25rem}.city-tab{font-size:.85rem}.event-partner-title{font-size:1.8rem;padding:0 1rem}.host-party-title{font-size:1.6rem}}@media (max-width:576px){.services-grid{gap:1.5rem;grid-template-columns:1fr}.event-partner-title{font-size:1.5rem}.host-party-title{font-size:1.4rem}.city-tabs{justify-content:center}.why-skyrixe-box{margin-top:1.5rem;padding:1.5rem}.why-skyrixe-title{font-size:1.1rem}.why-skyrixe-list li{font-size:.9rem}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.product-gallery-wrapper,.product-info-wrapper,.similar-products-section{animation:slideInUp .6s ease-out}.product-card{animation:fadeInScale .4s ease-out}@media (max-width:992px){.event-partner-title{font-size:1.6rem}}@media (max-width:768px){.similar-categories-tags{gap:.5rem}.category-tag{font-size:.75rem;padding:.25rem .5rem}.event-partner-title{font-size:1.4rem}}@media (max-width:576px){.event-partner-title{font-size:1.2rem;padding:0 1rem}}@media (max-width:992px){.product-gallery-wrapper,.why-skyrixe-box .product-info-wrapper{margin-bottom:2rem}.similar-products-grid{gap:1.5rem}.trust-grid{gap:1rem}}@media (max-width:768px){.ProductDetailsArea.enhanced{padding:1rem 0}.product-info-wrapper,.why-skyrixe-box .product-gallery-wrapper{padding:1.5rem}.product-info-title{font-size:1.5rem}.booking-summary-box{padding:1.5rem}.similar-products-grid{gap:1rem;padding:.5rem 1rem}.trust-grid{gap:.75rem;grid-template-columns:repeat(3,1fr)}.trust-item{padding:.75rem}.trust-icon{font-size:1.2rem;height:45px;width:45px}.trust-text{font-size:.7rem}.section-header .section-title{font-size:2rem}}@media (max-width:767px){.similar-products-grid{gap:1rem;padding:.5rem 1rem}.reviews-header{align-items:stretch;flex-direction:column}}@media (max-width:576px){.product-rating-section{gap:.5rem}.price-display,.product-rating-section{align-items:flex-start;flex-direction:column}.price-display{gap:.3rem}.trust-grid{grid-template-columns:repeat(2,1fr)}.inclusion-item{flex-direction:column}.section-title{font-size:1.2rem}.main-product-image{height:300px}.thumbnails-wrapper{justify-content:center}.inclusion-item p{margin:15px}}body{background-color:#fff;font-family:Mulish,sans-serif;font-size:15px;font-weight:400;margin:0;padding:0;position:relative}html{scroll-behavior:smooth}*{box-sizing:border-box;margin:0;padding:0}html{touch-action:manipulation;-ms-touch-action:manipulation}button,input,select,textarea{-webkit-appearance:none;appearance:none;font-size:16px;line-height:1.5}input:focus,select:focus,textarea:focus{font-size:inherit!important}.clearfix{zoom:1}.clearfix:after,.clearfix:before{content:"";display:table;line-height:0}.clear,.clearfix:after,.clr{clear:both}article,aside,figure,footer,header,nav,section{position:relative}li,m,ol,ul{margin:0;padding:0}li,ol,ul{list-style-type:none}a{cursor:pointer;outline:none!important;text-decoration:none}a:focus,a:hover{outline:none;text-decoration:none!important}img{border:0;outline:none}img,input[type=button],input[type=password],input[type=text],select,textarea{max-width:100%}input[type=date].form-control{text-transform:uppercase}table{width:100%}p{margin:0;padding:0}.fltL{float:left}.fltR{float:right!important}.padding_none{padding:0!important}.border_none{border:none!important}.navbar-toggle{background-color:#fff!important}.icon-bar{background-color:#000!important}.p_right0{padding-right:0!important}.p_left0{padding-left:0!important}.CheckBox{cursor:pointer;display:block;line-height:24px;margin:0 0 10px;min-height:20px;padding-left:33px;position:relative;-webkit-user-select:none;user-select:none}.CheckBox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.CheckBox .checkmark{background-color:initial;border:2px solid #000;border-radius:4px;height:21px;left:0;position:absolute;top:0;width:21px}.CheckBox:hover input~.checkmark{background-color:#000;border-color:#000}.CheckBox input:checked~.checkmark{background-color:#000}.CheckBox .checkmark:after{border:solid #fff;border-width:0 2px 2px 0;content:"";display:none;height:10px;left:7px;position:absolute;top:2px;transform:rotate(54deg);width:5px}.CheckBox input:checked~.checkmark:after,.Radio{display:block}.Radio{cursor:pointer;font-size:15px;margin:0 0 10px!important;padding-left:25px;position:relative;-webkit-user-select:none;user-select:none}.Radio input{cursor:pointer;opacity:0;position:absolute}.Radio .checkmark{background-color:#fff;border:1px solid #303943;border-radius:50%;height:16px;left:0;position:absolute;top:5px;width:16px}.Radio input:checked~.checkmark,.Radio:hover input~.checkmark{background-color:#fff;border-color:#303943}.Radio .checkmark:after{content:"";display:none;position:absolute}.Radio input:checked~.checkmark:after{display:block}.Radio .checkmark:after{background:#303943;border-radius:50%;bottom:0;height:8px;left:0;margin:auto;right:0;top:0;width:8px}header{background-color:#fff;border-bottom:1px solid #ddd;border-radius:0 0 12px 12px;box-shadow:2px 4px 15px 0 #0000000d;box-shadow:0 1px 3px #0000001a,0 1px 2px #0003;display:none;position:-webkit-sticky;position:sticky;top:0;z-index:9}header nav{justify-content:space-between}header .HeaderArea,header nav{align-items:center;display:flex}header .HeaderArea{flex:1 1;justify-content:flex-end;margin:0 0 0 15px;padding:30px 20px}header .navbar .container-fluid{padding-left:20px;padding-right:20px}header .HeaderArea .HeaderSearch{background-color:#f6f8fa;border-radius:10px;display:flex;padding:10px;position:static}header .HeaderArea .HeaderSearch .form-control,header .HeaderArea .HeaderSearch select{background-color:initial;border:none;outline:none}header .HeaderArea .HeaderSearch .Select{align-items:center;cursor:pointer;display:flex;font-size:15px;position:relative;width:180px}header .HeaderArea .HeaderSearch .Select:before{content:"\f078";font-family:FontAwesome;position:absolute;right:0;transition:all .3s ease-in-out}header .HeaderArea .HeaderSearch .Select[aria-expanded=true]:before{transform:rotate(180deg)}input{box-sizing:border-box}header .HeaderArea .HeaderSearch .form-control:focus{box-shadow:none}header .HeaderArea .HeaderSearch .form-control{border-left:1px solid #e4e9ee;font-size:13px;margin:0 0 0 10px}header .HeaderArea .HeaderSearch .form-control::placeholder{font-size:15px}header .HeaderArea .HeaderSearch span{position:absolute;right:25px;top:50%;transform:translateY(-50%);width:20px}.headerTwoBtn{align-items:center;display:flex;gap:20px;gap:15px!important;margin:0}.headerTwoBtn .Login,.headerTwoBtn .citySelectorBtn,.headerTwoBtn .help,.headerTwoBtn .loginBtn,.headerTwoBtn ul.Icons{margin:0!important}.headerTwoBtn .Login,.headerTwoBtn .citySelectorBtn,.headerTwoBtn .help,.headerTwoBtn .loginBtn{align-items:center!important;display:flex!important;height:44px!important;justify-content:center!important;min-width:100px!important;padding:8px 16px!important}.headerTwoBtn>*,.nav-button-consistent{align-items:center;display:flex;height:44px;justify-content:center}.nav-button-consistent{background-color:initial;border:1px solid #e4e9ee;border-radius:8px;color:#333;cursor:pointer;font-size:14px;font-weight:500;gap:8px;min-width:44px;padding:10px 15px;text-decoration:none;transition:all .3s ease}.nav-button-consistent:hover{background-color:#3039430d;border-color:#303943;color:#333}.headerTwoBtn .CustomSelect{align-items:center;background-color:initial;border:1px solid #e4e9ee;border-radius:8px;cursor:pointer;display:flex;height:44px;justify-content:space-between;position:relative;transition:all .3s ease;width:145px}.headerTwoBtn .CustomSelect:hover{background-color:#3039430d;border-color:#303943}.citySelectorBtn .cityButton{background-color:initial!important;border:1px solid #e4e9ee!important;border-radius:8px!important;color:#333!important;cursor:pointer!important;font-size:14px!important;font-weight:500!important;height:44px!important;min-width:120px;padding:8px 12px!important;transition:all .3s ease!important}.citySelectorBtn .cityButton:hover{background-color:#3039430d!important;border-color:#303943!important}.headerTwoBtn .CustomSelect .Select{-webkit-appearance:none;appearance:none;border:none;border-radius:8px;box-shadow:none;font-size:15px;outline:none;text-align:center;width:100%}.headerTwoBtn .CustomSelect .Select:focus{box-shadow:none}.headerTwoBtn .CustomSelect .LocationIcon{left:10px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.headerTwoBtn .CustomSelect:before{content:"\f078";font-family:FontAwesome;position:absolute;right:10px;transition:all .3s ease-in-out}.headerTwoBtn .CustomSelect[aria-expanded=true]:before{transform:rotate(180deg)}.headerTwoBtn .CustomSelect img{width:24px}header .HeaderArea .HeaderRight ul.Icons{align-items:center;display:flex;gap:20px;list-style:none;margin:0;padding:0}header .HeaderArea .HeaderRight ul.Icons li{align-items:center;display:flex;flex-shrink:0;height:44px;justify-content:center;margin:0;padding:0}header .HeaderArea .HeaderRight ul.Icons li>*{align-items:center;display:flex;height:44px;justify-content:center;min-width:44px}.headerTwoBtn ul.Icons li:last-child{border-left:none;margin-left:0;padding-left:0}header .HeaderArea .HeaderRight ul.Icons li .UserIcon{align-items:center;background-color:initial;border:1px solid #e4e9ee;border-radius:8px;display:inline-flex;height:44px;justify-content:center;transition:all .3s ease;width:44px}header .HeaderArea .HeaderRight ul.Icons li .UserIcon:hover{background-color:#3039430d;border-color:#303943}header .HeaderArea .HeaderRight ul.Icons li a img{width:24px}header .HeaderArea .HeaderRight ul.Icons li svg{color:#333;height:24px;width:24px}header .HeaderArea .HeaderRight ul.Icons li a{align-items:center;background-color:initial;border:1px solid #e4e9ee;border-radius:8px;display:flex;height:44px;justify-content:center;min-width:44px;padding:8px;text-decoration:none;transition:all .3s ease}header .HeaderArea .HeaderRight ul.Icons li a:hover{background-color:#3039430d;border-color:#303943}@media (min-width:1025px){.mobile-navigation,.navbar-toggler{display:none!important}}@media (max-width:1024px){.navbar-toggler{display:block!important}}.LocationIcon i,.help-center-btn i,header .HeaderArea .HeaderRight ul.Icons li i,header .HeaderArea .HeaderRight ul.Icons li svg{color:#303943;font-size:16px!important;transition:color .3s ease}.headerTwoBtn ul.Icons li .cart-icon-link,header .HeaderArea .HeaderRight ul.Icons li .cart-icon-link{align-items:center!important;background-color:initial!important;border:1px solid #e4e9ee!important;border-radius:8px!important;display:flex!important;height:44px!important;justify-content:center!important;margin:0 15px!important;min-width:44px!important;padding:8px!important;text-decoration:none!important;transition:all .3s ease!important}.headerTwoBtn ul.Icons li .cart-icon-link:hover,header .HeaderArea .HeaderRight ul.Icons li .cart-icon-link:hover{background-color:#3039430d!important;border-color:#303943!important}.headerTwoBtn .Login,.headerTwoBtn .loginBtn{align-items:center!important;background-color:#303943!important;border:1px solid #303943!important;border-radius:8px!important;color:#fff!important;cursor:pointer!important;display:inline-flex!important;font-size:14px!important;font-weight:500!important;height:44px!important;justify-content:center!important;margin:0!important;min-width:100px!important;padding:10px 20px!important;text-decoration:none!important;transition:all .3s ease!important}header .headerTwoBtn ul.Icons{align-items:center!important;display:flex!important;gap:20px!important;list-style:none!important;margin:0!important;padding:0!important}header .HeaderArea .HeaderRight .Login{align-items:center;background-color:#303943;border:1px solid #303943;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:500;height:44px;justify-content:center;margin:0;min-width:100px;padding:10px 20px;text-decoration:none;transition:all .3s ease}header .HeaderArea .HeaderRight .Login:hover{background-color:#1e2329;border-color:#1e2329;color:#fff}.ProfileDropdown{background-color:#fff;border:10px;box-shadow:0 0 4px 2px #0000000d;transform:translateY(64px)!important}.ProfileDropdown .dropdown-item i{margin:0 10px 0 0}.CityDropdown{border-radius:24px;height:calc(100vh - 74px);left:auto!important;padding:20px;right:0!important;top:48px!important;transform:translate(0)!important;width:452px}.CityDropdown h2{border-bottom:1px solid #e4e9ee;color:#02366f;font-size:18px;font-weight:600;margin-bottom:15px;padding-bottom:15px}.CityDropdown .DropdownLinks{margin:0 0 10px}.CityDropdown .DropdownLinks ul{height:230px;overflow-y:scroll}.CityDropdown .DropdownLinks h3{color:#02366f;font-size:16px;font-weight:500}.CityDropdown .DropdownLinks ul li a{color:#818b9c;display:inline-block;font-size:14px;margin:0 0 5px}.CityDropdown .DropdownLinks ul li a:hover{color:#02366f;font-weight:600}.CityDropdown aside{margin:0 0 20px;text-align:center}.CityDropdown aside p{color:#818b9c;font-size:15px}.CityDropdown aside h6{color:#303943;font-size:15px;font-weight:500;line-height:22px;margin:5px 0}.CityDropdown aside .form-group{margin:15px 0 20px}.CityDropdown aside .form-group .form-control{box-shadow:none}.Hero-Section .HeroLeft{align-items:flex-start;display:flex;flex-direction:column;height:100%;justify-content:center;padding:0 50px 0 0}.Hero-Section .HeroLeft h2{font-size:48px;font-weight:700}.Hero-Section .HeroLeft p{color:#818b9c;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:30px}.HeroRight img{border-radius:16px;height:auto;object-fit:contain;width:100%}.PrivateDining{background-color:#fff;padding:50px 0}.section-title{margin:40px auto;padding:0 16px;text-align:center}.section-title h2{color:#333;font-size:clamp(1.8rem,3vw,2.4rem);font-weight:700;margin-bottom:12px}.PrivateDining .section-title{margin:0 0 50px}.PrivateDining .section-title h2{font-size:36px;font-weight:700}.PrivateDining .section-title p{color:#818b9c;font-size:16px;font-weight:400}.BirthdayDecorationArea{background-color:#fff;padding:20px 0}.BirthdayDecorationArea img{border-radius:16px;height:auto;object-fit:contain;transition:transform .3s ease;width:100%}.BirthdayDecorationArea img:hover{transform:scale(1.02)}.BirthdayDecorationArea .section-title{display:flex;flex-direction:column;margin:0 0 50px;text-align:center}.BirthdayDecorationArea .section-title h2{color:#02366f;font-size:36px;font-weight:800}.BirthdayDecorationArea .section-title p{color:#818b9c;font-size:16px;font-weight:400}.PrivateDiningBox{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 4px 12px #0000001a;display:flex;flex-direction:column;height:auto;padding:12px;transition:all .3s ease}@media (max-width:600px){.PrivateDiningBox{margin-bottom:15px;padding:8px}}.PrivateDiningBox:hover{box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.PrivateDiningBox img{background-color:#f8f9fa;border-radius:8px;height:auto;margin-bottom:8px;object-fit:contain;width:100%}.PrivateDiningBox h6{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#333;display:-webkit-box;font-size:16px;font-weight:600;line-height:1.3;margin:0 0 6px;min-height:auto;overflow:hidden;padding:0}.PrivateDiningBox .rightcard{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.PrivateDiningBox .loc{align-items:center;display:flex;justify-content:space-between;margin-bottom:6px}.PrivateDiningBox .loc h1{color:#666;font-size:13px;font-weight:400;margin:0;text-transform:none}.PrivateDiningBox .star{display:none}.PrivateDiningBox .Info{margin-bottom:12px}.PrivateDiningBox .Info .text-right{display:flex;flex-direction:column;gap:4px}.PrivateDiningBox .Info .priceArea{align-items:center;display:flex;flex-wrap:wrap;gap:8px}.PrivateDiningBox .Info h5{color:#333;display:inline-block;font-size:18px;font-weight:700;margin:0}.PrivateDiningBox .Info h5 .actualPrice{color:#999;display:inline;font-size:14px;font-weight:400;margin-left:6px;text-decoration:line-through}.PrivateDiningBox .Info .priceArea span{background-color:#e8f5e8;border-radius:4px;color:#2d8a2f;font-size:12px;font-weight:600;padding:2px 6px}.PrivateDiningBox .Info p{align-items:center;color:#666;display:flex;font-size:14px;gap:4px;margin:0}.PrivateDiningBox .Info p i{color:orange;font-size:12px}.PrivateDiningBox .endbuttons{margin-top:auto;padding-top:8px}.PrivateDiningBox .endbuttons .Buttons{background-color:#8b2694;border:1px solid #8b2694;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:0;padding:12px 20px;transition:all .3s ease;width:100%}.PrivateDiningBox .endbuttons .Buttons:hover{background-color:#7a2284;transform:translateY(-1px)}@media (max-width:768px){.PrivateDiningBox h6{font-size:15px}.PrivateDiningBox .loc h1{font-size:12px}.PrivateDiningBox .Info h5{font-size:16px}.PrivateDiningBox .Info p{font-size:13px}.PrivateDiningBox .endbuttons .Buttons{font-size:15px;padding:10px 16px}}@media (max-width:480px){.PrivateDiningBox h6{-webkit-line-clamp:3;font-size:14px}.PrivateDiningBox .loc h1{font-size:11px}.PrivateDiningBox .Info h5{font-size:15px}.PrivateDiningBox .Info h5 .actualPrice{font-size:13px}.PrivateDiningBox .Info p{font-size:12px}.PrivateDiningBox .endbuttons .Buttons{font-size:14px;padding:10px 14px}.anniversary-item,.baby-shower-item,.birthday-item,.kids-item{min-height:85vw}.anniversary-scroll-container,.baby-shower-scroll-container,.birthday-scroll-container,.kids-scroll-container{min-height:90vw;padding:15px 8px}}.PrivateDining .section-title{text-align:center}.PrivateDining .section-title h2{color:#02366f;font-size:38px;font-weight:600}.FilterArea{background-color:#fff;border:1px solid #e4e9ee;height:calc(100vh - 145px);overflow-y:scroll;padding:30px 20px 0;position:-webkit-sticky;position:sticky;top:125px}.FilterArea .Heading{border-bottom:1px solid #e4e9ee;color:#0b0f0e;font-size:18px;font-weight:600;margin:0 0 20px;padding:0 0 15px}.FilterArea .card-body{border:none;border-bottom:1px solid #e4e9ee;margin:0 0 20px;padding:10px 0}.FilterArea .card-body:last-child{border-bottom:none}.FilterHeader h6{color:#0b0f0e;font-size:16px;font-weight:600;position:relative}.FilterHeader h6:after{content:"\f077";font-family:FontAwesome;font-size:14px;font-weight:900;position:absolute;right:0;transition:all .5s ease-in-out}.FilterHeader[aria-expanded=false]:after{transform:rotate(180deg)}.Green i.fa-star{color:#2ba501;margin:0 5px 0 0}i.fa-star{color:#ffa439}.CheckBox{color:#818b9c;font-size:15px;font-weight:400}.CheckBox .checkmark{border:1px solid #c4c8cc}.Radios{color:#818b9c;font-size:15px;font-weight:400}.ShowAll{color:#1d9e34;font-weight:500;text-align:end;text-decoration:underline}.PriceRangeBox{border:1px solid #e4e9ee;border-radius:12px;display:flex;margin:0 0 10px;padding:10px 0}.PriceRangeBox select{-webkit-appearance:auto;appearance:auto;border:none;font-size:14px;width:80px}.PriceRangeBox select:focus{box-shadow:none}.PriceRangeBox input{border:none;border-left:1px solid #e4e9ee;padding-left:10px;width:100%}.PriceRangeBox input:focus{outline:none}.ModalBox .modal-content{border-radius:10px;padding:25px}.ModalBox .SmallModal .modal-dialog{max-width:425px}.ModalArea h3{color:#0b0f0e;font-size:24px;font-weight:600;margin:0 0 25px}.ModalBox .CloseModal{background-color:#fff;border:2px solid #00000080;border-radius:50%;color:#000;font-size:15px;height:26px;position:absolute;right:-13px;text-align:center;top:-13px;width:26px;z-index:99}.CustomizationsArea{border-bottom:1px solid #e4e9ee;padding-bottom:50px}.CustomizationsArea h6{color:#0b0f0e;font-size:14px;font-weight:500;margin:0 0 5px}.ProductReviewsArea{padding:50px 0}.ProductReviewsArea h6{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 20px}.ProductReviewsArea .ReviewBox{align-items:flex-start;border:1px solid #e4e9ee;border-radius:12px;display:flex;justify-content:space-between;padding:15px 15px 0 20px}.ProductReviewsArea .ReviewBox aside:first-child{align-items:center;display:flex;width:30%}.ProductReviewsArea .ReviewBox aside:first-child .RatingBox{margin:0 0 0 15px}.ProductReviewsArea .ReviewBox aside:first-child .RatingBox i{color:#2ba501}.ProductReviewsArea .ReviewBox aside:first-child .RatingBox p{color:#0b0f0e;font-size:16px}.ProductReviewsArea .ReviewBox aside:last-child{width:70%}.ProgressBarArea ul{min-width:300px}.ProgressBarArea ul li{align-items:center;display:flex;margin:0 0 15px}.ProgressBarArea ul li label{color:#5e5e5e;font-size:15px;font-weight:600;margin:0}.ProgressBarArea ul li label i{color:#2ba501;margin:0 0 0 5px}.ProgressBarArea ul li .ProgressBar{background-color:#eee;border-radius:5px;height:10px;margin:0 10px;overflow:hidden;width:85%}.ProgressBarArea ul li .ProgressBar .Progress{background:#303943;border-radius:5px;display:block;height:100%}.ProgressBarArea ul li strong{color:#5e5e5e;font-size:15px;font-weight:500}.FormArea .DetectLocation{color:#0b0f0e;display:inline-block;font-size:15px;font-weight:600;margin:0 0 25px}.FormArea .DetectLocation img{margin:0 20px 0 0;width:28px}.FormArea figure{background-color:#f6f8fa;border-radius:50%;height:120px;margin:0 auto 20px;width:120px}.FormArea form .form-group{margin:0 0 20px}.FormArea form .form-group h6{color:#0b0f0e;font-size:15px;font-weight:600;margin:0 0 10px}.FormArea form .form-group h6 small{font-size:12px;font-weight:400}.FormArea form .form-group .form-control{-webkit-appearance:auto;appearance:auto;background-color:#f6f8fa;border:none;border-radius:10px;height:auto;outline:none;padding:13px}.FormArea form .form-group .form-control,.FormArea form .form-group .form-control::placeholder{color:#0b0f0e;font-size:15px;font-weight:500}.FormArea form .form-group .form-control:focus{box-shadow:none}.FormArea form .form-group .OTPBox{display:flex;justify-content:space-between}.FormArea form .form-group .OTPBox .form-control{border:2px solid #000;color:#000;font-size:22px;font-weight:600;height:63px;line-height:30px;padding:0;text-align:center;width:63px}.FormArea form p{color:#818b9c;font-size:15px;margin:15px 0 20px}.FormArea form p span{color:#303943;font-weight:600}.FormArea form h5{color:#0b0f0e;font-weight:500;letter-spacing:-.2px;margin:15px 0;text-align:center}.FormArea form h6.Heading{color:#818b9c;font-size:16px;line-height:26px;margin:0 0 20px;text-align:center}.FormArea form h6.Heading span.Grey{color:#303943;font-family:ClashGrotesk-Medium;text-align:center}.FormArea form h6.Heading a{color:#000;font-family:ClashGrotesk-Medium;text-align:center}.FormArea p.Resend{color:#818b9c;font-size:15px;line-height:28px;margin:20px 0 0;text-align:center}.FormArea p.Resend span{color:#000;display:inline-block;margin:0 0 0 10px}.FormArea .Button{background-color:#303943;border:1px solid #303943;border-radius:8px;color:#fff;font-size:16px;font-weight:600;outline:none;padding:12px 20px;width:100%}.SuccessFulArea .Check{background-color:#f2f8ff;border-radius:50%;display:block;height:100px;line-height:100px;margin:0 auto 25px;text-align:center;width:100px}.SuccessFulArea .Check img{width:50px}.SuccessFulArea h3{color:#0b0f0e;font-size:24px;font-weight:600;margin:0 0 25px;text-align:center}.SuccessFulArea p{color:#818b9c;font-size:16px;font-weight:400;margin:0 0 25px;text-align:center}.SuccessFulArea .Button{background-color:#303943;border:1px solid #303943;border-radius:8px;color:#fff;font-weight:600;outline:none;padding:12px 20px;width:100%}.ProductDetailsArea .PdRight article{border-bottom:1px solid #ededed;margin:0 0 15px;padding-bottom:10px}.ProductDetailsArea .PdRight article h1{color:#040d08;font-size:38px;font-weight:500;letter-spacing:-.2px;margin:0 0 15px}.ProductDetailsArea .PdRight article p{color:#040d08;font-size:14px;font-weight:300;font-weight:"ClashGrotesk-Light"}.ProductDetailsArea .PdRight article .Ratings{margin-top:5px}.ProductDetailsArea .PdRight article .Ratings i{color:#facc15;font-size:14px;margin:0 2px 0 0}.ProductDetailsArea .PdRight article .Ratings span{font-size:14px}.ProductDetailsArea .PdRight article h3{align-items:center;color:#040d08;display:flex;font-size:23px;font-weight:700}.ProductDetailsArea .PdRight article h3 span{color:#a1a1a1;display:inline-block;font-size:16px;margin:0 5px;text-decoration:line-through}.ProductDetailsArea .PdRight .form-group{margin:0 0 20px;position:relative}.ProductDetailsArea .PdRight .form-group i{font-size:16px;left:20px;position:absolute;top:18px}.ProductDetailsArea .PdRight .form-group .form-control{-webkit-appearance:auto;appearance:auto;border:1px solid #303943;border-radius:30px;padding:13px 15px}.ProductDetailsArea .PdRight .form-group .form-control:focus{box-shadow:none}.ProductDetailsArea .PdRight .Button{background-color:#303943;border:1px solid #303943;border-radius:30px;color:#fff;display:inline-block;font-weight:400;outline:none;padding:13px 20px;text-align:center;transition:background-color .3s ease-in-out;width:100%}.ProductDetailsArea .PdRight .Button:hover{background-color:#e5097f!important;border-color:#e5097f;color:#fff!important}.ProductDetailsArea .PdRight aside{align-items:center;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;margin:20px 0 0;padding:25px 0 30px}.ProductDetailsArea .PdRight aside ul{display:flex;margin:0 0 20px}.ProductDetailsArea .PdRight aside ul li{margin:0 20px 0 0}.ProductDetailsArea .PdRight aside ul li img{width:51px}.ProductDetailsArea .PdRight aside h3{color:#040d08;font-size:18px}.TabsContentArea{padding:50px 0}.TabsContentArea .nav{border-bottom:2px solid #e4e9ee}.TabsContentArea .nav .nav-item .nav-link{color:#818b9c;font-size:15px;font-weight:500}.TabsContentArea .nav .nav-item .nav-link.active{border-bottom:2px solid #303943;color:#303943;font-weight:600}.TabsContentArea .AboutExperience{border-bottom:1px solid #ededed;padding:30px 0 0}.TabsContentArea .AboutExperience h5{color:#040d08;font-size:16px;font-weight:500;margin:0 0 15px}.TabsContentArea .AboutExperience p{color:#040d08;font-size:15px;margin:0 0 20px}.TabsContentArea .InclusionArea{border-bottom:1px solid #ededed;padding:30px 0 0}.TabsContentArea .InclusionArea h5{color:#040d08;font-size:16px;font-weight:500;margin:0 0 15px}.TabsContentArea .InclusionArea ul li{color:#040d08;font-size:15px;margin:0 0 10px}.TabsContentArea .InclusionArea ul li i{margin:0 15px 0 0}.TabsContentArea .InclusionArea ul li .fa-check{color:#2ba501}.TabsContentArea .InclusionArea ul li .fa-xmark{color:red}.TabsContentArea .InclusionArea ul li p{margin:0 0 5px}.TabsContentArea .NeedToKnowArea{border-bottom:1px solid #ededed;padding:30px 0 0}.TabsContentArea .NeedToKnowArea h5{color:#040d08;font-size:16px;font-weight:500;margin:0 0 15px}.TabsContentArea .NeedToKnowArea ul li{color:#040d08;font-size:15px;margin:0 0 10px}.TabsContentArea .NeedToKnowArea ul li img{margin:0 10px 0 0;width:24px}.TabsContentArea .CancellationPolicyArea{border-bottom:1px solid #ededed;padding:30px 0 0}.TabsContentArea .CancellationPolicyArea h5{color:#040d08;font-size:16px;font-weight:500;margin:0 0 15px}.TabsContentArea .CancellationPolicyArea ul li{color:#040d08;font-size:15px;margin:0 0 20px}.TabsContentArea .CancellationPolicyArea ul li img{margin:0 10px 0 0;width:24px}.ReviewListsArea{padding:0 0 0 20px}.ReviewListsArea .AllReviews{border:1px solid #303943;border-radius:8px;display:inline-block;margin:0 0 30px;padding:10px 20px}.ReviewListsArea h3{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 20px}.RatingCommonBox{border-bottom:1px solid #e4e9ee;margin:0 0 35px;padding:0 0 25px}.RatingCommonBox .RatingBox i{color:#2ba501;font-size:16px;margin:0 5px 15px 0}.RatingCommonBox h3{color:#0b0f0e;font-size:17px;font-weight:600}.RatingCommonBox p{color:#818b9c;font-size:15px;margin:6px 0 20px}.RatingCommonBox figure{align-items:center;display:flex;margin:0}.RatingCommonBox figure img{border-radius:50%;height:32px;width:32px}.RatingCommonBox figure figcaption{color:#0b0f0e;font-size:16px;font-weight:500;margin:0 0 0 10px}.PaginationArea ul{align-items:center;display:flex;justify-content:center}.PaginationArea ul li{margin:0 5px}.PaginationArea ul li a{border:1px solid #e4e9ee;border-radius:8px;color:#818b9c;display:inline-block;font-weight:500;height:44px;line-height:44px;text-align:center;width:44px}.PaginationArea ul li:last-child a{border:none}.ProductDetailsArea{padding:75px 0 0}.ProductDetailsArea .carousel-indicators{flex-direction:column;margin-bottom:0;margin-left:0;position:absolute;top:0}.ProductDetailsArea .carousel-indicators [data-bs-target]{border:none;border-radius:inherit;height:100px;margin-bottom:50px;opacity:1;width:123px}.BreadCumbs{margin:0 0 25px}.BreadCumbs ul{display:flex;flex-wrap:wrap}.BreadCumbs ul li,.BreadCumbs ul li a{color:#040d08}.BreadCumbs ul li{padding:0 15px;position:relative}.BreadCumbs ul li:before{content:"\f054";font-family:FontAwesome;font-size:12px;position:absolute;right:0;top:50%;transform:translateY(-50%)}.BreadCumbs ul li:last-child:before{display:none}.CheckOutArea{background-color:#f2f8ff;padding:75px 0 100px}.CheckOutArea h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 10px}.CheckOutArea p{color:#818b9c;font-size:15px}.CheckOutDetails{margin-top:-50px}.CheckOutDetails .BookingBox{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px}.CheckOutDetails .BookingBox h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .BookingBox h5{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 10px}.CheckOutDetails .BookingBox p{color:#818b9c;font-size:15px;margin:0 0 15px}.CheckOutDetails .BookingBox h5 img,.CheckOutDetails .BookingBox p img{margin:0 10px 0 0;width:24px}.CheckOutDetails .BookingBox aside{align-items:flex-start;display:flex;justify-content:space-between}.CheckOutDetails .BookingBox aside .EditBtn{border:1px solid #e4e9ee;border-radius:8px;color:#0b0f0e;display:inline-block;font-weight:600;padding:10px 20px}.CheckOutDetails .VenueAddress{border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px;position:relative}.CheckOutDetails .VenueAddress h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .VenueAddress h5{color:#0b0f0e;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .VenueAddress h5 span{background-color:#1d9e341a;border-radius:4px;color:#1d9e34;display:inline-block;font-size:12px;font-weight:500;margin:0 0 0 10px;padding:5px 10px}.CheckOutDetails .VenueAddress p{color:#818b9c;font-size:15px;margin:0 0 15px}.CheckOutDetails .VenueAddress .add{color:#14bd14;cursor:pointer;font-size:18px;font-weight:600;position:absolute;right:60px;top:30px}.CheckOutDetails .VenueAddress h5 img,.CheckOutDetails .VenueAddress p img{margin:0 10px 0 0;width:24px}.CheckOutDetails .VenueAddress aside{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;padding-left:35px;position:relative}.CheckOutDetails .VenueAddress aside .GreenLocation{display:inline-block;left:0;position:absolute;top:20%;transform:translateY(-20%)}.CheckOutDetails .VenueAddress aside .EditBtn{border:1px solid #e4e9ee;border-radius:8px;color:#0b0f0e;display:inline-block;font-weight:600;padding:10px 20px}.CheckOutDetails .ProductBox{border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px}.CheckOutDetails .ProductBox h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .ProductBox aside{align-items:flex-start;display:flex;justify-content:space-between}.CheckOutDetails .ProductBox aside .EditBtn{border:1px solid #e4e9ee;border-radius:8px;color:#0b0f0e;display:inline-block;font-weight:600;padding:10px 20px}.CheckOutDetails .ProductBox article{display:flex;margin:20px 0 0;position:relative}.CheckOutDetails .ProductBox figure{background-color:#f6f6f6;border-radius:8px;height:100px;margin:0;padding:10px;width:100px}.CheckOutDetails .ProductBox article figcaption{padding:0 0 0 25px}.CheckOutDetails .ProductBox article figcaption h5{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 5px}.CheckOutDetails .ProductBox article figcaption p{color:#818b9c;font-size:15px;margin:0 0 10px}.CheckOutDetails .ProductBox article figcaption h3{color:#02366f;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .CustomProduct{border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px 10px}.CheckOutDetails .CustomProduct h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .CustomProduct article:last-child{border-bottom:none;margin:0}.CheckOutDetails .CustomProduct article{border-bottom:1px solid #e4e9ee;display:flex;margin:0 0 20px;position:relative}.CheckOutDetails .CustomProduct figure{background-color:#f6f6f6;border-radius:8px;height:100px;margin:0;padding:10px;width:100px}.CheckOutDetails .CustomProduct article figcaption{padding:0 0 0 25px}.CheckOutDetails .CustomProduct article figcaption h2{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px;width:80%}.CheckOutDetails .CustomProduct article figcaption p{color:#818b9c;font-size:15px;margin:0 0 10px}.CheckOutDetails .CustomProduct article figcaption h3{color:#02366f;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .CustomProduct article .TrashIcon{border:1px solid #e4e9ee;border-radius:8px;height:40px;line-height:40px;position:absolute;right:0;text-align:center;width:40px}.CheckOutDetails .RecommendedBox{border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px 10px}.CheckOutDetails .RecommendedBox h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .RecommendedBox article:last-child{border-bottom:none;margin:0}.CheckOutDetails .RecommendedBox article{border-bottom:1px solid #e4e9ee;display:flex;margin:0 0 20px;position:relative}.CheckOutDetails .RecommendedBox figure{background-color:#f6f6f6;border-radius:8px;height:100px;margin:0;padding:10px;width:100px}.CheckOutDetails .RecommendedBox article figcaption{padding:0 0 0 25px}.CheckOutDetails .RecommendedBox article figcaption h2{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px;width:80%}.CheckOutDetails .RecommendedBox article figcaption p{color:#818b9c;font-size:15px;margin:0 0 10px}.CheckOutDetails .RecommendedBox article figcaption h3{color:#02366f;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .RecommendedBox article .TrashIcon{border:1px solid #e4e9ee;border-radius:8px;height:40px;line-height:40px;position:absolute;right:0;text-align:center;width:40px}.CheckOutDetails .ProductSummary{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px 20px}.CheckOutDetails .ProductSummary h3{color:#0b0f0e;font-size:18px;font-weight:600;margin:0 0 15px}.CheckOutDetails .ProductSummary table{margin:0 0 20px}.CheckOutDetails .ProductSummary table tfoot tr td{border-top:1px solid #e4e9ee}.CheckOutDetails .ProductSummary table tbody tr.CustomBottom td{border-bottom:1px solid #e4e9ee}.CheckOutDetails .ProductSummary table tbody tr.CustomTr td:first-child{color:#818b9c;padding-top:10px}.CheckOutDetails .ProductSummary table tbody tr td{color:#0b0f0e;font-size:14px;font-weight:400;padding:0 0 10px}.CheckOutDetails .ProductSummary table tfoot tr td{color:#0b0f0e;font-size:18px;font-weight:600;padding:10px 0}.CheckOutDetails .ProductSummary table tr td:last-child{text-align:right}.CheckOutDetails .ProductSummary .CheckoutBtn{background-color:#303943;border:1px solid #303943;border-radius:8px;color:#fff;display:inline-block;font-weight:600;margin:30px 0 0;outline:none;padding:12px 20px;text-align:center;width:100%}.CommonGreyBox{align-items:center;background-color:#f7f7f7;display:flex;flex-direction:column;justify-content:center;margin:20px 0 0;padding:25px 0 20px}.CommonGreyBox ul{display:flex;margin:0}.CommonGreyBox ul li{margin:0 10px 15px 0}.CommonGreyBox ul li img{width:50px}.CommonGreyBox h3{color:#040d08;font-size:16px}.PaymentMethodArea{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px 10px}.PaymentMethodArea h3{color:#0b0f0e;font-size:18px;font-weight:600;margin:0}.PaymentMethodArea aside{align-items:center;border-bottom:1px solid #e4e9ee;display:flex;padding:20px 0}.PaymentMethodArea aside:last-child{border-bottom:none}.PaymentMethodArea aside figure{margin:0}.PaymentMethodArea aside figcaption{padding-left:15px}.PaymentMethodArea aside figcaption h5{color:#0b0f0e;font-size:18px;font-weight:600;margin:0 0 5px}.PaymentMethodArea aside figcaption p{color:#818b9c;font-size:15px}.PaymentMethodArea .Radio .checkmark{top:-14px}.AddCardArea{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px 10px}.AddCardArea h3{color:#0b0f0e;font-size:18px;font-weight:600;margin:0 0 15px}.CommonForm form .form-group{margin:0 0 20px}.CommonForm form .form-group h6{color:#0b0f0e;font-size:15px;font-weight:600;margin:0 0 10px}.CommonForm form .form-group .form-control{border-radius:12px;color:#818b9c;font-size:15px;height:auto;padding:11px 10px 11px 15px}.CommonForm form .form-group .form-control::placeholder{color:#818b9c;font-size:15px}.PaymentSuccessFulArea{align-items:center;display:flex;flex-direction:column;height:550px;justify-content:center;padding:0 15px;text-align:center}.PaymentSuccessFulArea span{background-color:#1d9e341a;border-radius:50%;display:inline-block;height:90px;line-height:90px;margin:0 0 30px;text-align:center;width:90px}.PaymentSuccessFulArea h3{color:#0b0f0e;font-size:26px;font-weight:600;margin:0 0 15px}.PaymentSuccessFulArea p{color:#818b9c;font-weight:400;margin:0 0 10px;text-align:center}.PaymentSuccessFulArea .Buttons{display:flex;margin:15px 0 0}.PaymentSuccessFulArea .Button,.PaymentSuccessFulArea .Button.Black{border:none;border-radius:5px;color:#fff;display:inline-block;font-size:14px;margin:0 5px;outline:none;padding:5px 20px}.PaymentSuccessFulArea .Button.Black{background-color:#303943;font-weight:600}.PaymentSuccessFulArea .Button.Grey{background-color:#e4e9ee;border:none;border-radius:5px;color:#000;display:inline-block;font-size:14px;font-weight:600;margin:0 5px;outline:none;padding:5px 20px}.CheckOutDetails .PersonalDetailsBox{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px}.CheckOutDetails .PersonalDetailsBox h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .PersonalDetailsBox .nav{display:flex;flex-direction:column}.CheckOutDetails .PersonalDetailsBox .nav .nav-item{margin:0 0 10px}.CheckOutDetails .PersonalDetailsBox .nav .nav-item:last-child{margin:0}.CheckOutDetails .PersonalDetailsBox .nav .nav-item .nav-link{color:#0b0f0e;display:inline-block;font-size:15px;padding:0}.CheckOutDetails .PersonalDetailsBox .nav .nav-item .nav-link.active{font-weight:600}.CheckOutDetails .PersonalDetailsBox .nav .nav-item:last-child .nav-link{margin-bottom:0}.CheckOutDetails .ProfileDetailsBox{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px}.CheckOutDetails .ProfileDetailsBox ul{display:flex;flex-wrap:wrap;justify-content:space-between}.CheckOutDetails .ProfileDetailsBox ul li{margin:0 0 20px;width:33%}.CheckOutDetails .ProfileDetailsBox ul li h5{color:#0b0f0e;font-size:16px;font-weight:600;margin:0 0 5px}.CheckOutDetails .ProfileDetailsBox ul li p{color:#0b0f0e;font-size:14px}.CheckOutDetails .ProfileDetailsBox aside{align-items:flex-start;border-bottom:1px solid #ededed;display:flex;justify-content:space-between;margin:0 0 20px}.CheckOutDetails .ProfileDetailsBox aside figure figcaption{color:#1b1b1b;font-size:18px;font-weight:600;margin:0 0 10px}.CheckOutDetails .ProfileDetailsBox aside figure img{border-radius:50%;height:80px;width:80px}.CheckOutDetails .ProfileDetailsBox aside .EditBtn{background-color:#303943;border-radius:6px;color:#fff;padding:5px 20px}.CheckOutDetails .ProfileDetailsBox aside .EditBtn:hover{background-color:#e5097f;border-color:#e5097f;color:#fff!important}.CheckOutDetails .EmptyOrderArea{align-items:center;background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;display:flex;flex-direction:column;justify-content:center;margin:0 0 20px;padding:75px 20px 100px}.CheckOutDetails .EmptyOrderArea h3{color:#1b1b1b;font-family:Plus Jakarta Sans;font-size:18px}.CheckOutDetails .EmptyOrderArea p{color:#8d8d8d;font-family:Plus Jakarta Sans;font-size:14px;font-weight:500}.CheckOutDetails .EmptyOrderArea .ContinueBtn{background-color:#303943;border:none;border-radius:10px;color:#fff;font-family:Plus Jakarta Sans;font-size:14px;margin:20px 0 0;outline:none;padding:12px 20px;width:60%}.CheckOutDetails .AddressArea{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:30px 20px 300px;position:relative}.CheckOutDetails .AddressArea h4{color:#0b0f0e;font-size:20px;font-weight:600;margin:0 0 15px}.CheckOutDetails .AddressArea .AddressBox{border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:20px;position:relative}.CheckOutDetails .AddressArea .AddressBox p{color:#a0a8b0;margin:0 0 5px}.CheckOutDetails .AddressArea .AddressBox h6{color:#1b1b1b}.CheckOutDetails .AddressArea .AddressBox .Anchors{bottom:10px;font-size:16px;position:absolute;right:20px}.CheckOutDetails .AddressArea .AddressBox .Anchors a{color:#f04438;display:inline-block;font-weight:500;margin:0 0 0 5px}.CheckOutDetails .AddressArea .add{color:#14bd14;cursor:pointer;font-size:18px;font-weight:600;position:absolute;right:60px;top:30px}.CheckOutDetails .PastBookingArea{padding:30px 20px 300px}.CheckOutDetails .PastBookingArea,.CheckOutDetails .PastBookingBox{background-color:#fff;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px}.CheckOutDetails .PastBookingBox{padding:20px}.CheckOutDetails .PastBookingBox article{margin:0 0 15px;position:relative}.CheckOutDetails .PastBookingBox figure{background-color:#e8e6e6;border-radius:8px;height:122px;margin:0;padding:10px;width:100px}.CheckOutDetails .PastBookingBox article figcaption{padding:0 0 0 25px;width:calc(100% - 100px)}.CheckOutDetails .PastBookingBox article figcaption h5{color:#0b0f0e;display:flex;font-size:20px;font-weight:600;justify-content:space-between;margin:0 0 5px}.PrivateDiningBox .Info span{background-color:#1d9e341a;border-radius:4px;color:#1d9e34;font-size:12px;font-weight:500;margin:0 0 0 10px;padding:5px 10px}.PrivateDiningBox .Info span i{background:#1d9e34;border-radius:50%;color:#fff;font-size:8px;margin-left:2px;padding:3px}.CheckOutDetails .PastBookingBox article figcaption h5 span{background-color:#1d9e341a;border-radius:4px;color:#1d9e34;font-size:12px;font-weight:500;margin:0 0 0 10px;padding:5px 10px}.CheckOutDetails .PastBookingBox article figcaption p{color:#818b9c;font-size:15px;margin:0 0 10px}.CheckOutDetails .PastBookingBox article figcaption h3{color:#02366f;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .PastBookingBox article{display:flex;justify-content:space-between}.CheckOutDetails .PastBookingBox h5{color:#0b0f0e;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .PastBookingBox p{color:#818b9c;font-size:15px;margin:0}.CheckOutDetails .PastBookingBox h5 img,.CheckOutDetails .PastBookingBox p img{margin:0 10px 0 0;width:24px}.timeSlot{display:flex;justify-content:space-between}.PastCutomBookingBox h6{margin-bottom:18px}.CheckOutDetails .PastCutomBookingBox{background-color:#8080801c;border:1px solid #e4e9ee;border-radius:12px;margin:0 0 20px;padding:20px}.CheckOutDetails .PastCutomBookingBox article{margin:0 0 15px;position:relative}.CheckOutDetails .PastCutomBookingBox figure{background-color:#fff;border-radius:8px;height:103px;margin:0;padding:10px;width:86px}.CheckOutDetails .PastCutomBookingBox article figcaption{padding:0 0 0 25px;width:calc(100% - 100px)}.CheckOutDetails .PastCutomBookingBox article figcaption p{color:#0000009c;display:flex;font-size:16px;font-weight:600;justify-content:space-between;margin:0 0 5px}.CheckOutDetails .PastCutomBookingBox article figcaption h5 span{background-color:#1d9e341a;border-radius:4px;color:#1d9e34;font-size:12px;font-weight:500;margin:0 0 0 10px;padding:5px 10px}.CheckOutDetails .PastCutomBookingBox article figcaption h3{color:#02366f;font-size:16px;font-weight:600;margin:0}.CheckOutDetails .PastCutomBookingBox article{display:flex;justify-content:space-between}.CheckOutDetails .PastCutomBookingBox h5{color:#0b0f0e;font-size:20px;font-weight:600;margin:0}.CheckOutDetails .PastCutomBookingBox p{color:#818b9c;font-size:15px;margin:0}.CheckOutDetails .PastCutomBookingBox h5 img,.CheckOutDetails .PastCutomBookingBox p img{margin:0 10px 0 0;width:24px}.AllCategoryDrop h2{border-bottom:1px solid #e4e9ee;color:#02366f;font-size:18px;font-weight:600;margin-bottom:25px;padding-bottom:15px}.AllCategoryDrop{background-color:#fff;border-radius:24px;padding:20px;right:0!important;transform:translate(37px,40px)!important;width:70%}.AllCategoryDrop article{display:flex;flex-wrap:wrap}.AllCategoryDrop article aside{padding:0 10px 0 0;width:20%}.AllCategoryDrop article aside h6{color:#02366f;font-size:17px;font-weight:700;margin:0 0 20px}.AllCategoryDrop article aside ul{margin:0 0 20px}.AllCategoryDrop article aside ul li a{color:#000;display:inline-block;font-size:14px;font-weight:300;margin:0 0 5px;transition:all .2s ease-in-out}.AllCategoryDrop article aside ul li a:hover{color:#02366f;font-weight:700}.FeatureArea{overflow:hidden;padding:40px 30px 30px}.FeatureArea .FeatureBox{height:auto}.FeatureArea .FeatureBox figure{border-radius:20px;flex-shrink:0;height:320px;margin:0 auto;max-width:320px;overflow:hidden;position:relative;width:320px}.FeatureArea .FeatureBox figure img{border-radius:20px;display:block;height:100%;margin:0;min-height:100%;min-width:100%;object-fit:cover;object-position:center;width:100%}.FeatureArea .row{display:flex;flex-wrap:wrap;justify-content:center;margin:0!important;width:100%!important}.FeatureArea .FeatureBox aside{border-radius:20px;border-style:solid;border-width:2px;display:block;height:320px;margin:0 auto;max-width:320px;overflow:hidden;padding:0;position:relative;text-align:center;width:320px}.FeatureArea .FeatureBoxMain .FeatureBox h4{background:#0000;border-radius:0;box-sizing:border-box;color:#0b0f0e;display:block!important;font-size:16px;font-weight:700;line-height:1.3;margin:10px auto 12px;max-width:395px;opacity:1!important;overflow:hidden;padding:8px 4px;position:relative;text-align:center;text-overflow:ellipsis;visibility:visible!important;white-space:nowrap;width:100%;z-index:100}.FeatureArea .FeatureBox1{height:100%}.FeatureArea .FeatureBox1 figure{height:100%;margin:0}.FeatureArea .FeatureBox1 figure img{border-radius:50%;margin:auto;max-height:250px;width:100%}.FeatureArea .FeatureBoxMain{margin-bottom:20px;min-height:auto}.FeatureArea [class*=col-]{margin-bottom:15px;padding-left:15px!important;padding-right:15px!important}.FeatureArea .FeatureBox1 aside{border-radius:12px;min-height:200px;min-width:205px;padding:0;text-align:center}.FeatureArea .FeatureBoxMain .FeatureBox1 h4{color:#0b0f0e;font-size:18px;font-weight:700;margin:10px 0 0;overflow:hidden;text-align:center}.HeaderSearch:hover .AllCategoryDrop{display:block}.FeatureArea .FeatureBox aside.Orange{background-color:#fff6f6;border-color:#f22;border-radius:13%}.FeatureArea .FeatureBox aside.DarkGreen{background-color:#fff6f6;border-color:#278327;border-radius:13%}.FeatureArea .FeatureBox aside.Pink{background-color:#fff6f6;border-color:#be37a9;border-radius:13%}.FeatureArea .FeatureBox aside.Yellow{background-color:#fffbef;border-color:#ffbf00;border-radius:13%}.FeatureArea .FeatureBox aside.Green{background-color:#f6fff1;border-color:#45c100;border-radius:13%}.FeatureArea .FeatureBox aside.Cyan{background-color:#f4fbfd;border-color:#00c6ff;border-radius:13%}.FeatureArea .FeatureBox aside.Blue{background-color:#f5f8fe;border-color:#05f;border-radius:13%}.FeatureArea .owl-carousel .owl-nav button.owl-prev{left:-75px;margin:0 10px 0 0}.FeatureArea .owl-carousel .owl-nav button.owl-next,.FeatureArea .owl-carousel .owl-nav button.owl-prev{background-color:#02366f!important;border-radius:50%;color:#fff!important;height:40px;position:absolute;top:40%;transform:translateY(-40%);width:40px}.FeatureArea .owl-carousel .owl-nav button.owl-next{right:-75px}.FeatureArea .owl-carousel .owl-nav button.owl-next span,.FeatureArea .owl-carousel .owl-nav button.owl-prev span{font-size:30px;line-height:27px}.FeatureArea .owl-item img{display:inline-block!important;width:auto!important}.FeatureArea2 .owl-carousel .owl-nav button.owl-prev{left:-75px;margin:0 10px 0 0}.FeatureArea2 .owl-carousel .owl-nav button.owl-next,.FeatureArea2 .owl-carousel .owl-nav button.owl-prev{background-color:#02366f!important;border-radius:50%;color:#fff!important;height:40px;position:absolute;top:35%;width:40px}.FeatureArea2 .owl-carousel .owl-nav button.owl-next{right:-75px}.FeatureArea2 .owl-carousel .owl-nav button.owl-next span,.FeatureArea2 .owl-carousel .owl-nav button.owl-prev span{font-size:30px;line-height:27px}.FeatureArea .section-title{display:block;margin:40px auto 50px;padding:0 16px;text-align:center!important;width:100%}.FeatureArea .section-title h2{color:#02366f;font-size:36px;font-weight:800;text-align:center}.FeatureArea .section-title p{color:#818b9c;font-size:16px;font-weight:400}.FeatureArea2{padding:75px 50px 0}.FeatureArea2 .FeatureBox aside{background-color:#f2f8ff;border-radius:12px;border-style:solid;border-width:2px;min-width:205px;text-align:center}.FeatureArea2 .FeatureBox aside figure img{border-radius:5%;margin:auto;max-height:150px}.FeatureArea2 .FeatureBox aside h4{color:#0b0f0e;font-size:18px;font-weight:600;margin:0 0 20px}.carousel-control-next .carousel-control-next-icon,.carousel-control-prev .carousel-control-prev-icon{background-image:none;position:absolute}.carousel-control-prev-icon i{color:#000;font-size:24px;left:-30px;position:absolute}.carousel-control-next-icon i{color:#000;font-size:24px;position:absolute;right:-30px}.carousel-indicators [data-bs-target]{background-color:#02366f;border-radius:50%;height:10px;width:10px}.carousel-indicators{margin-bottom:-1rem}.carousel-control-next,.carousel-control-prev{opacity:1}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:95%}.sort-btn{align-items:center!important;background-color:#fff!important;border:1px solid #e0e0e0!important;border-radius:15px!important;bottom:20px!important;box-shadow:0 4px 12px #00000026!important;color:#639!important;cursor:pointer!important;display:flex!important;font-size:23px!important;font-weight:500!important;gap:8px!important;height:50px!important;justify-content:center!important;left:50%!important;min-width:60px!important;padding:12px 24px!important;position:fixed!important;transform:translateX(-50%)!important;transition:all .2s ease!important;z-index:1000!important}.sort-btn:hover{background-color:#f8f9fa!important;border-color:#d0d7de!important;box-shadow:0 6px 16px #0003!important}.sort-btn:active{transform:translateX(-50%) scale(.98)!important}.sort-btn i{color:#666!important;font-size:12px!important}.sort-modal .modal-dialog{margin:auto!important;max-width:250px!important}.sort-modal .modal-content{border:none!important;border-radius:8px!important;box-shadow:0 10px 40px #0003!important;overflow:hidden!important;padding:10px}.sort-modal .modal-header{background-color:#fff!important;border-bottom:1px solid #f0f0f0!important;padding:10px 20px 12px!important}.sort-modal .modal-title{color:#000!important;font-size:18px!important;font-weight:600!important;margin:0!important}.sort-modal .btn-close{background:none!important;border:none!important;font-size:18px!important;margin:0!important;opacity:.6!important;padding:0!important}.sort-modal .btn-close:hover{opacity:1!important}.sort-modal .modal-body{background-color:#fff!important;padding:0!important}.sort-options-container{display:flex!important;flex-direction:column!important;gap:0!important}.sort-option{align-items:center!important;background-color:#fff!important;border-bottom:1px solid #f5f5f5!important;cursor:pointer!important;display:flex!important;justify-content:space-between!important;padding:12px 20px!important;transition:background-color .15s ease!important}.sort-option:last-child{border-bottom:none!important}.sort-option:hover{background-color:#f8f9fa!important}.sort-option.active{background-color:#fff5f5!important}.sort-option-text{color:#000!important;font-size:15px!important;font-weight:400!important;margin:0!important}.sort-option.active .sort-option-text{color:#e91e63!important;font-weight:500!important}.sort-radio{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;background-color:#fff!important;border:2px solid #ddd!important;border-radius:50%!important;cursor:pointer!important;height:20px!important;outline:none!important;position:relative!important;transition:all .2s ease!important;width:20px!important}.sort-radio:checked{background-color:#fff!important;border-color:#e91e63!important}.sort-radio:checked:after{background-color:#e91e63!important;border-radius:50%!important;content:""!important;height:10px!important;left:50%!important;position:absolute!important;top:50%!important;transform:translate(-50%,-50%)!important;width:10px!important}.sort-radio:hover{border-color:#e91e63!important}.sort-modal .modal-backdrop{background-color:#0006!important}@media (max-width:768px){.sort-modal .modal-dialog{margin:20px auto!important;max-width:90%!important}.sort-btn{bottom:80px!important;font-size:13px!important;padding:10px 20px!important}.FeatureArea .FeatureBoxMain{margin-bottom:25px!important}.FeatureArea .FeatureBoxMain .FeatureBox h4{font-size:14px!important;line-height:1.1!important;margin:5px 0 10px!important;padding:3px 2px!important}}footer{background-image:url(/static/media/bottomm%20navigation%20bar.fe39e2c54df786e33605.png)}footer .FooterTop{padding:100px 0 50px}footer .FooterTop .FooterLogo{padding:0 25px 0 0}footer .FooterTop .FooterLogo a{display:inline-block;margin:0 0 25px}footer .FooterTop .FooterLogo p{display:inline-block;font-weight:400;line-height:26px}footer .FooterLinks p,footer .FooterTop .FooterLogo p{color:#000;font-size:15px;margin:0 0 10px}footer .FooterLinks h3{color:#02366f!important;font-size:18px;font-weight:700;letter-spacing:-.2px;margin:0 0 20px}footer .FooterLinks ul li a{color:#000!important;display:inline-block;font-size:15px;font-weight:400;margin:0 0 10px}footer .FooterLinks ul li a:hover{color:#e5097f!important;transition:color .3s ease-in-out}footer .FooterBottom{padding:15px 0}footer .FooterBottom p{color:#02366f;display:inline-block;font-size:14px;font-weight:400;margin:0 0 10px}.slick-slide{padding:10px}.slick-slider .slick-prev{left:-75px;margin:0 10px 0 0}.slick-slider .slick-next,.slick-slider .slick-prev{background-color:#02366f!important;border-radius:50%;color:#fff!important;height:40px;position:absolute;top:40%;transform:translateY(-40%);width:40px}.slick-slider .slick-next{right:-75px}.error{color:red;font-size:12px;margin-top:4px;text-align:left}.PrivateDiningBox.customeDiningBox figure{margin:0 0 5px}.PrivateDiningBox figure{border-radius:10px 10px 0 0;height:250px;margin:0 0 5px;width:100%}.Profile .UploadOverlay{bottom:0;height:30px;position:absolute;right:15px;width:30px}.Profile .UploadOverlay input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.PolicyBanner{background-image:url(/static/media/Isolation_Mode.fbc70a84c1647b4927ff.png);background-position-x:20%;background-position-y:40%;height:300px;padding:60px 10px 60px 0;position:relative;text-align:center;width:100%}.PolicyBanner h3{color:#000;font-family:SFPRODISPLAYBOLD;font-size:44px;left:50%;letter-spacing:.5px;position:absolute;top:50%;transform:translate(-50%,-50%)}.PolicyBanner.AboutBanner{background-image:url(/static/media/ballon1.225fa86880b36b792343.webp);padding:100px 0}.AboutBox{display:flex}.AboutBox .AboutLeft{padding:0 100px 0 0;text-align:justify;width:100%}.AboutBox .AboutLeft p{color:#4f4f4f;font-family:SFPRODISPLAYMEDIUM;font-size:15px;letter-spacing:.5px;margin:0 0 15px}.PrivacyPolicyArea{background-color:#fff;padding:50px 75px 125px}.TabCommonBox.TermsConditionsContent h1,.TabCommonBox.TermsConditionsContent h2{font-size:18px;line-height:30px}.TabCommonBox.TermsConditionsContent p{color:#818b9c;font-size:15px;font-weight:400;margin:0 0 10px;text-align:center}.VerticalTabs .nav-tabs{border-bottom:none;display:flex;flex-direction:column}.VerticalTabs .nav-tabs .nav-item .nav-link{color:#000;font-family:SFPRODISPLAYREGULAR;font-size:18px}.VerticalTabs .nav-tabs .nav-item .nav-link.active{color:#000!important;font-family:SFPRODISPLAYBOLD}.VerticalTabs .TabCommonBox h2{color:#000;font-size:28px;margin:0 0 10px}.VerticalTabs .TabCommonBox p{color:#4f4f4f;font-size:16px;letter-spacing:.5px;margin:0 0 10px;text-align:left}.VerticalTabs .OurValuesBox{margin:0 0 35px;padding:0 0 0 65px;position:relative}.VerticalTabs .OurValuesBox .Overlay{display:inline-block;left:0;position:absolute;top:0}.VerticalTabs .OurValuesBox h5{color:#000;font-family:SFPRODISPLAYBOLD;font-size:20px;margin:0 0 15px}.VerticalTabs .OurValuesBox p{color:#4f4f4f;font-family:SFPRODISPLAYMEDIUM;font-size:16px;letter-spacing:.5px}.VerticalTabs .TabCommonBox ul{margin:0 0 25px}.VerticalTabs .TabCommonBox ul li{color:#4f4f4f;font-family:SFPRODISPLAYMEDIUM;font-size:16px;letter-spacing:.5px;margin:0 0 15px}.TermsConditionsContent p{font-size:15px!important}.TermsConditionsContent ol li{font-size:16px!important}.TermsConditionsContent ol{margin-bottom:20px!important}.carousel-indicators{margin-bottom:-50px!important}.product-gallery-wrapper{position:relative}.SlickSliderArrow .slick-arrow{display:none!important}.LargeModal .modal-dialog{max-width:80%}.scrollDiv{height:350px;overflow-x:hidden;overflow-y:scroll}.row{display:flex;flex-wrap:wrap}.VenueAddress.customChange label{color:#818b9c;font-size:15px;font-weight:400;margin:0 0 15px}.VenueAddress.customChange label span{color:#000;font-size:15px;font-weight:700;margin:0 0 15px}.form-check-label{cursor:pointer}header .HeaderArea .HeaderRight .Icons{align-items:center;display:flex;margin:0 0 0 25px}header .HeaderArea .HeaderRight .Icons .UserIcon{align-items:center;border-radius:50%;display:inline-flex;height:40px;justify-content:center;width:40px}.headerTwoBtn .Icons a img{width:24px}.headerTwoBtn .Avater{display:inline-block;margin:0;position:relative}.headerTwoBtn .Avater .subAvater{align-items:center;color:#8181a5;display:flex;font-size:14px;font-weight:700;height:35px;overflow:hidden;padding:0;padding-top:0;width:35px}.headerTwoBtn .Avater .cartArea{background:#fff;box-shadow:0 3px 11px 0 #0000001a;display:block;opacity:0;position:absolute;right:-113px;text-align:left;top:44px;transform:perspective(600px) rotateX(-90deg);transform-origin:0 0 0;transition:.5s;visibility:hidden;width:500px;z-index:99}.headerTwoBtn .Avater:hover .cartArea{opacity:1;transform:perspective(600px) rotateX(0deg);visibility:visible;width:500px}.headerTwoBtn .Avater .cartArea h5{color:#303943;font-weight:700;margin-top:15px;text-align:center}.headerTwoBtn .Avater .cartArea .row{padding:20px}.headerTwoBtn .cartArea .row .ProdectDec{height:100%;position:relative}.headerTwoBtn .cartArea .row .ProdectDec .Links{bottom:0;display:flex;justify-content:end;position:absolute;width:100%}.headerTwoBtn .Avater .cartArea .row .ProdectDec .Links a:last-child{color:#09840999;font-size:16px;font-weight:600}header .HeaderArea .HeaderRight .Avater .cartArea .row .ProdectDec .Links a:first-child{color:red;font-size:16px;font-weight:600}header .HeaderArea .HeaderRight .Avater .cartArea .row .ProdectDec .Links a:last-child{color:#09840999;font-size:16px;font-weight:600}.Links a:first-child{color:red;font-size:16px;font-weight:600;margin-right:25px}.headerTwoBtn .cartArea .row img{background-color:#f6f6f6;border-radius:10px;padding:10px;width:60%}.bannerImage img{background-position:50%;background-size:100% 100%;border-radius:16px;object-fit:cover;width:100%}.custom-arrow{background-color:#00000080!important;color:#fff!important;line-height:40px;margin:0 10px 0 0;text-align:center;top:30%;transform:translateY(-40%)}.custom-arrow.prev{left:-20px}.custom-arrow.next{right:-50px}.para{color:#02366f;font-size:17px;font-weight:500;text-align:center}.load{align-items:center;color:#fd701e;display:flex;height:5vh;justify-content:center;padding:15vh 0;width:auto}.greenLabel{background-color:#1d9e341a;border-radius:4px;color:#1d9e34;display:inline-block;font-size:12px;font-weight:500;margin:0 0 0 10px;padding:5px 10px}.navbar-brand{margin-right:3rem}header nav{position:static}.Categories{align-items:center;background-color:#f7f6f6;border:1px solid #ddd;border-radius:6px;display:flex;padding:0}.Categories_hover .CategoriesMenu:hover .Categories_dropdown{display:block}.Categories_hover.disable-hover .CategoriesMenu:hover .Categories_dropdown{display:none!important}.Categories .CategoriesMenu p{color:#000;cursor:pointer;font-size:14px;font-weight:500;padding:10px 15px 10px 10px;position:relative}.Icons.Avater{align-items:center;display:flex;margin:0 15px}.Categories .CategoriesMenu p:after{content:"\f078";font-family:FontAwesome;font-size:9px;position:absolute;right:0;top:16px;transition:allease-in-out .3s}.CategoriesSearch{align-items:center;display:flex;padding:0 30px 0 0;position:relative;width:100%}.CategoriesSearch input{background-color:initial!important;border:none;box-shadow:none!important;font-size:13px;margin:0!important;outline:0}.CategoriesSearch span{cursor:pointer;position:absolute;right:10px;width:20px}.CategoriesSearch input:focus{background-color:initial}.CategoriesMenu .Categories_dropdown{background-color:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 8px 10px #ddd;display:none;margin:auto;padding:15px;position:absolute;right:20px;width:70%;z-index:10}.CategoriesMenu .Categories_dropdown article{display:flex;flex-wrap:wrap}.CategoriesMenu .Categories_dropdown article aside{margin:0 0 20px;padding-right:10px;width:20%}.CategoriesMenu .Categories_dropdown article aside:nth-child(4n){padding-right:0}.CategoriesMenu .Categories_dropdown article aside h6{color:#02366f;font-size:13px;font-weight:700}.CategoriesMenu .Categories_dropdown article aside ul{display:block}.CategoriesMenu .Categories_dropdown article aside ul li{margin:0 0 10px;padding:0}.CategoriesMenu .Categories_dropdown article aside ul li a{color:#5f5c5c;display:block;font-size:13px;font-weight:500;line-height:15px;padding:0;white-space:normal}.CategoriesMenu .Categories_dropdown article aside ul li a:hover{color:#000;font-weight:600}header nav .CatMenu>ul{display:flex;justify-content:space-between}header nav .CatMenu>ul>li{padding-right:20px}header nav .CatMenu>ul>li>a{border-bottom:3px solid #fff;color:#000;display:block;font-weight:700;padding-bottom:24px}.newHeader .navbar-nav .nav-item .nav-link:hover,header nav .CatMenu>ul>li:hover a{border-bottom-color:var(--hover-color)!important}header nav .CatMenu .CatMenu_dropdown{margin-bottom:-23px;margin-right:20px;padding:0;position:relative}header nav .CatMenu .CatMenu_dropdown ol{background-color:#fff;border:1px solid #ddd;border-radius:5px;display:none;min-width:225px;padding:10px;position:absolute}header nav .CatMenu .CatMenu_dropdown ol li+li{margin-top:5px}header nav .CatMenu .CatMenu_dropdown ol li a{color:#444;display:block;font-size:14px}header nav .CatMenu .CatMenu_dropdown ol li a:hover{color:var(--hover-color);font-weight:600}header nav .CatMenu .CatMenu_dropdown:hover ol{display:block}.Sub_Categories_dropdown{background-color:#fff;display:none;position:absolute}header nav ul li:hover .Sub_Categories_dropdown{display:block}.Buttons{background-color:#572359;border:1px solid #572359;border-radius:8px;color:#fff;font-size:16px;font-weight:600;margin-top:12px;outline:none;padding:6px 20px;width:100%}.endbuttons{margin-top:8px!important;position:relative;top:-15px}.endbuttons .Buttons{margin-top:0!important}.footer-icons{display:flex;justify-content:space-between}.footer-icons p:last-child{color:#02366f;font-size:17px}.footer-icons p i{cursor:pointer;margin:3px 8px}.footer-icons p i:hover{color:#fff}.multiselect-container .chip{color:#fff!important}.multiselect-container .chip,.multiselect-container .option:hover{background-color:#02366f!important}.viewAll{padding:18px 0;text-align:center}.viewAll a{color:"#2BA501";text-decoration:underline}.hero-section{height:clamp(320px,60vh,650px);overflow:hidden;position:relative;width:100%}.hero-section:after{background:#fff;bottom:0;content:"";height:80px;left:0;position:absolute;width:100%}.hero-section .carousel,.hero-section .carousel-inner,.hero-section .carousel-item{height:100%}.hero-section .carousel{--bs-carousel-transition-duration:0.8s}.hero-section .carousel-item{-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .8s cubic-bezier(.22,.61,.36,1);will-change:transform}@media (prefers-reduced-motion:reduce){.hero-section .carousel-item{transition:none}}.image-wrapper{align-items:center;display:flex;height:100%;justify-content:center;padding:12px;position:relative;width:100%}.hero-image{background-clip:content-box,border-box;background-origin:border-box;border-radius:18px;height:90%;margin:0 auto;object-fit:cover;transition:transform 1s ease-in-out;width:85%}.carousel-item:hover .hero-image{transform:scale(1.05)}.gradient-overlay{background:linear-gradient(0deg,#000000b3,#0000);height:45%;inset:auto 0 0 0}.gradient-overlay,.pattern-overlay{pointer-events:none;position:absolute}.pattern-overlay{background-image:radial-gradient(#ffffff14 1px,#0000 0);background-size:18px 18px;inset:0;opacity:0;transition:opacity .4s ease}.pattern-overlay.show{opacity:1}.carousel-caption{bottom:30px;left:40px;right:40px;text-align:left}.carousel-caption h3{color:#fff;font-size:clamp(1.5rem,2.4vw,2.5rem);font-weight:800;letter-spacing:.4px;margin-bottom:8px;text-shadow:1px 1px 6px #000000a6}.web-hidden{display:none}@media (max-width:991px){.web-hidden{display:block}}.carousel-caption p{color:#fff;font-size:clamp(.95rem,1.4vw,1.15rem);margin-bottom:14px;opacity:.95;text-shadow:1px 1px 5px #0009}.btn-accent{background-color:#f60;border:none;border-radius:8px;box-shadow:0 4px 18px #ff660059;color:#fff;cursor:pointer;font-weight:600;padding:10px 18px}.btn-accent:hover{background-color:#ff8533;box-shadow:0 6px 20px #ff660073;transform:translateY(-2px)}.carousel-indicators{bottom:16px;display:flex;gap:10px;left:50%;margin:0;position:absolute;transform:translateX(-50%)}.carousel-indicators button{background-color:#ffffffa6;border:none;border-radius:999px;height:12px;transition:all .25s ease;width:12px}.carousel-indicators .active{background-color:#f60;transform:scale(1.2)}.carousel-control-next-icon,.carousel-control-prev-icon{background-color:#0000008c;background-size:60% 60%;border-radius:50%;padding:10px}.carousel-control-next:hover .carousel-control-next-icon,.carousel-control-prev:hover .carousel-control-prev-icon{background-color:#000000d9}@media (max-width:576px){.hero-section{height:clamp(260px,48vh,520px)}.carousel-caption{bottom:18px;left:16px;right:16px;text-align:center}}.range-slider .range-slider__thumb{background-color:#e5097f!important;height:20px;width:20px}.range-slider{height:4px}.range-slider .range-slider__range{background-color:#e5097f!important}.Button:hover{background-color:#e5097f;border-color:#e5097f;color:#fff!important}.sharp-star{background-color:#2ba501;-webkit-clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%);height:16px;margin:0 5px;width:16px}.category-border{border-top:1px solid #5f5c5c94;width:85%}.whatsapp-icon{align-items:center;background-color:#4dc247;border-radius:50%;bottom:65px;box-shadow:2px 2px 6px #0006;color:#fff;font-size:29px;justify-content:center;min-height:50px;min-width:50px;padding:2px 10px;position:fixed;right:10px;text-align:center;z-index:9999!important}.carousel{position:-webkit-sticky;position:sticky;top:0}.accordion-body .range-slider{height:2px}.accordion-body .range-slider .range-slider__thumb{height:15px;width:15px}.newHeader{border-radius:0 0 12px 12px;display:block;overflow:hidden;padding:8px 0}.newHeader .navbar{padding:0}.newHeader .loginBtn{background-color:#303943;border-radius:5px;color:#fff;display:inline-block;font-size:15px;font-weight:500;margin:0 0 0 10px;padding:5px 20px}.newHeader .CustomSelect{align-items:center;border:1px solid #303943;border-radius:8px;cursor:pointer;display:flex;height:38px;justify-content:space-between;margin-right:15px;position:relative;width:125px}.newHeader .CustomSelect .Select{-webkit-appearance:none;appearance:none;border:none;border-radius:8px;box-shadow:none;font-size:14px;outline:none;text-align:center;width:100%}.newHeader .CustomSelect .Select:focus{box-shadow:none}.newHeader .CustomSelect .LocationIcon{left:10px;position:absolute;top:50%;transform:translateY(-50%);width:16px}.newHeader .CustomSelect:before{content:"\f078";font-family:FontAwesome;position:absolute;right:10px;transition:all .3s ease-in-out}.newHeader .CustomSelect[aria-expanded=true]:before{transform:rotate(180deg)}.newHeader .CustomSelect img{width:24px}.Categories .dropdown-item.active,.dropdown-item:active{background-color:#f7f6f6}.headerTwoBtn{display:none}.newHeader .navbar-nav .dropdown .dropdown-menu{background-color:#fff;border:1px solid #ddd;border-radius:5px;display:none;min-width:225px;padding:10px;top:73px}.newHeader .navbar-nav .dropdown .dropdown-menu .dropdown-item{color:#444;display:block;font-size:14px;padding:5px}.newHeader .navbar-nav .dropdown .dropdown-menu .dropdown-item:focus,.newHeader .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover{background-color:initial;color:var(--hover-color);font-weight:600}.newHeader .navbar-nav .nav-item .nav-link{border-bottom:3px solid #fff;color:#000;display:block;font-weight:700;padding:24px 10px;white-space:nowrap}.newHeader .nav-item.dropdown:hover .dropdown-menu{display:block}ul.Icons{align-items:center;display:flex;margin:0}ul.Icons li .UserIcon{align-items:center;border:1px solid #e4e9ee;border-radius:50%;display:inline-flex;height:40px;justify-content:center;width:40px}ul.Icons li a img{width:24px}.zoomCarousel .carousel-indicators{margin-right:0}.zoomCarousel .ProductDetailsArea .carousel-indicators [data-bs-target]{height:auto;margin-bottom:10px}.navbar-toggler{display:none}.FilterArea::-webkit-scrollbar{height:8px;width:5px}.FilterArea::-webkit-scrollbar-track{background:#fff;border-radius:20px}.FilterArea::-webkit-scrollbar-thumb{background:#572359;border-radius:10px}.FilterArea .accordion-button:not(.collapsed){background-color:initial}.logoArea{align-items:center;display:flex}.logoArea .navbar-brand{display:inline-block;width:100px}.CategoriesResponsive,.CategoriesResponsive2,.loginIcon,.searchIcon{display:none}.openMenu{overflow:hidden}.your-class{display:inline-flex}.openMenu:before{background-color:#000000a1;content:"";height:100%;left:0;position:fixed;top:0;width:100%;z-index:0}.FilterArea2{background-color:#fff;border-top:1px solid #ddd;bottom:0;display:none;left:0;position:fixed;right:0;z-index:999}.FilterArea2 ul.Tabs{background-color:#fff;display:flex;height:50px;justify-content:space-between;padding:0;position:relative;z-index:9}.FilterArea2 ul.Tabs li{width:30%}.FilterArea2 ul.Tabs li a{border-right:1px solid #ddd;color:#000;cursor:pointer;display:inline-block;font-size:14px;padding:15px 0;position:relative;text-align:center;width:100%}.FilterArea2 ul.Tabs li:last-child a{border-right:none}.FilterArea2 ul.Tabs li a.active{background-color:#572359}.FilterArea2 .bestFilterBox{background-color:#fff;bottom:0;box-shadow:0 0 12px 3px #0000000d;left:0;padding:20px;position:absolute;right:0;top:50px;transition:all .5s ease;z-index:11}.FilterArea2 .bestFilterBox h5{color:#000;font-size:16px;font-weight:600;margin:0 0 15px}.FilterArea2 .bestFilterBox .Buttons{background-color:initial;border:none;bottom:0;margin:0;outline:none;padding-bottom:0;padding-left:0}.FilterArea2 .bestFilterBox .Buttons button{background-color:initial;border:none;font-size:15px;outline:none;padding:0 10px}.bestFilterBoxAdd{bottom:0!important;top:inherit!important}.FilterArea2 .locationFilterBox{background-color:#fff;bottom:0;box-shadow:0 0 12px 3px #0000000d;height:100vh;left:0;overflow-y:scroll;padding:60px 20px 20px;position:absolute;right:0;top:50px;transition:all .5s ease;z-index:11}.FilterArea2 .locationFilterBox h5{color:#000;font-size:16px;font-weight:600;margin:0 0 15px}.FilterArea2 .locationFilterBox .showAllBtn{color:#1d9e34;font-weight:500;text-align:end;text-decoration:underline}.FilterArea2 .locationFilterBox .Buttons{background-color:initial;border:none;bottom:0;margin:0;outline:none;padding-bottom:0;padding-left:0}.FilterArea2 .locationFilterBox .Buttons button{background-color:initial;border:none;font-size:15px;outline:none;padding:0 10px}.locationFilterAdd{bottom:0!important;top:inherit!important}.FilterArea2 .priceRangeBox{background-color:#fff;bottom:0;box-shadow:0 0 12px 3px #0000000d;left:0;padding:20px;position:absolute;right:0;top:50px;transition:all .5s ease;z-index:11}.priceRangeBoxAdd{bottom:0!important;top:inherit!important}.FilterArea2 .priceRangeBox .Buttons{background-color:initial;border:none;bottom:0;margin:0;outline:none;padding-bottom:0;padding-left:0}.FilterArea2 .priceRangeBox .Buttons button{background-color:initial;border:none;font-size:15px;outline:none;padding:0 10px}.bottom{bottom:50px}.tabBodyCustom{overflow:hidden}.tabBodyCustom:before{background-color:#0009;bottom:0;content:"";left:0;position:absolute;position:fixed;right:0;top:0}.bookButton .Button{width:20%}.priceArea{align-items:center;display:flex}.ProductDetailsArea .PdRight article .Ratings+h5{color:#572359;font-weight:700;margin-top:10px}.ProductDetailsArea .PdRight article .Ratings+h5 .actualPrice{color:gray;font-size:19px;margin-left:8px;text-decoration:line-through!important}.ProductDetailsArea .PdRight article .Ratings+h5 .discountPercent{background-color:#1d9e341a;border-radius:4px;color:#1d9e34;font-size:12px;font-weight:500;margin:0 0 0 4px;padding:5px 10px}.responsiveLogin,.responsiveSearch{display:none}.responsiveLogin .UserIcon{display:none!important}.responsiveLogin li a{display:none}.carouselPadding .slick-slide{padding:0}.newHeader .navbar-toggler:focus{box-shadow:none;outline:none!important}.filterRange{margin:15px 0}.filterRange .range-slider{width:50%}.filterRange .range-slider .range-slider__range{background-color:#6e2970;height:50%}.filterRange .range-slider .range-slider__thumb{background-color:#6e2970;height:16px;width:15px}.uploadPreviewImg{bottom:117px;height:150px;overflow:hidden;position:absolute;right:87px;width:150px}.uploadPreviewImg img{height:100%;width:100%}.preview-area{color:#000;font-weight:500;position:relative}.preview-img{left:173px;top:-3px}.preview-img,.preview-img.contentEdit{border:1px solid #ddd;border-radius:10px;position:absolute;width:200px}.preview-img.contentEdit{margin-top:16px;right:0;top:16px}.cross-btn{background-color:#ddd;border-radius:50%;cursor:pointer!important;font-size:15px;font-weight:700;height:20px;line-height:19px;position:absolute;right:-10px;text-align:center;top:-10px;width:20px}.shareExperienceArea h4{font-size:14px;font-weight:600;text-align:center}.shareExperienceArea .stars{margin:0 0 20px;text-align:center}.shareExperienceArea .stars i{margin:0 5px}.shareExperienceArea .form-group{margin:0 0 15px}.shareExperienceArea .form-group h6{font-size:15px;font-weight:600;margin:0 0 10px}.shareExperienceArea .form-group .form-control{-webkit-appearance:auto;appearance:auto;background-color:#f6f8fa;border:none;border-radius:10px;color:#0b0f0e;font-size:15px;font-weight:500;height:auto;outline:none;padding:13px}.shareExperienceArea .uploadBox{border:1px dashed #ddd;border-radius:10%;height:150px;line-height:150px;position:relative;text-align:center;width:150px}.shareExperienceArea .uploadBox input{bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;width:100%}.shareExperienceArea .uploadBox i{color:#ddd;font-size:18px}.shareExperienceArea .form-group small{color:#ddd;font-size:14px}.shareExperienceArea button{background-color:#303943;border:1px solid #303943;border-radius:30px;color:#fff;display:inline-block;font-weight:400;outline:none;padding:13px 20px;text-align:center;transition:background-color .3s ease-in-out;width:100%}.custom-arrow{align-items:center;background-color:#ffffffe6;border:1px solid #ddd;border-radius:50%;box-shadow:0 2px 8px #00000026;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:40%;transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:10}.custom-arrow.prev{left:-60px}.custom-arrow.next{right:-60px}.custom-arrow:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.custom-arrow i{color:#333;font-size:18px}.scroll-container-wrapper{position:relative}.birthday-scroll-container{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:20px 60px;scroll-behavior:smooth;scrollbar-width:none}.birthday-scroll-container::-webkit-scrollbar{display:none}.birthday-scroll-container>*{flex:0 0 auto}@media (max-width:600px){.birthday-scroll-container{height:auto;margin:1px 30px;min-height:85vw;padding:20px 10px}.birthday-scroll-container>*{min-width:50vw;scroll-snap-align:start}.birthday-scroll-container{scroll-snap-type:x mandatory}}.birthday-item{background-color:#fff;height:auto;min-height:38vw;width:25vw}@media (max-width:600px){.birthday-item{height:auto;min-height:85vw;width:67vw}}@media (min-width:768px) and (max-width:1024px){.birthday-item{height:auto;min-height:56vw;width:44vw}}.anniversary-scroll-container{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:20px 60px;scroll-behavior:smooth;scrollbar-width:none}.anniversary-scroll-container::-webkit-scrollbar{display:none}.anniversary-scroll-container>*{flex:0 0 auto}@media (max-width:600px){.anniversary-scroll-container{height:auto;margin:1px 20px;min-height:85vw;padding:20px 10px}.anniversary-scroll-container>*{min-width:50vw;scroll-snap-align:start}.anniversary-scroll-container{scroll-snap-type:x mandatory}}.anniversary-item{background-color:#fff;height:auto;min-height:38vw;width:25vw}@media (max-width:600px){.anniversary-item{height:auto;min-height:80vw;width:67vw}}@media (min-width:768px) and (max-width:1024px){.anniversary-item{height:auto;min-height:56vw;width:44vw}}.kids-scroll-container{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:20px 60px;scroll-behavior:smooth;scrollbar-width:none}.kids-scroll-container::-webkit-scrollbar{display:none}.kids-scroll-container>*{flex:0 0 auto}@media (max-width:600px){.kids-scroll-container{height:auto;margin:1px 20px;min-height:85vw;padding:20px 10px}.kids-scroll-container>*{min-width:50vw;scroll-snap-align:start}.kids-scroll-container{scroll-snap-type:x mandatory}}.kids-item{background-color:#fff;height:auto;min-height:38vw;width:25vw}@media (max-width:600px){.kids-item{height:auto;min-height:80vw;width:67vw}}@media (min-width:768px) and (max-width:1024px){.kids-item{height:auto;min-height:56vw;width:44vw}}.baby-shower-scroll-container{-ms-overflow-style:none;display:flex;gap:20px;overflow-x:auto;overflow-y:hidden;padding:20px 60px;scroll-behavior:smooth;scrollbar-width:none}.baby-shower-scroll-container::-webkit-scrollbar{display:none}.baby-shower-scroll-container>*{flex:0 0 auto}@media (max-width:600px){.baby-shower-scroll-container{height:auto;margin:1px 20px;min-height:85vw;padding:20px 10px}.baby-shower-scroll-container>*{min-width:50vw;scroll-snap-align:start}.baby-shower-scroll-container{scroll-snap-type:x mandatory}}.baby-shower-item{background-color:#fff;height:auto;min-height:38vw;width:25vw}@media (max-width:600px){.baby-shower-item{height:auto;min-height:80vw;width:67vw}}@media (min-width:768px) and (max-width:1024px){.baby-shower-item{height:auto;min-height:56vw;width:44vw}}.ReviewButton{background-color:#303943;border-radius:6px;color:#fff;padding:5px 20px}.ReviewButton:hover{background-color:#e5097f!important;border-color:#e5097f;color:#fff!important}.quantityBtn span{background-color:initial;background-color:initial!important;border:1px solid #ddd;cursor:pointer;font-size:22px;line-height:0px;margin:0 5px!important;padding:0 5px}.CircularProgressbar{width:100px!important}.CircularProgressbar .CircularProgressbar-path{background-color:"#2ba501"!important}.CircularProgressbar .CircularProgressbar-text{fill:#14bd14!important}.sixImages{border-top:2px solid #ededed;margin:20px 0 0;padding:20px 0}.sixImages ul{display:flex;flex-wrap:wrap;justify-content:space-between}.sixImages ul li{margin:0 5px;width:calc(16.666% - 10px)}.sixImages ul li figure{text-align:center}.sixImages ul li figure img{margin:0 0 10px;width:50px}.sixImages ul li figcaption{color:#818b9c;font-size:13px}.termHover{color:#02366f;cursor:pointer}.termHover:hover{color:#e5097f}.help{margin-right:20px}.help-modal .help-logo{height:50px;width:auto}.contact-title{color:#222;font-size:1.6rem;font-weight:700;margin-bottom:25px}.underline-input{background:#0000;border:none!important;border-bottom:2px solid #ddd!important;border-radius:0;font-size:1rem;padding:10px 5px;transition:border-color .3s}.underline-input:focus{border-bottom:2px solid #ff4d6d!important;box-shadow:none;outline:none}.gradient-btn{background:linear-gradient(90deg,#ff4d6d,#ff6a3d);border:none;border-radius:6px;color:#fff;font-weight:600;padding:12px;transition:transform .2s ease,box-shadow .2s ease}.gradient-btn:hover{box-shadow:0 4px 15px #ff4d6d66;transform:translateY(-2px)}.help-modal .modal-body{background:#fff;border-radius:12px;padding:30px}.order-details-modal .modal-content{border:none;border-radius:10px;box-shadow:0 5px 15px #0003}.order-details-modal .modal-header{background-color:#f8f9fa;border-bottom:1px solid #dee2e6;border-radius:10px 10px 0 0;padding:15px 20px}.order-details-modal .modal-title{color:#343a40;font-size:1.5rem;font-weight:600}.order-details-modal .modal-body{max-height:70vh;overflow-y:auto;padding:20px}.order-details-modal .modal-footer{background-color:#f8f9fa;border-radius:0 0 10px 10px;border-top:1px solid #dee2e6;padding:15px 20px}.order-details-modal .btn-secondary{background-color:#6c757d;border-color:#6c757d;border-radius:5px;font-weight:500;padding:8px 16px}.order-details-modal .btn-secondary:hover{background-color:#5a6268;border-color:#545b62}.order-details-modal .close{color:#000;font-size:1.5rem;font-weight:700;line-height:1;opacity:.5;text-shadow:0 1px 0 #fff}.order-details-modal .close:hover{opacity:.8}.WishlistArea{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin:0 0 20px;padding:20px}.WishlistArea h4{color:#aa1295;font-weight:600;margin-bottom:20px}.wishlist-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));margin-top:20px}.wishlist-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden;transition:all .3s ease}.wishlist-item:hover{box-shadow:0 4px 12px #00000026;transform:translateY(-2px)}.wishlist-image-container{height:200px;overflow:hidden;position:relative;width:100%}.wishlist-image{cursor:pointer;height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.wishlist-image:hover{transform:scale(1.05)}.wishlist-remove-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;color:#666;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:10px;top:10px;transition:all .3s ease;width:30px}.wishlist-remove-btn:hover{background:#ff4757;color:#fff}.wishlist-content{padding:15px}.wishlist-title{-webkit-box-orient:vertical;color:#333;cursor:pointer;display:-webkit-box;font-size:16px;font-weight:600;line-height:1.4;margin:0 0 10px;overflow:hidden;transition:color .3s ease}.wishlist-title:hover{color:#e5097f}.wishlist-price{margin-bottom:15px}.wishlist-current-price{color:#e5097f;font-size:18px;font-weight:700;margin-right:8px}.wishlist-original-price{color:#999;font-size:14px;text-decoration:line-through}.wishlist-view-btn{background:#e5097f;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:10px 15px;transition:background-color .3s ease;width:100%}.wishlist-view-btn:hover{background:#c0086b}.EmptyWishlistArea{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin:0 0 300px;padding:30px 20px 300px;text-align:center}.EmptyWishlistArea span{display:block;margin-bottom:20px}.EmptyWishlistArea h3{color:#333;font-weight:600;margin-bottom:10px}.EmptyWishlistArea p{color:#666;margin-bottom:30px}.EmptyWishlistArea .ContinueBtn{background:#303943;border:none;border-radius:5px;color:#fff;cursor:pointer;font-weight:600;padding:12px 30px;transition:background-color .3s ease}.EmptyWishlistArea .ContinueBtn:hover{background:#00000080}@media (max-width:768px){.wishlist-grid{gap:15px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.wishlist-image-container{height:180px}.wishlist-content{padding:12px}.wishlist-title{font-size:14px}.wishlist-current-price{font-size:16px}}@media (max-width:480px){.wishlist-grid{gap:12px;grid-template-columns:1fr}.WishlistArea{padding:15px}.EmptyWishlistArea{padding:40px 15px}}@media (max-width:768px){header .HeaderArea{padding:20px 15px}header .navbar .container-fluid{padding-left:15px;padding-right:15px}.headerTwoBtn{gap:10px}.headerTwoBtn>*{height:40px}.headerTwoBtn .CustomSelect{height:40px;width:120px}.headerTwoBtn .CustomSelect .Select{font-size:14px}.citySelectorBtn .cityButton{font-size:13px!important;height:40px!important;margin-right:10px;min-width:100px!important;padding:6px 12px!important}header .HeaderArea .HeaderRight ul.Icons{gap:10px}header .HeaderArea .HeaderRight ul.Icons li{height:40px}header .HeaderArea .HeaderRight ul.Icons li>*{height:40px;min-width:40px}header .HeaderArea .HeaderRight .Login{font-size:13px;height:40px;min-width:70px;padding:8px 15px}header .HeaderArea .HeaderRight ul.Icons li svg{height:18px;width:18px}header .HeaderArea .HeaderRight ul.Icons li a img{width:18px}header .HeaderArea .HeaderRight ul.Icons li .UserIcon{height:40px;width:40px}header .HeaderArea .HeaderRight ul.Icons li a{height:40px;min-width:40px;padding:6px}.help-center-btn{font-size:13px!important;height:40px!important;min-width:100px!important;padding:8px 12px!important}.LocationIcon i,.help-center-btn i{font-size:14px!important}.CategoriesResponsive2,.navbar-nav,.web-hidden{display:none!important}}@media (max-width:480px){header .HeaderArea{padding:12px 0}.headerTwoBtn{gap:8px}.headerTwoBtn>*{height:36px}.headerTwoBtn .CustomSelect{height:36px;width:100px}.headerTwoBtn .CustomSelect .Select{font-size:12px}.citySelectorBtn .cityButton{font-size:12px!important;height:36px!important;min-width:80px!important;padding:5px 8px!important}header .HeaderArea .HeaderRight ul.Icons{gap:8px}header .HeaderArea .HeaderRight ul.Icons li{height:36px}header .HeaderArea .HeaderRight ul.Icons li>*{height:36px;min-width:36px}header .HeaderArea .HeaderRight .Login{font-size:12px;height:36px;min-width:60px;padding:6px 12px}header .HeaderArea .HeaderRight ul.Icons li svg{height:16px;width:16px}header .HeaderArea .HeaderRight ul.Icons li a img{width:16px}header .HeaderArea .HeaderRight ul.Icons li .UserIcon{height:36px;width:36px}header .HeaderArea .HeaderRight ul.Icons li a{height:36px;min-width:36px;padding:5px}.headerTwoBtn ul.Icons li:last-child{margin-left:2px;padding-left:6px}.help-center-btn{height:36px!important;min-width:70px!important;padding:6px 8px!important}.LocationIcon i,.help-center-btn,.help-center-btn i{font-size:12px!important}.help-center-btn span{display:none}header .HeaderArea{padding:15px 10px}header .navbar .container-fluid{padding-left:10px;padding-right:10px}}.view-all-item{flex-shrink:0;margin-right:15px}.view-all-card{background:linear-gradient(135deg,#f8f9fa,#fff);border:none;border-radius:20px;cursor:pointer;height:320px;max-width:350px;overflow:hidden;transition:all .3s ease}.view-all-card,.view-all-content{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.view-all-content{color:#2ba501;height:100%;margin-top:150px;padding:20px;text-align:center;z-index:2}.view-all-content:before{animation:pulse 2s infinite;content:"🎉";display:block;font-size:48px;margin-bottom:15px}.view-all-content h6{color:#2ba501;font-size:18px;font-weight:700;line-height:1.3;margin-bottom:10px}.view-all-content .view-more-text{color:#666;font-size:14px;font-weight:500;margin-bottom:15px}.view-all-content i{animation:bounceRight 2s infinite;color:#2ba501;font-size:20px}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@keyframes bounceRight{0%,20%,50%,80%,to{transform:translateX(0)}40%{transform:translateX(8px)}60%{transform:translateX(4px)}}@media (max-width:768px){.view-all-card{height:300px;width:250px}.view-all-content:before{font-size:36px}.view-all-content h6{font-size:16px}.view-all-content .view-more-text{font-size:12px}.view-all-content i{font-size:18px}}@media (max-width:400px){.birthday-item{height:auto;min-height:100vw;width:75vw}.anniversary-item,.baby-shower-item,.kids-item{min-height:95vw;width:75vw}.birthday-scroll-container{height:auto;margin:1px 15px;min-height:105vw;padding:12px 5px}.anniversary-scroll-container,.baby-shower-scroll-container,.kids-scroll-container{margin:1px 15px;min-height:100vw;padding:12px 5px}.PrivateDiningBox{padding:10px}.PrivateDiningBox .endbuttons .Buttons{font-size:13px;padding:8px 12px}}@media (max-width:992px){footer .FooterTop{padding:50px 0}.FeatureArea{padding:50px 0 0}.BirthdayDecorationArea .section-title h2,.FeatureArea .section-title h2,.PrivateDining .section-title h2{font-size:24px}.PolicyBanner h3{font-size:36px}.CategoriesMenu .Categories_dropdown{height:200px;left:0;margin:0 auto;right:0;width:100%}.navbar-nav .dropdown .dropdown-menu{margin-bottom:10px}.newHeader .CustomSelect{margin-right:0}.newHeader .CustomSelect:after{display:none}.CategoriesMenu .Categories_dropdown{min-height:calc(100vh - 350px);overflow-y:scroll}.newHeader .navbar-nav .nav-item .nav-link{border:none;padding:15px 10px;position:relative}.newHeader .navbar-nav .nav-item .nav-link:before{color:#572359;content:"\2b";font-family:Font Awesome\ 6 Free;font-size:20px;font-weight:900;position:absolute;right:22px;top:50%;transform:translateY(-50%)}.newHeader .navbar-nav .nav-item .nav-link[aria-expanded=true]:before{content:"\f068";font-family:Font Awesome\ 6 Free;font-weight:900}.newHeader{display:block;padding:5px 0;position:-webkit-sticky;position:sticky}.newHeader .navbar-brand{margin-bottom:5px}.newHeader .collapse.navbar-collapse{background-color:#fff;display:block;height:100vh;left:-100%;position:absolute;top:52px;transition:all .5s;width:100%}.Categories{margin-left:10px;margin-right:10px;width:calc(100% - 20px)}.newHeader .resNav i{color:#000}.newHeader .resNav{font-size:20px;margin:5px 0 0 5px}.newHeader .resNav.searchIcon{font-size:16px;margin:3px 5px 0 0}.newHeader .container-fluid{width:100%}.newHeader .navbar-toggler{border:0;color:#000;font-size:20px;margin-right:10px;margin-top:-4px;padding:0}.mobile-navigation{background:#fff;box-shadow:2px 0 10px #0000001a;height:100vh;left:-100%;max-width:320px;overflow-y:auto;position:fixed;top:0;transition:left .3s ease-in-out;width:80%;z-index:9999}.mobile-navigation.active{left:0}.mobile-nav-content{padding:0}.mobile-nav-header{align-items:center;background:#fff;border-bottom:1px solid #f0f0f0;display:flex;height:60px;justify-content:flex-end;left:0;padding:0 20px;position:absolute;right:0;top:0;z-index:10}.mobile-close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#333;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;transition:all .3s ease;width:40px}.mobile-close-btn:hover{background:#f0f0f0;color:#000}.mobile-categories{padding:80px 0 20px}.mobile-category-item{border-bottom:1px solid #f0f0f0}.mobile-category-header{align-items:center;background:#fff;border-left:4px solid #0000;cursor:pointer;display:flex;justify-content:space-between;padding:15px 20px;transition:all .3s ease}.mobile-category-header:hover{background:#f8f9fa}.mobile-category-header .category-name{color:#333;font-size:14px;font-weight:600;text-transform:uppercase}.mobile-category-header i{color:#666;font-size:12px;transition:transform .3s ease}.mobile-category-content{animation:slideDown .3s ease-out;background:#f8f9fa;border-left:4px solid #e0e0e0}@keyframes slideDown{0%{max-height:0;opacity:0}to{max-height:500px;opacity:1}}.mobile-subcategories{padding:10px 0}.subcategory-group{margin-bottom:15px}.subcategory-title{color:#666;font-size:12px;font-weight:600;margin:0 0 8px 20px;padding-left:20px;text-transform:uppercase}.mobile-subcategories a{border-left:2px solid #0000;color:#555;display:block;font-size:13px;padding:8px 20px 8px 40px;text-decoration:none;transition:all .3s ease}.mobile-subcategories a:hover{background:#fff;border-left-color:#007bff;color:#333;padding-left:42px}@media (max-width:1024px){.web-hidden{display:none!important}}.mobile-overlay{animation:fadeIn .3s ease-out forwards;background:#00000080;height:100vh;left:0;opacity:0;position:fixed;top:0;width:100%;z-index:9998}@keyframes fadeIn{to{opacity:1}}.headerTwoBtn{margin-right:0}#navbarToggle{display:block}.newHeader .collapse.navbar-collapse.Left{left:0!important}.CategoriesResponsive{display:block!important;left:10px;margin:0;right:10px;top:55px;width:100%}.loginIcon,.searchIcon{display:block}.searchLoginIcon{align-items:center;display:flex}.your-class{display:none}.CategoriesResponsive .Categories_hover,.CategoriesResponsive2{display:none!important}.CategoriesResponsive .CategoriesSearch{background-color:#fff;border:1px solid #e4e9ee;border-radius:25px;box-shadow:0 2px 8px #0000001a;display:flex!important;margin:15px 10px;padding:10px 15px;width:calc(100% - 20px)}.CategoriesResponsive .CategoriesSearch input{color:#333;font-size:14px;padding:5px 35px 5px 10px;width:100%}.CategoriesResponsive .CategoriesSearch input::placeholder{color:#666;font-size:14px}.CategoriesResponsive .CategoriesSearch span{pointer-events:none;position:absolute;right:25px;top:50%;transform:translateY(-50%)}.navbar-toggler{display:block!important}.custom-arrow.prev{left:-15px;z-index:99}.custom-arrow.next{right:-20px}}@media (max-width:768px){.CategoriesResponsive{display:block!important}.CategoriesResponsive .Categories_hover,.CategoriesResponsive2{display:none!important}.CategoriesResponsive .CategoriesSearch{display:flex!important}.CategoriesResponsive .CategoriesSearch input{font-size:14px;padding:10px 40px 10px 15px}.ProductReviewsArea .ReviewBox,.footer-icons{flex-direction:column}.ProductReviewsArea .ReviewBox aside:first-child{margin:0 0 10px;width:100%}.ProductReviewsArea .ReviewBox aside:last-child{width:100%}.ProgressBarArea ul li label{display:flex}.ProgressBarArea ul li .ProgressBar{width:50%}.ProductReviewsArea{padding-bottom:0}.CategoriesMenu .Categories_dropdown article aside{width:50%}.hidePara p{display:none}.newHeader .collapse.navbar-collapse{top:96px}.FeatureArea{padding:30px 15px 0}.FeatureArea .FeatureBoxMain{margin-bottom:18px}.FeatureArea .FeatureBox{height:auto}.FeatureArea .FeatureBox aside,.FeatureArea .FeatureBox figure{height:200px;margin:0 auto;max-width:200px;width:200px}.FeatureArea [class*=col-]{margin-bottom:10px;padding-left:12px!important;padding-right:12px!important}.Categories .CategoriesMenu p:after{font-size:12px;right:10px}}@media (max-width:600px){.FeatureArea{padding:25px 12px 0}.FeatureArea .FeatureBoxMain{margin-bottom:22px}.FeatureArea .FeatureBox{height:auto}.FeatureArea .FeatureBox aside,.FeatureArea .FeatureBox figure{height:170px;margin:0 auto;max-width:170px;width:170px}.FeatureArea [class*=col-]{margin-bottom:12px;padding-left:8px!important;padding-right:8px!important}.FeatureArea .FeatureBoxMain .FeatureBox h4{font-size:13px;margin-top:8px}}@media (max-width:576px){.CategoriesResponsive{display:block!important}.CategoriesResponsive .CategoriesSearch{display:flex!important}.ProductDetailsArea .carousel-indicators [data-bs-target]{width:18%}footer .FooterTop .FooterLogo{padding-right:0}footer .FooterTop{padding:25px 0}.FooterLinks{margin:0 0 15px}footer .FooterLinks h3{margin:0 0 10px}.FilterArea{display:none;margin:0 0 20px}.BreadCumbs ul li,.BreadCumbs ul li a{margin:0 0 3px}.BreadCumbs ul li{margin:0 20px 0 0;padding-left:0}.ReviewListsArea{padding:0}.ProductDetailsArea .carousel-indicators [data-bs-target]{height:auto;margin-bottom:65px}.PrivateDining .section-title{margin-bottom:25px}.TabsContentArea{padding-bottom:25px}.ProductDetailsArea .carousel-indicators{display:flex;flex-direction:row;justify-content:flex-start}.ProductDetailsArea .PdRight article h3{font-size:18px}.ProductDetailsArea .PdRight article .Ratings+h5{color:#572359;font-size:18px;font-weight:700;margin-top:10px}.TabsContentArea .nav{display:flex;flex-direction:row}.TabsContentArea .nav .nav-item{width:50%}.ProgressBarArea ul{min-width:auto}.ProgressBarArea ul li{justify-content:space-between}.ModalBox .modal-content{padding:20px}.CheckOutDetails .BookingBox h4,.CheckOutDetails .VenueAddress h4{font-size:17px}.PaymentSuccessFulArea h3{font-size:18px}.PaymentSuccessFulArea p{font-size:15px}.PaymentSuccessFulArea{height:auto;justify-content:flex-start;padding:50px 15px}.PrivacyPolicyArea{padding:50px 15px}.TabCommonBox.TermsConditionsContent h2,.VerticalTabs .TabCommonBox h3{font-size:18px}.FeatureArea .FeatureBoxMain{margin-bottom:15px;min-height:auto}.FeatureArea .FeatureBox{height:auto}.FeatureArea .FeatureBox aside{min-height:auto;min-width:auto}.FeatureArea .FeatureBox aside,.FeatureArea .FeatureBox figure{height:280px;max-width:280px;width:280px}.FeatureArea [class*=col-]{margin-bottom:8px;padding-left:12px!important;padding-right:12px!important}.FeatureArea .FeatureBoxMain .FeatureBox h4{font-size:14px}.CheckOutDetails .VenueAddress aside{flex-direction:column}.LargeModal .modal-dialog{max-width:92%}.BirthdayDecorationArea .container-fluid .row .col-6{padding:5px}footer .FooterLinks ul li a{font-size:14px}.BirthdayDecorationArea img,.HeroRight img{height:auto;width:100%}.BirthdayDecorationArea .section-title,.Hero-Section{margin:0 0 25px}.CategoriesMenu .Categories_dropdown article aside{width:100%}.CategoriesMenu .Categories_dropdown article{flex-direction:column}.CategoriesResponsive{left:0;right:0;width:100%}.CustomizationsArea.Modal .row .col-6:nth-child(odd){padding-right:5px}.CustomizationsArea.Modal .row .col-6:nth-child(2n){padding-left:5px}.ModalArea h3{font-size:20px}.ModalBox .modal-content{padding:20px 10px}.FeatureArea .row .col-6{padding-left:5px;padding-right:5px}.FeatureArea .FeatureBox aside,.FeatureArea .FeatureBox figure{height:150px;margin:0 auto;max-width:150px;width:150px}.FeatureArea .FeatureBoxMain{margin-bottom:25px}.FeatureArea [class*=col-]{margin-bottom:15px;padding-left:10px!important;padding-right:10px!important}.newHeader .CustomSelect{height:34px}.newHeader .navbar-toggler{margin-right:5px}.newHeader .CustomSelect .LocationIcon{left:5px;width:14px}.custom-arrow.next{right:-20px}.custom-arrow.prev{left:-15px;z-index:99}.PrivateDining{padding:0 0 50px}.PrivateDining .col-6{padding-left:5px;padding-right:5px}.FilterArea2{display:block}.ProductDetailsArea{padding-top:25px}.CheckOutDetails .ProfileDetailsBox ul li{width:50%}.CheckOutDetails .CustomProduct article figcaption h2{font-size:14px;width:70%}.CheckOutDetails .CustomProduct article .TrashIcon{height:25px;line-height:25px;width:25px}.CheckOutDetails .CustomProduct article .TrashIcon img{width:50%}.CheckOutDetails .CustomProduct article figcaption h3{font-size:16px}.BreadCumbs{display:none}.sixImages ul li{width:calc(30% - 10px)}.priceArea{align-items:flex-start;flex-direction:column}.newHeader .container-fluid,.newHeader .headerTwoBtn .dropdown{position:static}.newHeader .headerTwoBtn .CityDropdown{left:0!important;margin:auto;right:0!important;width:90%}.newHeader .headerTwoBtn .CityDropdown .DropdownLinks ul{height:205px}}@media (max-width:425px){.CategoriesResponsive{display:block!important}.CategoriesResponsive .CategoriesSearch{display:flex!important}.newHeader .navbar .navbar-brand{margin-right:0;width:70px!important}.newHeader .CustomSelect .Select{font-size:14px}.newHeader .CustomSelect{width:115px}.navbar-toggler{font-size:1rem;padding:.25rem .5rem}.FeatureArea .FeatureBox aside,.FeatureArea .FeatureBox figure{height:130px;margin:0 auto;max-width:130px;width:130px}.FeatureArea .FeatureBoxMain{margin-bottom:20px}.FeatureArea [class*=col-]{margin-bottom:12px;padding-left:8px!important;padding-right:8px!important}.FeatureArea .FeatureBoxMain .FeatureBox h4{font-size:12px;margin-top:8px}}@media (max-width:320px){.FeatureArea{padding:20px 10px 0}.FeatureArea .FeatureBox aside,.FeatureArea .FeatureBox figure{height:110px;margin:0 auto;max-width:110px;width:110px}.FeatureArea .FeatureBoxMain{margin-bottom:18px}.FeatureArea [class*=col-]{margin-bottom:10px;padding-left:5px!important;padding-right:5px!important}.FeatureArea .FeatureBoxMain .FeatureBox h4{font-size:11px;line-height:1.2;margin-top:6px}}.cards{display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin:20px auto;max-width:100%;padding:0 20px;width:100%}.card1{align-items:center;background:#fff;border:1px solid #0000000d;border-radius:16px;box-shadow:0 4px 12px #00000014;cursor:pointer;display:flex;flex-direction:column;height:120px;justify-content:center;overflow:hidden;padding:16px 12px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:120px}.card1:before{background:linear-gradient(135deg,#ffffff1a,#ffffff0d);bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s ease;z-index:1}.card1:hover{border-color:#0000001a;box-shadow:0 12px 28px #00000026;transform:translateY(-6px) scale(1.02)}.card1:hover:before{opacity:1}.card1 img{border-radius:12px;height:75px;margin-bottom:10px;object-fit:contain;position:relative;transition:transform .3s ease;width:75px;z-index:2}.card1:hover img{transform:scale(1.1)}.card1 p{word-wrap:break-word;color:#333;font-size:13px;font-weight:600;line-height:1.3;margin:0;max-width:100%;position:relative;text-align:center;z-index:2}@media (min-width:1025px){.cards{display:flex;flex-wrap:nowrap;gap:12px;justify-content:space-between;margin:25px auto;padding:0 30px}.card1{flex:0 0 auto;height:130px;padding:18px 14px;width:130px}.card1 img{height:65px;width:65px}.card1 p{font-size:14px;font-weight:600}}@media (min-width:481px) and (max-width:1024px){.cards{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;margin:20px auto;padding:0 25px}.card1{height:110px;padding:14px 10px;width:110px}.card1 img{height:55px;width:55px}.card1 p{font-size:12px;margin-top:8px}}@media (min-width:481px) and (max-width:768px){.cards{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;margin:15px auto;padding:0 15px}.card1{border-radius:12px;height:95px;padding:12px 8px;width:95px}.card1 img{height:45px;margin-bottom:8px;width:45px}.card1 p{font-size:11px;line-height:1.2;margin-top:5px}}@media (max-width:480px){.cards{grid-gap:6px;display:grid;gap:6px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;margin:12px auto;padding:0 12px}.card1{border-radius:10px;height:85px;padding:10px 6px;width:85px}.card1:nth-child(10),.card1:nth-child(9){display:none}.card1 img{height:40px;margin-bottom:6px;width:40px}.card1 p{font-size:10px;margin-top:4px}}@media (max-width:320px){.cards{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);justify-content:center;margin:10px auto;padding:0 10px}.card1{border-radius:8px;height:75px;padding:8px 4px;width:75px}.card1:nth-child(10),.card1:nth-child(9){display:none}.card1 img{height:35px;margin-bottom:4px;width:35px}.card1 p{font-size:9px;margin-top:3px}}.category-cards-container{-ms-overflow-style:none;align-items:center;box-sizing:border-box;display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start;margin:20px auto;max-width:100%;overflow-x:hidden;padding:0 15px;scrollbar-width:none;width:100%}.category-cards-container::-webkit-scrollbar{display:none}.category-card{align-items:center;background:#0000;border-radius:12px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;justify-content:center;min-width:85px;padding:8px 4px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.category-card.spacing-after{margin-right:25px}.category-card:hover{background:#ffffff1a;box-shadow:0 8px 20px #0000001a;transform:translateY(-5px) scale(1.02)}.category-image{border-radius:16px;box-shadow:0 2px 8px #0000001a;height:75px;margin-bottom:8px;overflow:hidden;transition:transform .3s ease;width:75px}.category-image img{display:block;height:100%;object-fit:cover;width:100%}.category-card:hover .category-image{box-shadow:0 4px 12px #a3499d33;transform:scale(1.08)}.category-text{word-wrap:break-word;color:#333;font-size:12px;font-weight:700;-webkit-hyphens:auto;hyphens:auto;line-height:1.2;margin:0;padding:0;text-align:center;transition:color .3s ease}.category-card:hover .category-text{color:#02366f;font-weight:800}@media (max-width:480px){.category-cards-container{flex-wrap:wrap;gap:6px;justify-content:space-between;margin:15px auto;padding:0 10px}.category-card{margin-bottom:12px;max-width:calc(20% - 6px);min-width:calc(20% - 6px);padding:6px 2px;width:calc(20% - 6px)}.category-card.spacing-after{margin-right:0}.category-image{border-radius:8px;height:40px;margin-bottom:6px;width:40px}.category-text{font-size:8px;line-height:1.1}}@media (max-width:320px){.category-cards-container{gap:4px;padding:0 8px}.category-card{max-width:calc(20% - 4px);min-width:calc(20% - 4px);padding:4px 1px;width:calc(20% - 4px)}.category-image{border-radius:6px;height:35px;margin-bottom:4px;width:35px}.category-text{font-size:7px;line-height:1}}@media (min-width:481px) and (max-width:768px){.category-cards-container{flex-wrap:wrap;gap:8px;justify-content:space-between;margin:18px auto;padding:0 15px}.category-card{margin-bottom:15px;max-width:calc(20% - 8px);min-width:calc(20% - 8px);padding:8px 3px;width:calc(20% - 8px)}.category-card.spacing-after{margin-right:0}.category-image{border-radius:10px;height:50px;margin-bottom:8px;width:50px}.category-text{font-size:9px;line-height:1.2}}@media (min-width:769px) and (max-width:1024px){.category-cards-container{flex-wrap:wrap;gap:10px;justify-content:space-between;margin:20px auto;padding:0 20px}.category-card{flex-basis:calc(20% - 10px);flex-grow:0;flex-shrink:0;margin-bottom:15px;min-width:calc(20% - 10px);padding:10px 4px;width:calc(20% - 10px)}.category-card.spacing-after{margin-right:0}.category-image{border-radius:12px;height:60px;margin-bottom:10px;width:60px}.category-text{font-size:10px;line-height:1.2}}@media (min-width:1025px) and (max-width:1366px){.category-cards-container{flex-wrap:nowrap;gap:8px;justify-content:space-between;margin:25px auto;padding:0 30px}.category-card{flex-basis:calc(9.5% - 8px);flex-grow:0;flex-shrink:0;min-width:calc(9.5% - 8px);padding:10px 4px}.category-image{border-radius:16px;height:75px;width:75px}.category-text{font-size:11px}}@media (min-width:1367px){.category-cards-container{flex-wrap:nowrap;gap:10px;justify-content:space-between;margin:25px auto;padding:0 40px}.category-card{flex-basis:calc(9.8% - 10px);flex-grow:0;flex-shrink:0;min-width:calc(9.8% - 10px);padding:12px 6px}.category-image{border-radius:18px;height:85px;width:85px}.category-text{font-size:13px}}.category-card{animation:slideInUp .6s ease-out;animation-fill-mode:both}.category-card:first-child{animation-delay:.1s}.category-card:nth-child(2){animation-delay:.2s}.category-card:nth-child(3){animation-delay:.3s}.category-card:nth-child(4){animation-delay:.4s}.category-card:nth-child(5){animation-delay:.5s}.category-card:nth-child(6){animation-delay:.6s}.category-card:nth-child(7){animation-delay:.7s}.category-card:nth-child(8){animation-delay:.8s}.category-card:nth-child(9){animation-delay:.9s}.category-card:nth-child(10){animation-delay:1s}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.separator{background-color:#918f8f;height:2px;width:98.5vw}.occ{text-align:center}.dropdown-menu li a:hover{background-color:#fff;color:#ffa704}.reviews{background-color:#fff;border:2px solid #fff;border-radius:12px;margin:16px auto;overflow:hidden;padding:20px;position:relative;width:calc(100% - 60px)}.reviews h1{color:#000;font-size:1.5rem;font-weight:900;letter-spacing:.5px;margin-bottom:24px;text-align:center;text-transform:uppercase}.reviews-container{align-items:center;display:flex;max-width:100%;overflow:hidden;position:relative;width:100%}.reviews-arrow-left,.reviews-arrow-right{align-items:center;background-color:#e91e63;border:none;border-radius:50%;box-shadow:0 6px 16px #0006,inset 0 0 0 2px #c2185b;color:#fff;cursor:pointer;display:flex;font-size:20px;height:55px;justify-content:center;opacity:1;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:55px;z-index:20}.reviews-arrow-left{left:50px}.reviews-arrow-right{right:30px}.reviews-arrow-left:hover,.reviews-arrow-right:hover{background-color:#c2185b;box-shadow:0 8px 20px #00000080,inset 0 0 0 2px #a8144e;transform:translateY(-50%) scale(1.1)}.inro{-ms-overflow-style:none;display:flex;flex-direction:row;min-width:100%;overflow-x:auto;padding:0 70px;position:relative;scroll-behavior:smooth;scrollbar-width:none;width:-webkit-max-content;width:max-content}.inro::-webkit-scrollbar{display:none}@media (max-width:600px){.inro{width:78vw}.reviews-arrow-left,.reviews-arrow-right{font-size:16px;height:45px;width:45px}.reviews-arrow-left{left:25px!important}.reviews-arrow-right{right:15px}}.reviews-section{background:linear-gradient(135deg,#f8fafc,#e2e8f0);overflow:hidden;padding:80px 20px;position:relative}.reviews-section:before{background:radial-gradient(circle at 50% 50%,#e2e8f04d 1px,#0000 0);background-size:20px 20px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.reviews-header{margin:0 0 50px;position:relative;text-align:center;z-index:2}.reviews-header h1{color:#02366f;font-size:36px;font-weight:700;margin-bottom:12px}.reviews-header p{color:#818b9c;font-size:16px;font-weight:400;margin:0}.testimonials-container{margin:0 auto;max-width:1400px;padding:0 20px;position:relative}.testimonials-slider{-ms-overflow-style:none;display:flex;gap:30px;overflow-x:auto;padding:20px 0;scroll-behavior:smooth;scrollbar-width:none}.testimonials-slider::-webkit-scrollbar{display:none}.testimonial-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #fffc;max-width:380px;min-width:380px;overflow:hidden;padding:32px;position:relative;transition:all .4s cubic-bezier(.4,0,.2,1)}.testimonial-card:before{animation:shimmer 3s ease-in-out infinite;background:linear-gradient(90deg,#02366f,#818b9c,#02366f);background-size:200% 100%;content:"";height:4px;left:0;position:absolute;right:0;top:0}@keyframes shimmer{0%,to{background-position:200% 0}50%{background-position:-200% 0}}.testimonial-card:hover{box-shadow:0 32px 64px -12px #a3499d40,0 16px 32px -8px #a3499d26,0 0 0 1px #a3499d1a;transform:translateY(-12px) scale(1.02)}.testimonial-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:24px}.customer-info{align-items:center;display:flex;flex:1 1;gap:16px}.customer-avatar{border-radius:20px;box-shadow:0 8px 16px #02366f33;height:60px;overflow:hidden;position:relative;width:60px}.customer-avatar img{height:100%;object-fit:cover;transition:transform .3s ease;width:100%}.testimonial-card:hover .customer-avatar img{transform:scale(1.1)}.customer-details h3{color:#1e293b;font-size:1.1rem;font-weight:700;margin:0 0 8px}.rating-stars{align-items:center;display:flex;gap:4px}.rating-stars .fa-star{font-size:14px;transition:all .2s ease}.rating-stars .fa-star.filled{color:#fbbf24}.rating-stars .fa-star:not(.filled){color:#e5e7eb}.rating-text{color:#64748b;font-size:.9rem;font-weight:600;margin-left:8px}.verified-badge{align-items:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:12px;box-shadow:0 4px 8px #10b98133;color:#fff;display:flex;font-size:.8rem;font-weight:600;gap:6px;padding:6px 12px}.verified-badge i{font-size:.9rem}.testimonial-content{margin-bottom:24px}.testimonial-content p{color:#374151;font-size:1rem;font-style:italic;line-height:1.7;margin:0;position:relative}.testimonial-content p:before{color:#02366f;content:'"';font-family:serif;font-size:3rem;left:-16px;opacity:.3;position:absolute;top:-8px}.product-info{justify-content:center}.product-info,.product-tag{align-items:center;display:flex}.product-tag{background:#02366f1a;border:1px solid #02366f33;border-radius:16px;color:#02366f;font-size:.9rem;font-weight:600;gap:8px;padding:8px 16px}.product-tag i{font-size:1rem}.testimonial-nav-btn{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fffc;border-radius:50%;box-shadow:0 8px 16px #0000001a,0 4px 8px #0000000f;color:#02366f;cursor:pointer;font-size:1.5rem;height:64px;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s cubic-bezier(.4,0,.2,1);width:64px;z-index:10}.testimonial-nav-btn.prev{left:-20px}.testimonial-nav-btn.next{right:-20px}.testimonial-nav-btn:hover{background:#02366f;box-shadow:0 16px 32px #02366f40,0 8px 16px #02366f26;color:#fff;transform:translateY(-50%) scale(1.1)}.about-section{background:#fff;margin:0 auto;max-width:1200px;padding:100px 20px;position:relative}.about-header{margin-bottom:80px;text-align:center}.about-header h1{color:#1e293b;font-size:clamp(2.5rem,4vw,3.8rem);font-weight:800;line-height:1.2;margin-bottom:20px}.tagline{color:#64748b;font-size:1.3rem;font-weight:500;margin:0}.about-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:1200px}.content-card{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffc;border:1px solid #fff3;border-radius:24px;box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a;overflow:hidden;padding:40px 32px;position:relative;text-align:center;transition:all .4s cubic-bezier(.4,0,.2,1)}.content-card:before{background:linear-gradient(90deg,#a3499d,#6366f1);content:"";height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transition:transform .3s ease}.content-card:hover:before{transform:scaleX(1)}.content-card:hover{box-shadow:0 32px 64px -12px #a3499d26,0 16px 32px -8px #a3499d1a;transform:translateY(-8px)}.content-icon{align-items:center;background:linear-gradient(135deg,#a3499d,#6366f1);border-radius:24px;box-shadow:0 12px 24px #a3499d40;color:#fff;display:flex;font-size:2rem;height:80px;justify-content:center;margin:0 auto 24px;transition:transform .3s ease;width:80px}.content-card:hover .content-icon{transform:scale(1.1) rotate(5deg)}.content-card h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin:0 0 16px}.content-card p{color:#64748b;font-size:1rem;line-height:1.7;margin:0}.services-highlight{background:linear-gradient(135deg,#a3499d,#6366f1);border-radius:32px;color:#fff;margin-bottom:60px;overflow:hidden;padding:60px 40px;position:relative;text-align:center}.services-highlight:before{background:radial-gradient(circle at 50% 50%,#ffffff1a 2px,#0000 0);background-size:25px 25px;bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.highlight-text h2{font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;margin-bottom:16px;position:relative;z-index:2}.highlight-text p{margin-bottom:32px;opacity:.9}.cta-button,.highlight-text p{font-size:1.1rem;position:relative;z-index:2}.cta-button{align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:1px solid #fff3;border-radius:16px;display:inline-flex;font-weight:600;gap:12px;padding:16px 32px;transition:all .3s ease}.cta-button,.cta-button:hover{color:#fff;text-decoration:none}.cta-button:hover{background:#ffffff40;box-shadow:0 12px 24px #00000026;transform:translateY(-2px)}.city-services{text-align:center}.city-services h3{color:#1e293b;font-size:1.5rem;font-weight:700;margin-bottom:24px}.city-links{display:flex;gap:12px;justify-content:center}.city-links a{background:#a3499d1a;border:1px solid #a3499d33;border-radius:12px;color:#a3499d;font-weight:600;padding:8px 16px;transition:all .3s ease}.city-links a:hover{background:#a3499d;box-shadow:0 8px 16px #a3499d40;color:#fff;text-decoration:none;transform:translateY(-2px)}.faq-section-enhanced .section-title{display:flex;flex-direction:column;margin:0 0 50px;text-align:center}.faq-section-enhanced .section-title h2{color:#02366f;font-size:36px;font-weight:800;margin-bottom:12px}.faq-section-enhanced .section-title p{color:#818b9c;font-size:16px;font-weight:400;margin:0}.faq-section-enhanced{background:linear-gradient(135deg,#f1f5f9,#e2e8f0);padding:100px 20px;position:relative}.faq-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:80px;margin-left:auto;margin-right:auto;max-width:1200px;padding:0 20px}.faq-item{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#fffffff2;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 16px #00000014,0 4px 8px #0000000a;box-sizing:border-box;margin-bottom:16px;overflow:hidden;transition:all .3s cubic-bezier(.4,0,.2,1);width:100%}.faq-item:hover{box-shadow:0 20px 40px #02366f26,0 8px 16px #02366f1a;transform:translateY(-4px)}.faq-question{background:#0000;box-sizing:border-box;padding:30px 45px;transition:all .3s ease}.faq-question h3{color:#1e293b;flex:1 1;font-size:1.1rem;font-weight:700;line-height:1.4;margin:0;padding-right:20px}.faq-toggle{align-items:center;background:#02366f;border:2px solid #02366f;border-radius:10px;color:#fff;display:flex;flex-shrink:0;font-size:1.2rem;font-weight:600;height:40px;justify-content:center;transition:all .3s ease;width:40px}.faq-item.active .faq-toggle{background:#fff;border-color:#02366f;color:#02366f;transform:rotate(45deg)}.faq-answer{background:#f8fafccc;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-item.active .faq-answer{padding:0 45px 30px}.faq-answer p{color:#64748b;font-size:1rem;line-height:1.7;margin:0}@media (max-width:1024px){.testimonials-container{padding:0 15px}.testimonial-card{max-width:350px;min-width:350px;padding:28px}.testimonials-slider{gap:20px}}@media (max-width:768px){.reviews-section{padding:60px 15px}.reviews-header{margin-bottom:40px}.reviews-header h1{font-size:28px}.reviews-header p{font-size:15px}.testimonials-container{padding:0 10px}.testimonial-card{max-width:300px;min-width:300px;padding:24px}.testimonial-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:20px}.customer-info{gap:12px;width:100%}.customer-avatar{height:50px;width:50px}.customer-details h3{font-size:1rem}.verified-badge{align-self:flex-end;flex-shrink:0;font-size:.75rem;margin-top:-4px;min-width:-webkit-fit-content;min-width:fit-content;padding:6px 12px;white-space:nowrap}.testimonial-content p{font-size:.95rem}.testimonial-nav-btn{font-size:1.2rem;height:48px;width:48px}.testimonial-nav-btn.prev{left:10px}.testimonial-nav-btn.next{right:10px}}@media (max-width:640px){.reviews-section{padding:50px 10px}.reviews-header h1{font-size:24px}.reviews-header p{font-size:14px}.testimonials-container{padding:0 5px}.testimonial-card{border-radius:20px;max-width:280px;min-width:280px;padding:20px}.testimonial-header{margin-bottom:20px}.customer-info{gap:10px}.customer-avatar{border-radius:15px;height:45px;width:45px}.customer-details h3{font-size:.95rem}.rating-stars .fa-star{font-size:13px}.verified-badge{font-size:.75rem;padding:5px 10px}.testimonial-content{margin-bottom:20px}.testimonial-content p{font-size:.9rem;line-height:1.6}.testimonials-slider{gap:15px;padding:15px 0}}@media (max-width:480px){.reviews-section{padding:40px 8px}.reviews-header{margin-bottom:30px}.reviews-header h1{font-size:22px;margin-bottom:8px}.reviews-header p{font-size:13px}.testimonials-container{padding:0}.testimonial-card{border-radius:18px;max-width:260px;min-width:260px;padding:18px}.testimonial-header{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:16px}.customer-info{gap:8px;width:100%}.customer-avatar{border-radius:12px;height:40px;width:40px}.customer-details h3{font-size:.9rem;margin-bottom:4px}.rating-stars{gap:3px}.rating-stars .fa-star{font-size:12px}.rating-text{font-size:.8rem;margin-left:6px}.verified-badge{align-self:flex-end;font-size:.7rem;padding:4px 8px}.testimonial-content{margin-bottom:16px}.testimonial-content p{font-size:.85rem;line-height:1.5}.testimonials-slider{gap:12px;padding:12px 0}.testimonial-nav-btn{font-size:1.1rem;height:44px;width:44px}.testimonial-nav-btn.prev{left:5px}.testimonial-nav-btn.next{right:5px}}@media (max-width:360px){.reviews-section{padding:35px 5px}.reviews-header h1{font-size:20px}.testimonial-card{border-radius:16px;max-width:240px;min-width:240px;padding:16px}.testimonial-header{margin-bottom:14px}.customer-avatar{border-radius:10px;height:36px;width:36px}.customer-details h3{font-size:.85rem}.testimonial-content p{font-size:.8rem}.verified-badge{font-size:.65rem;padding:3px 6px}.testimonials-slider{gap:10px}.about-section{padding:60px 0}.about-content{gap:24px;grid-template-columns:1fr;margin-bottom:60px}.content-card{padding:32px 24px}.services-highlight{margin-bottom:40px;padding:40px 24px}.faq-section-enhanced{padding:80px 15px}.faq-grid{gap:20px;grid-template-columns:1fr;margin-bottom:60px;padding:0 10px}.faq-question{padding:25px 35px}.faq-question h3{font-size:1.05rem;padding-right:15px}.faq-toggle{font-size:1.1rem;height:36px;width:36px}.faq-item.active .faq-answer{padding:0 35px 25px}.faq-answer p{font-size:.95rem;line-height:1.6}}@media (max-width:768px){.faq-section-enhanced{padding:60px 10px}.faq-section-enhanced .section-title h2{font-size:30px;margin-bottom:10px}.faq-section-enhanced .section-title p{font-size:15px}.faq-grid{gap:16px;margin-bottom:50px;padding:0 5px}.faq-item{border-radius:16px;margin-bottom:12px}.faq-question{padding:22px 30px}.faq-question h3{font-size:1rem;line-height:1.4;padding-right:12px}.faq-toggle{font-size:1rem;height:34px;width:34px}.faq-item.active .faq-answer{padding:0 30px 22px}.faq-answer p{font-size:.9rem;line-height:1.6}}@media (max-width:480px){.faq-section-enhanced{padding:50px 10px}.faq-section-enhanced .section-title{margin:0 0 40px}.faq-section-enhanced .section-title h2{font-size:26px;line-height:1.3;margin-bottom:8px}.faq-section-enhanced .section-title p{font-size:14px;line-height:1.5}.faq-grid{gap:14px;grid-template-columns:1fr;margin-bottom:40px;padding:0}.faq-item{border-radius:14px;margin-bottom:10px}.faq-question{padding:20px 25px}.faq-question h3{font-size:.95rem;line-height:1.4;padding-right:10px}.faq-toggle{font-size:.95rem;height:32px;width:32px}.faq-item.active .faq-answer{max-height:250px;padding:0 25px 20px}.faq-answer p{font-size:.875rem;line-height:1.6}}@media (max-width:360px){.faq-section-enhanced{padding:40px 8px}.faq-section-enhanced .section-title h2{font-size:24px}.faq-grid{gap:12px;margin-bottom:35px}.faq-question{padding:18px 20px}.faq-question h3{font-size:.9rem;padding-right:8px}.faq-toggle{font-size:.9rem;height:30px;width:30px}.faq-item.active .faq-answer{padding:0 20px 18px}.faq-answer p{font-size:.85rem}}@keyframes scrollSlider{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.data{background-color:#fff;border:none;border-radius:12px;box-shadow:inset 0 2px 6px #fff;flex-direction:column;height:30vw;padding:16px;width:20vw}.data,.img{align-items:center;display:flex;justify-content:center}.img{border:3px solid #131513;border-radius:50%;box-shadow:0 2px 8px #1dca344d;height:100px;margin:0 auto 16px;overflow:hidden;width:100px}.img img{border-radius:50%;height:100%;object-fit:cover;width:100%}.testimonials h2{color:#111;font-size:1.6rem;font-weight:700;margin:15px 0 4px;text-align:center}.testimonials h3{color:#1dca34;font-style:italic;font-weight:600;margin:6px 0 12px}.testimonials h3,.testimonials p{font-size:1.1rem;text-align:center}.testimonials p{color:#444;font-weight:400;line-height:1.6em;margin-top:30px;max-width:90%}.reviwedproduct{margin-top:15vw}@media (max-width:600px){.reviews{width:90vw}.reviews,.testimonials{height:auto;padding:20px}.testimonials{flex:0 0 90%;max-width:90%}.data{height:auto;width:80vw}.img{height:80px;width:80px}}@media (min-width:768px) and (max-width:1024px){.reviews{width:80vw}.reviews,.testimonials{height:auto;padding:20px}.testimonials{margin-right:16px;max-width:48%}.data{height:auto;width:40vw}.img{height:90px;width:90px}}:root{--font-family:"Inter","Roboto","Helvetica Neue",Arial,sans-serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-bold:700;--font-weight-black:900;--spacing-sm:0.75rem;--spacing-md:1.5rem;--spacing-lg:2.5rem}.text{color:#222;font-family:Inter,Roboto,Helvetica Neue,Arial,sans-serif;font-family:var(--font-family);line-height:1.6;margin-left:30px;margin-top:35px}@media (max-width:600px){.text h1{text-align:center;width:95vw}.text{margin-left:5px}.text p{margin-left:25px}}.text h1{font-size:clamp(2rem,4vw,3rem);font-weight:900;font-weight:var(--font-weight-black);margin:0 0 1.5rem;margin:0 0 var(--spacing-md);margin-right:120px}.text h2{font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;font-weight:var(--font-weight-bold);line-height:1.3;margin-bottom:.75rem;margin-bottom:var(--spacing-sm);margin-top:2.5rem;margin-top:var(--spacing-lg)}.text p{margin:0 0 1.5rem;margin:0 0 var(--spacing-md)}.text p span{font-weight:500;font-weight:var(--font-weight-medium)}.second{font-weight:400;font-weight:var(--font-weight-normal);margin-top:1.5rem;margin-top:var(--spacing-md)}.PrivateDiningBox figure{border-radius:12px;height:22vw;margin-bottom:8px;overflow:hidden}@media (max-width:600px){.PrivateDiningBox figure{border-radius:10px;height:80vw}}.birthday-scroll-container{height:40vw}@media (max-width:600px){.birthday-scroll-container{height:auto;min-height:90vw}}.DarkGreen img{width:15vw}.top{margin-bottom:5px;margin-top:5px}.show{border:0;border-radius:8px;box-shadow:0 4px 12px #0000001f;color:#aa1295;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;letter-spacing:.5px;padding:12px 28px;transition:all .3s ease}.show:hover{box-shadow:0 6px 16px #0003;transform:translateY(-2px)}.show:active{box-shadow:0 3px 8px #00000026;transform:translateY(0)}.show:focus{box-shadow:0 0 0 3px #02020266;outline:none}.loc h1{color:grey;font-size:15px;font-weight:700;margin-left:5px;width:8vw}.reviwedproduct{display:flex;gap:25px;margin-top:8px}.image img{width:60px}.client{border:2px solid #ddd;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:30px auto;max-width:98vw;padding:20px;transition:box-shadow .3s ease;width:97%}.client:hover{box-shadow:0 6px 16px #00000026}.star{display:flex;gap:1;justify-content:space-around}.endbuttons{align-items:center;display:flex;gap:145px;margin-left:15px;margin-right:15px;margin-top:10px}@media (max-width:600px){.endbuttons{align-items:center;flex-direction:row;gap:61px;margin-left:0;margin-right:0}}.Buttons{background-color:#690aad;font-weight:500;width:250px}@media (max-width:600px){.Buttons{margin-bottom:5px;width:150px}}.rightcard{display:flex;flex-wrap:wrap;gap:4vw}@media (max-width:1200px){.rightcard{gap:3vw}}@media (max-width:480px){.rightcard{align-items:stretch;flex-direction:column;gap:1rem}}@media (max-width:1200px){.rightcard{display:flex;gap:1px}}@media (max-width:768px){.rightcard{gap:2vw}}@media (max-width:480px){.rightcard{align-items:stretch;flex-direction:row;gap:100px}}.featurefit{display:flex;flex-wrap:wrap}.PrivateDiningBox h6{font-weight:800}.content-wrap{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:0 auto 100px;max-width:1200px}.post-box{background-color:#fff;border-radius:8px;box-shadow:0 4px 10px #0000001a;display:flex;flex-direction:column;padding:20px;transition:transform .3s ease,box-shadow .3s ease}.post-box:hover{box-shadow:0 8px 16px #00000026;transform:translateY(-5px)}.post-heading{color:#2c3e50;font-size:1.4rem;font-weight:700;margin-bottom:10px}.post-time{color:#999;font-size:.85rem;font-style:italic;margin-bottom:15px}.post-preview{color:#555;flex-grow:1;font-size:1rem;line-height:1.5;margin-bottom:15px}.btn-link{align-self:flex-start;border:1.5px solid #f04e31;border-radius:5px;color:#f04e31;font-weight:600;padding:6px 14px;text-decoration:none;transition:all .3s ease}.btn-link:hover{background-color:#f04e31;border-color:#f04e31;color:#fff}.sidebar-box{display:flex;flex:1 1;flex-direction:column;gap:20px}.search-widget{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;display:flex;padding:12px}.search-widget input{border:none;flex:1 1;font-size:14px;outline:none;padding:8px}.search-widget button{background:#e94d6a;border:none;border-radius:4px;color:#fff;cursor:pointer;padding:8px 12px}.banner-top{align-items:center;display:flex;flex-direction:column;margin-top:20px;text-align:center}.banner-top .lo{width:140px}.banner-top img{width:15px}.banner-top h1{color:#e0291c;font-size:28px;margin:10px 0 5px}.banner-top p{color:#555;font-size:14px}@media (max-width:600px){.anniversary-scroll-container{height:auto;min-height:134vw}}.faq-section{background:#fff;border-radius:10px;box-shadow:0 4px 18px 0 #00000024,0 1.5px 3px 0 #0000001a;font-family:Arial,sans-serif;margin:25px auto auto;padding:24px;width:98vw}.faq-section h2{font-weight:700;margin-bottom:28px;text-align:center}.faq-item{border-bottom:1px solid #eee;margin-bottom:12px}.faq-question{align-items:center;background:none;border:none;cursor:pointer;display:flex;font-size:1.05em;font-weight:500;justify-content:space-between;outline:none;padding:16px 0;text-align:left;width:100%}.faq-icon{color:#555;font-size:1.5em;transition:transform .3s}.faq-item.active .faq-icon{color:#39a;content:"-";transform:rotate(45deg)}.faq-answer{color:#333;font-size:.98em;font-weight:700;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease,padding .3s}.faq-item.active .faq-answer{max-height:200px;padding:8px 0 16px}.city-links{color:#1a4bb8;flex-wrap:wrap;font-family:Arial,sans-serif;font-size:14px;line-height:1.6;margin-top:25px;overflow-x:auto}.city-links a{color:#1a4bb8;font-weight:700;margin:0 4px;text-decoration:none}.city-links a:hover{color:#103d94;text-decoration:underline}.imgmat{height:75px;width:55px}@media (max-width:600px){.PrivateDiningBox{gap:1px}}
/*# sourceMappingURL=main.a1aee001.css.map*/