.Header-module__hBw1pG__header{z-index:1000;background:0 0;align-items:center;width:100%;height:130px;transition:all .3s;display:flex;position:fixed;top:0;left:0}.Header-module__hBw1pG__scrolled{-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #114a8b0d;height:95px;box-shadow:0 4px 20px #114a8b14}.Header-module__hBw1pG__container{justify-content:space-between;align-items:center;width:100%;max-width:1200px;height:100%;margin:0 auto;padding:0 2rem;display:flex}.Header-module__hBw1pG__logoContainer{align-items:center;display:flex}.Header-module__hBw1pG__logo{object-fit:contain;width:auto;height:110px;transition:all .3s}.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__logo{height:80px}.Header-module__hBw1pG__logo:hover{transform:scale(1.02)}.Header-module__hBw1pG__desktopNav{display:block}.Header-module__hBw1pG__navList{align-items:center;gap:1.8rem;list-style:none;display:flex}.Header-module__hBw1pG__navLink{color:var(--primary);padding:.5rem 0;font-size:1.05rem;font-weight:600;transition:color .3s;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--secondary);width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--secondary)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__cta{background:var(--primary);border-radius:50px;box-shadow:0 4px 12px #114a8b33;color:var(--white)!important;padding:.6rem 1.5rem!important;transition:all .3s!important}.Header-module__hBw1pG__cta:after{display:none}.Header-module__hBw1pG__cta:hover{background:var(--secondary);transform:translateY(-1px);box-shadow:0 6px 15px #73b3e74d}.Header-module__hBw1pG__hamburger{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.Header-module__hBw1pG__mobileMenu{border-bottom:1px solid var(--glass-border);width:100%;padding:2rem;animation:.3s forwards Header-module__hBw1pG__slideDown;display:none;position:absolute;top:100%;left:0;box-shadow:0 10px 30px #114a8b1a}.Header-module__hBw1pG__mobileNavList{flex-direction:column;align-items:center;gap:1.5rem;list-style:none;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--primary);font-size:1.2rem;font-weight:600;transition:color .3s}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--secondary)}.Header-module__hBw1pG__mobileCta{background:var(--primary);text-align:center;border-radius:50px;padding:.8rem 2.5rem;box-shadow:0 4px 12px #114a8b33;color:var(--white)!important}@keyframes Header-module__hBw1pG__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.Header-module__hBw1pG__desktopNav{display:none}.Header-module__hBw1pG__hamburger,.Header-module__hBw1pG__mobileMenu{display:block}}
.Hero-module__ZARIfG__hero{background:linear-gradient(135deg, var(--white) 0%, var(--background) 100%);justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex;position:relative;overflow:hidden}.Hero-module__ZARIfG__bubbles{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.Hero-module__ZARIfG__bubble{background:radial-gradient(circle at 30% 30%,#fffffff2,#0b3e8bb3);border:1.5px solid #ffffffb3;border-radius:50%;width:45px;height:45px;position:absolute;box-shadow:0 4px 20px #0b3e8b66}.Hero-module__ZARIfG__content{z-index:2;border-radius:var(--radius-lg);text-align:center;flex-direction:column;align-items:center;width:100%;max-width:800px;padding:3rem;display:flex;position:relative}.Hero-module__ZARIfG__flyerContainer{border-radius:var(--radius-lg);border:1px solid #ffffff4d;max-width:500px;margin-bottom:2rem;overflow:hidden;box-shadow:0 20px 40px #0000001a}.Hero-module__ZARIfG__flyerImg{object-fit:contain;max-width:100%;height:auto;display:block}.Hero-module__ZARIfG__titleContainer{margin-top:1rem;margin-bottom:1rem}.Hero-module__ZARIfG__titleLogo{object-fit:contain;max-width:100%;height:auto}.Hero-module__ZARIfG__description{color:var(--foreground);max-width:600px;margin-bottom:2.5rem;font-size:1.2rem;line-height:1.6}.Hero-module__ZARIfG__actions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.Hero-module__ZARIfG__primaryBtn,.Hero-module__ZARIfG__secondaryBtn{cursor:pointer;border-radius:50px;padding:1rem 2rem;font-size:1.1rem;font-weight:600;transition:all .3s;box-shadow:0 4px 15px #114a8b33}.Hero-module__ZARIfG__primaryBtn{background:var(--primary);color:var(--white);border:none}.Hero-module__ZARIfG__primaryBtn:hover{background:var(--secondary);transform:translateY(-2px);box-shadow:0 6px 20px #73b3e766}.Hero-module__ZARIfG__secondaryBtn{color:var(--primary);border:2px solid var(--primary);background:0 0}.Hero-module__ZARIfG__secondaryBtn:hover{background:var(--primary);color:var(--white);transform:translateY(-2px)}.Hero-module__ZARIfG__whatsappSection{flex-direction:column;align-items:center;gap:.5rem;margin-top:3rem;animation:2s infinite Hero-module__ZARIfG__pulse;display:flex}.Hero-module__ZARIfG__whatsappLink{color:#25d366;text-shadow:0 2px 10px #25d36633;align-items:center;gap:.5rem;font-size:2.2rem;font-weight:800;text-decoration:none;display:flex}.Hero-module__ZARIfG__whatsappLink:hover{color:#128c7e;transform:scale(1.05)}.Hero-module__ZARIfG__whatsappSubtext{color:var(--primary);font-size:1.3rem;font-style:italic;font-weight:500}@keyframes Hero-module__ZARIfG__pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}@media (max-width:768px){.Hero-module__ZARIfG__whatsappLink{font-size:1.6rem}.Hero-module__ZARIfG__whatsappSubtext{font-size:1.1rem}}
.Packages-module__ZuoChq__packagesSection{background-color:var(--white);text-align:center;padding:5rem 2rem}.Packages-module__ZuoChq__container{max-width:1400px;margin:0 auto}.Packages-module__ZuoChq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;padding:1rem;display:grid}.Packages-module__ZuoChq__card{border-radius:var(--radius-md);text-align:left;background:var(--background);flex-direction:column;padding:2.5rem 2rem;transition:all .3s;display:flex;position:relative}.Packages-module__ZuoChq__popular{border:2px solid var(--secondary);z-index:10;transform:scale(1.05);box-shadow:0 10px 40px #73b3e733}.Packages-module__ZuoChq__badge{background:var(--secondary);color:var(--white);text-transform:uppercase;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:800;position:absolute;top:-15px;right:20px}.Packages-module__ZuoChq__cardTitle{color:var(--primary);margin-bottom:.5rem;font-size:1.5rem}.Packages-module__ZuoChq__price{color:var(--foreground);border-bottom:1px solid #0000001a;margin-bottom:1.5rem;padding-bottom:1rem;font-size:2.5rem;font-weight:800}.Packages-module__ZuoChq__price span{color:#64748b;margin-left:.5rem;font-size:1rem;font-weight:400}.Packages-module__ZuoChq__featuresList{flex-grow:1;margin-bottom:2rem;list-style:none}.Packages-module__ZuoChq__featuresList li{color:#475569;align-items:center;gap:.8rem;margin-bottom:1rem;display:flex}.Packages-module__ZuoChq__checkIcon{color:var(--secondary);flex-shrink:0}.Packages-module__ZuoChq__bookBtn{text-align:center;background:var(--primary);width:100%;color:var(--white);border-radius:var(--radius-sm);padding:1rem;font-weight:600;transition:background .3s;display:block}.Packages-module__ZuoChq__bookBtn:hover{background:var(--secondary)}@media (max-width:768px){.Packages-module__ZuoChq__popular{transform:scale(1)}}.Packages-module__ZuoChq__promoBadge{color:var(--white);text-transform:uppercase;z-index:20;background:#ef4444;border-radius:20px;padding:.5rem 1rem;font-size:.8rem;font-weight:800;animation:2s infinite Packages-module__ZuoChq__pulse;position:absolute;top:-45px;left:20px;box-shadow:0 4px 12px #ef444466}@keyframes Packages-module__ZuoChq__pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}
.Gallery-module__3QxX8q__galleryWrapper{width:100%}.Gallery-module__3QxX8q__section{background-color:var(--background);padding:6rem 2rem}.Gallery-module__3QxX8q__sectionDark{background:linear-gradient(135deg, var(--primary) 0%, #0a315e 100%);color:var(--white);padding:6rem 2rem}.Gallery-module__3QxX8q__container{max-width:1200px;margin:0 auto}.Gallery-module__3QxX8q__grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;display:grid}.Gallery-module__3QxX8q__card{aspect-ratio:4/3;border-radius:var(--radius-md);cursor:pointer;background-color:var(--white);border:1px solid #114a8b0d;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;box-shadow:0 4px 15px #114a8b0d}.Gallery-module__3QxX8q__card:hover{transform:translateY(-5px);box-shadow:0 12px 25px #114a8b1f}.Gallery-module__3QxX8q__imageContainer{width:100%;height:100%;position:relative}.Gallery-module__3QxX8q__image{object-fit:cover;transition:transform .5s}.Gallery-module__3QxX8q__card:hover .Gallery-module__3QxX8q__image{transform:scale(1.05)}.Gallery-module__3QxX8q__overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;background:#114a8b66;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.Gallery-module__3QxX8q__card:hover .Gallery-module__3QxX8q__overlay{opacity:1}.Gallery-module__3QxX8q__icon{color:var(--white);transition:transform .3s;transform:scale(.8)}.Gallery-module__3QxX8q__card:hover .Gallery-module__3QxX8q__icon{transform:scale(1)}.Gallery-module__3QxX8q__videoGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;margin-top:2rem;display:grid}.Gallery-module__3QxX8q__videoCard{border-radius:var(--radius-md);background:#ffffff0f;border:1px solid #ffffff1a;transition:transform .3s,box-shadow .3s;overflow:hidden}.Gallery-module__3QxX8q__videoCard:hover{transform:translateY(-5px);box-shadow:0 12px 30px #0003}.Gallery-module__3QxX8q__videoContainer{aspect-ratio:16/9;background-color:#000;width:100%;position:relative}.Gallery-module__3QxX8q__video{object-fit:cover;width:100%;height:100%}.Gallery-module__3QxX8q__videoInfo{color:var(--white);align-items:center;gap:.8rem;padding:1.2rem;font-size:.95rem;font-weight:600;display:flex}.Gallery-module__3QxX8q__playIcon{color:var(--secondary)}.Gallery-module__3QxX8q__lightbox{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:2000;background:#0a192feb;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.Gallery-module__3QxX8q__closeButton{color:var(--white);cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:background .3s,transform .3s;display:flex;position:absolute;top:2rem;right:2rem}.Gallery-module__3QxX8q__closeButton:hover{background:#fff3;transform:rotate(90deg)}.Gallery-module__3QxX8q__lightboxImageContainer{border-radius:var(--radius-md);background:#000;max-width:90vw;max-height:80vh;overflow:hidden;box-shadow:0 20px 50px #00000080}.Gallery-module__3QxX8q__lightboxImage{object-fit:contain;max-width:100%;max-height:80vh;display:block}@media (max-width:768px){.Gallery-module__3QxX8q__section,.Gallery-module__3QxX8q__sectionDark{padding:4rem 1.5rem}}
.AboutUs-module__Rj00zW__aboutSection{color:#333;background-color:#f8f9fa;padding:5rem 2rem}.AboutUs-module__Rj00zW__container{max-width:800px;margin:0 auto}.AboutUs-module__Rj00zW__title{text-align:center;color:#1a1a1a;letter-spacing:-.05em;margin-bottom:.5rem;font-size:2.5rem;font-weight:800}.AboutUs-module__Rj00zW__subtitle{text-align:center;color:#64748b;margin-bottom:3rem;font-size:1.1rem}.AboutUs-module__Rj00zW__accordionContainer{flex-direction:column;gap:1rem;display:flex}.AboutUs-module__Rj00zW__accordionItem{background:#fff;border:1px solid #eaeaea;border-radius:12px;transition:all .3s;overflow:hidden;box-shadow:0 4px 6px #0000000d}.AboutUs-module__Rj00zW__accordionItem.AboutUs-module__Rj00zW__active{border-color:#bfdbfe;box-shadow:0 8px 20px #0d6efd26}.AboutUs-module__Rj00zW__accordionHeader{text-align:left;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1.5rem 2rem;transition:background-color .2s;display:flex}.AboutUs-module__Rj00zW__accordionHeader:hover{background-color:#f8fafc}.AboutUs-module__Rj00zW__accordionHeader h3{color:#0f172a;margin:0;font-size:1.25rem;font-weight:600}.AboutUs-module__Rj00zW__icon{color:#0d6efd;justify-content:center;align-items:center;width:24px;height:24px;font-size:1.5rem;font-weight:300;transition:transform .3s;display:flex}.AboutUs-module__Rj00zW__accordionContentWrapper{max-height:0;transition:max-height .4s ease-in-out;overflow:hidden}.AboutUs-module__Rj00zW__accordionContent{color:#475569;flex-direction:column;gap:1.5rem;padding:0 2rem 1.5rem;font-size:1.05rem;line-height:1.6;display:flex}.AboutUs-module__Rj00zW__contentBlock h4{color:#0d6efd;margin-bottom:.5rem;font-size:1.15rem;font-weight:600}.AboutUs-module__Rj00zW__contentBlock p{margin:0}.AboutUs-module__Rj00zW__valuesList{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin:0;padding:0;list-style:none;display:grid}.AboutUs-module__Rj00zW__valuesList li{background:#f8fafc;border-left:3px solid #0d6efd;border-radius:8px;padding:1rem}.AboutUs-module__Rj00zW__highlightText{color:#1e293b;background-color:#f1f5f9;border-left:4px solid #0d6efd;border-radius:0 8px 8px 0;padding:1rem;font-size:1.25rem;font-style:italic;font-weight:600}
.Booking-module__5vOxOq__bookingSection{background-color:var(--background);padding:5rem 2rem}.Booking-module__5vOxOq__container{max-width:1000px;margin:0 auto}.Booking-module__5vOxOq__calendlyContainer{background:var(--white);border-radius:var(--radius-lg);border:1px solid #0000000d;min-height:700px;box-shadow:0 4px 30px #0000000d}.Booking-module__5vOxOq__iframe{border:none}
.ChatWidget-module__MMKJYW__fab{background:var(--primary);color:var(--white);cursor:pointer;z-index:1000;border:none;border-radius:50%;justify-content:center;align-items:center;width:65px;height:65px;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 20px #114a8b66}.ChatWidget-module__MMKJYW__chatContainer{background:var(--white);border-radius:var(--radius-lg);z-index:999;flex-direction:column;width:380px;height:550px;max-height:calc(100vh - 8rem);display:flex;position:fixed;bottom:6rem;right:2rem;overflow:hidden;box-shadow:0 10px 40px #114a8b33}.ChatWidget-module__MMKJYW__header{background:var(--primary);border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.ChatWidget-module__MMKJYW__closeBtn{color:var(--white);cursor:pointer;background:0 0;border:none;padding:.5rem;display:flex}.ChatWidget-module__MMKJYW__messagesContainer{background:#f8fafce6;flex:1;padding:1.5rem;overflow-y:auto}.ChatWidget-module__MMKJYW__messageWrapper{margin-bottom:1rem;display:flex}.ChatWidget-module__MMKJYW__wrapperLeft{justify-content:flex-start}.ChatWidget-module__MMKJYW__wrapperRight{justify-content:flex-end}.ChatWidget-module__MMKJYW__message{max-width:80%;padding:.8rem 1.2rem;font-size:.95rem;line-height:1.4}.ChatWidget-module__MMKJYW__assistantMsg{background:var(--white);color:var(--foreground);border:1px solid #e2e8f0;border-radius:18px 18px 18px 0;box-shadow:0 2px 10px #0000000d}.ChatWidget-module__MMKJYW__userMsg{background:var(--secondary);color:var(--white);border-radius:18px 18px 0;box-shadow:0 2px 10px #73b3e74d}.ChatWidget-module__MMKJYW__typing{color:#94a3b8;font-size:.85rem;font-style:italic}.ChatWidget-module__MMKJYW__inputArea{background:var(--white);border-top:1px solid #e2e8f0;gap:.5rem;padding:1rem;display:flex}.ChatWidget-module__MMKJYW__input{border:1px solid #cbd5e1;border-radius:30px;outline:none;flex:1;padding:.8rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .3s}.ChatWidget-module__MMKJYW__input:focus{border-color:var(--secondary)}.ChatWidget-module__MMKJYW__sendBtn{background:var(--primary);color:var(--white);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:45px;height:45px;transition:all .2s;display:flex}.ChatWidget-module__MMKJYW__sendBtn:disabled{cursor:not-allowed;background:#94a3b8}.ChatWidget-module__MMKJYW__sendBtn:not(:disabled):hover{background:var(--secondary)}.ChatWidget-module__MMKJYW__waPrompt{border-radius:var(--radius-md);text-align:center;background:#f0fdf4;border:1px solid #bbf7d0;margin-top:1rem;padding:1.5rem}.ChatWidget-module__MMKJYW__waBtn{color:#fff;cursor:pointer;background:#25d366;border:none;border-radius:30px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:.5rem;padding:.8rem 1.5rem;font-weight:600;transition:background .3s;display:flex}.ChatWidget-module__MMKJYW__waBtn:hover{background:#128c7e}@media (max-width:480px){.ChatWidget-module__MMKJYW__chatContainer{border-radius:0;width:100%;height:100vh;max-height:100vh;bottom:0;right:0}}
