body{background-color:#121212;color:#f0f0f0;font-family:sans-serif;margin:0;padding:0}.home-container{padding:1rem}.hero-section{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-between;padding:2rem 0}.hero-image{border-radius:12px;box-shadow:0 0 12px #ffffff1a;flex:1.5 1;height:auto;max-width:800px;width:100%}.hero-text{flex:1 1;min-width:250px}.hero-text h1{color:#fff;font-size:3rem;margin-bottom:.5rem}.hero-text p{color:#ccc;font-size:1.2rem}.packages{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;padding:2rem 0}.package-card{align-items:center;background-color:#1e1e1e;border:1px solid #333;border-radius:16px;box-shadow:0 4px 8px #ffffff0d;display:flex;flex-direction:column;height:250px;justify-content:space-between;padding:1rem;text-align:center;transition:transform .2s ease;width:250px}.package-card:hover{transform:scale(1.03)}.package-card h2{color:#f0f0f0;font-size:1.2rem;font-weight:600;margin-bottom:.5rem}.package-card p{color:#aaa;font-size:.95rem;margin:.5rem 0}.package-card .price{color:#e0e0e0;font-size:1.1rem;font-weight:700}.package-card button{background-color:#0d6efd;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.5rem 1rem;transition:background-color .2s ease}.package-card button:hover{background-color:#0b5ed7}.contact-form{background-color:#1e1e1e;border-radius:12px;box-shadow:0 4px 8px #ffffff0d;display:flex;flex-direction:column;gap:1rem;margin:2rem auto;max-width:500px;padding:2rem}.contact-form input,.contact-form textarea{background-color:#2c2c2c;border:1px solid #444;border-radius:8px;color:#f0f0f0;font-size:1rem;padding:.75rem 1rem;resize:none;width:100%}.contact-form input::placeholder,.contact-form textarea::placeholder{color:#888}.contact-form button{background-color:#0d6efd;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem;transition:background-color .2s ease}.contact-form button:hover{background-color:#0b5ed7}form{background-color:#121212;border-radius:12px;box-shadow:0 0 20px #0000004d;margin:2rem auto;max-width:600px;padding:2rem}.form-group{margin-bottom:1.5rem}form input,form select,form textarea{background-color:#1e1e1e;border:1px solid #444;border-radius:8px;box-sizing:border-box;color:#f0f0f0;font-size:1rem;padding:.75rem;width:100%}form input:focus,form select:focus,form textarea:focus{background-color:#222;border-color:#0d6efd;outline:none}form button{background:linear-gradient(135deg,#0d6efd,#6610f2);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.5rem;transition:background .3s ease,transform .2s ease;width:100%}form button:hover{background:linear-gradient(135deg,#6610f2,#0d6efd);transform:scale(1.02)}form button:active{transform:scale(.98)}.booking-container{margin:0 auto;max-width:500px;padding:1rem;width:100%}.booking-container h2{color:#fff;font-size:2rem;font-weight:700;margin-bottom:1rem;text-align:left}.terminal-title{display:inline-block;position:relative}.terminal-title:after{animation:blink 1s step-start infinite;content:"_";display:inline-block;margin-left:6px;text-shadow:0 0 8px #0fc9}@keyframes blink{50%{opacity:0}}
/*# sourceMappingURL=main.853864f7.css.map*/