html{scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1a1a1a;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}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#ffffff80}::selection{background:#fff3;color:#fff}::-moz-selection{background:#fff3;color:#fff}.App{text-align:center}:root{--primary-color:#fff;--secondary-color:#1a1a1a;--accent-color:#f0f0f0;--dark-bg:#0d0d0d;--light-bg:#1a1a1a;--text-dark:#fff;--text-light:#b0b0b0;--white:#fff;--black:#0d0d0d;--shadow:0 10px 40px #00000080;--shadow-hover:0 15px 50px #ffffff1a}*{box-sizing:border-box;margin:0;padding:0}body{background:#fff;background:var(--white);color:#fff;color:var(--text-dark);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.App{overflow:hidden}.navbar{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0d0d0dfa;border-bottom:1px solid #ffffff1a;box-shadow:0 4px 20px #000c;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.nav-container{justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 2rem}.logo,.nav-container{align-items:center;display:flex}.logo{color:#f0f0f0;color:var(--accent-color);font-size:1.5rem;font-weight:700;gap:.75rem;text-decoration:none}.logo-img{border-radius:8px;height:45px;width:auto}.logo-text{color:#fff;color:var(--white);font-size:1.2rem;font-weight:700;letter-spacing:.5px}.nav-menu{align-items:center;display:flex;gap:2rem;list-style:none}.nav-link{background:none;border:none;color:#fff;color:var(--white);cursor:pointer;font-size:1rem;font-weight:500;padding:.5rem 1rem;transition:all .3s ease}.nav-link:hover{color:#f0f0f0;color:var(--accent-color);transform:translateY(-2px)}.nav-link.enquire-btn{background:#fff;background:var(--white);border-radius:25px;color:#0d0d0d;color:var(--black);font-weight:700;padding:.7rem 1.5rem}.nav-link.enquire-btn:hover{box-shadow:0 10px 25px #fff3;transform:translateY(-2px)}.mobile-controls{align-items:center;display:none;gap:1rem}.enquire-btn-mobile,.hamburger{display:none}.hamburger{background:none;border:none;cursor:pointer;flex-direction:column;gap:6px;padding:0;z-index:1001}.hamburger span{background-color:#fff;background-color:var(--white);border-radius:2px;height:3px;transition:all .3s ease;width:25px}.hamburger.active span:first-child{transform:rotate(45deg) translate(10px,10px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.hero{align-items:center;background:linear-gradient(135deg,#0d0d0d,#1a1a1a);display:flex;justify-content:center;margin-top:60px;min-height:100vh;overflow:hidden;position:relative;text-align:center}.hero:before{animation:float 6s ease-in-out infinite;background:radial-gradient(circle,#ffffff26,#0000);height:300px;right:-100px;top:-100px;width:300px}.hero:after,.hero:before{border-radius:50%;content:"";position:absolute}.hero:after{animation:float 8s ease-in-out infinite reverse;background:radial-gradient(circle,#ffffff14,#0000);bottom:-50px;height:200px;left:-50px;width:200px}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(30px)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.hero:before{animation:float 6s ease-in-out infinite,shimmer 3s ease-in-out infinite}.hero-content{max-width:800px;padding:2rem;position:relative;z-index:1}.hero-logo{animation:slideDown .8s ease;border-radius:50%;box-shadow:0 0 40px #ffffff26;height:150px;margin-bottom:2rem;object-fit:cover;width:150px}.hero-title{animation:slideUp .8s ease,glow 3s ease-in-out infinite;color:#fff;color:var(--white);font-size:clamp(2.5rem,8vw,4.5rem);font-weight:800;letter-spacing:-1px;margin-bottom:1rem;text-shadow:0 0 30px #ffffff1a}@keyframes glow{0%,to{text-shadow:0 0 30px #ffffff1a}50%{text-shadow:0 0 50px #fff3}}.hero-subtitle{animation:slideUp .8s ease .2s backwards;color:#ffffffb3;font-size:1.5rem;margin-bottom:2.5rem}.hero-taglines{align-items:center;animation:slideUp .8s ease .3s backwards;color:#fff9;display:flex;font-size:1.1rem;font-weight:600;gap:1rem;justify-content:center;margin-bottom:2.5rem}.tagline{color:#fff;color:var(--white);font-weight:700;letter-spacing:.5px}.tagline-separator{color:#ffffff4d;font-size:1.3rem}.services{background:#0d0d0d;background:var(--black);padding:80px 2rem}.container{margin:0 auto;max-width:1200px}.section-title{color:#fff;color:var(--white);font-size:2.5rem;font-weight:700;margin-bottom:3rem;padding-bottom:1rem;position:relative;text-align:center}.section-title:after{background:linear-gradient(90deg,#0000,#fff6,#0000);border-radius:2px;bottom:0;content:"";height:4px;left:50%;position:absolute;transform:translateX(-50%);width:60px}.services-tagline{animation:slideUp .8s ease .2s backwards;color:#b0b0b0;color:var(--text-light);font-size:1.3rem;font-style:italic;font-weight:500;margin-bottom:3rem;text-align:center}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin-bottom:2rem}.service-card{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:15px;border-top:3px solid #ffffff4d;box-shadow:0 10px 40px #000000b3;cursor:pointer;flex-direction:column;min-height:450px;padding:2rem;perspective:none;position:relative;text-align:center}.service-card,.service-card-icon{align-items:center;display:flex;justify-content:center}.service-card-icon{background:#ffffff14;border:2px solid #ffffff26;border-radius:50%;font-size:3.5rem;height:90px;margin-bottom:1rem;width:90px}.service-card h3{margin-bottom:1.5rem;margin-top:1rem}.service-card p{font-size:.95rem;margin-bottom:auto}.more-info-btn{-webkit-tap-highlight-color:transparent;background:#fff;background:var(--white);border:none;border-radius:20px;color:#0d0d0d;color:var(--black);cursor:pointer;font-size:.9rem;font-weight:600;margin-top:1rem;padding:.6rem 1.5rem;transition:background-color .2s ease,box-shadow .2s ease}.more-info-btn:hover{background:#f0f0f0;background:var(--accent-color);box-shadow:0 5px 15px #fff3}.more-info-btn:active{background:#e0e0e0}.package-details{color:#b0b0b0;color:var(--text-light);display:flex;flex-direction:column;font-size:.85rem;justify-content:center;list-style:none;margin-bottom:1rem;margin-left:auto;margin-right:auto;text-align:left;width:100%}.package-details li{line-height:1.3;margin-bottom:.4rem;padding-left:1.2rem;position:relative}.package-details li:before{color:#fffc;content:"✓";font-weight:700;left:0;position:absolute}.service-card:before{background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:3px;left:0;opacity:0;position:absolute;right:0;top:0}.service-card.corporate,.service-card.pa,.service-card.private,.service-card.wedding{border-top-color:#ffffff4d}.service-card h3{color:#fff;color:var(--white);font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#b0b0b0;color:var(--text-light);line-height:1.6;margin-bottom:1.5rem}.service-btn{background:#fff;background:var(--white);border:none;border-radius:25px;color:#0d0d0d;color:var(--black);cursor:pointer;font-size:.95rem;font-weight:700;overflow:hidden;padding:.75rem 1.5rem;position:relative;transition:all .3s ease}.service-btn:before{background:#0000001a;content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .3s ease;width:100%;z-index:-1}.service-btn:hover{box-shadow:0 8px 20px #fff3;transform:scale(1.05)}.service-btn:hover:before{left:100%}.features{background:#0d0d0d;background:var(--black);padding:80px 2rem}.features-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.feature{background:#ffffff0d;border-left:4px solid #ffffff4d;border-radius:12px;overflow:hidden;padding:2rem;position:relative;transition:all .3s ease}.feature:before{background:linear-gradient(90deg,#0000,#ffffff0d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;transition:left .5s ease;width:100%}.feature h3{color:#fff;color:var(--white);font-size:1.3rem;margin-bottom:.75rem}.feature p{color:#b0b0b0;color:var(--text-light);line-height:1.6}.about-section{border-top:1px solid #ffffff1a;margin-top:4rem;padding-top:3rem}.about-content{margin:0 auto;max-width:900px}.about-text h3{color:#fff;color:var(--white);font-size:1.8rem;margin-bottom:1.5rem}.about-text p{color:#b0b0b0;color:var(--text-light);font-size:1.05rem;line-height:1.8;margin-bottom:1.2rem}.team-section{border-top:1px solid #ffffff1a;margin-top:3rem;padding-top:3rem}.team-title{color:#fff;color:var(--white);font-size:2rem;margin-bottom:2.5rem;text-align:center}.team-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.team-member{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:15px;padding:2.5rem;transition:all .3s ease}.member-name{color:#fff;color:var(--white);font-size:1.5rem;font-weight:700;margin-bottom:.3rem}.member-title{color:#ffffffb3;font-size:1.1rem;font-style:italic;margin-bottom:1.2rem}.member-bio{color:#b0b0b0;color:var(--text-light);font-size:.95rem;line-height:1.7;margin-bottom:1.5rem}.member-experience{background:#ffffff1a;border-radius:8px;font-size:.9rem;font-weight:600;padding:.75rem 1.2rem;text-align:center}.about-text strong,.member-experience{color:#fff;color:var(--white)}.testimonials{background:#0d0d0d;background:var(--black);padding:80px 2rem}.contact{background:linear-gradient(135deg,#0d0d0d,#1a1a1a);color:#fff;color:var(--white);padding:80px 2rem}.contact .section-title{color:#fff;color:var(--white);margin-bottom:3rem}.contact-content{grid-gap:3rem;align-items:center;display:grid;gap:3rem;grid-template-columns:1fr 1fr}.contact-info{grid-gap:2rem;display:grid;gap:2rem}.info-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff26;border-radius:10px;padding:1.5rem}.info-item h4{color:#fff;color:var(--white);font-size:1.1rem;margin-bottom:.5rem}.info-item p{color:#fffc;font-size:1rem}.info-item.highlight{background:#ffffff1a!important;border-left:4px solid #ffffff80!important}.contact-cta{text-align:center}.contact-cta h3{color:#fff;color:var(--white);font-size:1.8rem;margin-bottom:1rem}.contact-cta p{color:#b0b0b0;color:var(--text-light);font-size:1.1rem;line-height:1.6;margin-bottom:2rem}.cta-button{background:#fff;background:var(--white);border:none;border-radius:25px;color:#0d0d0d;color:var(--black);cursor:pointer;font-size:1rem;font-weight:700;overflow:hidden;padding:.75rem 2rem;position:relative;transition:all .3s ease;white-space:nowrap}.cta-button:hover{box-shadow:0 8px 20px #fff3;transform:scale(1.05)}.cta-button.large{font-size:1.05rem;padding:1rem 2.5rem}.footer{background:#0d0d0dfa;border-top:1px solid #ffffff1a;color:#fff9;padding:2rem;text-align:center}.footer .container{margin:0 auto;max-width:1200px}.social-links{display:flex;gap:1.5rem;justify-content:center;margin-top:1.5rem}.social-links a{color:#fff;color:var(--white);text-decoration:none;transition:all .3s ease}.social-links a:hover{color:#f0f0f0;color:var(--accent-color);transform:translateY(-2px)}@media (max-width:768px){.hamburger,.mobile-controls{display:flex}.enquire-btn-mobile{background:#fff;background:var(--white);border:none;border-radius:20px;color:#0d0d0d;color:var(--black);cursor:pointer;display:block;font-size:.85rem;font-weight:700;padding:.6rem 1rem;transition:all .3s ease;white-space:nowrap}.enquire-btn-mobile:hover{box-shadow:0 10px 25px #fff3;transform:translateY(-2px)}.nav-menu{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#0d0d0dfa;border-bottom:1px solid #ffffff1a;display:none;flex-direction:column;gap:0;left:0;padding:1.5rem;position:absolute;right:0;top:70px}.nav-menu.active{display:flex}.nav-link{font-size:.95rem;padding:.75rem 0}.nav-menu .enquire-btn{display:none}.hero{margin-top:70px;padding:2rem}.hero-logo{height:120px;margin-bottom:1.5rem;width:120px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.services{padding:60px 1rem}.services-grid{gap:1.5rem;grid-template-columns:repeat(2,1fr)}.service-card h3{font-size:1.1rem}.service-card p{font-size:.85rem}.package-details li{margin-bottom:.4rem}.enquire-btn-card{font-size:.85rem;padding:.6rem 1.2rem}.section-title{font-size:2rem}.contact-content,.features-grid{grid-template-columns:1fr}}@media (max-width:480px){.nav-container{flex-wrap:wrap;padding:0 1rem}.logo{font-size:1rem;gap:.5rem}.logo-img{height:35px}.logo-text{font-size:1rem}.nav-menu{flex-direction:column;gap:.5rem;margin-top:.5rem;width:100%}.nav-link{font-size:.85rem;padding:.4rem .8rem;text-align:left}.enquire-btn,.nav-link{width:100%}.hero{min-height:80vh;padding:100px 1rem 3rem}.hero-title{font-size:2rem;line-height:1.2;margin-bottom:1rem}.hero-subtitle{font-size:.95rem;line-height:1.4;margin-bottom:2rem}.services{padding:3rem 1rem}.section-title{font-size:1.8rem;margin-bottom:2rem}.services-grid{gap:1.5rem;grid-template-columns:1fr}.service-card{min-height:auto;padding:1.5rem}.service-card h3{font-size:1.1rem}.service-card p{font-size:.9rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.95rem}.team{padding:3rem 1rem}.team-grid{gap:2rem;grid-template-columns:1fr}.team-member{padding:1.5rem}.member-name{font-size:1.2rem}.member-title{font-size:.95rem}.member-bio{font-size:.9rem;line-height:1.4}.testimonials{padding:3rem 1rem}.review-carousel{padding:0}.review-slide{padding:1.5rem}.review-text{font-size:.95rem}.review-author{font-size:.9rem}.contact{padding:3rem 1rem}.contact-info{gap:1.5rem;grid-template-columns:1fr}.info-item{padding:1.5rem}.info-item h4{font-size:1.1rem}.footer{padding:2rem 1rem}.footer p{font-size:.9rem}}@media (max-width:320px){.logo-text{display:none}.logo{justify-content:center}.hero-logo{height:100px;margin-bottom:1rem;width:100px}.hero-title{font-size:1.5rem}.nav-link{font-size:.75rem;padding:.3rem .6rem}}.modal-overlay{align-items:center;animation:fadeIn .3s ease;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#0009;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:2000}.modal-content{animation:slideUp .4s ease;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:20px;box-shadow:0 20px 60px #000c;max-height:90vh;max-width:600px;overflow-y:auto;padding:2.5rem;position:relative;width:90%}.modal-content h2{color:var(--white);font-size:2rem;letter-spacing:-.5px;margin-bottom:1.5rem}.modal-content h3{color:var(--white);font-size:1.5rem;margin-bottom:.5rem}.modal-close{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;font-size:2rem;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:all .3s ease;width:40px}.modal-close:hover{color:var(--white);transform:rotate(90deg)}.enquire-form{gap:1.2rem}.enquire-form,.form-group{display:flex;flex-direction:column}.form-group label{color:var(--white);font-size:.95rem;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{background:#ffffff0d;border:2px solid #ffffff26;border-radius:8px;color:var(--white);font-family:inherit;font-size:1rem;padding:.8rem 1rem;transition:all .3s ease}.form-group input::placeholder,.form-group textarea::placeholder{color:#fff6}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{background:#ffffff1a;border-color:#fff6;box-shadow:0 0 0 3px #ffffff1a;outline:none}.form-group textarea{font-family:inherit;resize:vertical}.form-row{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}@media (max-width:600px){.form-row{grid-template-columns:1fr}.modal-content{padding:1.5rem}.modal-content h2{font-size:1.5rem}}@media (max-width:768px){.modal-overlay{padding:1rem}.modal-content{border-radius:16px;max-height:90vh;max-width:100%}.modal-close{font-size:24px;height:35px;width:35px}.modal-content h2{font-size:1.4rem}}@media (max-width:480px){.modal-overlay{padding:.5rem}.modal-content{border-radius:12px;margin:0;max-height:95vh;padding:1.5rem}.modal-close{font-size:20px;height:32px;right:1rem;top:1rem;width:32px}.modal-content h2{font-size:1.3rem;margin-bottom:1.5rem}.form-group{margin-bottom:1.2rem}.form-group label{font-size:.9rem;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{font-size:1rem;padding:.8rem}.form-row{flex-direction:column;gap:1rem}.form-row .form-group{flex:1 1;width:100%}.submit-btn{font-size:1rem;margin-top:1rem;padding:1rem;width:100%}.error-message{font-size:.85rem;margin-bottom:1rem;padding:.8rem}.success-message{padding:1.5rem}.success-message h3{font-size:1.4rem;margin-bottom:.8rem}.success-message p{font-size:.95rem}}@media (max-width:320px){.modal-content{padding:1rem}.modal-content h2{font-size:1.2rem}.form-group input,.form-group select,.form-group textarea{font-size:16px;padding:.7rem}.submit-btn{font-size:.95rem;padding:.9rem}}.submit-btn{background:var(--white);border:none;border-radius:25px;box-shadow:0 8px 25px #fff3;color:var(--black);cursor:pointer;font-size:1rem;font-weight:700;margin-top:.5rem;padding:1rem 2rem;transition:all .3s ease}.submit-btn:hover:not(:disabled){box-shadow:0 12px 35px #ffffff4d;transform:translateY(-2px)}.submit-btn:active:not(:disabled){transform:translateY(0)}.submit-btn:disabled{cursor:not-allowed;opacity:.7}.error-message{animation:slideDown .3s ease;background:#ff444426;border:1px solid #f446;border-radius:8px;color:#ff6b6b;font-size:.9rem;margin-bottom:1.5rem;padding:1rem}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.success-message{animation:slideUp .4s ease;padding:2rem;text-align:center}.success-message h3{color:#4caf50;font-size:1.8rem;margin-bottom:1rem}.success-message p{color:var(--text-light);font-size:1.1rem;line-height:1.6}.modal-content::-webkit-scrollbar{width:6px}.modal-content::-webkit-scrollbar-track{background:#ffffff0d;border-radius:10px}.modal-content::-webkit-scrollbar-thumb{background:#fff3;border-radius:10px}.modal-content::-webkit-scrollbar-thumb:hover{background:#fff6}.service-modal-overlay{align-items:center;animation:fadeIn .2s ease;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:2000}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.service-modal-content{animation:slideUp .3s ease;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 20px 60px #000c;max-height:85vh;max-width:600px;overflow-y:auto;position:relative;width:100%}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.service-modal-close{align-items:center;background:none;border:none;color:var(--text-light);cursor:pointer;display:flex;font-size:2rem;height:2.5rem;justify-content:center;padding:0;position:absolute;right:1.5rem;top:1.5rem;transition:color .2s ease;width:2.5rem;z-index:10}.service-modal-close:hover{color:var(--white)}.service-modal-header{background:linear-gradient(135deg,#0d0d0d,#ffffff0d);border-bottom:1px solid #ffffff1a;padding:3rem 2rem 2rem;text-align:center}.service-modal-icon{font-size:3.5rem;margin-bottom:1rem}.service-modal-header h2{color:var(--white);font-size:1.8rem;margin:0}.service-modal-body{padding:2rem}.service-modal-body h3{color:var(--white);font-size:1.3rem;margin-bottom:1.5rem}.package-details-modal{list-style:none;margin:0;padding:0}.package-details-modal li{color:var(--text-light);font-size:.95rem;line-height:1.5;margin-bottom:.8rem;padding-left:1.8rem;position:relative}.package-details-modal li:before{color:var(--white);content:"✓";font-size:1.1rem;font-weight:700;left:0;position:absolute}.service-modal-actions{border-top:1px solid #ffffff1a;display:flex;gap:1rem;padding:1.5rem 2rem}.enquire-btn-modal{-webkit-tap-highlight-color:transparent;background:var(--white);border:none;border-radius:25px;color:var(--black);cursor:pointer;flex:1 1;font-size:.95rem;font-weight:700;padding:.75rem 1.5rem;transition:background-color .2s ease,transform .2s ease}.enquire-btn-modal:hover{background:var(--accent-color);transform:translateY(-2px)}.enquire-btn-modal:active{transform:translateY(0)}.close-btn-modal{-webkit-tap-highlight-color:transparent;background:#0000;border:1px solid #ffffff4d;border-radius:25px;color:var(--text-light);cursor:pointer;flex:1 1;font-size:.95rem;font-weight:600;padding:.75rem 1.5rem;transition:all .2s ease}.close-btn-modal:hover{background:#ffffff0d;border-color:var(--white);color:var(--white)}@media (max-width:768px){.service-modal-content{border-radius:8px;max-height:90vh}.service-modal-header{padding:2rem 1.5rem 1.5rem}.service-modal-header h2{font-size:1.4rem}.service-modal-icon{font-size:3rem;margin-bottom:.8rem}.service-modal-body{padding:1.5rem}.service-modal-body h3{font-size:1.1rem;margin-bottom:1rem}.package-details-modal li{font-size:.85rem;margin-bottom:.6rem;padding-left:1.5rem}.service-modal-actions{flex-direction:column;padding:1rem 1.5rem}.close-btn-modal,.enquire-btn-modal{font-size:.9rem;padding:.7rem 1.2rem}}@media (max-width:480px){.service-modal-overlay{padding:.5rem}.service-modal-close{font-size:1.8rem;height:2rem;right:1rem;top:1rem;width:2rem}.service-modal-header{padding:1.5rem 1.2rem 1.2rem}.service-modal-header h2{font-size:1.2rem}.service-modal-icon{font-size:2.5rem;margin-bottom:.5rem}.service-modal-body{padding:1.2rem}.service-modal-body h3{font-size:1rem;margin-bottom:.8rem}.package-details-modal li{font-size:.8rem;margin-bottom:.5rem}.service-modal-actions{padding:.8rem 1.2rem}.close-btn-modal,.enquire-btn-modal{font-size:.85rem;padding:.6rem 1rem}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));height:44px;height:var(--swiper-navigation-size);width:44px;width:var(--swiper-navigation-size);&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}svg{fill:currentColor;height:100%;object-fit:contain;pointer-events:none;transform-origin:center;width:100%}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon{transform:rotate(180deg)}}.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:50%;top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:4px;left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:4px;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon{transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon{transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:50%;left:var(--swiper-navigation-top-offset,50%);margin-left:-22px;margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:4px;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon{transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:4px;bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon{transform:rotate(90deg)}}}.review-carousel-container{padding:2rem;position:relative;width:100%}.review-swiper{padding:0 70px;width:100%}.review-slide{align-items:center;display:flex;height:auto;justify-content:center}.review-card{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:15px;box-shadow:0 15px 40px #ffffff1a;display:flex;flex-direction:column;max-width:100%;min-height:350px;padding:2rem;transition:all .3s ease;width:100%}.review-card:hover{border-color:#ffffff4d;box-shadow:0 15px 40px #fff3;transform:translateY(-4px)}.review-card .review-text{color:var(--text-light);flex-grow:1;font-size:.95rem;font-style:italic;line-height:1.7;margin-bottom:1.5rem}.review-card .review-author{color:var(--white);font-weight:600;margin-bottom:.3rem}.review-card .review-event{color:#ffffff80;font-size:.85rem}.swiper-button-next,.swiper-button-prev{align-items:center;background:#ffffff1a;border:2px solid #fff3;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1.5rem;height:50px;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:all .3s ease;width:50px;z-index:10}.swiper-button-next:before,.swiper-button-prev:before{color:#fff;content:"";font-size:1.5rem;font-weight:700}.swiper-button-prev:before{content:"‹"}.swiper-button-next:before{content:"›"}.swiper-button-prev{left:0}.swiper-button-next{right:0}.swiper-button-next:hover,.swiper-button-prev:hover{background:#fff3;border-color:#fff6;transform:translateY(-50%) scale(1.1)}@media (max-width:768px){.review-carousel-container{padding:1rem}.review-swiper{padding:0 50px}.review-card{min-height:300px;padding:1.5rem}.review-card .review-text{font-size:.9rem}.swiper-button-next,.swiper-button-prev{font-size:1.2rem;height:40px;width:40px}}@media (max-width:480px){.review-carousel-container{padding:1rem}.review-swiper{padding:0 35px}.review-card{border-radius:12px;min-height:260px;padding:1.2rem}.review-card .review-text{font-size:.8rem;line-height:1.5;margin-bottom:.8rem}.review-card .review-author{font-size:.95rem;margin-bottom:.2rem}.review-card .review-event{font-size:.75rem}.swiper-button-next,.swiper-button-prev{font-size:.9rem;height:32px;width:32px}}@media (max-width:320px){.review-carousel-container{padding:.8rem}.review-swiper{padding:0 30px}.review-card{min-height:240px;padding:1rem}.swiper-button-next,.swiper-button-prev{font-size:.8rem;height:28px;width:28px}}
/*# sourceMappingURL=main.95d89133.css.map*/