.DestinationFilter-module__tEZUbW__filterContainer{flex-wrap:wrap;justify-content:center;gap:1rem;padding:2rem 1rem;display:flex}.DestinationFilter-module__tEZUbW__filterButton{border:2px solid var(--color-caribe-blue);color:var(--color-caribe-blue);cursor:pointer;background:0 0;border-radius:50px;padding:.75rem 2rem;font-size:1rem;font-weight:600;transition:all .3s}.DestinationFilter-module__tEZUbW__filterButton:hover{background:#007bff1a;transform:translateY(-2px)}.DestinationFilter-module__tEZUbW__filterButton.DestinationFilter-module__tEZUbW__active{background:var(--color-caribe-blue);color:#fff;box-shadow:0 4px 12px #007bff4d}@media (max-width:768px){.DestinationFilter-module__tEZUbW__filterContainer{gap:.5rem}.DestinationFilter-module__tEZUbW__filterButton{padding:.6rem 1.5rem;font-size:.9rem}}
.ServiceCard-module__CEwV4a__card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--glass-border);background:#ffffff1a;border-radius:20px;flex-direction:column;height:100%;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.ServiceCard-module__CEwV4a__card:hover{transform:translateY(-10px);box-shadow:0 15px 30px #00000026}.ServiceCard-module__CEwV4a__imageContainer{background-color:#eee;width:100%;height:200px;position:relative;overflow:hidden}.ServiceCard-module__CEwV4a__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.ServiceCard-module__CEwV4a__card:hover .ServiceCard-module__CEwV4a__image{transform:scale(1.1)}.ServiceCard-module__CEwV4a__content{color:#333;flex-direction:column;flex:1;padding:1.5rem;display:flex}.ServiceCard-module__CEwV4a__category{text-transform:uppercase;letter-spacing:1px;color:var(--color-caribe-blue);margin-bottom:.5rem;font-size:.75rem;font-weight:700}.ServiceCard-module__CEwV4a__title{color:#222;margin:0 0 .5rem;font-size:1.25rem;font-weight:700}.ServiceCard-module__CEwV4a__location{color:#666;align-items:center;gap:5px;margin-bottom:1rem;font-size:.9rem;display:flex}.ServiceCard-module__CEwV4a__footer{border-top:1px solid #0000000d;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.ServiceCard-module__CEwV4a__price{color:var(--color-jungle-green);font-size:1.2rem;font-weight:800}.ServiceCard-module__CEwV4a__price span{color:#888;font-size:.8rem;font-weight:400}.ServiceCard-module__CEwV4a__rating{color:var(--color-sunset-orange);align-items:center;gap:3px;font-weight:600;display:flex}
.ServiceModal-module__0dwdha__overlay{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1000;opacity:0;background:#000000b3;justify-content:center;align-items:center;width:100vw;height:100vh;animation:.3s forwards ServiceModal-module__0dwdha__fadeIn;display:flex;position:fixed;top:0;left:0}.ServiceModal-module__0dwdha__modal{background:#fff;border-radius:20px;flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s forwards ServiceModal-module__0dwdha__slideUp;display:flex;position:relative;overflow-y:auto;transform:scale(.9)}.ServiceModal-module__0dwdha__imageContainer{width:100%;height:300px;position:relative}.ServiceModal-module__0dwdha__image{object-fit:cover;width:100%;height:100%}.ServiceModal-module__0dwdha__closeButton{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s;display:flex;position:absolute;top:15px;right:15px;box-shadow:0 4px 6px #0000001a}.ServiceModal-module__0dwdha__closeButton:hover{transform:scale(1.1)}.ServiceModal-module__0dwdha__content{padding:2rem}.ServiceModal-module__0dwdha__header{margin-bottom:1.5rem}.ServiceModal-module__0dwdha__category{text-transform:uppercase;color:var(--color-caribe-blue);letter-spacing:1px;font-size:.8rem;font-weight:700}.ServiceModal-module__0dwdha__title{color:#222;margin:.5rem 0;font-size:2rem}.ServiceModal-module__0dwdha__location{color:#666;align-items:center;gap:.5rem;display:flex}.ServiceModal-module__0dwdha__description{color:#444;margin-bottom:2rem;line-height:1.6}.ServiceModal-module__0dwdha__footer{border-top:1px solid #eee;justify-content:space-between;align-items:center;padding-top:1.5rem;display:flex}.ServiceModal-module__0dwdha__price{color:var(--color-jungle-green);font-size:1.5rem;font-weight:800}.ServiceModal-module__0dwdha__price span{color:#888;font-size:.9rem;font-weight:400}.ServiceModal-module__0dwdha__actionButton{background:var(--color-sunset-orange);color:#fff;cursor:pointer;border:none;border-radius:50px;padding:.8rem 2rem;font-weight:700;transition:background .2s}.ServiceModal-module__0dwdha__actionButton:hover{background:#e65100}@keyframes ServiceModal-module__0dwdha__fadeIn{to{opacity:1}}@keyframes ServiceModal-module__0dwdha__slideUp{to{transform:scale(1)}}
.CategoryGrid-module__LAID5G__section{max-width:1400px;margin:0 auto;padding:5rem 5%}.CategoryGrid-module__LAID5G__header{text-align:center;margin-bottom:3rem}.CategoryGrid-module__LAID5G__title{color:var(--color-caribe-blue);margin-bottom:1rem;font-size:2.5rem}.CategoryGrid-module__LAID5G__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.2rem}.CategoryGrid-module__LAID5G__grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;display:grid}@media (max-width:768px){.CategoryGrid-module__LAID5G__section{padding:3rem 1rem}.CategoryGrid-module__LAID5G__title{font-size:2rem}}@media (max-width:480px){.CategoryGrid-module__LAID5G__grid{grid-template-columns:1fr;gap:1.5rem}.CategoryGrid-module__LAID5G__title{font-size:1.8rem}.CategoryGrid-module__LAID5G__subtitle{font-size:1rem}}
.UnforgettableMoments-module__aGK57q__momentsSection{background:linear-gradient(#f0f4f8,#e6eef6);padding:6rem 1rem;overflow:hidden}.UnforgettableMoments-module__aGK57q__container{max-width:1000px;margin:0 auto}.UnforgettableMoments-module__aGK57q__sectionTitle{text-align:center;color:#1f6d8c;background:linear-gradient(90deg,#1f6d8c,#f24822);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:4rem;padding-bottom:.5rem;font-size:3rem;font-weight:800}.UnforgettableMoments-module__aGK57q__momentsGrid{flex-direction:column;gap:2rem;display:flex}.UnforgettableMoments-module__aGK57q__momentCard{cursor:pointer;background:#fff;border:none;border-left:8px solid #f24822;border-right:8px solid #1f6d8c;border-radius:20px;align-items:center;height:250px;margin:0 2rem;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden;transform:skew(-12deg);box-shadow:0 10px 30px #00000014}.UnforgettableMoments-module__aGK57q__reverseLayout{border-left:8px solid #1f6d8c;border-right:8px solid #f24822;flex-direction:row-reverse}.UnforgettableMoments-module__aGK57q__momentCard>:not(.UnforgettableMoments-module__aGK57q__imageWrapper){transform:skew(12deg)}.UnforgettableMoments-module__aGK57q__momentCard:hover{transform:translateY(-5px)scale(1.02);box-shadow:0 15px 40px #003cff26}.UnforgettableMoments-module__aGK57q__imageWrapper{width:calc(45% + 30px);height:100%;margin-left:-15px;position:relative;overflow:hidden;transform:skew(0)}.UnforgettableMoments-module__aGK57q__reverseLayout .UnforgettableMoments-module__aGK57q__imageWrapper{margin-left:0;margin-right:-15px}.UnforgettableMoments-module__aGK57q__thumbnail{object-fit:cover;width:100%;height:100%;transition:transform .5s;transform:skew(12deg)scale(1.1)}.UnforgettableMoments-module__aGK57q__momentCard:hover .UnforgettableMoments-module__aGK57q__thumbnail{transform:skew(12deg)scale(1.2)}.UnforgettableMoments-module__aGK57q__playOverlay{opacity:0;background:#0000004d;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .3s;display:flex;position:absolute;top:0;left:0}.UnforgettableMoments-module__aGK57q__momentCard:hover .UnforgettableMoments-module__aGK57q__playOverlay{opacity:1}.UnforgettableMoments-module__aGK57q__playCircle{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);color:#fff;background:#fff3;border:1px solid #fff6;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex}.UnforgettableMoments-module__aGK57q__cardContent{flex-direction:column;flex:1;justify-content:center;padding:0 2rem;display:flex}.UnforgettableMoments-module__aGK57q__cardTitle{color:#333;margin:0 0 .5rem;font-size:1.5rem;font-weight:700}.UnforgettableMoments-module__aGK57q__cardLocation{color:#888;align-items:center;gap:.5rem;margin:0;font-size:.95rem;display:flex}.UnforgettableMoments-module__aGK57q__modalOverlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10000;background:#001428cc;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;animation:.3s UnforgettableMoments-module__aGK57q__fadeIn;display:flex;position:fixed;top:0;left:0}.UnforgettableMoments-module__aGK57q__modalContent{background:#fff;border-radius:24px;flex-direction:row;width:100%;max-width:900px;height:85vh;animation:.3s cubic-bezier(.16,1,.3,1) UnforgettableMoments-module__aGK57q__scaleUp;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 50px #00000080}.UnforgettableMoments-module__aGK57q__closeBtn{color:#333;cursor:pointer;z-index:10;z-index:20;background:#fffc;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem;box-shadow:0 2px 10px #0000001a}.UnforgettableMoments-module__aGK57q__closeBtn:hover{background:#fff;transform:scale(1.1)}.UnforgettableMoments-module__aGK57q__videoContainer{aspect-ratio:9/16;background:#000;flex-shrink:0;width:auto;height:100%;position:relative}.UnforgettableMoments-module__aGK57q__video{object-fit:cover;width:100%;height:100%;display:block}.UnforgettableMoments-module__aGK57q__videoPlaceholder{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.UnforgettableMoments-module__aGK57q__modalImage{object-fit:cover;opacity:.7;width:100%;height:100%}.UnforgettableMoments-module__aGK57q__actualPlayButton{color:#fff;filter:drop-shadow(0 0 20px #00000080);position:absolute}.UnforgettableMoments-module__aGK57q__modalInfo{flex-direction:column;flex:1;justify-content:center;padding:3rem;display:flex;overflow-y:auto}.UnforgettableMoments-module__aGK57q__modalTitle{color:#1f6d8c;margin:0 0 .5rem;font-size:2rem}.UnforgettableMoments-module__aGK57q__modalLocation{color:#666;margin-bottom:1.5rem;font-weight:500}.UnforgettableMoments-module__aGK57q__modalDescription{color:#444;font-size:1.1rem;line-height:1.6}@keyframes UnforgettableMoments-module__aGK57q__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes UnforgettableMoments-module__aGK57q__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:768px){.UnforgettableMoments-module__aGK57q__momentsSection{padding:4rem 1rem}.UnforgettableMoments-module__aGK57q__momentCard{border-width:0 0 0 6px;border-radius:16px;flex-direction:column;height:auto;margin:0;transform:skew(0);box-shadow:0 5px 15px #0000000d}.UnforgettableMoments-module__aGK57q__reverseLayout{border-width:0 6px 0 0;flex-direction:column}.UnforgettableMoments-module__aGK57q__momentCard>*,.UnforgettableMoments-module__aGK57q__momentCard>:not(.UnforgettableMoments-module__aGK57q__imageWrapper){transform:skew(0)}.UnforgettableMoments-module__aGK57q__imageWrapper,.UnforgettableMoments-module__aGK57q__reverseLayout .UnforgettableMoments-module__aGK57q__imageWrapper{clip-path:none;width:100%;height:200px;margin:0}.UnforgettableMoments-module__aGK57q__cardContent{text-align:center;width:100%;padding:1.25rem}.UnforgettableMoments-module__aGK57q__cardTitle{margin-bottom:.25rem;font-size:1.3rem}.UnforgettableMoments-module__aGK57q__cardLocation{justify-content:center;font-size:.85rem}.UnforgettableMoments-module__aGK57q__modalContent{flex-direction:column;height:auto;max-height:90vh;overflow-y:auto}.UnforgettableMoments-module__aGK57q__videoContainer{aspect-ratio:9/16;width:100%;height:auto;max-height:50vh}.UnforgettableMoments-module__aGK57q__modalInfo{flex:none;padding:1.5rem}.UnforgettableMoments-module__aGK57q__modalTitle{font-size:1.4rem}.UnforgettableMoments-module__aGK57q__sectionTitle{margin-bottom:2.5rem;font-size:2.2rem}.UnforgettableMoments-module__aGK57q__thumbnail{transform:skew(0)scale(1)}.UnforgettableMoments-module__aGK57q__momentCard:hover .UnforgettableMoments-module__aGK57q__thumbnail{transform:scale(1)}}@media (max-width:480px){.UnforgettableMoments-module__aGK57q__momentsSection{padding:3rem 1rem}.UnforgettableMoments-module__aGK57q__imageWrapper,.UnforgettableMoments-module__aGK57q__reverseLayout .UnforgettableMoments-module__aGK57q__imageWrapper{height:160px}.UnforgettableMoments-module__aGK57q__sectionTitle{margin-bottom:2rem;font-size:1.8rem}.UnforgettableMoments-module__aGK57q__cardContent{padding:1rem}.UnforgettableMoments-module__aGK57q__cardTitle{font-size:1.2rem}}
.BackToHome-module__Kjd18a__backButton{background:var(--color-caribe-blue);color:#fff;cursor:pointer;border:none;border-radius:50px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 12px #007bff33}.BackToHome-module__Kjd18a__backButton:hover{background:#0056b3;transform:translateY(-2px);box-shadow:0 6px 16px #007bff4d}.BackToHome-module__Kjd18a__backButton:active{transform:translateY(0)}.BackToHome-module__Kjd18a__container{justify-content:center;padding:2rem 1rem;display:flex}@media (max-width:768px){.BackToHome-module__Kjd18a__backButton{padding:.6rem 1.2rem;font-size:.9rem}}
