:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}*{margin:0;padding:0;box-sizing:border-box;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}body{background:#f4f6f8}.bg-video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000001a;z-index:-1}.app{position:relative;min-height:100vh;background-repeat:no-repeat;background-size:cover;z-index:0}.timer-and-title{display:flex;justify-content:space-between;align-items:center}.booking-form{background:#fff;border-radius:15px;padding:20px 25px;width:750px;box-shadow:#26394d4d 0 20px 30px -10px;display:flex;flex-direction:column;gap:25px;margin:0 auto;z-index:1;position:relative}.reservationno{text-align:right;font-weight:600;color:#333;font-size:16px}.first-row,.second-row,.third-row,.fourth-row,.fifth-row,.sixth-row,.seventh-row,.eighth-row,.nineth-row{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between}.input-box{display:flex;flex-direction:column;flex:1;min-width:150px}.available-text{margin-left:.1rem;font-size:small;font-weight:700!important;color:green!important}.input-box label{margin-bottom:5px;font-weight:500;color:#555}input,select{margin-bottom:1rem;padding:10px 12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:all .2s}.nights-input{display:none}input:focus,select:focus{outline:none;border-color:#4caf50;box-shadow:0 0 6px #4caf5040}.required-field{color:red}.room-rent{width:100%;margin-left:-11rem}.add-more{color:#333;background-color:#dcdcdc;border-radius:5px;padding:6px 12px;cursor:pointer;width:100%;margin-left:15rem}.add-more:hover{background-color:#ccc;color:#000}.guest-title-name{display:flex}.passport-country{display:flex;flex-direction:row;gap:2px}.country{width:100%;overflow:hidden}.boking-save-btn{display:flex;justify-content:space-between;gap:15px;margin-top:10px}.save-refresh{display:flex;justify-content:space-between;width:100%}.save-btn{background-color:#4caf50;color:#fff;border:none;border-radius:8px;padding:12px 25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s}.payment{display:flex;align-items:center;gap:.5rem}.save-btn:hover{background-color:#1bde25;transform:translateY(-2px)}.refresh-btn{background-color:#eb6324;color:#fff;border:none;border-radius:8px;padding:12px 25px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s;margin-right:1rem}.refresh-btn:hover{background-color:#1e88e5;transform:translateY(-2px)}.pay-btn{background-color:#eb6324;cursor:pointer;transition:all .3s;border:none;border-radius:8px;padding:12px 25px}.pay-btn a{color:#fff}.pay-btn{text-decoration:none;color:#fff;border:none;font-size:14px;font-weight:500}.pay-btn:hover{background-color:#eb6324;transform:translateY(-2px)}.remove-btn{height:fit-content;cursor:pointer;border:none;color:#000;font-size:large;margin-top:2rem;background-color:#fff}.remove-btn:hover{color:red}.total-payable{margin:0 auto;text-align:right}@media (max-width: 768px){.booking-form{width:100%;padding:20px}.first-row,.second-row,.third-row,.fourth-row{flex-direction:column}.input-box,.time-status{width:100%}}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:2rem;border-radius:8px;text-align:left!important;line-height:.8cm;width:500px;max-width:90%}.contact-message{margin-top:1rem}.modal-content-heading{text-align:center}.summary{display:flex;justify-content:space-between}.modal-buttons{margin-top:2rem;display:flex;justify-content:space-around}.modal-buttons button{padding:.5rem 1.5rem;cursor:pointer}.pay-yes{background-color:#eb6324;color:#fff;border:none;border-radius:4px}.pay-no{background-color:#1e88e5;color:#fff;border:none;border-radius:4px}.custom-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;padding:1.5rem 2rem;border-radius:8px;text-align:center}.ok{margin-top:1rem;font-size:large;padding:4px 7px}.error-icon{font-size:2rem}.loading-overlay{position:fixed;inset:0;background:#fffc;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:9999;font-size:20px}.spinner{border:6px solid #f3f3f3;border-top:6px solid #eb6324;border-radius:50%;width:40px;height:40px;animation:spin .5s linear infinite;margin-bottom:10px;-webkit-animation:spin .5s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.modal-overlay-success{position:fixed;top:0;left:0;width:100%;height:100%;padding:3rem;background:#00000080;display:flex;align-items:center;justify-content:center}.success-heading{text-align:center;font-size:20px}.success-ok-btn{text-align:center}.success-ok-btn button{border:none;color:#fff;background-color:#1e88e5;font-size:large;padding:10px 20px;border-radius:4px;margin-top:1rem;cursor:pointer}.modal-content.success-popup{background:#fff;padding:20px;border-radius:12px;text-align:center;max-width:500px;text-align:justify;box-shadow:0 5px 20px #0000004d}@media (max-width: 480px) and (min-width: 320px){.first-row,.second-row,.third-row,.fourth-row,.fifth-row,.sixth-row,.seventh-row,.eighth-row,.nineth-row{display:flex;flex-wrap:wrap;gap:0}.room-rent{width:100%;margin-left:0rem}input,select{margin-bottom:.5rem;padding:10px 12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:all .2s}.room-rent-title{margin:-4.7rem 0 0 9rem}.room-rent-input{margin:0 0 0 9rem;width:64%!important}.remove-btn{margin:-.3rem 0 1rem;width:fit-content;background-color:#dfe3e8;padding:3px 8px;font-size:large;border-radius:4px}.room-rent{width:100%;margin-left:-2.1rem}.add-more{margin:0 0 0 14.7rem;font-size:large;padding:7px 14px;font-weight:700}.date-input{width:100%}.boking-save-btn{display:block;justify-content:space-between;gap:15px;margin-top:10px}.total-payable{margin:1rem 0 1rem .5rem}.save-refresh{margin:0 auto;text-align:center;width:100%}}@media (max-width: 768px) and (min-width: 481px){.first-row,.second-row,.third-row,.fourth-row,.fifth-row,.sixth-row,.seventh-row,.eighth-row,.nineth-row{display:flex;flex-wrap:wrap;gap:0}.room-rent{width:100%;margin-left:0rem}input,select{margin-bottom:.5rem;padding:10px 12px;border-radius:8px;border:1px solid #ddd;font-size:14px;transition:all .2s}.room-rent-title{margin:-4.7rem 0 0 9rem}.room-rent-input{margin:0 0 0 9rem;width:64%!important}.remove-btn{margin:-.3rem 0 1rem;width:fit-content;background-color:#dfe3e8;padding:3px 8px;font-size:large;border-radius:4px}.add-more{margin:0 0 0 22.5rem;font-size:large;padding:7px 14px;font-weight:700}.boking-save-btn{display:block;justify-content:space-between;gap:15px;margin-top:10px}.total-payable{margin:1rem 0 1rem .5rem}.save-refresh{margin:0 auto;text-align:right;width:100%}.room-rent-input{margin:0 0 0 15.5rem;width:64%!important}.room-rent-title{margin:-4.7rem 0 0 15.5rem}.add-more{margin:0 0 0 40.5rem}.country{width:169%}}header{max-width:1440px;height:80px;margin:0 50px;display:flex;justify-content:space-between;align-items:center}.logo{cursor:pointer}.nice-logo{width:200px}.property-name{align-items:center}.property-name img{width:100px;margin-top:2rem}@media (max-width: 480px){.nice-logo{width:150px}.property-name img{width:65px;margin-top:0}}@media (max-width: 768px){.property-name img{width:70px;margin-top:0}}.time-left{border:1px solid #d77040;width:fit-content;padding:7px 10px;font-size:medium;border-radius:5px;position:relative;isolation:isolate;animation:pulseGlow 1.5s ease-in-out infinite;-webkit-animation:pulseGlow 1.5s ease-in-out infinite}@keyframes pulseGlow{0%,to{box-shadow:0 0 #d770408c;transform:scale(1)}50%{box-shadow:0 0 18px 4px #d7704059;transform:scale(1.02)}}.time-left:after{content:"";position:absolute;inset:-4px;border-radius:inherit;border:2px solid rgba(215,112,64,.5);transform:scale(.9);opacity:0;z-index:-1;animation:pulseRing 1.6s ease-out infinite}@keyframes pulseRing{0%{transform:scale(.9);opacity:.6}70%{transform:scale(1.15);opacity:0}to{transform:scale(1.15);opacity:0}}@media (prefers-reduced-motion: reduce){.time-left,.time-left:after{animation:none}}
