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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a.fancy_boxes img{object-fit:cover;object-position:center;width:100%}a.fancy_boxes{display:flex;height:400px;position:relative;width:100%}@media (max-width:768px){.room-gallery-thumbs .swiper-slide img{height:auto;object-fit:cover}}:root{--bg-main:#f4efe6;--card-bg:#fffaf2;--gold:#d39929;--gold-dark:#a8841f;--gold-soft:#f1e3b6;--text-main:#1f1f1f;--text-muted:#5f5f5f;--border-gold:#d39929;--border-light:#e6d8b5;--shadow-light:#0000002e;--shadow-medium:#00000047;--shadow-heavy:#0000008c}.pricing-wrapper{background:#f4efe6;background:var(--bg-main);min-height:100vh;padding:80px 0}.container{margin:0 auto;max-width:1600px;padding:0 20px}.plan-grid{grid-gap:32px;display:grid;gap:32px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:50px}.plan-card{background:#fffaf2;background:var(--card-bg);border:2px solid #e6d8b5;border:2px solid var(--border-light);border-radius:20px;box-shadow:0 15px 50px #0000002e;box-shadow:0 15px 50px var(--shadow-light);cursor:pointer;overflow:hidden;padding:45px 28px 32px;position:relative;transition:all .35s cubic-bezier(.4,0,.2,1)}.plan-card:after{background:linear-gradient(90deg,#d39929,#f1e3b6);background:linear-gradient(90deg,var(--gold),var(--gold-soft));content:"";height:4px;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .35s ease}.plan-card:hover{box-shadow:0 25px 70px #00000047;box-shadow:0 25px 70px var(--shadow-medium);transform:translateY(-8px)}.plan-card:hover:after{opacity:1}.plan-card.active{border-color:#d39929;border-color:var(--border-gold);box-shadow:0 20px 80px #d4af371c}.plan-card.active:after{opacity:1}.plan-card.active:before{background:#d39929;background:var(--gold);border-radius:20px;box-shadow:0 4px 12px #d4af3766;color:#fff;content:"✓ SELECTED";font-size:10px;font-weight:700;letter-spacing:1.5px;padding:6px 16px;position:absolute;right:18px;top:14px;z-index:10}.plan-top{align-items:flex-start;display:flex;gap:20px;margin-bottom:28px}.plan-top .icon{align-items:center;background:#f1e3b6;background:var(--gold-soft);border-radius:16px;color:#a8841f;color:var(--gold-dark);display:flex;font-size:28px;justify-content:center;min-height:64px;min-width:64px;padding:18px;transition:all .3s ease}.plan-card:hover .plan-top .icon{background:#d39929;background:var(--gold);color:#fff;transform:scale(1.1)}.plan-card h3{color:#1f1f1f;color:var(--text-main);font-size:26px;font-weight:700;line-height:1.2;margin:0 0 8px}.price{color:#a8841f;color:var(--gold-dark);font-size:20px;font-weight:800;margin-top:4px}.features{margin-top:24px}.feature-row{align-items:flex-start;border-bottom:1px dashed #e6d8b5;border-bottom:1px dashed var(--border-light);color:#5f5f5f;color:var(--text-muted);display:flex;font-size:15px;gap:12px;padding:12px 0;transition:all .2s ease}.feature-row:hover{color:#1f1f1f;color:var(--text-main);padding-left:4px}.feature-row i{color:#d39929;color:var(--gold);font-size:14px;margin-top:3px}.feature-row:last-child{border-bottom:none}.know-more{background:#d39929;background:var(--gold);border:none;border-radius:10px;box-shadow:0 4px 12px #d4af374d;color:#fff;cursor:pointer;font-size:14px;font-weight:600;margin-top:20px;padding:12px 28px;transition:all .3s ease;width:100%}.know-more:hover{background:#a8841f;background:var(--gold-dark);box-shadow:0 6px 20px #d4af3766;transform:translateY(-2px)}.know-more:active{transform:translateY(0)}.book-bar{align-items:center;background:linear-gradient(135deg,#fff7e1,#fffaf2);border:2px solid #d39929;border:2px solid var(--border-gold);border-radius:20px;box-shadow:0 20px 60px #0000002e;box-shadow:0 20px 60px var(--shadow-light);display:flex;justify-content:space-between;margin:60px auto 0;max-width:1400px;overflow:hidden;padding:28px 40px;position:relative}.book-bar:before{background:linear-gradient(135deg,#0000,#d4af370d);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0}.book-bar-info{position:relative;z-index:1}.book-bar-info h4{color:#1f1f1f;color:var(--text-main);font-size:20px;font-weight:700;margin:0 0 4px}.book-bar-info p{color:#5f5f5f;color:var(--text-muted);font-size:15px;margin:0}.book-bar button{align-items:center;background:#d39929;background:var(--gold);border:none;border-radius:12px;box-shadow:0 6px 20px #d4af3766;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;padding:14px 36px;position:relative;transition:all .3s ease;z-index:1}.book-bar button:hover{background:#a8841f;background:var(--gold-dark);box-shadow:0 10px 30px #d4af3780;transform:translateY(-3px)}.book-bar button:active{transform:translateY(-1px)}.book-bar button i{font-size:18px}.custom-modal-overlay{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#000000bf}.modal-content{animation:modalSlideIn .3s ease-out;background:#fffaf2;background:var(--card-bg);border:2px solid #d39929;border:2px solid var(--border-gold);border-radius:24px;box-shadow:0 50px 150px #0000008c;box-shadow:0 50px 150px var(--shadow-heavy)}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-50px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{align-items:flex-start;border-bottom:2px solid #e6d8b5;border-bottom:2px solid var(--border-light);display:flex;justify-content:space-between;padding:28px 32px}.modal-title{color:#1f1f1f;color:var(--text-main);font-size:24px;font-weight:700;margin:0 0 6px}.text-muted{color:#5f5f5f;color:var(--text-muted)}.text-sm{font-size:13px}.close{align-items:center;background:none;border:none;border-radius:8px;color:#5f5f5f;color:var(--text-muted);cursor:pointer;display:flex;font-size:32px;height:32px;justify-content:center;line-height:1;padding:0;transition:all .2s ease;width:32px}.close:hover{background:#d4af371a;color:#a8841f;color:var(--gold-dark)}.modal-body{max-height:500px;overflow-y:auto;padding:24px 32px}.modal-body::-webkit-scrollbar{width:8px}.modal-body::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.modal-body::-webkit-scrollbar-thumb{background:#f1e3b6;background:var(--gold-soft);border-radius:10px}.modal-body::-webkit-scrollbar-thumb:hover{background:#d39929;background:var(--gold)}.item-row{align-items:center;border-bottom:1px solid #e6d8b5;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;padding:14px 16px;transition:all .2s ease}.item-row:last-child{border-bottom:none}.item-row.selectable{border:1px solid #0000;border-radius:10px;cursor:pointer;margin-bottom:8px}.item-row.selectable:hover{background:#d4af3714;border-color:#e6d8b5;border-color:var(--border-light)}.item-row.selected{background:#d4af3726;border-color:#d39929;border-color:var(--gold)}.item-info{align-items:center;color:#1f1f1f;color:var(--text-main);display:flex;font-size:15px;gap:12px}.item-info small{color:#5f5f5f;color:var(--text-muted);margin-left:8px}.item-price{color:#a8841f;color:var(--gold-dark);font-size:16px;font-weight:800}.form-group{margin-bottom:20px}.form-group label{color:#1f1f1f;color:var(--text-main);display:block;font-size:14px;font-weight:600;margin-bottom:8px}.required{color:#d32f2f}.form-control{background:#fff;border:2px solid #e6d8b5;border:2px solid var(--border-light);border-radius:10px;color:#1f1f1f;color:var(--text-main);font-size:15px;padding:12px 16px;transition:all .3s ease;width:100%}.form-control:focus{border-color:#d39929;border-color:var(--gold);box-shadow:0 0 0 3px #d4af371a;outline:none}.form-control::placeholder{color:#aaa}.booking-summary{background:#d4af3714;border:1px solid #e6d8b5;border:1px solid var(--border-light);border-radius:12px;margin-top:24px;padding:20px}.summary-row{align-items:center;color:#1f1f1f;color:var(--text-main);display:flex;font-size:15px;justify-content:space-between;padding:10px 0}.summary-row.total{border-top:2px solid #d39929;border-top:2px solid var(--border-gold);font-size:18px;margin-top:8px;padding-top:16px}.summary-row strong{color:#a8841f;color:var(--gold-dark);font-weight:700}.status-message{align-items:center;border-radius:10px;display:flex;font-size:14px;font-weight:600;gap:12px;margin-top:20px;padding:14px 18px}.status-message.success{background:#e8f5e9;border:1px solid #81c784;color:#2e7d32}.status-message.error{background:#ffebee;border:1px solid #e57373;color:#c62828}.status-message i{font-size:18px}.lux-check{align-items:center;cursor:pointer;display:inline-flex;position:relative}.lux-check input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.lux-check .checkmark{align-items:center;background:#fff;border:2px solid #a8841f;border:2px solid var(--gold-dark);border-radius:6px;display:flex;height:22px;justify-content:center;position:relative;transition:all .3s ease;width:22px}.lux-check input:checked~.checkmark{background:#d39929;background:var(--gold);border-color:#d39929;border-color:var(--gold)}.lux-check .checkmark:after{border:solid #fff;border-width:0 2.5px 2.5px 0;content:"";display:none;height:11px;left:6px;position:absolute;top:2px;transform:rotate(45deg);width:6px}.lux-check input:checked~.checkmark:after{display:block}.lux-check:hover .checkmark{border-color:#d39929;border-color:var(--gold);box-shadow:0 0 0 3px #d4af371a}.modal-footer{border-top:2px solid #e6d8b5;border-top:2px solid var(--border-light);display:flex;gap:12px;justify-content:flex-end;padding:24px 32px}.btn-primary{align-items:center;background:#d39929;background:var(--gold);border:none;border-radius:12px;box-shadow:0 6px 20px #d4af374d;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:8px;padding:13px 32px;transition:all .3s ease}.btn-primary:hover:not(:disabled){background:#a8841f;background:var(--gold-dark);box-shadow:0 8px 25px #d4af3766;transform:translateY(-2px)}.btn-primary:disabled{cursor:not-allowed;opacity:.6}.btn-primary i{font-size:16px}.btn-danger{background:#0000;border:2px solid #e6d8b5;border:2px solid var(--border-light);border-radius:12px;color:#5f5f5f;color:var(--text-muted);cursor:pointer;font-size:15px;font-weight:600;padding:13px 28px;transition:all .3s ease}.btn-danger:hover{background:#d4af370d;border-color:#d39929;border-color:var(--gold);color:#1f1f1f;color:var(--text-main)}@media (max-width:768px){.pricing-wrapper{padding:40px 0}.plan-grid{gap:24px;grid-template-columns:1fr}.plan-card{padding:24px 20px}.plan-card.active:before{font-size:9px;padding:5px 12px;right:12px;top:12px}.book-bar{flex-direction:column;gap:20px;padding:24px 28px;text-align:center}.book-bar button{justify-content:center;width:100%}.modal-content{border-radius:20px;margin:10px}.modal-body,.modal-footer,.modal-header{padding:20px}.modal-footer{flex-direction:column}.modal-footer button{width:100%}}@media (max-width:480px){.plan-card h3{font-size:22px}.price{font-size:18px}.modal-title{font-size:20px}.book-bar-info h4{font-size:18px}}
/*# sourceMappingURL=main.592f8731.css.map*/