.Hero-module__JgYmMq__hero{color:#fff;text-align:center;justify-content:center;align-items:center;width:100%;height:100vh;min-height:600px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bgWrapper{z-index:0;width:100%;height:120%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__bgImage{background-position:50%;background-size:cover;width:110%;height:110%;position:absolute;top:-5%;left:-5%}.Hero-module__JgYmMq__overlay{pointer-events:none;background:linear-gradient(#00000073 0%,#00000040 50%,#0000008c 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__heroContent{z-index:10;max-width:800px;padding:0 20px;position:relative}.Hero-module__JgYmMq__subtitle{font-family:var(--font-inter);text-transform:uppercase;letter-spacing:3px;color:#fff;text-shadow:0 2px 8px #00000080,0 4px 16px #0000004d;margin-bottom:24px;font-size:1rem;font-weight:600}.Hero-module__JgYmMq__title{text-shadow:0 4px 20px #0009,0 8px 40px #0006,0 2px 4px #000c;margin-bottom:24px;font-size:4.5rem;font-weight:800;line-height:1.1}.Hero-module__JgYmMq__description{opacity:.98;text-shadow:0 2px 8px #00000080,0 4px 16px #0000004d;margin-bottom:40px;font-size:1.25rem;font-weight:400;line-height:1.6}.Hero-module__JgYmMq__ctaGroup{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.Hero-module__JgYmMq__btnOutline{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background:#ffffff26;border:2px solid #ffffffe6;transition:all .4s cubic-bezier(.4,0,.2,1)}.Hero-module__JgYmMq__btnOutline:hover{color:var(--text-color);background:#fff;transform:translateY(-3px)scale(1.05);box-shadow:0 10px 30px #0000004d,0 0 20px #ffffff80}.Hero-module__JgYmMq__scrollIndicator{z-index:10;opacity:.8;flex-direction:column;align-items:center;gap:10px;animation:2s infinite Hero-module__JgYmMq__bounce;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__scrollIndicator span{text-transform:uppercase;letter-spacing:2px;color:#fffc;font-size:.75rem}.Hero-module__JgYmMq__mouse{border:2px solid #fffc;border-radius:20px;justify-content:center;width:26px;height:40px;padding-top:8px;display:flex}.Hero-module__JgYmMq__wheel{background-color:#fff;border-radius:2px;width:4px;height:8px}.Hero-module__JgYmMq__indicators{z-index:20;gap:12px;display:flex;position:absolute;bottom:120px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__dot{cursor:pointer;background:#ffffff4d;border:1px solid #ffffff80;border-radius:50%;width:10px;height:10px;transition:all .3s}.Hero-module__JgYmMq__activeDot{background:#fff;border-color:#fff;transform:scale(1.2)}@keyframes Hero-module__JgYmMq__bounce{0%,20%,50%,80%,to{transform:translate(-50%)}40%{transform:translate(-50%,-10px)}60%{transform:translate(-50%,-5px)}}@media (max-width:768px){.Hero-module__JgYmMq__title{font-size:3rem}.Hero-module__JgYmMq__description{font-size:1rem}.Hero-module__JgYmMq__ctaGroup{flex-direction:column;align-items:center;gap:15px}.Hero-module__JgYmMq__btn{width:100%;max-width:300px}}
.ExperienceCards-module__n0B-4q__section{background-color:#f8fafc;padding:100px 0}.ExperienceCards-module__n0B-4q__grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px;margin-top:50px;display:grid}.ExperienceCards-module__n0B-4q__card{background:#fff;border-radius:20px;flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 30px #0000000d}.ExperienceCards-module__n0B-4q__card:hover{box-shadow:0 20px 40px #0000001a}.ExperienceCards-module__n0B-4q__imageWrapper{height:200px;position:relative;overflow:hidden}.ExperienceCards-module__n0B-4q__image{object-fit:cover;width:100%;height:100%;transition:transform .6s cubic-bezier(.33,1,.68,1)}.ExperienceCards-module__n0B-4q__card:hover .ExperienceCards-module__n0B-4q__image{transform:scale(1.1)}.ExperienceCards-module__n0B-4q__overlay{mix-blend-mode:multiply;opacity:.6;width:100%;height:100%;position:absolute;top:0;left:0}.ExperienceCards-module__n0B-4q__iconWrapper{width:60px;height:60px;color:var(--primary-color);z-index:2;background:#fff;border-radius:15px;justify-content:center;align-items:center;display:flex;position:absolute;bottom:20px;left:20px;box-shadow:0 10px 20px #0000001a}.ExperienceCards-module__n0B-4q__content{flex-direction:column;flex-grow:1;padding:30px;display:flex}.ExperienceCards-module__n0B-4q__content h3{color:var(--primary-color);margin-bottom:12px;font-size:1.5rem}.ExperienceCards-module__n0B-4q__content p{color:var(--text-light);margin-bottom:24px;font-size:1rem;line-height:1.6}.ExperienceCards-module__n0B-4q__learnMore{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;cursor:pointer;background:0 0;border:none;align-items:center;gap:8px;width:fit-content;margin-top:auto;padding:0;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.ExperienceCards-module__n0B-4q__arrow{transition:transform .3s}.ExperienceCards-module__n0B-4q__learnMore:hover .ExperienceCards-module__n0B-4q__arrow{transform:translate(5px)}.ExperienceCards-module__n0B-4q__learnMore:hover{color:var(--primary-light)}@media (max-width:768px){.ExperienceCards-module__n0B-4q__section{padding:60px 0}.ExperienceCards-module__n0B-4q__grid{gap:20px}}
.EssenceSection-module__nfRq0a__section{background-color:#fff;padding:150px 0;overflow:hidden}.EssenceSection-module__nfRq0a__layout{align-items:center;gap:80px;display:flex}.EssenceSection-module__nfRq0a__textContent{flex:1;max-width:500px}.EssenceSection-module__nfRq0a__preTitle{color:var(--accent-gold);text-transform:uppercase;letter-spacing:4px;margin-bottom:20px;font-size:.9rem}.EssenceSection-module__nfRq0a__title{color:var(--primary-color);margin-bottom:30px;font-size:3.5rem;line-height:1.1}.EssenceSection-module__nfRq0a__description{color:var(--text-light);margin-bottom:40px;font-size:1.15rem;line-height:1.8}.EssenceSection-module__nfRq0a__stats{border-top:1px solid #eee;gap:40px;padding-top:40px;display:flex}.EssenceSection-module__nfRq0a__statItem{flex-direction:column;display:flex}.EssenceSection-module__nfRq0a__statNumber{font-family:var(--font-playfair);color:var(--primary-color);font-size:2.5rem;font-weight:700}.EssenceSection-module__nfRq0a__statLabel{text-transform:uppercase;letter-spacing:1px;color:var(--text-light);font-size:.85rem}.EssenceSection-module__nfRq0a__imageGrid{flex:1.2;grid-template-columns:1fr 1fr;gap:30px;display:grid;position:relative}.EssenceSection-module__nfRq0a__imageBox{border-radius:20px;overflow:hidden;box-shadow:0 30px 60px #00000026}.EssenceSection-module__nfRq0a__imageBox img{object-fit:cover;width:100%;height:100%;min-height:400px}@media (max-width:1024px){.EssenceSection-module__nfRq0a__layout{flex-direction:column;gap:60px}.EssenceSection-module__nfRq0a__textContent{text-align:center;max-width:100%}.EssenceSection-module__nfRq0a__stats{justify-content:center}.EssenceSection-module__nfRq0a__imageGrid{width:100%}}@media (max-width:768px){.EssenceSection-module__nfRq0a__title{font-size:2.5rem}.EssenceSection-module__nfRq0a__imageGrid{grid-template-columns:1fr}.EssenceSection-module__nfRq0a__imageBox img{min-height:300px}}
.InteractiveGallery-module__Mn4QAW__section{background-color:#fff;padding:100px 0}.InteractiveGallery-module__Mn4QAW__galleryWrapper{flex-direction:column;gap:30px;margin-top:50px;display:flex}.InteractiveGallery-module__Mn4QAW__mainImageArea{background-color:#f1f5f9;border-radius:30px;width:100%;height:600px;position:relative;overflow:hidden}.InteractiveGallery-module__Mn4QAW__mainImage{width:100%;height:100%;position:relative}.InteractiveGallery-module__Mn4QAW__mainImage img{object-fit:cover;width:100%;height:100%}.InteractiveGallery-module__Mn4QAW__imageInfo{color:#fff;background:linear-gradient(#0000 0%,#000000b3 100%);padding:60px 40px 40px;position:absolute;bottom:0;left:0;right:0}.InteractiveGallery-module__Mn4QAW__imageInfo h3{margin-bottom:5px;font-size:2rem}.InteractiveGallery-module__Mn4QAW__imageInfo p{opacity:.9;font-size:1.1rem}.InteractiveGallery-module__Mn4QAW__thumbnails{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.InteractiveGallery-module__Mn4QAW__thumbnail{cursor:pointer;background:#f1f5f9;border:3px solid #0000;border-radius:12px;width:120px;height:80px;padding:0;transition:all .3s;overflow:hidden}.InteractiveGallery-module__Mn4QAW__thumbnail.InteractiveGallery-module__Mn4QAW__active{border-color:var(--primary-color);transform:scale(1.1)}.InteractiveGallery-module__Mn4QAW__thumbnail img{object-fit:cover;width:100%;height:100%}@media (max-width:1024px){.InteractiveGallery-module__Mn4QAW__mainImageArea{height:450px}}@media (max-width:768px){.InteractiveGallery-module__Mn4QAW__mainImageArea{height:350px}.InteractiveGallery-module__Mn4QAW__thumbnail{width:80px;height:60px}.InteractiveGallery-module__Mn4QAW__imageInfo{padding:30px 20px 20px}.InteractiveGallery-module__Mn4QAW__imageInfo h3{font-size:1.5rem}}
.FinalCTA-module__6ABQkW__section{text-align:center;color:#fff;background:url(/images/generated/phu_quoc_hero_luxury_resort_1770123726652.png) 50%/cover no-repeat fixed;padding:150px 0;position:relative}.FinalCTA-module__6ABQkW__bgOverlay{background:linear-gradient(#00000080 0%,#001a15e6 100%);width:100%;height:100%;position:absolute;top:0;left:0}.FinalCTA-module__6ABQkW__content{z-index:1;max-width:800px;margin:0 auto;position:relative}.FinalCTA-module__6ABQkW__preTitle{text-transform:uppercase;letter-spacing:4px;color:var(--accent-gold);margin-bottom:20px;font-size:.9rem}.FinalCTA-module__6ABQkW__title{margin-bottom:30px;font-size:4rem;line-height:1.1}.FinalCTA-module__6ABQkW__description{opacity:.9;margin-bottom:50px;font-size:1.25rem;line-height:1.6}.FinalCTA-module__6ABQkW__ctaGroup{justify-content:center;align-items:center;gap:20px;display:flex}.FinalCTA-module__6ABQkW__secondaryBtn{color:#fff;align-items:center;gap:10px;font-weight:700;transition:all .3s;display:flex}.FinalCTA-module__6ABQkW__secondaryBtn:hover{color:var(--accent-gold);transform:translate(5px)}@media (max-width:768px){.FinalCTA-module__6ABQkW__section{padding:100px 0}.FinalCTA-module__6ABQkW__title{font-size:2.5rem}.FinalCTA-module__6ABQkW__ctaGroup{flex-direction:column}}
.SearchBar-module__8kGAjG__section{background:linear-gradient(135deg,#004d41 0%,#005c4d 100%);padding:60px 0}.SearchBar-module__8kGAjG__searchContainer{max-width:900px;margin:0 auto}.SearchBar-module__8kGAjG__title{text-align:center;color:#fff;margin-bottom:30px;font-size:2rem;font-weight:700}.SearchBar-module__8kGAjG__searchForm{background:#fff;border-radius:16px;grid-template-columns:1fr 1fr auto;gap:12px;padding:12px;display:grid;box-shadow:0 10px 40px #0003}.SearchBar-module__8kGAjG__inputGroup{align-items:center;display:flex;position:relative}.SearchBar-module__8kGAjG__icon{color:#999;position:absolute;left:16px}.SearchBar-module__8kGAjG__input{border:2px solid #f0f0f0;border-radius:10px;width:100%;padding:14px 16px 14px 48px;font-size:.95rem;transition:border-color .3s}.SearchBar-module__8kGAjG__input:focus{border-color:#d4af37;outline:none}.SearchBar-module__8kGAjG__input::placeholder{color:#999}.SearchBar-module__8kGAjG__suggestions{z-index:100;background:#fff;border:1px solid #eee;border-radius:12px;padding:8px;position:absolute;top:calc(100% + 10px);left:0;right:0;overflow:hidden;box-shadow:0 10px 30px #00000026}.SearchBar-module__8kGAjG__suggestionItem{cursor:pointer;color:var(--text-color);border-radius:8px;align-items:center;gap:12px;padding:12px 16px;font-size:.9rem;transition:background .2s;display:flex}.SearchBar-module__8kGAjG__suggestionItem:hover{background:var(--background-color,#f8f9fa);color:var(--primary-color)}.SearchBar-module__8kGAjG__suggestionItem svg{color:#999}.SearchBar-module__8kGAjG__suggestionItem:hover svg{color:var(--primary-color)}.SearchBar-module__8kGAjG__searchBtn{color:#fff;cursor:pointer;white-space:nowrap;background:#ff5e14;border:none;border-radius:10px;padding:14px 40px;font-size:1rem;font-weight:600;transition:all .3s}.SearchBar-module__8kGAjG__searchBtn:hover{background:#e54d0a;box-shadow:0 4px 12px #ff5e144d}.SearchBar-module__8kGAjG__quickLinks{flex-wrap:wrap;align-items:center;gap:12px;margin-top:20px;display:flex}.SearchBar-module__8kGAjG__quickLinksLabel{color:#fff;font-size:.9rem;font-weight:600}.SearchBar-module__8kGAjG__quickLink{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#fff3;border:1px solid #ffffff4d;border-radius:20px;padding:8px 16px;font-size:.85rem;transition:all .3s}.SearchBar-module__8kGAjG__quickLink:hover{background:#ffffff4d;transform:translateY(-2px)}@media (max-width:968px){.SearchBar-module__8kGAjG__searchForm{grid-template-columns:1fr}.SearchBar-module__8kGAjG__searchBtn{width:100%}}@media (max-width:768px){.SearchBar-module__8kGAjG__section{padding:40px 0}.SearchBar-module__8kGAjG__title{font-size:1.5rem}.SearchBar-module__8kGAjG__quickLinks{justify-content:center}}
.FlashDeals-module__YyyCaG__section{background:#fff;padding:80px 0}.FlashDeals-module__YyyCaG__header{text-align:center;margin-bottom:50px}.FlashDeals-module__YyyCaG__titleRow{justify-content:center;align-items:center;gap:12px;margin-bottom:12px;display:flex}.FlashDeals-module__YyyCaG__title{color:#1a1a1a;font-size:2.2rem;font-weight:700}.FlashDeals-module__YyyCaG__subtitle{color:#666;font-size:1.05rem}.FlashDeals-module__YyyCaG__dealsGrid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:30px;display:grid}.FlashDeals-module__YyyCaG__dealCard{background:#fff;border:2px solid #e0e7ff;border-radius:16px;transition:all .3s;overflow:hidden;box-shadow:0 4px 16px #0000001a}.FlashDeals-module__YyyCaG__dealCard:hover{box-shadow:0 12px 32px #0003}.FlashDeals-module__YyyCaG__cardLink{color:inherit;text-decoration:none;display:block}.FlashDeals-module__YyyCaG__imageWrapper{height:220px;position:relative;overflow:hidden}.FlashDeals-module__YyyCaG__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.FlashDeals-module__YyyCaG__dealCard:hover .FlashDeals-module__YyyCaG__image{transform:scale(1.1)}.FlashDeals-module__YyyCaG__badges{gap:8px;display:flex;position:absolute;top:12px;left:12px}.FlashDeals-module__YyyCaG__dealBadge{color:#fff;letter-spacing:.5px;background:#ff1744;border-radius:6px;padding:6px 12px;font-size:.7rem;font-weight:700}.FlashDeals-module__YyyCaG__discountBadge{color:#fff;background:#ffb800;border-radius:6px;padding:6px 12px;font-size:.75rem;font-weight:700}.FlashDeals-module__YyyCaG__instantBadge{color:#fff;background:#4caf50f2;border-radius:6px;align-items:center;gap:6px;padding:6px 12px;font-size:.75rem;font-weight:600;display:flex;position:absolute;bottom:12px;left:12px}.FlashDeals-module__YyyCaG__content{padding:20px}.FlashDeals-module__YyyCaG__dealTitle{color:#1a1a1a;margin-bottom:12px;font-size:1.15rem;font-weight:600}.FlashDeals-module__YyyCaG__timeLeft{color:#ff1744;align-items:center;gap:6px;margin-bottom:12px;font-size:.85rem;font-weight:600;display:flex}.FlashDeals-module__YyyCaG__pricing{align-items:center;gap:12px;margin-bottom:16px;display:flex}.FlashDeals-module__YyyCaG__originalPrice{color:#999;font-size:.9rem;text-decoration:line-through}.FlashDeals-module__YyyCaG__discountPrice{color:#4f46e5;font-size:1.5rem;font-weight:700}.FlashDeals-module__YyyCaG__bookBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:none;border-radius:10px;width:100%;padding:12px;font-size:1rem;font-weight:600;transition:all .3s}.FlashDeals-module__YyyCaG__bookBtn:hover{background:linear-gradient(135deg,#5a67d8 0%,#6b3fa0 100%);transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}@media (max-width:768px){.FlashDeals-module__YyyCaG__section{padding:60px 0}.FlashDeals-module__YyyCaG__title{font-size:1.75rem}.FlashDeals-module__YyyCaG__dealsGrid{grid-template-columns:1fr}}
.TrustBadges-module__an6Xbq__section{background:#f8f9fa;padding:60px 0}.TrustBadges-module__an6Xbq__grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;display:grid}.TrustBadges-module__an6Xbq__badge{text-align:center;cursor:pointer;background:#fff;border:1px solid #00000008;border-radius:24px;padding:30px 20px;transition:all .4s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 20px #0000000a}.TrustBadges-module__an6Xbq__badge:hover{border-color:#005c4d1a;transform:translateY(-8px);box-shadow:0 20px 40px #00000014}.TrustBadges-module__an6Xbq__iconWrapper{background:linear-gradient(135deg,var(--primary-color)0%,#00897b 100%);color:#fff;border-radius:20px;justify-content:center;align-items:center;width:70px;height:70px;margin:0 auto 20px;transition:transform .3s;display:flex}.TrustBadges-module__an6Xbq__badge:hover .TrustBadges-module__an6Xbq__iconWrapper{transform:scale(1.1)rotate(5deg)}.TrustBadges-module__an6Xbq__badgeTitle{color:var(--text-color);margin-bottom:10px;font-size:1.15rem;font-weight:700}.TrustBadges-module__an6Xbq__badgeDesc{color:var(--text-light);font-size:.95rem;line-height:1.6}.TrustBadges-module__an6Xbq__modalBody p{color:#444;margin-bottom:20px}.TrustBadges-module__an6Xbq__detailList{margin:0;padding:0;list-style:none}.TrustBadges-module__an6Xbq__detailList li{color:var(--text-color);border-bottom:1px solid #f1f1f1;align-items:center;gap:12px;padding:12px 0;font-weight:500;display:flex}.TrustBadges-module__an6Xbq__detailList li:last-child{border-bottom:none}@media (max-width:768px){.TrustBadges-module__an6Xbq__section{padding:40px 0}.TrustBadges-module__an6Xbq__grid{grid-template-columns:1fr;gap:20px}}
.Modal-module__oKP95a__overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#0006;position:fixed;inset:0}.Modal-module__oKP95a__modal{z-index:3100;background:#fff;border-radius:32px;width:90%;max-width:500px;padding:32px;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 25px 50px -12px #00000040}.Modal-module__oKP95a__header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.Modal-module__oKP95a__header h3{font-size:1.5rem;font-family:var(--font-playfair);color:var(--text-color);margin:0}.Modal-module__oKP95a__closeBtn{cursor:pointer;color:#666;background:#f8f9fa;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s;display:flex}.Modal-module__oKP95a__closeBtn:hover{color:#000;background:#e9ecef;transform:rotate(90deg)}.Modal-module__oKP95a__content{color:var(--text-light);font-size:1.05rem;line-height:1.7}@media (max-width:640px){.Modal-module__oKP95a__modal{border-radius:24px;width:95%;padding:24px}}
.DealsShowcase-module__qfF1ta__dealsSection{background:linear-gradient(#0f172a 0%,#1e293b 100%);padding:100px 20px;position:relative;overflow:hidden}.DealsShowcase-module__qfF1ta__dealsSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 20% 20%,#8b5cf626 0%,#0000 50%),radial-gradient(circle at 80% 80%,#ec489926 0%,#0000 50%);position:absolute;inset:0}.DealsShowcase-module__qfF1ta__container{z-index:1;max-width:1400px;margin:0 auto;position:relative}.DealsShowcase-module__qfF1ta__cardWrapper{perspective:1500px;justify-content:center;align-items:center;gap:30px;margin-bottom:40px;display:flex}.DealsShowcase-module__qfF1ta__navButton{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex}.DealsShowcase-module__qfF1ta__navButton:hover{background:#fff3;transform:scale(1.1);box-shadow:0 8px 32px #0000004d}.DealsShowcase-module__qfF1ta__dealCard{cursor:pointer;width:100%;max-width:900px;height:500px;transform-style:preserve-3d;border-radius:30px;transition:all .6s cubic-bezier(.23,1,.32,1);position:relative;overflow:hidden;box-shadow:0 20px 60px #0006,0 0 0 1px #ffffff1a}.DealsShowcase-module__qfF1ta__dealCard:hover{transform:rotateX(calc((var(--mouse-y) - .5)*-10deg))rotateY(calc((var(--mouse-x) - .5)*10deg))scale(1.02);box-shadow:0 30px 80px #00000080,0 0 0 1px #fff3}.DealsShowcase-module__qfF1ta__cardBackground{background-position:50%;background-size:cover;transition:transform .6s;position:absolute;inset:0}.DealsShowcase-module__qfF1ta__dealCard:hover .DealsShowcase-module__qfF1ta__cardBackground{transform:scale(1.1)}.DealsShowcase-module__qfF1ta__gradientOverlay{background:var(--gradient);opacity:.85;mix-blend-mode:multiply;transition:opacity .4s;position:absolute;inset:0}.DealsShowcase-module__qfF1ta__dealCard:hover .DealsShowcase-module__qfF1ta__gradientOverlay{opacity:.75}.DealsShowcase-module__qfF1ta__tiltOverlay{background:radial-gradient(circle at calc(var(--mouse-x)*100%)calc(var(--mouse-y)*100%),#fff3 0%,transparent 60%);opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;inset:0}.DealsShowcase-module__qfF1ta__dealCard:hover .DealsShowcase-module__qfF1ta__tiltOverlay{opacity:1}.DealsShowcase-module__qfF1ta__cardContent{z-index:2;color:#fff;flex-direction:column;justify-content:space-between;height:100%;padding:50px;display:flex;position:relative}.DealsShowcase-module__qfF1ta__categoryBadge{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-transform:uppercase;letter-spacing:1px;background:#fff3;border:1px solid #ffffff4d;border-radius:20px;align-items:center;gap:8px;width:fit-content;padding:8px 16px;font-size:12px;font-weight:600;animation:.6s ease-out DealsShowcase-module__qfF1ta__fadeInDown;display:inline-flex}@keyframes DealsShowcase-module__qfF1ta__fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.DealsShowcase-module__qfF1ta__dealTitle{text-shadow:0 4px 20px #0000004d;margin:0;font-size:48px;font-weight:700;line-height:1.2;animation:.6s ease-out .2s backwards DealsShowcase-module__qfF1ta__fadeInUp}@keyframes DealsShowcase-module__qfF1ta__fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.DealsShowcase-module__qfF1ta__discountBadge{animation:.8s ease-out .4s backwards DealsShowcase-module__qfF1ta__floatIn;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes DealsShowcase-module__qfF1ta__floatIn{0%{opacity:0;transform:translate(-50%,-50%)scale(.5)}to{opacity:1;transform:translate(-50%,-50%)scale(1)}}.DealsShowcase-module__qfF1ta__discountCircle{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#ffffff26;border:3px solid #fff6;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:200px;height:200px;transition:all .4s;animation:3s ease-in-out infinite DealsShowcase-module__qfF1ta__pulse;display:flex;position:relative;box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff80}@keyframes DealsShowcase-module__qfF1ta__pulse{0%,to{transform:scale(1);box-shadow:0 20px 60px #0000004d,inset 0 1px #ffffff80,0 0 #fff6}50%{transform:scale(1.05);box-shadow:0 25px 70px #0006,inset 0 1px #fff9,0 0 0 20px #fff0}}.DealsShowcase-module__qfF1ta__dealCard:hover .DealsShowcase-module__qfF1ta__discountCircle{border-color:#fff9;transform:scale(1.1)}.DealsShowcase-module__qfF1ta__discountText{letter-spacing:2px;margin-bottom:5px;font-size:14px;font-weight:600}.DealsShowcase-module__qfF1ta__discountNumber{text-shadow:0 4px 20px #0000004d;font-size:72px;font-weight:900;line-height:1}.DealsShowcase-module__qfF1ta__discountPercent{margin-left:5px;font-size:32px;font-weight:700}.DealsShowcase-module__qfF1ta__particles{pointer-events:none;position:absolute;inset:-50%}.DealsShowcase-module__qfF1ta__particle{width:8px;height:8px;animation:4s linear infinite DealsShowcase-module__qfF1ta__particleOrbit;animation-delay:calc(var(--particle-index)*.5s);background:#fff;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 15px #fffc}@keyframes DealsShowcase-module__qfF1ta__particleOrbit{0%{transform:translate(-50%,-50%)rotate(calc(var(--particle-index)*45deg))translateY(0)scale(0);opacity:0}50%{opacity:1}to{transform:translate(-50%,-50%)rotate(calc(var(--particle-index)*45deg))translateY(-120px)scale(1);opacity:0}}.DealsShowcase-module__qfF1ta__promoCode{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;background:#0006;border:2px dashed #ffffff80;border-radius:50px;align-items:center;gap:12px;width:fit-content;padding:16px 24px;transition:all .3s;animation:.6s ease-out .6s backwards DealsShowcase-module__qfF1ta__fadeInUp;display:inline-flex}.DealsShowcase-module__qfF1ta__promoCode:hover{background:#0009;border-color:#fffc;transform:translateY(-3px);box-shadow:0 8px 24px #0000004d}.DealsShowcase-module__qfF1ta__promoCode.DealsShowcase-module__qfF1ta__copied{background:#22c55e4d;border-color:#22c55e}.DealsShowcase-module__qfF1ta__promoLabel{opacity:.9;font-size:14px}.DealsShowcase-module__qfF1ta__promoValue{letter-spacing:2px;font-family:Courier New,monospace;font-size:20px;font-weight:700}.DealsShowcase-module__qfF1ta__copyIcon{opacity:.7;transition:opacity .2s}.DealsShowcase-module__qfF1ta__promoCode:hover .DealsShowcase-module__qfF1ta__copyIcon{opacity:1}.DealsShowcase-module__qfF1ta__indicators{justify-content:center;gap:12px;margin-bottom:60px;display:flex}.DealsShowcase-module__qfF1ta__indicator{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;transition:all .3s}.DealsShowcase-module__qfF1ta__indicator:hover{background:#ffffff80;transform:scale(1.2)}.DealsShowcase-module__qfF1ta__indicator.DealsShowcase-module__qfF1ta__active{background:#fff;border-radius:6px;width:40px}.DealsShowcase-module__qfF1ta__partnersSection{margin-top:60px;overflow:hidden}.DealsShowcase-module__qfF1ta__marquee{width:100%;padding:30px 0;position:relative;overflow:hidden}.DealsShowcase-module__qfF1ta__marquee:before,.DealsShowcase-module__qfF1ta__marquee:after{content:"";z-index:2;pointer-events:none;width:100px;height:100%;position:absolute;top:0}.DealsShowcase-module__qfF1ta__marquee:before{background:linear-gradient(90deg,#1e293b,#0000);left:0}.DealsShowcase-module__qfF1ta__marquee:after{background:linear-gradient(270deg,#1e293b,#0000);right:0}.DealsShowcase-module__qfF1ta__marqueeContent{gap:60px;animation:30s linear infinite DealsShowcase-module__qfF1ta__marqueeScroll;display:flex}@keyframes DealsShowcase-module__qfF1ta__marqueeScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.DealsShowcase-module__qfF1ta__marqueeContent:hover{animation-play-state:paused}.DealsShowcase-module__qfF1ta__partnerLogo{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;flex-shrink:0;justify-content:center;align-items:center;width:140px;height:70px;padding:15px;transition:all .3s;display:flex}.DealsShowcase-module__qfF1ta__partnerLogo:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-5px);box-shadow:0 10px 30px #0000004d}.DealsShowcase-module__qfF1ta__partnerLogo img{object-fit:contain;opacity:.9;width:100%;height:100%;transition:opacity .3s}.DealsShowcase-module__qfF1ta__partnerLogo:hover img{opacity:1}@media (max-width:1024px){.DealsShowcase-module__qfF1ta__dealCard{max-width:700px;height:450px}.DealsShowcase-module__qfF1ta__dealTitle{font-size:36px}.DealsShowcase-module__qfF1ta__discountCircle{width:160px;height:160px}.DealsShowcase-module__qfF1ta__discountNumber{font-size:56px}}@media (max-width:768px){.DealsShowcase-module__qfF1ta__dealsSection{padding:60px 15px}.DealsShowcase-module__qfF1ta__cardWrapper{gap:15px}.DealsShowcase-module__qfF1ta__navButton{width:40px;height:40px}.DealsShowcase-module__qfF1ta__dealCard{height:400px}.DealsShowcase-module__qfF1ta__cardContent{padding:30px}.DealsShowcase-module__qfF1ta__dealTitle{font-size:28px}.DealsShowcase-module__qfF1ta__discountCircle{width:140px;height:140px}.DealsShowcase-module__qfF1ta__discountNumber{font-size:48px}.DealsShowcase-module__qfF1ta__discountPercent{font-size:24px}.DealsShowcase-module__qfF1ta__promoValue{font-size:16px}.DealsShowcase-module__qfF1ta__partnerLogo{width:100px;height:50px}}@media (max-width:480px){.DealsShowcase-module__qfF1ta__dealCard{height:350px}.DealsShowcase-module__qfF1ta__cardContent{padding:20px}.DealsShowcase-module__qfF1ta__dealTitle{font-size:22px}.DealsShowcase-module__qfF1ta__discountCircle{width:120px;height:120px}.DealsShowcase-module__qfF1ta__discountNumber{font-size:40px}.DealsShowcase-module__qfF1ta__discountPercent{font-size:20px}.DealsShowcase-module__qfF1ta__categoryBadge{padding:6px 12px;font-size:10px}.DealsShowcase-module__qfF1ta__promoCode{padding:12px 18px}.DealsShowcase-module__qfF1ta__promoLabel{font-size:12px}.DealsShowcase-module__qfF1ta__promoValue{font-size:14px}}
.DiscoveryGuide-module__S27dEW__section{background-color:#f8f9fa;padding:80px 0}.DiscoveryGuide-module__S27dEW__header{text-align:center;margin-bottom:60px}.DiscoveryGuide-module__S27dEW__title{color:#1a1a1a;letter-spacing:-.02em;margin-bottom:16px;font-size:2.5rem;font-weight:700}.DiscoveryGuide-module__S27dEW__subtitle{color:#666;max-width:600px;margin:0 auto;font-size:1.125rem}.DiscoveryGuide-module__S27dEW__grid{grid-template-columns:repeat(12,1fr);gap:24px;padding:0 20px;display:grid}.DiscoveryGuide-module__S27dEW__card{color:#fff;border-radius:20px;align-items:flex-end;height:360px;padding:30px;text-decoration:none;transition:transform .4s cubic-bezier(.25,.46,.45,.94);display:flex;position:relative;overflow:hidden}.DiscoveryGuide-module__S27dEW__cardLarge{grid-column:span 6}.DiscoveryGuide-module__S27dEW__cardMedium{grid-column:span 4}.DiscoveryGuide-module__S27dEW__cardSmall{grid-column:span 3}.DiscoveryGuide-module__S27dEW__card:hover{transform:translateY(-8px)}.DiscoveryGuide-module__S27dEW__cardBg{object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s;position:absolute;top:0;left:0}.DiscoveryGuide-module__S27dEW__card:hover .DiscoveryGuide-module__S27dEW__cardBg{transform:scale(1.05)}.DiscoveryGuide-module__S27dEW__overlay{z-index:2;background:linear-gradient(#0000 40%,#000000b3 100%);width:100%;height:100%;position:absolute;top:0;left:0}.DiscoveryGuide-module__S27dEW__content{z-index:3;width:100%;position:relative}.DiscoveryGuide-module__S27dEW__category{text-transform:uppercase;letter-spacing:.08em;opacity:.9;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff3;border-radius:20px;margin-bottom:8px;padding:4px 12px;font-size:.875rem;font-weight:600;display:inline-block}.DiscoveryGuide-module__S27dEW__cardTitle{margin:0;font-size:1.75rem;font-weight:700;line-height:1.2}@media (max-width:1024px){.DiscoveryGuide-module__S27dEW__cardLarge,.DiscoveryGuide-module__S27dEW__cardMedium,.DiscoveryGuide-module__S27dEW__cardSmall{grid-column:span 6}}@media (max-width:640px){.DiscoveryGuide-module__S27dEW__cardLarge,.DiscoveryGuide-module__S27dEW__cardMedium,.DiscoveryGuide-module__S27dEW__cardSmall{grid-column:span 12;height:280px}}
.Destinations-module__oRE1uW__section{background-color:#fff;padding:100px 0}.Destinations-module__oRE1uW__header{justify-content:space-between;align-items:center;margin-bottom:60px;display:flex}.Destinations-module__oRE1uW__title{color:var(--primary-color);margin-bottom:12px;font-size:3rem;font-weight:700}.Destinations-module__oRE1uW__subtitle{color:var(--text-light);max-width:600px;font-size:1.15rem}.Destinations-module__oRE1uW__viewAll{color:var(--primary-color);text-transform:uppercase;letter-spacing:1px;align-items:center;font-size:.9rem;font-weight:700;text-decoration:none;transition:all .3s;display:inline-flex}.Destinations-module__oRE1uW__viewAll:hover{color:var(--primary-light);transform:translate(5px)}.Destinations-module__oRE1uW__sliderWrapper{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:24px;padding:0 20px 40px;display:flex;overflow-x:auto}.Destinations-module__oRE1uW__sliderWrapper::-webkit-scrollbar{display:none}.Destinations-module__oRE1uW__card{width:320px;min-width:320px;box-shadow:var(--shadow-md);background:#fff;border:1px solid #00000008;border-radius:24px;flex-shrink:0;transition:all .4s cubic-bezier(.4,0,.2,1);overflow:hidden}.Destinations-module__oRE1uW__card:hover{box-shadow:var(--shadow-lg);transform:translateY(-12px)}.Destinations-module__oRE1uW__imageWrapper{width:100%;height:240px;position:relative;overflow:hidden}.Destinations-module__oRE1uW__cardContent{padding:24px}.Destinations-module__oRE1uW__cardTitle{color:var(--primary-color);margin-bottom:10px;font-size:1.5rem;font-weight:700}.Destinations-module__oRE1uW__cardDesc{color:var(--text-light);font-size:1rem;line-height:1.6}@media (max-width:768px){.Destinations-module__oRE1uW__header{flex-direction:column;align-items:flex-start;gap:20px}.Destinations-module__oRE1uW__title{font-size:2rem}}
.EssentialInfo-module__zJdaGq__section{background-color:#fdfdfd;padding:40px 0 20px;position:relative;overflow:hidden}.EssentialInfo-module__zJdaGq__section:before{content:"";opacity:.6;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg width='100' height='20' viewBox='0 0 100 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.184 20c.357-.13.72-.264 1.088-.402l1.768-.661C33.64 15.347 39.647 14 50 14c10.271 0 15.362 1.222 24.629 4.928.955.383 1.869.74 2.75 1.072h6.225c-2.51-.735-5.197-1.52-7.85-2.433L74.004 16c-10.741-3.696-17.067-5.592-24.004-5.592-7.9 0-14.773 2.155-23.003 5.378L25.26 16c-2.738 1.072-5.748 2.22-8.835 3.197H21.184zM16 20c-4.838-1.531-9.336-3.213-13.061-4.707C.917 14.478.115 14.152 0 14.106V14h3.04l.119.049c3.097 1.238 7.375 2.89 12.841 4.544V20zm84 0v-2.022c-1.392-.477-3.048-1-5-1.564V20h5z' fill='%23ccc' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");background-position:50%;background-size:100%;width:100%;height:100%;position:absolute;top:0;left:0}.EssentialInfo-module__zJdaGq__container{z-index:2;max-width:1200px;margin:0 auto;padding:0 20px;position:relative}.EssentialInfo-module__zJdaGq__header{text-align:center;margin-bottom:20px}.EssentialInfo-module__zJdaGq__title{text-transform:uppercase;letter-spacing:.5px;color:#1a1a1a;margin-bottom:10px;font-size:2rem;font-weight:800}.EssentialInfo-module__zJdaGq__grid{-webkit-overflow-scrolling:touch;scrollbar-width:none;flex-wrap:nowrap;justify-content:center;gap:25px;margin:0 -20px;padding:15px 20px 25px;display:flex;overflow-x:auto}.EssentialInfo-module__zJdaGq__grid::-webkit-scrollbar{display:none}.EssentialInfo-module__zJdaGq__card{text-align:center;background:#fff;border:1px solid #0000000a;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;width:150px;height:150px;padding:15px;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;box-shadow:0 4px 15px #0000000d}.EssentialInfo-module__zJdaGq__card:hover{border-color:#ff5e1433;transform:translateY(-8px);box-shadow:0 15px 30px #00000014}.EssentialInfo-module__zJdaGq__iconWrapper{margin-bottom:8px;transition:transform .3s}.EssentialInfo-module__zJdaGq__card:hover .EssentialInfo-module__zJdaGq__iconWrapper{transform:scale(1.1)}.EssentialInfo-module__zJdaGq__cardTitle{color:#333;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:0;font-size:.8rem;font-weight:600;line-height:1.2;transition:color .3s;display:-webkit-box;overflow:hidden}.EssentialInfo-module__zJdaGq__seeDetails{color:#ff5e14;opacity:0;white-space:nowrap;font-size:.75rem;font-weight:600;transition:all .3s;position:absolute;bottom:-25px;left:50%;transform:translate(-50%)}.EssentialInfo-module__zJdaGq__card:hover .EssentialInfo-module__zJdaGq__seeDetails{opacity:1;bottom:-30px}.EssentialInfo-module__zJdaGq__card:hover .EssentialInfo-module__zJdaGq__cardTitle{color:#ff5e14}@media (max-width:768px){.EssentialInfo-module__zJdaGq__grid{padding-left:20px}.EssentialInfo-module__zJdaGq__card{width:130px;height:130px}.EssentialInfo-module__zJdaGq__title{font-size:1.6rem}}
.BlogPreview-module__2hjEeq__blogPreview{background:#fff;position:relative;overflow:hidden}.BlogPreview-module__2hjEeq__header{justify-content:space-between;align-items:center;margin-bottom:40px;display:flex}.BlogPreview-module__2hjEeq__headerText{flex-direction:column;gap:8px;display:flex}.BlogPreview-module__2hjEeq__title{color:#1a1a1a;margin:0;font-size:2rem;font-weight:700}.BlogPreview-module__2hjEeq__viewAll{white-space:nowrap}.BlogPreview-module__2hjEeq__grid{grid-template-columns:repeat(3,1fr);gap:24px;display:grid}.BlogPreview-module__2hjEeq__card{color:inherit;background:#fff;border:1px solid #0000000f;border-radius:12px;flex-direction:column;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.BlogPreview-module__2hjEeq__card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #0000001f}.BlogPreview-module__2hjEeq__imageWrapper{background:#f5f5f5;height:200px;position:relative;overflow:hidden}.BlogPreview-module__2hjEeq__image{object-fit:cover;width:100%;height:100%;transition:transform .5s}.BlogPreview-module__2hjEeq__card:hover .BlogPreview-module__2hjEeq__image{transform:scale(1.08)}.BlogPreview-module__2hjEeq__category{color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ff5e14f2;border-radius:4px;padding:4px 12px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.BlogPreview-module__2hjEeq__content{flex-direction:column;flex-grow:1;padding:20px;display:flex}.BlogPreview-module__2hjEeq__meta{color:#999;gap:12px;margin-bottom:12px;font-size:.8rem;display:flex}.BlogPreview-module__2hjEeq__metaItem{align-items:center;gap:4px;display:flex}.BlogPreview-module__2hjEeq__categoryTag{color:#ff5e14;align-items:center;gap:4px;font-weight:600;display:flex}.BlogPreview-module__2hjEeq__postTitle{color:#1a1a1a;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:10px;font-size:1.1rem;font-weight:600;line-height:1.4;transition:color .3s;display:-webkit-box;overflow:hidden}.BlogPreview-module__2hjEeq__card:hover .BlogPreview-module__2hjEeq__postTitle{color:#ff5e14}.BlogPreview-module__2hjEeq__excerpt{color:#666;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:16px;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.BlogPreview-module__2hjEeq__readMore{color:#ff5e14;align-items:center;gap:6px;margin-top:auto;font-size:.85rem;font-weight:600;transition:gap .3s;display:inline-flex}.BlogPreview-module__2hjEeq__card:hover .BlogPreview-module__2hjEeq__readMore{gap:10px}@media (max-width:1024px){.BlogPreview-module__2hjEeq__grid{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:768px){.BlogPreview-module__2hjEeq__header{flex-direction:column;align-items:flex-start;gap:20px;margin-bottom:30px}.BlogPreview-module__2hjEeq__grid{grid-template-columns:1fr}.BlogPreview-module__2hjEeq__title{font-size:1.75rem}.BlogPreview-module__2hjEeq__imageWrapper{height:180px}}
.Newsletter-module__kOPfpa__newsletterSection{background-color:#f8fafc;padding:120px 0;position:relative;overflow:hidden}.Newsletter-module__kOPfpa__newsletterSection:before{content:"";background:radial-gradient(circle,#004d400d 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-100px;right:-100px}.Newsletter-module__kOPfpa__newsletterBox{text-align:center;z-index:1;border-radius:40px;flex-direction:column;align-items:center;gap:40px;max-width:1000px;margin:0 auto;padding:80px;display:flex;position:relative}.Newsletter-module__kOPfpa__content{max-width:700px}.Newsletter-module__kOPfpa__title{color:var(--primary-color);margin-bottom:20px;font-size:3rem}.Newsletter-module__kOPfpa__subtitle{color:var(--text-light);font-size:1.2rem;line-height:1.6}.Newsletter-module__kOPfpa__form{background:#fff;border-radius:100px;gap:15px;width:100%;max-width:600px;padding:10px;display:flex;box-shadow:0 10px 30px #0000000d}.Newsletter-module__kOPfpa__input{color:var(--text-color);background:0 0;border:none;outline:none;flex:1;padding:16px 24px;font-size:1.1rem}.Newsletter-module__kOPfpa__input::placeholder{color:#94a3b8}.Newsletter-module__kOPfpa__btn{border-radius:100px!important;padding:16px 40px!important;font-size:1rem!important}@media (max-width:768px){.Newsletter-module__kOPfpa__newsletterBox{padding:60px 20px}.Newsletter-module__kOPfpa__form{box-shadow:none;background:0 0;flex-direction:column;gap:15px;padding:0}.Newsletter-module__kOPfpa__input{background:#fff;border-radius:100px;padding:20px;box-shadow:0 5px 15px #0000000d}.Newsletter-module__kOPfpa__title{font-size:2rem}.Newsletter-module__kOPfpa__subtitle{font-size:1rem}}
.NightlifeSlider-module__Bv1vTW__section{height:70vh;min-height:500px;position:relative;overflow:hidden}.NightlifeSlider-module__Bv1vTW__sliderWrapper{width:100%;height:100%;position:absolute;top:0;left:0}.NightlifeSlider-module__Bv1vTW__overlay{z-index:2;pointer-events:none;background:linear-gradient(#0000001a 0%,#0000004d 100%);width:100%;height:100%;position:absolute;top:0;left:0}.NightlifeSlider-module__Bv1vTW__imageTrack{width:100%;height:100%;position:relative}.NightlifeSlider-module__Bv1vTW__imageSlide{z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.NightlifeSlider-module__Bv1vTW__image{object-fit:cover;object-position:center;width:100%;height:100%}.NightlifeSlider-module__Bv1vTW__dots{z-index:3;gap:12px;display:flex;position:absolute;bottom:40px;left:50%;transform:translate(-50%)}.NightlifeSlider-module__Bv1vTW__dot{cursor:pointer;background:#ffffff80;border:2px solid #fffc;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.NightlifeSlider-module__Bv1vTW__dot:hover{background:#fffc;transform:scale(1.2)}.NightlifeSlider-module__Bv1vTW__activeDot{background:#fff;border-radius:6px;width:40px}.NightlifeSlider-module__Bv1vTW__contentOverlay{z-index:5;pointer-events:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.NightlifeSlider-module__Bv1vTW__content{text-align:center;color:#fff;pointer-events:auto}.NightlifeSlider-module__Bv1vTW__title{text-shadow:0 4px 30px #00000080;margin-bottom:15px;font-size:3.5rem;font-weight:700}.NightlifeSlider-module__Bv1vTW__subtitle{opacity:.9;text-shadow:0 2px 10px #00000080;margin-bottom:30px;font-size:1.3rem}.NightlifeSlider-module__Bv1vTW__ctaButton{background:var(--accent-gold);color:#fff;border-radius:100px;align-items:center;gap:10px;padding:16px 32px;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 10px 30px #0000004d}.NightlifeSlider-module__Bv1vTW__ctaButton:hover{background:#e0a800;transform:translateY(-3px);box-shadow:0 15px 40px #0006}@media (max-width:768px){.NightlifeSlider-module__Bv1vTW__section{height:50vh;min-height:400px}.NightlifeSlider-module__Bv1vTW__dots{gap:8px;bottom:20px}.NightlifeSlider-module__Bv1vTW__dot{width:10px;height:10px}.NightlifeSlider-module__Bv1vTW__activeDot{width:30px}.NightlifeSlider-module__Bv1vTW__title{font-size:2rem}.NightlifeSlider-module__Bv1vTW__subtitle{font-size:1rem}.NightlifeSlider-module__Bv1vTW__ctaButton{padding:12px 24px;font-size:.9rem}}
.TrustEnquiry-module__Es3bCG__wrapper{grid-template-columns:1fr;align-items:center;gap:50px;display:grid}.TrustEnquiry-module__Es3bCG__subtitle{color:var(--primary-color);font-family:var(--font-inter);text-transform:uppercase;letter-spacing:2px;margin-bottom:12px;font-weight:600}.TrustEnquiry-module__Es3bCG__title{color:var(--text-color);margin-bottom:24px;font-size:2.5rem}.TrustEnquiry-module__Es3bCG__description{color:var(--text-light);margin-bottom:40px;font-size:1.1rem;line-height:1.7}.TrustEnquiry-module__Es3bCG__features{flex-direction:column;gap:24px;margin-bottom:40px;display:flex}.TrustEnquiry-module__Es3bCG__feature{align-items:flex-start;gap:16px;display:flex}.TrustEnquiry-module__Es3bCG__icon{color:var(--secondary-color);flex-shrink:0}.TrustEnquiry-module__Es3bCG__featureTitle{color:var(--text-color);margin-bottom:4px;font-size:1.1rem}.TrustEnquiry-module__Es3bCG__featureDesc{color:var(--text-light);font-size:.95rem}.TrustEnquiry-module__Es3bCG__actions{flex-wrap:wrap;gap:20px;display:flex}.TrustEnquiry-module__Es3bCG__whatsappBtn{color:#fff;background-color:#25d366}.TrustEnquiry-module__Es3bCG__whatsappBtn:hover{background-color:#128c7e;transform:translateY(-2px)}.TrustEnquiry-module__Es3bCG__imageWrapper{border-radius:20px;height:500px;position:relative;overflow:hidden;box-shadow:0 20px 40px -10px #00000026}.TrustEnquiry-module__Es3bCG__image{background-position:50%;background-size:cover;width:100%;height:100%}@media (min-width:992px){.TrustEnquiry-module__Es3bCG__wrapper{grid-template-columns:1fr 1fr}}
.WeatherWidget-module__s4Lxqq__weatherSection{background:#f8fbfb;padding:40px 0}.WeatherWidget-module__s4Lxqq__widgetCard{background:#fff;border:1px solid #005c4d0d;border-radius:30px;flex-direction:column;gap:30px;padding:40px;display:flex;box-shadow:0 15px 40px #005c4d14}.WeatherWidget-module__s4Lxqq__mainInfo{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding-bottom:25px;display:flex}.WeatherWidget-module__s4Lxqq__location span{text-transform:uppercase;letter-spacing:2px;font-size:.8rem;font-weight:700}.WeatherWidget-module__s4Lxqq__location h2{color:var(--primary-color);margin:5px 0 0;font-size:2.5rem}.WeatherWidget-module__s4Lxqq__tempBox{align-items:center;gap:20px;display:flex}.WeatherWidget-module__s4Lxqq__temp{color:var(--primary-color);font-size:3.5rem;font-weight:800;display:flex}.WeatherWidget-module__s4Lxqq__temp span{margin-top:10px;font-size:1.5rem}.WeatherWidget-module__s4Lxqq__condition{color:var(--text-light);background:#f0f7f6;border-radius:20px;padding:5px 15px;font-size:1.1rem;font-weight:600}.WeatherWidget-module__s4Lxqq__yellow{color:#f1c40f}.WeatherWidget-module__s4Lxqq__detailsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.WeatherWidget-module__s4Lxqq__detailItem{color:var(--primary-color);background:#f8f9fa;border-radius:15px;align-items:center;gap:15px;padding:15px;display:flex}.WeatherWidget-module__s4Lxqq__detailText span{color:var(--text-light);font-size:.8rem;display:block}.WeatherWidget-module__s4Lxqq__detailText strong{color:var(--primary-color);font-size:1.1rem}.WeatherWidget-module__s4Lxqq__tip{color:#8a6d00;border-left:5px solid var(--gold-text);background:#d4af371a;border-radius:15px;padding:15px 25px}.WeatherWidget-module__s4Lxqq__tip p{margin:0;font-size:.95rem}@media (max-width:991px){.WeatherWidget-module__s4Lxqq__mainInfo{text-align:center;flex-direction:column;gap:20px}.WeatherWidget-module__s4Lxqq__detailsGrid{grid-template-columns:1fr}}@media (max-width:576px){.WeatherWidget-module__s4Lxqq__location h2{font-size:1.8rem}.WeatherWidget-module__s4Lxqq__temp{font-size:2.5rem}}
.InteractiveMap-module__RUQEpa__mapLoading{color:#999;background:#f8f9fa;justify-content:center;align-items:center;width:100%;height:100%;font-weight:600;display:flex}.InteractiveMap-module__RUQEpa__mapContainer{max-width:var(--container-width);height:750px;box-shadow:var(--shadow-lg);background:#fff;border:1px solid #0000000d;border-radius:40px;margin:0 auto;padding:12px;display:flex;position:relative;overflow:hidden}.InteractiveMap-module__RUQEpa__realMapWrapper{flex:1;height:100%;position:relative;overflow:hidden}.InteractiveMap-module__RUQEpa__markerInfo{-webkit-backdrop-filter:blur(20px)saturate(140%);width:280px;box-shadow:var(--shadow-lg);z-index:1200;background:#fffffff2;border:1px solid #fff6;border-radius:20px;position:absolute;top:16px;left:16px;overflow:hidden}.InteractiveMap-module__RUQEpa__infoImageContainer{height:120px;position:relative;overflow:hidden}.InteractiveMap-module__RUQEpa__infoImage{object-fit:cover;width:100%;height:100%}.InteractiveMap-module__RUQEpa__imageOverlay{justify-content:space-between;align-items:flex-start;display:flex;position:absolute;top:10px;left:10px;right:10px}.InteractiveMap-module__RUQEpa__categoryBadge{color:var(--primary-color);text-transform:uppercase;letter-spacing:.5px;background:#fffffff2;border-radius:12px;padding:4px 10px;font-size:.6rem;font-weight:700;box-shadow:0 2px 8px #0000001a}.InteractiveMap-module__RUQEpa__ratingBadge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#0009;border-radius:12px;align-items:center;gap:4px;padding:4px 8px;font-size:.7rem;font-weight:700;display:flex}.InteractiveMap-module__RUQEpa__closeBtn{color:#333;cursor:pointer;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:1rem;transition:all .3s;display:flex;position:absolute;top:8px;right:8px;box-shadow:0 2px 10px #0000001a}.InteractiveMap-module__RUQEpa__closeBtn:hover{background:#fff;transform:rotate(90deg)}.InteractiveMap-module__RUQEpa__infoContent{padding:14px 16px}.InteractiveMap-module__RUQEpa__infoMeta{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.InteractiveMap-module__RUQEpa__type{text-transform:uppercase;letter-spacing:1px;font-size:.65rem;font-weight:700}.InteractiveMap-module__RUQEpa__bestTime{color:var(--text-light);align-items:center;gap:4px;font-size:.7rem;font-weight:500;display:flex}.InteractiveMap-module__RUQEpa__markerInfo h3{font-size:1.1rem;font-family:var(--font-playfair);color:var(--text-color);margin:0 0 8px}.InteractiveMap-module__RUQEpa__markerInfo p{color:var(--text-light);margin-bottom:12px;font-size:.8rem;line-height:1.5}.InteractiveMap-module__RUQEpa__infoFooter{gap:8px;display:flex}.InteractiveMap-module__RUQEpa__guideBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:10px;flex:2;justify-content:center;align-items:center;gap:6px;padding:8px 12px;font-size:.75rem;font-weight:600;transition:all .3s;display:flex}.InteractiveMap-module__RUQEpa__secondaryBtn{color:var(--primary-color);cursor:pointer;background:#005c4d14;border:none;border-radius:10px;flex:1;padding:8px 12px;font-size:.75rem;font-weight:600;transition:all .3s}.InteractiveMap-module__RUQEpa__guideBtn:hover{background:#004d41;transform:translateY(-2px);box-shadow:0 5px 15px #005c4d33}.InteractiveMap-module__RUQEpa__secondaryBtn:hover{background:#005c4d1f}.InteractiveMap-module__RUQEpa__legend{z-index:1000;background:#fff;border-left:1px solid #0000000d;flex-direction:column;width:320px;display:flex}.InteractiveMap-module__RUQEpa__legendTitle{color:var(--text-color);margin:0;padding:30px 24px 15px;font-size:1.1rem;font-weight:700}.InteractiveMap-module__RUQEpa__legendList{flex:1;padding:0 12px 24px;overflow-y:auto}.InteractiveMap-module__RUQEpa__legendItem{cursor:pointer;border-radius:20px;align-items:center;gap:14px;margin-bottom:4px;padding:16px 12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.InteractiveMap-module__RUQEpa__legendItem:hover{background:#005c4d08}.InteractiveMap-module__RUQEpa__activeLegend{background:#005c4d12!important}.InteractiveMap-module__RUQEpa__hoveredLegend{transform:translate(8px)}.InteractiveMap-module__RUQEpa__dot{border:2px solid #fff;border-radius:50%;flex-shrink:0;width:14px;height:14px;position:relative;box-shadow:0 2px 5px #0000001a}.InteractiveMap-module__RUQEpa__dotPulse{opacity:.3;border-radius:50%;position:absolute;inset:-4px}.InteractiveMap-module__RUQEpa__legendText{flex-direction:column;flex:1;display:flex}.InteractiveMap-module__RUQEpa__legendName{color:var(--text-color);font-size:.95rem;font-weight:700}.InteractiveMap-module__RUQEpa__legendType{color:var(--text-light);font-size:.75rem;font-weight:500}.InteractiveMap-module__RUQEpa__legendAction{opacity:0;color:var(--primary-color);transition:opacity .3s}.InteractiveMap-module__RUQEpa__legendItem:hover .InteractiveMap-module__RUQEpa__legendAction,.InteractiveMap-module__RUQEpa__activeLegend .InteractiveMap-module__RUQEpa__legendAction{opacity:1}@media (max-width:991px){.InteractiveMap-module__RUQEpa__mapContainer{border-radius:30px;flex-direction:column;height:auto}.InteractiveMap-module__RUQEpa__realMapWrapper{width:100%;height:450px}.InteractiveMap-module__RUQEpa__legend{border-top:1px solid #0000000d;border-left:none;width:100%}.InteractiveMap-module__RUQEpa__markerInfo{width:auto;inset:auto 12px 12px}.InteractiveMap-module__RUQEpa__legendList{grid-template-columns:repeat(2,1fr);gap:10px;display:grid}}@media (max-width:640px){.InteractiveMap-module__RUQEpa__legendList{grid-template-columns:1fr}}
.DatePicker-module__LlP4sG__container{z-index:50;max-width:900px;margin:30px auto;position:relative}.DatePicker-module__LlP4sG__inputsRow{background:#fff;border:1px solid #0000000d;border-radius:20px;align-items:center;padding:10px;display:flex;box-shadow:0 15px 40px #0000001a}.DatePicker-module__LlP4sG__inputBox{cursor:pointer;border-radius:12px;flex:1;align-items:center;gap:15px;padding:15px 25px;transition:background .2s;display:flex}.DatePicker-module__LlP4sG__inputBox:hover{background:#f8f9fa}.DatePicker-module__LlP4sG__icon{color:var(--primary-color)}.DatePicker-module__LlP4sG__text span{text-transform:uppercase;letter-spacing:1px;color:#999;font-size:.75rem;font-weight:700;display:block}.DatePicker-module__LlP4sG__text strong{color:var(--text-color);font-size:1rem}.DatePicker-module__LlP4sG__divider{background:#eee;width:1px;height:40px}.DatePicker-module__LlP4sG__checkBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:15px;margin-left:10px;padding:20px 40px;font-size:1rem;font-weight:700;transition:all .3s}.DatePicker-module__LlP4sG__checkBtn:hover{background:#004d41;transform:translateY(-2px);box-shadow:0 5px 15px #005c4d33}.DatePicker-module__LlP4sG__dropdown{background:#fff;border:1px solid #0000000d;border-radius:20px;width:350px;margin-top:15px;padding:25px;position:absolute;top:100%;box-shadow:0 20px 50px #00000026}.DatePicker-module__LlP4sG__dateDropdown{left:0}.DatePicker-module__LlP4sG__guestDropdown{right:0}.DatePicker-module__LlP4sG__calendarHeader{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.DatePicker-module__LlP4sG__calendarHeader h3{margin:0;font-size:1rem}.DatePicker-module__LlP4sG__calendarHeader button{cursor:pointer;background:#f0f0f0;border:none;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.DatePicker-module__LlP4sG__weekdays{text-align:center;grid-template-columns:repeat(7,1fr);margin-bottom:10px;display:grid}.DatePicker-module__LlP4sG__weekdays span{color:#999;font-size:.75rem;font-weight:700}.DatePicker-module__LlP4sG__calendarGrid{grid-template-columns:repeat(7,1fr);gap:5px;display:grid}.DatePicker-module__LlP4sG__day,.DatePicker-module__LlP4sG__emptyDay{background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;height:40px;font-size:.9rem;display:flex}.DatePicker-module__LlP4sG__day{cursor:pointer;transition:all .2s}.DatePicker-module__LlP4sG__day:hover:not(.DatePicker-module__LlP4sG__past){color:var(--primary-color);background:#f0f7f6}.DatePicker-module__LlP4sG__selected{background:var(--primary-color)!important;color:#fff!important}.DatePicker-module__LlP4sG__today{color:var(--primary-color);font-weight:800;text-decoration:underline}.DatePicker-module__LlP4sG__past{color:#ccc;cursor:not-allowed}.DatePicker-module__LlP4sG__dropdownFooter{text-align:right;border-top:1px solid #eee;margin-top:20px;padding-top:15px}.DatePicker-module__LlP4sG__doneBtn{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 20px;font-weight:600}.DatePicker-module__LlP4sG__counterRow{justify-content:space-between;align-items:center;padding:15px 0;display:flex}.DatePicker-module__LlP4sG__counterRow:not(:last-child){border-bottom:1px solid #f0f0f0}.DatePicker-module__LlP4sG__counterInfo strong{display:block}.DatePicker-module__LlP4sG__counterInfo span{color:#999;font-size:.8rem}.DatePicker-module__LlP4sG__counterControls{align-items:center;gap:15px;display:flex}.DatePicker-module__LlP4sG__counterControls button{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:1.2rem;display:flex}.DatePicker-module__LlP4sG__counterControls button:hover{border-color:var(--primary-color);color:var(--primary-color)}.DatePicker-module__LlP4sG__counterControls span{text-align:center;min-width:20px;font-weight:700}@media (max-width:768px){.DatePicker-module__LlP4sG__inputsRow{flex-direction:column;gap:10px}.DatePicker-module__LlP4sG__divider{width:100%;height:1px}.DatePicker-module__LlP4sG__inputBox{width:100%}.DatePicker-module__LlP4sG__checkBtn{width:100%;margin-top:10px;margin-left:0}.DatePicker-module__LlP4sG__dropdown{width:calc(100vw - 40px);left:0!important;right:0!important}}
