.switch{position:relative;display:inline-block;width:40px;height:20px}.switch input{opacity:0;width:0;height:0}.slider{cursor:default;top:0;right:0;background-color:#ccc}.slider,.slider:before{position:absolute;left:0;bottom:0;transition:.4s}.slider:before{content:"";height:20px;width:20px;background-color:#fff}input:checked+.slider{background-color:#2c3333}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(20px)}.slider.round{border-radius:20px}.slider.round:before{border-radius:50%}.otp-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999;padding:20px}.otp-modal{background:#f5f5f5;border-radius:24px;width:100%;max-width:400px;position:relative;overflow:hidden;box-shadow:0 20px 40px rgba(0,0,0,.1)}.otp-close-btn{position:absolute;top:16px;right:16px;background:none;border:none;cursor:pointer;padding:8px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease;z-index:10}.otp-close-btn:hover{background-color:rgba(0,0,0,.05)}.otp-close-btn svg{font-size:24px;color:#333}.otp-content{padding:60px 32px 32px;text-align:center}.otp-title{font-size:24px;font-weight:600;color:#333;margin:0 0 16px;line-height:1.2}.otp-subtitle{font-size:14px;color:#666;margin:0 0 32px;line-height:1.4}.otp-inputs{display:flex;gap:12px;justify-content:center;margin-bottom:24px}.otp-input{width:56px;height:56px;border:2px solid #e0e0e0;border-radius:12px;background:#fff;text-align:center;font-size:24px;font-weight:600;color:#333;outline:none;transition:all .2s ease}.otp-input:focus{border-color:#000;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.otp-input.filled{border-color:#333;background:#f8f9fa}.otp-input.error{border-color:#dc3545;background:#fff5f5}.otp-messages{margin-bottom:32px;min-height:20px}.error-message{color:#dc3545;font-size:14px;margin:0}.resend-message,.timer-message{color:#666;font-size:14px;margin:0}.resend-link{background:none;border:none;color:#007bff;cursor:pointer;text-decoration:underline;font-size:inherit;padding:0}.resend-link:hover{color:#0056b3}.otp-continue-btn{width:100%;height:56px;border-radius:28px;border:none;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.otp-continue-btn.active{background:#000;color:#fff}.otp-continue-btn.active:hover{background:#333}.otp-continue-btn.disabled{background:#e0e0e0;color:#999;cursor:not-allowed}.otp-success-content{padding:60px 32px 32px;text-align:center}.success-icon{width:80px;height:80px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px;position:relative}.success-icon:before{content:"";position:absolute;width:96px;height:96px;border-radius:50%;top:-8px;left:-8px}.success-icon svg{font-size:32px;color:#fff;z-index:1}.success-title{font-size:24px;font-weight:600;color:#333;margin:0 0 32px}.otp-ok-btn{width:100%;height:56px;border-radius:28px;border:none;background:#000;color:#fff;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease}.otp-ok-btn:hover{background:#333}@media(max-width:480px){.otp-modal{margin:0 16px;max-width:none}.otp-content,.otp-success-content{padding:50px 24px 24px}.otp-inputs{gap:8px}.otp-input{width:48px;height:48px;font-size:20px}.success-icon{width:64px;height:64px}.success-icon:before{width:80px;height:80px;top:-8px;left:-8px}.success-icon svg{font-size:28px}}.loading-icon{height:70px;width:70px}.loading-blue{height:30vh}.loading-blue,.location-modal-overlay{display:flex;justify-content:center;align-items:center}.location-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:10000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.location-modal{background:#fff;border-radius:12px;box-shadow:0 20px 40px rgba(0,0,0,.15);max-width:400px;width:100%;max-height:90vh;overflow:hidden;animation:modalSlideIn .3s ease-out}@media(max-width:480px){.location-modal{max-width:90vw;margin:20px}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.location-modal-header{display:flex;align-items:center;padding:20px 20px 15px;border-bottom:1px solid #f0f0f0;position:relative}.location-modal-icon{width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700;margin-right:15px;flex-shrink:0}.location-modal-info .location-modal-icon{background:#e3f2fd;color:#1976d2}.location-modal-success .location-modal-icon{background:#e8f5e8;color:#2e7d32}.location-modal-warning .location-modal-icon{background:#fff3e0;color:#f57c00}.location-modal-error .location-modal-icon{background:#ffebee;color:#d32f2f}.location-modal-title{font-size:18px;font-weight:600;margin:0;color:#333;flex:1 1}.location-modal-close{position:absolute;top:15px;right:15px;background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:5px;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.location-modal-close:hover{background:#f5f5f5;color:#666}.location-modal-body{padding:20px}.location-modal-message{font-size:14px;line-height:1.5;color:#666;margin:0}.location-modal-footer{padding:15px 20px 20px;display:flex;justify-content:flex-end;gap:10px}.location-modal-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s ease;border:none}.location-modal-button.location-modal-button-primary{background:#da1731;color:#fff}.location-modal-button.location-modal-button-primary:hover{background:#c41427}.location-modal-button.location-modal-button-secondary{background:#f5f5f5;color:#666}.location-modal-button.location-modal-button-secondary:hover{background:#e0e0e0}.location-modal-loading{display:flex;align-items:center;gap:10px}.location-modal-spinner{width:16px;height:16px;border:2px solid #e0e0e0;border-top-color:#1976d2;border-radius:50%;animation:spin 1s linear infinite}.testimonials-section{background-position:50%;background-size:cover}.testimonials-section .slick-dots{bottom:-40px}.testimonials-section .subtitle{color:rgba(0,0,0,.4);max-width:85%;font-size:20px;margin:10px auto 25px;font-weight:400}@media(max-width:767px){.testimonials-section .section-heading{max-width:90%;font-size:24px;margin:0 auto 12px}.testimonials-section .subtitle{color:rgba(0,0,0,.4);max-width:90%;font-size:16px;margin:0 auto 25px}}.testimonials-section .testimonials-figure{border-radius:28px;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:40px;margin:10px;height:329px}.testimonials-section .testimonials-figure .d-fx{align-items:center}.testimonials-section .testimonials-figure .img-box{width:78px;height:78px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#33ffda;overflow:hidden}.testimonials-section .testimonials-figure .img-box img{width:120px;height:120px}.testimonials-section .testimonials-figure .content-box{padding-left:25px;width:calc(100% - 120px)}.testimonials-section .testimonials-figure .content-box .testi-rating{color:#000;font-size:14px;line-height:20px;display:flex;gap:5px;margin:0 0 5px}.testimonials-section .review-content{margin-top:40px}.testimonials-section .testimonials-figure .content-box .review{color:#fff;font-size:16px;font-weight:400;line-height:24px;opacity:.8;margin:0}.testimonials-section .testimonials-figure .content-box .author-name{color:#000;font-size:16px;font-style:normal;font-weight:500;line-height:30px;margin:0}.testimonials-section .testimonials-figure .content-box .author-location{color:#fff;font-size:14px;font-style:italic;font-weight:500;line-height:20px;margin:0;opacity:.6}.slick-next:before,.slick-prev:before{color:#ccc!important;font-size:36px!important}.slick-next,.slick-prev{border-radius:50%;width:40px;height:40px;display:flex!important;align-items:center;justify-content:center}.slick-next{right:-35px}.slick-prev{left:-35px}.testimonials-section .slick-dots li button:before{font-size:14px;color:#828080}.testimonials-section .slick-dots li.slick-active button:before{color:#fff;padding:1px;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%}@media(max-width:767px){.slick-next:before,.slick-prev:before{color:#ccc!important;font-size:20px!important}.slick-next,.slick-prev{background-color:#fff!important;border-radius:50%;width:20px;height:13px!important;display:flex!important;align-items:center;justify-content:center}.slick-next{right:-13px!important}.slick-prev{left:-13px!important}.custom-padding.testimonials-section{padding:70px 0;background:#f3f3f3}.testimonials-section .slick-list{margin:0 -15px}.testimonials-section .slick-slide>div{padding:0 15px}.testimonials-section .testimonials-figure{padding:20px}.testimonials-section .testimonials-figure .content-box{width:100%;padding:10px 0 0}.testimonials-section .slick-dots{bottom:-35px}.testimonials-section .testimonials-figure .img-box{width:50%;height:100%;border-radius:50%;-webkit-border-radius:50%;-moz-border-radius:50%;-ms-border-radius:50%;-o-border-radius:50%;background-color:#33ffda;overflow:hidden}.testimonials-section .testimonials-figure .img-box img{width:100%;height:100%;object-fit:cover;border-radius:50%}.testimonials-figure .d-fx{gap:20px}}.testimonials-section.for-bookingpage .slick-list{overflow:visible}.testimonials-section.for-bookingpage .slick-slide>div{padding:0}.testimonials-section.for-bookingpage .slick-slide{opacity:.7;transform:scale(.9);transition:all .3s ease;padding:0}.testimonials-section.for-bookingpage .slick-slide.slick-center{opacity:1;transform:scale(1);z-index:2}.testimonials-section.for-bookingpage .review-content{margin-top:20px;font-weight:400!important;font-size:12px!important}.testimonials-section.for-bookingpage .testimonials-figure{height:275px!important;padding:40px;margin:0;width:100%;max-width:400px;box-sizing:border-box}.testimonials-section.for-bookingpage .testimonials-figure .content-box .review{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:5;line-clamp:5;-webkit-box-orient:vertical;font-size:12px!important;line-height:1.5;max-height:7.5em;cursor:pointer;position:relative}.testimonials-section.for-bookingpage .testimonials-figure .content-box .review:hover:after{content:attr(data-full-text);position:absolute;bottom:100%;left:0;right:0;background:rgba(0,0,0,.9);color:#fff;padding:10px;border-radius:8px;font-size:14px;line-height:1.4;z-index:1000;white-space:normal;word-wrap:break-word;box-shadow:0 4px 12px rgba(0,0,0,.3);opacity:0;animation:tooltipFadeIn .3s ease forwards}@keyframes tooltipFadeIn{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:767px){.testimonials-section.for-bookingpage .testimonials-figure{height:275px;padding:20px 30px;max-width:320px}.testimonials-section.for-bookingpage .testimonials-figure .content-box .review{-webkit-line-clamp:4;line-clamp:4;max-height:6em}}.faq-section{background-color:#fff;padding:30px 20px;display:flex;align-items:center;justify-content:center}.faq-section,.faq-section *,.faq-section :after,.faq-section :before{font-family:Poppins,sans-serif!important}.faq-container{width:100%;max-width:400px;margin:0 auto}.faq-content{text-align:center;color:#333}.faq-title{font-size:20px;font-weight:400;line-height:1.2;margin-bottom:16px;color:#000}.faq-subtitle{font-size:12px;color:#666;font-weight:400;line-height:1.4}.faq-list,.faq-subtitle{margin-bottom:40px}.faq-item{background-color:transparent;border-bottom:1px solid #e5e5e5;margin-bottom:0;overflow:hidden}.faq-item:last-child{border-bottom:none}.faq-question{padding:24px 0;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .3s ease}.faq-question:hover{opacity:1}.question-text{font-size:18px;font-weight:500;color:#000;text-align:left;flex:1 1;line-height:1.4}.expand-icon{font-size:20px;font-weight:500;color:#000;transition:all .3s cubic-bezier(.4,0,.2,1);width:20px;height:20px;display:flex;align-items:center;justify-content:center}.faq-answer{padding:0;max-height:0;opacity:0;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1)}.faq-answer.expanded{max-height:300px;opacity:1;padding:0 0 24px}.faq-answer p{color:#000;padding-top:16px}.faq-answer div,.faq-answer p{font-size:14px;line-height:1.5;margin:0;text-align:left}.faq-answer div{color:#666}.faq-answer div ol,.faq-answer div ul{text-align:left;padding-left:20px;margin:0}.faq-answer div ol li,.faq-answer div ul li{text-align:left;margin-bottom:8px}.faq-answer div br{line-height:1.5}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:200px}}.view-more-btn{background-color:transparent;border:none;color:#999;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;gap:8px;text-decoration:underline}.view-more-btn:hover{color:#666}@media(max-width:375px){.faq-section{padding:40px 15px}.faq-title{font-size:28px}.faq-question{padding:16px}.question-text{font-size:14px}.faq-answer,.faq-answer.expanded{padding:0 16px 16px}.faq-answer p{font-size:13px;padding-top:12px}}.new-mobile-booking-container,.new-mobile-booking-container *,.new-mobile-booking-wrapper{font-family:Poppins,sans-serif!important}.new-mobile-booking-wrapper{background-color:#eee}.new-sigma-hero-overlay{position:absolute;top:25px;left:10px;z-index:2}.new-sigma-hero-content,.new-sigma-hero-overlay{display:flex;align-items:center;justify-content:center}.new-sigma-hero-content{flex-direction:column;text-align:center;padding:20px;z-index:3}.new-mobile-booking-wrapper{contain:layout style;transform:translateZ(0);will-change:transform;-webkit-overflow-scrolling:touch;backface-visibility:hidden}@media(max-width:480px){.new-sigma-hero-content{padding:15px}}@media(max-width:360px){.new-sigma-hero-content{padding:10px}}.new-mobile-booking-wrapper *{box-sizing:border-box}.new-mobile-booking-wrapper .new-home-continer{top:0;height:auto;padding-top:45px}.new-mobile-booking-wrapper .new-home-continer .new-container{height:auto;position:relative}.new-mobile-booking-wrapper .new-n-w-booking-RightContainer .new-n-w-book-bottom-top{padding:0 15px;max-width:530px;width:100%;margin:0 auto}.new-mobile-booking-wrapper .new-n-w-booking-RightContainer .new-n-b-step{padding-bottom:40px;padding-top:40px!important}.new-nw-text{color:#000;font-weight:400;margin-bottom:10px}.new-l-n-w-bottom-top-input{margin-bottom:15px!important;position:relative}.new-l-n-w-bottom-top-input .new-redsrisks{position:absolute;top:50%;transform:translateY(-50%);color:red}.new-l-n-w-bottom-top-input .new-redAsterisk1{left:60px}.new-l-n-w-bottom-top-input .new-redAsterisk2{left:135px}.new-l-n-w-bottom-top-input .new-redAsterisk3{left:57px}.new-l-n-w-bottom-top-input input:not(:-ms-input-placeholder)+.new-redsrisks{opacity:0}.new-l-n-w-bottom-top-input input:not(:placeholder-shown)+.new-redsrisks{opacity:0}.new-mobile-booking-wrapper{width:100%;min-height:100vh;background:#f5f5f5;font-family:Poppins,sans-serif}.new-mobile-booking-wrapper *,.new-mobile-booking-wrapper :after,.new-mobile-booking-wrapper :before,.new-mobile-booking-wrapper button,.new-mobile-booking-wrapper div,.new-mobile-booking-wrapper h1,.new-mobile-booking-wrapper h2,.new-mobile-booking-wrapper h3,.new-mobile-booking-wrapper h4,.new-mobile-booking-wrapper h5,.new-mobile-booking-wrapper h6,.new-mobile-booking-wrapper input,.new-mobile-booking-wrapper label,.new-mobile-booking-wrapper p,.new-mobile-booking-wrapper select,.new-mobile-booking-wrapper span,.new-mobile-booking-wrapper textarea{font-family:Poppins,sans-serif!important}.newm-booking-form{padding-top:0!important;display:flex;height:auto!important}.newm-booking-form *{box-sizing:border-box}.newm-booking-form .new-n-w-booking-RightContainer{position:relative;height:auto;width:100%}.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-book-bottom{position:relative;height:auto;flex-direction:row}.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-spacer-bottom{width:100%}.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-book-bottom-top{max-width:530px;width:100%;margin:0 auto}.newm-booking-form .new-n-w-booking-RightContainer .new-n-title{color:#000;text-align:center;font-family:Poppins;font-size:22px;font-style:normal;font-weight:600;margin-bottom:20px}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input{margin-bottom:24px;background-color:#fff;width:100%;height:60px;display:flex;align-items:center;border:1px solid #d9d9d9;border-radius:5px;overflow:hidden}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input .new-w-book-hr-line,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input .new-w-book-hr-line{height:20px;opacity:.4}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input label,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input label{display:flex;justify-content:center;align-items:center;width:50px}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input{outline:none;border:none;height:inherit;padding-left:10px;font-weight:400;font-size:16px;width:100%;color:#000}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input:-webkit-autofill,.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input:-webkit-autofill:active,.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input:-webkit-autofill:focus,.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input:-webkit-autofill:hover,.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input:-webkit-autofill:valid,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input:-webkit-autofill,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input:-webkit-autofill:active,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input:-webkit-autofill:focus,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input:-webkit-autofill:hover,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;-webkit-background-clip:text!important}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input input:-moz-autofill,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input input:-moz-autofill{background-color:#fff!important;color:#000!important}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input select,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input select{outline:none;border:none;height:inherit;padding-left:10px;padding-right:5px;font-weight:400;font-size:16px;width:calc(100% - 10px);margin-right:auto;background:#fff;color:#000}.newm-booking-form .new-n-w-booking-RightContainer .new-l-n-w-bottom-top-input.error,.newm-booking-form .new-n-w-booking-RightContainer .new-n-w-bottom-top-input.error{border:1px solid #ec7272}.new-city-selection-container{position:relative}.new-city-input-wrapper{cursor:pointer;display:flex;align-items:center;flex-wrap:nowrap;gap:8px;min-height:60px;padding:12px 16px;position:relative;background-color:#fff;width:100%;height:60px;border:1px solid #d9d9d9;border-radius:5px;overflow:hidden;margin-bottom:24px}.new-city-input-wrapper input:-ms-input-placeholder{color:#000;font-weight:400}.new-city-input-wrapper input::placeholder{color:#000;font-weight:400}.new-city-input-wrapper input{flex-shrink:1;min-width:0}.new-chip{background:#e0e0e0;border-radius:6px;padding:4px 8px;display:flex;align-items:center;gap:4px;font-size:14px}.new-chip span{color:#333}.new-chip-close{background:none;border:none;color:#666;font-size:16px;cursor:pointer;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.new-chip-close:hover{color:#333}.new-dropdown-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #d9d9d9;border-top:none;border-radius:0 0 5px 5px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 6px rgba(0,0,0,.1);scrollbar-width:auto;scrollbar-color:#888 #e0e0e0}.new-dropdown-list::-webkit-scrollbar{width:16px}.new-dropdown-list::-webkit-scrollbar-track{background:#e0e0e0;border-radius:8px;margin:2px 0}.new-dropdown-list::-webkit-scrollbar-thumb{background:#888;border-radius:8px;border:1px solid #666;min-height:40px}.new-dropdown-list::-webkit-scrollbar-thumb:hover{background:#666}.new-dropdown-list::-webkit-scrollbar-thumb:active{background:#444}.new-dropdown-item{padding:12px 16px;cursor:pointer;font-size:16px;color:#000;border-bottom:1px solid #f0f0f0}.new-dropdown-item:hover{background:#f8f8f8}.new-dropdown-item:last-child{border-bottom:none}.new-mobile-booking-wrapper input:-webkit-autofill,.new-mobile-booking-wrapper input:-webkit-autofill:active,.new-mobile-booking-wrapper input:-webkit-autofill:focus,.new-mobile-booking-wrapper input:-webkit-autofill:hover,.new-mobile-booking-wrapper input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-background-clip:text!important;-webkit-appearance:none!important}.newm-booking-form input:-webkit-autofill,.newm-booking-form input:-webkit-autofill:active,.newm-booking-form input:-webkit-autofill:focus,.newm-booking-form input:-webkit-autofill:hover,.newm-booking-form input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.newm-booking-form .new-l-n-w-bottom-top-input input:-webkit-autofill,.newm-booking-form .new-l-n-w-bottom-top-input input:-webkit-autofill:active,.newm-booking-form .new-l-n-w-bottom-top-input input:-webkit-autofill:focus,.newm-booking-form .new-l-n-w-bottom-top-input input:-webkit-autofill:hover,.newm-booking-form .new-l-n-w-bottom-top-input input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.newm-booking-form .new-l-n-w-bottom-top-input.error input:-webkit-autofill,.newm-booking-form .new-l-n-w-bottom-top-input.error input:-webkit-autofill:active,.newm-booking-form .new-l-n-w-bottom-top-input.error input:-webkit-autofill:focus,.newm-booking-form .new-l-n-w-bottom-top-input.error input:-webkit-autofill:hover,.newm-booking-form .new-l-n-w-bottom-top-input.error input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fef2f2!important;-webkit-text-fill-color:#000!important;background-color:#fef2f2!important;background-image:none!important;color:#000!important;-webkit-appearance:none!important}.newm-booking-form .new-mobile-booking-input-container input:-webkit-autofill,.newm-booking-form .new-mobile-booking-input-container input:-webkit-autofill:active,.newm-booking-form .new-mobile-booking-input-container input:-webkit-autofill:focus,.newm-booking-form .new-mobile-booking-input-container input:-webkit-autofill:hover,.newm-booking-form .new-mobile-booking-input-container input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.newm-booking-form .new-mobile-booking-input-container.error input:-webkit-autofill,.newm-booking-form .new-mobile-booking-input-container.error input:-webkit-autofill:active,.newm-booking-form .new-mobile-booking-input-container.error input:-webkit-autofill:focus,.newm-booking-form .new-mobile-booking-input-container.error input:-webkit-autofill:hover,.newm-booking-form .new-mobile-booking-input-container.error input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fef2f2!important;-webkit-text-fill-color:#000!important;background-color:#fef2f2!important;background-image:none!important;color:#000!important;-webkit-appearance:none!important}.new-mobile-booking-input:-webkit-autofill,.new-mobile-booking-input:-webkit-autofill:active,.new-mobile-booking-input:-webkit-autofill:focus,.new-mobile-booking-input:-webkit-autofill:hover,.new-mobile-booking-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-mobile-booking-input.error-input:-webkit-autofill,.new-mobile-booking-input.error-input:-webkit-autofill:active,.new-mobile-booking-input.error-input:-webkit-autofill:focus,.new-mobile-booking-input.error-input:-webkit-autofill:hover,.new-mobile-booking-input.error-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fef2f2!important;-webkit-text-fill-color:#000!important;background-color:#fef2f2!important;background-image:none!important;color:#000!important;-webkit-appearance:none!important}@supports(-webkit-touch-callout:none){.new-mobile-booking-wrapper input:-webkit-autofill,.new-mobile-booking-wrapper input:-webkit-autofill:active,.new-mobile-booking-wrapper input:-webkit-autofill:focus,.new-mobile-booking-wrapper input:-webkit-autofill:hover,.new-mobile-booking-wrapper input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-mobile-booking-input-container input:-webkit-autofill,.new-mobile-booking-input-container input:-webkit-autofill:active,.new-mobile-booking-input-container input:-webkit-autofill:focus,.new-mobile-booking-input-container input:-webkit-autofill:hover,.new-mobile-booking-input-container input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-l-n-w-bottom-top-input input:-webkit-autofill,.new-l-n-w-bottom-top-input input:-webkit-autofill:active,.new-l-n-w-bottom-top-input input:-webkit-autofill:focus,.new-l-n-w-bottom-top-input input:-webkit-autofill:hover,.new-l-n-w-bottom-top-input input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-mobile-booking-input:-webkit-autofill,.new-mobile-booking-input:-webkit-autofill:active,.new-mobile-booking-input:-webkit-autofill:focus,.new-mobile-booking-input:-webkit-autofill:hover,.new-mobile-booking-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}[class*=new-mobile-booking] input:-webkit-autofill,[class*=new-mobile-booking] input:-webkit-autofill:active,[class*=new-mobile-booking] input:-webkit-autofill:focus,[class*=new-mobile-booking] input:-webkit-autofill:hover,[class*=new-mobile-booking] input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}[class*=newm-booking] input:-webkit-autofill,[class*=newm-booking] input:-webkit-autofill:active,[class*=newm-booking] input:-webkit-autofill:focus,[class*=newm-booking] input:-webkit-autofill:hover,[class*=newm-booking] input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.error input:-webkit-autofill,.error input:-webkit-autofill:active,.error input:-webkit-autofill:focus,.error input:-webkit-autofill:hover,.error input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fef2f2!important;-webkit-text-fill-color:#000!important;background-color:#fef2f2!important;background-image:none!important;color:#000!important}.error-input:-webkit-autofill,.error-input:-webkit-autofill:active,.error-input:-webkit-autofill:focus,.error-input:-webkit-autofill:hover,.error-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fef2f2!important;-webkit-text-fill-color:#000!important;background-color:#fef2f2!important;background-image:none!important;color:#000!important}}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;color:#000!important}input[type=email]:-webkit-autofill,input[type=email]:-webkit-autofill:active,input[type=email]:-webkit-autofill:focus,input[type=email]:-webkit-autofill:hover,input[type=email]:-webkit-autofill:valid,input[type=tel]:-webkit-autofill,input[type=tel]:-webkit-autofill:active,input[type=tel]:-webkit-autofill:focus,input[type=tel]:-webkit-autofill:hover,input[type=tel]:-webkit-autofill:valid,input[type=text]:-webkit-autofill,input[type=text]:-webkit-autofill:active,input[type=text]:-webkit-autofill:focus,input[type=text]:-webkit-autofill:hover,input[type=text]:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;-webkit-background-clip:text!important}.new-mobile-booking-wrapper input[type=email]:-webkit-autofill,.new-mobile-booking-wrapper input[type=email]:-webkit-autofill:active,.new-mobile-booking-wrapper input[type=email]:-webkit-autofill:focus,.new-mobile-booking-wrapper input[type=email]:-webkit-autofill:hover,.new-mobile-booking-wrapper input[type=email]:-webkit-autofill:valid,.new-mobile-booking-wrapper input[type=tel]:-webkit-autofill,.new-mobile-booking-wrapper input[type=tel]:-webkit-autofill:active,.new-mobile-booking-wrapper input[type=tel]:-webkit-autofill:focus,.new-mobile-booking-wrapper input[type=tel]:-webkit-autofill:hover,.new-mobile-booking-wrapper input[type=tel]:-webkit-autofill:valid,.new-mobile-booking-wrapper input[type=text]:-webkit-autofill,.new-mobile-booking-wrapper input[type=text]:-webkit-autofill:active,.new-mobile-booking-wrapper input[type=text]:-webkit-autofill:focus,.new-mobile-booking-wrapper input[type=text]:-webkit-autofill:hover,.new-mobile-booking-wrapper input[type=text]:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;-webkit-background-clip:text!important}@keyframes autofill-fix{to{background-color:#fff!important;color:#000!important}}input:-webkit-autofill{animation:autofill-fix 0s forwards!important;-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important}@media screen and (-webkit-min-device-pixel-ratio:0){.new-mobile-booking-wrapper input:-webkit-autofill,.new-mobile-booking-wrapper input:-webkit-autofill:active,.new-mobile-booking-wrapper input:-webkit-autofill:focus,.new-mobile-booking-wrapper input:-webkit-autofill:hover,.new-mobile-booking-wrapper input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:transparent!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important}}.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container input.new-mobile-booking-input:-webkit-autofill,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container input.new-mobile-booking-input:-webkit-autofill:active,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container input.new-mobile-booking-input:-webkit-autofill:focus,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container input.new-mobile-booking-input:-webkit-autofill:hover,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container input.new-mobile-booking-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;-webkit-background-clip:text!important}.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container.error input.new-mobile-booking-input.error-input:-webkit-autofill,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container.error input.new-mobile-booking-input.error-input:-webkit-autofill:active,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container.error input.new-mobile-booking-input.error-input:-webkit-autofill:focus,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container.error input.new-mobile-booking-input.error-input:-webkit-autofill:hover,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input.new-mobile-booking-input-container.error input.new-mobile-booking-input.error-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fef2f2!important;-webkit-text-fill-color:#000!important;background-color:#fef2f2!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input input.new-mobile-booking-input:-webkit-autofill,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input input.new-mobile-booking-input:-webkit-autofill:active,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input input.new-mobile-booking-input:-webkit-autofill:focus,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input input.new-mobile-booking-input:-webkit-autofill:hover,.new-mobile-booking-wrapper .new-l-n-w-bottom-top-input input.new-mobile-booking-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;-webkit-background-clip:text!important}input[class*=new-mobile-booking-input]:-webkit-autofill,input[class*=new-mobile-booking-input]:-webkit-autofill:active,input[class*=new-mobile-booking-input]:-webkit-autofill:focus,input[class*=new-mobile-booking-input]:-webkit-autofill:hover,input[class*=new-mobile-booking-input]:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px #fff!important;-webkit-text-fill-color:#000!important;background-color:#fff!important;background-image:none!important;color:#000!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important;-webkit-background-clip:text!important}.desktop-otp-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.7);display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(0);backdrop-filter:blur(0)}.desktop-otp-modal{background:#fff;border-radius:0;width:90%;max-width:639px;max-height:633px;overflow-y:auto;box-shadow:0 15px 40px rgba(0,0,0,.4);position:relative;padding:50px 20px}@media(max-width:768px){.desktop-otp-modal{max-width:90%;margin:15px}}.desktop-otp-close-btn{background:none;border:none;font-size:28px;color:#ccc;cursor:pointer;padding:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease;position:absolute;top:15px;right:15px}.desktop-otp-close-btn:hover{background-color:#444;color:#fff}.desktop-otp-close-btn svg{font-size:24px;color:#ccc}.desktop-otp-content{display:flex;flex-direction:column;gap:16px;align-items:center;padding:20px 24px 24px}.desktop-otp-header{text-align:center;margin-bottom:20px}.desktop-otp-title{font-size:32px;font-weight:400;margin:0 0 12px}.desktop-otp-subtitle,.desktop-otp-title{color:#000;font-family:Poppins,sans-serif}.desktop-otp-subtitle{font-size:14px;margin-bottom:8px;line-height:1.3}.desktop-otp-phone{font-size:16px;font-weight:600;color:#000;margin-top:8px;font-family:Poppins,sans-serif}.desktop-otp-inputs{display:flex;justify-content:center;gap:16px;margin-bottom:10px}.desktop-otp-input{width:60px;height:60px;border:none;text-align:center;font-size:24px;font-weight:600;color:#000;background:#eee;caret-color:#000;transition:all .2s ease;outline:none;box-sizing:border-box;cursor:text;padding:0;overflow:hidden;font-family:Poppins,sans-serif}.desktop-otp-input:focus{border:none;outline:none;box-shadow:none}.desktop-otp-input.filled{border:none;background:#eee}.desktop-otp-input.error{border:none;background:#fff}.desktop-otp-messages{margin-bottom:25px;min-height:24px}.desktop-error-message{color:#f44}.desktop-error-message,.desktop-resend-message{font-size:14px;margin:0;font-family:Poppins,sans-serif}.desktop-resend-message{color:#000;justify-content:center}.desktop-timer-message{color:#aaa;font-size:14px;margin:0;font-family:Poppins,sans-serif}.desktop-resend-link{background:none;border:none;color:#000;cursor:pointer;font-weight:600;text-decoration:underline;font-size:inherit;font-family:Poppins,sans-serif}.desktop-resend-link:hover{color:#c41429}.desktop-otp-continue-btn{width:292px;height:49px;padding:14px;background-color:#da1731;color:#fff;border:none;border-radius:25px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:6px;display:flex;align-items:center;justify-content:center;font-family:Poppins,sans-serif}.desktop-otp-continue-btn:hover:not(.disabled){background-color:#c41429;transform:translateY(-1px)}.desktop-otp-continue-btn.disabled{background-color:#da1731;cursor:not-allowed}.desktop-otp-continue-btn.disabled:hover{transform:none;box-shadow:none}.desktop-otp-success-content{display:flex;flex-direction:column;gap:16px;align-items:center;padding:20px 24px 24px;text-align:center}.desktop-success-icon{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 30px}.desktop-success-icon svg{font-size:60px;color:#fff}.desktop-success-title{color:#fff;font-size:32px;font-weight:400;margin:0 0 12px;font-family:Poppins,sans-serif}.desktop-success-subtitle{font-size:14px;color:#aaa;margin-bottom:30px;line-height:1.3;font-family:Poppins,sans-serif}.desktop-otp-ok-btn{width:405px;padding:14px;background-color:#28a745;color:#eee;border:none;border-radius:8px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;margin-top:6px;font-family:Poppins,sans-serif}.desktop-otp-ok-btn:hover{background-color:#218838;transform:translateY(-1px);box-shadow:0 4px 12px rgba(40,167,69,.3)}@media(max-width:768px){.desktop-otp-modal{max-width:90%;margin:20px}.desktop-otp-content,.desktop-otp-success-content{padding:40px 30px 30px}.desktop-otp-title{font-size:24px}.desktop-otp-inputs{gap:12px}.desktop-otp-input{width:50px;height:50px;font-size:20px}}@media(max-width:480px){.desktop-otp-content,.desktop-otp-success-content{padding:30px 20px 20px}.desktop-otp-inputs{gap:8px}.desktop-otp-input{width:45px;height:45px;font-size:18px}}.new-booking-main-container{width:100%;min-height:100vh;background-color:#000;color:#fff}.new-booking-main-container,.new-booking-main-container *,.new-booking-main-container :after,.new-booking-main-container :before,.new-booking-main-container button,.new-booking-main-container div,.new-booking-main-container h1,.new-booking-main-container h2,.new-booking-main-container h3,.new-booking-main-container h4,.new-booking-main-container h5,.new-booking-main-container h6,.new-booking-main-container input,.new-booking-main-container label,.new-booking-main-container p,.new-booking-main-container select,.new-booking-main-container span,.new-booking-main-container textarea{font-family:Poppins,sans-serif!important}.new-booking-content-wrapper{width:100%}.new-booking-banner-section{position:relative;height:100vh;display:flex;align-items:center;background-color:#000;overflow:visible}.new-booking-banner-image{object-fit:cover;object-position:center;z-index:1}.new-booking-bike-background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.new-booking-bike-background-image{object-fit:contain;object-position:center left;opacity:.8;filter:drop-shadow(0 10px 30px rgba(0,0,0,.3))}.new-booking-content-left{flex:0 0 60%;height:100%;position:relative;display:flex;flex-direction:column;align-items:flex-start;padding:0 4rem;z-index:5}.new-booking-logo-section{padding:1rem 3rem 1rem 0}.new-booking-form-right{flex:1 1;display:flex;align-items:flex-start;justify-content:flex-end;min-height:100vh;max-height:100vh;overflow-y:auto;z-index:5;padding-right:0;scroll-behavior:auto}.new-booking-form-right::-webkit-scrollbar{width:6px}.new-booking-form-right::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:3px}.new-booking-form-right::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.3);border-radius:3px}.new-booking-form-right::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.5)}.new-booking-logo-image{width:300px;height:auto;margin-bottom:2rem}.new-booking-price-section{text-align:center}.new-booking-price-text{color:#fff;font-size:12px;line-height:1.5;margin:0 0 1rem}.new-booking-price-amount{display:inline-block}.new-booking-price-value{font-size:24px;margin-left:8px;color:#fff}.new-booking-form-container{width:100%;max-width:600px;color:#fff;background:rgba(31,30,30,.7);padding:2rem;margin-right:0;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-right:none;position:relative;z-index:15}.new-booking-form-title{font-size:32px;margin-bottom:2rem;font-weight:400}.new-booking-city-label{font-size:14px;text-align:left;margin-bottom:8px;color:#fff;font-weight:400}.new-booking-city-chips-container{position:relative}.new-booking-city-input-wrapper{border:1px solid hsla(0,0%,100%,.5);border-radius:8px;background:hsla(0,0%,100%,.05);padding:12px;min-height:50px;display:flex;align-items:center;flex-wrap:wrap;gap:8px;cursor:text;transition:border .2s ease}.new-booking-city-input-wrapper:focus-within{border:2px solid hsla(0,0%,100%,.8)}.new-booking-selected-chips{display:flex;flex-wrap:wrap;gap:8px}.new-booking-chip{display:flex;align-items:center;background:hsla(0,0%,100%,.9);color:#333;padding:6px 12px;border-radius:6px;font-size:14px;gap:8px}.new-booking-chip span{font-weight:500}.new-booking-chip-close{background:none;border:none;color:#666;cursor:pointer;font-size:18px;font-weight:400;padding:0;width:16px;height:16px;display:flex;align-items:center;justify-content:center;border-radius:50%}.new-booking-chip-close:hover{background:rgba(0,0,0,.1)}.new-booking-dropdown-list{position:absolute;top:100%;left:0;right:0;background:rgba(40,40,40,.95);border:1px solid hsla(0,0%,100%,.2);border-radius:8px;margin-top:4px;max-height:200px;overflow-y:auto;z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.4) hsla(0,0%,100%,.1)}.new-booking-dropdown-list::-webkit-scrollbar{width:8px}.new-booking-dropdown-list::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1);border-radius:4px;margin:4px 0}.new-booking-dropdown-list::-webkit-scrollbar-thumb{background:hsla(0,0%,100%,.4);border-radius:4px;border:1px solid hsla(0,0%,100%,.1)}.new-booking-dropdown-list::-webkit-scrollbar-thumb:hover{background:hsla(0,0%,100%,.6)}.new-booking-dropdown-list::-webkit-scrollbar-thumb:active{background:hsla(0,0%,100%,.8)}.new-booking-dropdown-item{padding:12px 16px;color:#fff;cursor:pointer;border-bottom:1px solid hsla(0,0%,100%,.1);transition:background-color .2s ease;display:flex;align-items:center;justify-content:space-between}.new-booking-dropdown-item:hover{background:hsla(0,0%,100%,.1)}.new-booking-dropdown-item:last-child{border-bottom:none}.new-booking-dropdown-item.unavailable-city{opacity:.6;background-color:hsla(0,0%,100%,.02)}.new-booking-dropdown-item.unavailable-city:hover{background-color:hsla(0,0%,100%,.05)}.new-booking-dropdown-item.unavailable-city .dropdown-item-name{color:hsla(0,0%,100%,.7)}.new-booking-dropdown-item.unavailable-city .dropdown-item-state{color:hsla(0,0%,100%,.5)}.new-booking-city-select.error .new-booking-autocomplete .MuiOutlinedInput-root{border-color:#ff6b6b}.new-booking-search-input{flex:1 1;background:transparent;border:none;outline:none;color:#fff;font-size:14px;min-width:200px}.new-booking-search-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-search-input::placeholder{color:hsla(0,0%,100%,.6)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.new-booking-model-section{margin:25px 0}.dropdown-item-content{display:flex;flex-direction:column;gap:2px;flex:1 1}.dropdown-item-name{font-weight:500;color:#fff}.dropdown-item-state{font-size:12px;color:hsla(0,0%,100%,.7)}.city-availability-indicator{display:flex;align-items:center;gap:8px;width:100%}.availability-status{font-size:10px;padding:2px 6px;border-radius:8px;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.availability-status.available{background-color:#e8f5e8;color:#2d5a2d;border:1px solid #4caf50}.availability-status.unavailable{background-color:#ffeaea;color:darkred;border:1px solid #f44336}.new-booking-section-title{color:#fff;font-size:14px;margin:0 0 15px;font-weight:400}.new-booking-section-label{font-size:14px;color:#fff;margin:25px 0 15px;font-weight:400}.new-booking-model-tabs{margin-top:15px}.new-booking-tab-items{position:relative;display:flex;background:hsla(0,0%,100%,.1);border-radius:8px;padding:4px;border:2px solid hsla(0,0%,100%,.2);gap:4px}.new-booking-tab-item{flex:1 1;padding:12px 16px;text-align:center;font-size:14px;font-weight:400;color:hsla(0,0%,100%,.7);cursor:pointer;border-radius:6px;transition:all .3s ease;position:relative;z-index:2;background:transparent;border:none;outline:none}.new-booking-tab-item.active{color:#000!important;background:#fff;font-weight:400}.new-booking-tab-item:hover:not(.active):not(:disabled){color:#fff;background:hsla(0,0%,100%,.1)}.new-booking-tab-item:disabled{cursor:not-allowed}.new-booking-moving-bg{position:absolute;top:4px;bottom:4px;left:4px;width:calc(33.333% - 8px);background:#fff;border-radius:6px;transition:left .3s cubic-bezier(.4,0,.2,1);z-index:1}.new-booking-form-section{margin:25px 0}.new-booking-input-group{position:relative;margin-bottom:1rem}.new-booking-input-group.error .new-booking-input-field{border-color:#ff6b6b}.new-booking-input-group .new-booking-input-field:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-group .new-booking-input-field::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-group:has(.new-booking-input-field[placeholder=Name]) .new-booking-input-field:-ms-input-placeholder:after{content:" *";color:#ff6b6b}.new-booking-input-group:has(.new-booking-input-field[placeholder=Name]) .new-booking-input-field::placeholder:after{content:" *";color:#ff6b6b}.new-booking-phone-group .new-booking-phone-input:-ms-input-placeholder:after{content:" *";color:#ff6b6b}.new-booking-phone-group .new-booking-phone-input::placeholder:after{content:" *";color:#ff6b6b}.new-booking-input-field{width:100%;padding:16px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.5);border-radius:8px;color:#fff;font-size:14px;outline:none;transition:border .2s ease}.new-booking-input-field:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-field::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-input-field:focus{border:2px solid hsla(0,0%,100%,.8)}.new-booking-input-field:disabled{opacity:.5;cursor:not-allowed;background-color:hsla(0,0%,100%,.05)}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;caret-color:#fff!important;-webkit-appearance:none!important}input:-moz-autofill{background-color:hsla(0,0%,100%,.1)!important;color:#fff!important}.new-booking-form-container input:-webkit-autofill,.new-booking-form-container input:-webkit-autofill:active,.new-booking-form-container input:-webkit-autofill:focus,.new-booking-form-container input:-webkit-autofill:hover,.new-booking-form-container input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-form-container input:-moz-autofill{background-color:hsla(0,0%,100%,.1)!important;color:#fff!important}.new-booking-form-container .new-booking-input-field:-webkit-autofill,.new-booking-form-container .new-booking-input-field:-webkit-autofill:active,.new-booking-form-container .new-booking-input-field:-webkit-autofill:focus,.new-booking-form-container .new-booking-input-field:-webkit-autofill:hover,.new-booking-form-container .new-booking-input-field:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-form-container .new-booking-phone-input:-webkit-autofill,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:active,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:focus,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:hover,.new-booking-form-container .new-booking-phone-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:#fff!important;background-color:transparent!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-form-container .new-booking-search-input:-webkit-autofill,.new-booking-form-container .new-booking-search-input:-webkit-autofill:active,.new-booking-form-container .new-booking-search-input:-webkit-autofill:focus,.new-booking-form-container .new-booking-search-input:-webkit-autofill:hover,.new-booking-form-container .new-booking-search-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:#fff!important;background-color:transparent!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:active,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:focus,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:hover,.new-booking-main-container .new-booking-form-container .new-booking-input-field:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px hsla(0,0%,100%,.1)!important;-webkit-text-fill-color:#fff!important;background-color:hsla(0,0%,100%,.1)!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:active,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:focus,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:hover,.new-booking-main-container .new-booking-form-container .new-booking-phone-input:-webkit-autofill:valid{-webkit-box-shadow:inset 0 0 0 1000px transparent!important;-webkit-text-fill-color:#fff!important;background-color:transparent!important;background-image:none!important;-webkit-transition:background-color 5000s ease-in-out 0s!important;transition:background-color 5000s ease-in-out 0s!important;-webkit-appearance:none!important}.new-booking-red-asterisk{position:absolute;top:50%;transform:translateY(-50%);color:#da1731!important;font-size:16px;pointer-events:none;font-weight:700;z-index:10}.new-booking-select-group{position:relative;margin-bottom:1rem}.new-booking-select-group.error .new-booking-select-field{border-color:#ff6b6b}.new-booking-select-field{width:100%;padding:12px 16px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;color:#fff;font-size:14px;outline:none;cursor:pointer}.new-booking-select-field option{background:#191c24;color:#fff}.new-booking-select-field:focus{border-color:hsla(0,0%,100%,.5)}.new-booking-phone-group{margin-bottom:1rem;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.5);border-radius:8px;padding:16px;position:relative;transition:border .2s ease}.new-booking-phone-group.error{border-color:#ff6b6b}.new-booking-phone-group:focus-within{border:2px solid hsla(0,0%,100%,.8)}.new-booking-phone-group:has(input:disabled){opacity:.5;cursor:not-allowed;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.5)}.new-booking-phone-group:has(input:disabled) .new-booking-country-code{color:hsla(0,0%,100%,.8)}.new-booking-phone-group:has(input:disabled) .new-booking-phone-divider{background-color:hsla(0,0%,100%,.2)}.new-booking-country-code{color:#fff;margin-right:8px;font-size:14px}.new-booking-phone-divider{width:1px;height:20px;background-color:hsla(0,0%,100%,.3);margin:0 12px}.new-booking-phone-input{flex:1 1;background-color:transparent;border:none;color:#fff;font-size:14px;outline:none}.new-booking-phone-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-phone-input::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-phone-input:disabled{opacity:.5;cursor:not-allowed;color:hsla(0,0%,100%,.8)}.new-booking-phone-input:disabled:-ms-input-placeholder{color:hsla(0,0%,100%,.8)}.new-booking-phone-input:disabled::placeholder{color:hsla(0,0%,100%,.8)}.new-booking-info-text{font-size:12px;color:hsla(0,0%,100%,.7);margin:15px 0;text-align:center}.new-booking-whatsapp-toggle{display:flex;align-items:center;margin:16px 0;gap:12px}.new-booking-whatsapp-label{color:hsla(0,0%,100%,.8);font-size:14px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.new-booking-whatsapp-group{margin-bottom:1rem;position:relative;display:flex;align-items:center;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.3);border-radius:6px;padding:12px 16px}.new-booking-whatsapp-group.error{border-color:#ff6b6b}.new-booking-whatsapp-input{flex:1 1;background-color:transparent;border:none;color:#fff;font-size:14px;outline:none}.new-booking-whatsapp-input:-ms-input-placeholder{color:hsla(0,0%,100%,.6)}.new-booking-whatsapp-input::placeholder{color:hsla(0,0%,100%,.6)}.new-booking-whatsapp-icon-container{margin-left:8px}.new-booking-whatsapp-icon{width:20px;height:20px}.new-booking-asterisk{position:absolute;top:50%;transform:translateY(-50%);color:red;font-size:16px;font-weight:700;z-index:2;transition:opacity .3s ease}.new-booking-red-asterisk1{left:62px}.new-booking-red-asterisk2{left:140px}.new-booking-red-asterisk3{left:57px}.new-booking-input-group input:not(:-ms-input-placeholder)+.new-booking-asterisk,.new-booking-phone-group input:not(:-ms-input-placeholder)+.new-booking-asterisk{opacity:0}.new-booking-input-group input:not(:placeholder-shown)+.new-booking-asterisk,.new-booking-phone-group input:not(:placeholder-shown)+.new-booking-asterisk{opacity:0}.new-booking-input-group input:-ms-input-placeholder+.new-booking-asterisk,.new-booking-phone-group input:-ms-input-placeholder+.new-booking-asterisk{opacity:1}.new-booking-input-group input:placeholder-shown+.new-booking-asterisk,.new-booking-phone-group input:placeholder-shown+.new-booking-asterisk{opacity:1}.new-booking-submit-section{margin-top:30px}.new-booking-submit-button{width:100%;padding:16px 24px;background:#da1731;border:none;border-radius:8px;color:#fff;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;margin-bottom:15px;display:flex;align-items:center;justify-content:center;gap:8px}.new-booking-submit-button:hover:not(:disabled):not(.disable){background:#c41429;transform:translateY(-1px)}.new-booking-submit-button:active{transform:translateY(0)}.new-booking-submit-button.disable,.new-booking-submit-button:disabled{cursor:not-allowed;transform:none;background:#949494}.new-booking-arrow{font-size:18px;transition:transform .3s ease}.new-booking-submit-button:hover .new-booking-arrow{transform:translateX(2px)}.new-booking-consent-text{font-size:11px;color:hsla(0,0%,100%,.6);text-align:left;line-height:1.4;margin:0;padding:0 10px}.testimonials-section .carousel-section-heading{color:#000!important}.testimonials-section .carousel-subtitle{color:rgba(0,0,0,.4)!important}.testimonials-section .carousel-author-name,.testimonials-section .carousel-review,.testimonials-section .carousel-testi-rating{color:#000!important}@media(max-width:1200px){.new-booking-content-left{padding:0 3rem}.new-booking-logo-image{width:250px}}@media(max-width:992px){.new-booking-banner-section{flex-direction:column;height:auto;min-height:100vh}.new-booking-content-left{flex:none;width:100%;height:auto;justify-content:center;align-items:center;text-align:center;padding:2rem}.new-booking-logo-section{padding:2rem}.new-booking-form-right{flex:none;width:100%;height:auto;padding:0 2rem;max-height:none}.new-booking-form-right::-webkit-scrollbar{display:none}}@media(max-width:768px){.new-booking-logo-image{width:200px}.new-booking-form-right{padding:1rem;scroll-behavior:auto}.new-booking-form-container{padding:1.5rem}.new-booking-form-title{font-size:28px}}@media(max-width:480px){.new-booking-content-left{padding:.5rem}.new-booking-logo-section{padding:1rem}.new-booking-logo-image{width:180px}.new-booking-form-container{padding:1.25rem}.new-booking-form-title{font-size:24px}.new-booking-input-field,.new-booking-phone-input,.new-booking-whatsapp-input{padding:10px 14px;font-size:13px}.new-booking-phone-group,.new-booking-whatsapp-group{padding:10px 14px}.new-booking-country-code,.new-booking-toggle-label{font-size:13px}.new-booking-form-right{scroll-behavior:auto!important}}.new-booking-banner-section{contain:layout style;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.new-booking-banner-section.scroll-intercepted{pointer-events:none}.new-booking-banner-section.scroll-intercepted *{pointer-events:auto}.new-booking-main-container{-webkit-overflow-scrolling:touch;scroll-behavior:smooth}@media(min-width:1600px){.new-booking-content-left{padding:0 8rem}.new-booking-logo-image{width:500px;margin-bottom:4rem}.new-booking-form-container{max-width:900px;padding:4rem}.new-booking-form-title{font-size:48px;margin-bottom:3rem}.new-booking-city-label,.new-booking-section-label,.new-booking-whatsapp-label{font-size:20px;margin-bottom:15px}.new-booking-section-label{margin:35px 0 20px}.new-booking-city-input-wrapper,.new-booking-input-field,.new-booking-phone-group,.new-booking-select-field,.new-booking-whatsapp-group{padding:20px 24px;font-size:18px;border-radius:12px}.new-booking-country-code,.new-booking-input-field,.new-booking-phone-input,.new-booking-search-input,.new-booking-select-field,.new-booking-whatsapp-input{font-size:18px}.new-booking-submit-button{font-size:22px;padding:24px 32px;border-radius:12px;margin-top:20px}.new-booking-chip{padding:10px 18px;font-size:16px}.new-booking-tab-item{padding:18px 24px;font-size:18px}.new-booking-consent-text,.new-booking-info-text{font-size:14px}.new-booking-price-text{font-size:16px}.new-booking-price-value{font-size:32px}.new-booking-red-asterisk1{left:85px}.new-booking-red-asterisk2{left:175px}.new-booking-red-asterisk3{left:75px}}.carousel-testimonials-section{background-position:50%;background-size:cover}.carousel-testimonials-section .carousel-subtitle{color:rgba(0,0,0,.4);max-width:85%;font-size:20px;margin:10px auto 25px;font-weight:400}.carousel-testimonials-section .carousel-section-heading{max-width:90%;font-size:42px;font-weight:400;margin:0 auto 12px;text-align:center}.carousel-testimonials-section .carousel-scroll-container{overflow:hidden;width:100vw;margin-left:calc(-50vw + 50%);position:relative;padding:40px 0;margin-top:-20px;margin-bottom:-20px;height:335px}.carousel-testimonials-section .carousel-scroll-container:before{content:"";position:absolute;top:0;left:0;width:200px;height:100%;background:linear-gradient(90deg,#f3f3f3,hsla(0,0%,95%,0));z-index:3;pointer-events:none}.carousel-testimonials-section .carousel-scroll-container:after{content:"";position:absolute;top:0;right:0;width:200px;height:100%;background:linear-gradient(270deg,#f3f3f3,hsla(0,0%,95%,0));z-index:3;pointer-events:none}.carousel-testimonials-section .carousel-track{display:flex;transition:transform .5s ease;gap:20px;align-items:center}.carousel-testimonials-section .carousel-testimonial-figure{flex:0 0 300px;height:221px;transition:all .3s ease;border:3px solid transparent;margin:0;border-radius:12px;background:#fff;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:30px;box-shadow:0 4px 15px rgba(0,0,0,.08)}.carousel-testimonials-section .carousel-testimonial-figure.active{height:250px;opacity:1;transform:scale(1);box-shadow:0 8px 30px rgba(0,0,0,.15);z-index:2}.carousel-testimonials-section .carousel-testimonial-figure.adjacent,.carousel-testimonials-section .carousel-testimonial-figure.distant{opacity:1;transform:scale(.95)}.carousel-testimonials-section .carousel-d-fx{align-items:center;display:flex}.carousel-testimonials-section .carousel-img-box{width:60px;height:60px;border-radius:50%;background-color:#33ffda;overflow:hidden;flex-shrink:0}.carousel-testimonials-section .carousel-img-box img{width:100%;height:100%;object-fit:cover;border-radius:50%}.carousel-testimonials-section .carousel-content-box{padding-left:15px;flex:1 1}.carousel-testimonials-section .carousel-testi-rating{color:#000;font-size:14px;line-height:20px;display:flex;gap:5px;margin:0 0 5px}.carousel-testimonials-section .carousel-review-content{margin-top:20px}.carousel-testimonials-section .carousel-review{color:#000!important;font-size:12px;font-weight:400;line-height:20px;opacity:.8;margin:0;display:-webkit-box;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.carousel-testimonials-section .carousel-author-name{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:20px;margin:0}.carousel-testimonials-section .carousel-testimonial-dots{display:flex;justify-content:center;align-items:center;margin-top:40px;gap:10px}.carousel-testimonials-section .carousel-testimonial-dots .carousel-custom-dot{transition:all .3s ease}.carousel-testimonials-section .carousel-testimonial-dots .carousel-custom-dot.active{background-color:#000!important}@media(max-width:768px){.carousel-testimonials-section .carousel-section-heading{max-width:90%;font-size:24px;margin:0 auto 12px}.carousel-testimonials-section .carousel-subtitle{color:rgba(0,0,0,.4);max-width:85%;font-size:16px;margin:0 auto 25px}.carousel-testimonials-section .carousel-scroll-container{width:100vw;margin-left:calc(-50vw + 50%)}.carousel-testimonials-section .carousel-testimonial-figure{flex:0 0 280px;height:220px;padding:20px}.carousel-testimonials-section .carousel-content-box{padding-left:10px;flex:1 1}.carousel-testimonials-section .carousel-img-box{width:50px;height:50px}.carousel-testimonials-section .carousel-d-fx{gap:10px}.carousel-testimonials-section .carousel-author-name,.carousel-testimonials-section .carousel-review{font-size:12px;line-height:18px}}.nhSigma-footer{position:relative;background:#000;padding-top:70px;padding-bottom:0;margin-top:40px}.nhSigma-footer .FooterSigmaContent{background-color:#282828;border-radius:18px;align-items:flex-start;margin:0 50px}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText{padding:25px;display:flex;flex-direction:column;gap:2rem;flex:0 0 67%}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterSigmaContentTextTitle{color:#fff;font-weight:400}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterSigmaContentTextTitle .opacity-text{color:hsla(0,0%,100%,.4);opacity:70%}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterSubContent{font-weight:400;font-size:20px;color:#fff}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterParagraph{font-size:14px;font-weight:400;color:hsla(0,0%,100%,.68)}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .Content-Header{font-weight:700;color:hsla(0,0%,100%,.68)}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .Content-Paragraph{color:hsla(0,0%,100%,.68);font-size:14px}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText ul li{color:hsla(0,0%,100%,.68)}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText ul li .listContent{font-weight:300;font-size:14px}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterContent_table_header,.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterFinalContent,.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .FooterFinalContentPara{color:hsla(0,0%,100%,.68)}.nhSigma-footer .FooterSigmaContent .FooterSigmaContentText .specs-table{max-width:700px}.nhSigma-footer .FooterSigmaContent .learn-more{margin-top:2rem;display:inline-block;color:#fff;cursor:pointer;font-size:14px;text-decoration:none;font-weight:400;text-decoration:underline;text-underline-offset:4px}.nhSigma-footer .FooterSigmaContent .learn-more:hover{opacity:100%;color:#fff;transition:color .3s ease}.nhSigma-footer .FooterSigmaContent .learn-more-inline{font-size:14px;margin:0 0 0 4px}.nhSigma-footer .SigmaFooterList{flex:0 0 auto;width:16.66666667%}.nhSigma-footer .nh-f-title{font-size:14px;margin-bottom:10px;color:hsla(0,0%,96%,.5);font-weight:500}.nhSigma-footer .nh-link-list{list-style:none;padding:0;margin:0 0 20px}.nhSigma-footer .nh-link-list .link_career{color:#fff}.nhSigma-footer .nh-link-list li{display:block;margin-bottom:10px}.nhSigma-footer .nh-link-list li a{color:#fff;font-size:14px;font-weight:400;text-decoration:none;position:relative;display:inline-flex;padding-bottom:2px}.nhSigma-footer .nh-link-list li a,.nhSigma-footer .nh-link-list li a:before{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.nhSigma-footer .nh-link-list li a:before{content:"";position:absolute;width:0;height:1px;background:#fff;left:0;bottom:0}.nhSigma-footer .nh-link-list li a:hover{color:hsla(0,0%,96%,.8)}.nhSigma-footer .nh-link-list li a:hover,.nhSigma-footer .nh-link-list li a:hover:before{transition:all .3s ease-in-out;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out}.nhSigma-footer .nh-link-list li a:hover:before{width:100%;background:hsla(0,0%,96%,.8)}.nhSigma-footer .nh-f-copyright{border-top:1px solid hsla(0,0%,96%,.2);padding-top:30px;margin:15px 30px 30px;padding-bottom:30px;position:relative}.nhSigma-footer .nh-f-copyright .nh-row{justify-content:space-between;color:#fff;font-size:10px;font-style:normal}.nhSigma-footer .nh-f-copyright .nh-f-logo{flex:0 0;display:flex;gap:16%}.nhSigma-footer .nh-f-copyright .nh-f-logo .nh-f-inner-cb{display:flex;gap:20px;font-style:normal;font-size:10px;font-weight:400;line-height:2;color:#fff}.nhSigma-footer .nh-f-copyright .nh-f-logo .nh-f-inner-cb p{white-space:nowrap}.nhSigma-footer .nh-f-copyright .nh-f-logo .nh-f-inner-cb p a{text-decoration:none}.nhSigma-footer .nh-f-copyright .nh-f-logo address{font-style:normal;font-size:10px;font-weight:400;line-height:2;display:flex;min-width:350px}.nhSigma-footer .nh-f-copyright .f-logo{width:120px;display:flex;align-items:baseline;flex:0 0 auto}.nhSigma-footer .nh-f-copyright .f-logo img{width:100%}.nhSigma-footer .nh-f-copyright .nh-f-social{flex:0 0 auto;width:auto}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner{display:flex;justify-content:flex-end}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner ul{list-style:none;padding:0;display:flex;margin:0 0 5px}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner li{display:flex;position:relative;padding:0 5px}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner .f-fb a{background-position:6px 2px}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner .f-insta a{background-position:-22px 2px}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner .f-linkedin a{background-position:-56px 0}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner .f-youtube a{background-position:-92px 2px}.nhSigma-footer .nh-f-copyright .nh-f-social .nh-f-social-inner a{display:flex;position:relative;text-decoration:none;width:22px;height:22px;text-indent:-999999px;background:url(/_next/static/media/social-icon.f802ca55.svg) no-repeat}.nhSigma-footer .nh-f-copyright .nh-f-social .f-c-footer p{font-style:normal;font-size:10px;font-weight:400;line-height:2;text-align:right}.nhSigma-footer .FooterDividerLine{border-top:1px solid hsla(0,0%,96%,.2)}.nhSigma-footer .FooterBreadCrumbs{color:#fff;font-weight:400;font-size:14px;padding:30px 0;max-width:1300px;margin:auto}.nhSigma-footer .FooterBreadCrumbs .FooterBreadCrumbsText{margin:0 50px}.nhSigma-footer .footer-two-column{display:flex;align-items:flex-start;gap:40px;margin:0 50px}.nhSigma-footer .FooterSigmaContent{display:flex;max-width:1300px;margin:auto;min-width:0}.nhSigma-footer .FooterSigmaImageRight{flex:0 0 33%;display:flex;align-items:center;justify-content:flex-start;margin:25px 0 0}.nhSigma-footer .footer-right-img{max-width:400px;height:auto;object-fit:contain}.nhSigma-footer table{width:100%;border-collapse:collapse;margin:16px 0;font-family:Arial,Helvetica,sans-serif;color:hsla(0,0%,100%,.8)}.nhSigma-footer table td,.nhSigma-footer table th{border:1px solid hsla(0,0%,100%,.2);padding:12px;vertical-align:top;color:hsla(0,0%,100%,.8);font-weight:300}.nhSigma-footer table tr:nth-child(2n){background-color:hsla(0,0%,100%,.05)}.nhSigma-footer table tr:hover{background-color:hsla(0,0%,100%,.1)}.nhSigma-footer table thead th,.nhSigma-footer table tr:first-child td{background:linear-gradient(135deg,#4a4a4a,#2c2c2c);color:#fff;font-weight:500;font-size:16px;text-align:left;border-color:hsla(0,0%,100%,.3)}.nhSigma-footer .table-responsive{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.5rem 0;border-radius:8px}.nhSigma-footer .table-responsive table{min-width:600px;margin:0}@media(max-width:1400px){.nhSigma-footer .nh-f-copyright .nh-f-logo{gap:11%}}.nh-footer table{width:100%;border-collapse:collapse;margin-top:20px}.nh-footer table td,.nh-footer table th{border:1px solid hsla(0,0%,100%,.2);padding:10px;color:#fff;text-align:left;font-weight:200}.nh-footer table th{background-color:#444;font-weight:300}