.page-module__hUlLAq__pageContainer{background-color:var(--surface);min-height:100vh}.page-module__hUlLAq__loadingScreen{flex-direction:column;justify-content:center;align-items:center;gap:16px;height:80vh;display:flex}.page-module__hUlLAq__spinner{border:3px solid var(--primary-light);border-top-color:var(--primary);border-radius:50%;width:36px;height:36px;animation:1s linear infinite page-module__hUlLAq__spin}.page-module__hUlLAq__backBar{border-bottom:1px solid var(--border-light);z-index:10;text-align:left;background-color:#fff;width:100%;padding:16px 0;position:fixed;top:80px}.page-module__hUlLAq__backLink{color:var(--text-secondary);font-family:var(--font-body);align-items:center;gap:6px;font-size:.85rem;font-weight:700;text-decoration:none;transition:color .25s;display:inline-flex}.page-module__hUlLAq__backLink:hover{color:var(--primary)}.page-module__hUlLAq__article{padding-top:130px}.page-module__hUlLAq__imageWrapper{color:#fff;text-align:left;align-items:flex-end;width:100%;height:480px;display:flex;position:relative;overflow:hidden}.page-module__hUlLAq__bannerImage{object-fit:cover;z-index:1}.page-module__hUlLAq__overlay{z-index:2;background:linear-gradient(#0000 0%,#1a1a2e66 40%,#1a1a2ef2 100%);width:100%;height:100%;position:absolute;top:0;left:0}.page-module__hUlLAq__headerContent{z-index:3;width:100%;padding-bottom:48px;position:relative}.page-module__hUlLAq__category{background:var(--primary);color:#fff;font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;border-radius:6px;margin-bottom:16px;padding:4px 12px;font-size:.8rem;font-weight:700;display:inline-block}.page-module__hUlLAq__postTitle{font-family:var(--font-heading);color:#fff;margin-bottom:24px;font-size:clamp(2rem,4vw,3rem);font-weight:850;line-height:1.2}.page-module__hUlLAq__metaRow{font-family:var(--font-body);color:var(--text-secondary);opacity:.95;flex-wrap:wrap;gap:24px;font-size:.9rem;display:flex}.page-module__hUlLAq__metaItem{align-items:center;gap:8px;display:flex}.page-module__hUlLAq__articleBody{grid-template-columns:1fr 300px;align-items:start;gap:48px;padding:60px 0;display:grid}.page-module__hUlLAq__richText{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);text-align:left;background:#fff;border-radius:24px;padding:48px}.page-module__hUlLAq__lead{font-family:var(--font-body);color:var(--text-primary);border-left:4px solid var(--primary);margin-bottom:32px;padding-left:20px;font-size:1.15rem;font-weight:600;line-height:1.6}.page-module__hUlLAq__bodyContent{flex-direction:column;gap:20px;display:flex}.page-module__hUlLAq__bodyContent p{font-family:var(--font-body);color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.page-module__hUlLAq__sidebar{flex-direction:column;gap:24px;display:flex;position:sticky;top:160px}.page-module__hUlLAq__authorCard{border:1px solid var(--border-light);box-shadow:var(--shadow-sm);text-align:center;background:#fff;border-radius:24px;flex-direction:column;align-items:center;padding:32px 24px;display:flex}.page-module__hUlLAq__avatarCircle{background:var(--primary-light);width:56px;height:56px;color:var(--primary);border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.page-module__hUlLAq__authorCard h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:2px;font-size:1.1rem;font-weight:800}.page-module__hUlLAq__authorCard span{font-family:var(--font-body);color:var(--primary);margin-bottom:12px;font-size:.8rem;font-weight:700}.page-module__hUlLAq__authorCard p{font-family:var(--font-body);color:var(--text-secondary);font-size:.8rem;line-height:1.5}.page-module__hUlLAq__shareBtn{border:1px solid var(--border);height:48px;color:var(--text-primary);font-family:var(--font-body);cursor:pointer;box-shadow:var(--shadow-sm);background:#fff;border-radius:9999px;justify-content:center;align-items:center;gap:8px;font-size:.9rem;font-weight:700;transition:all .25s;display:flex}.page-module__hUlLAq__shareBtn:hover{background:var(--surface-alt);color:var(--primary);border-color:var(--primary)}@keyframes page-module__hUlLAq__spin{to{transform:rotate(360deg)}}@media (max-width:1024px){.page-module__hUlLAq__articleBody{grid-template-columns:1fr;gap:32px}.page-module__hUlLAq__sidebar{width:100%;max-width:480px;margin:0 auto;position:static}}@media (max-width:768px){.page-module__hUlLAq__imageWrapper{height:380px}.page-module__hUlLAq__headerContent{padding-bottom:24px}.page-module__hUlLAq__richText{padding:24px}}
.Button-module__9FGWVa__btn{font-family:var(--font-body);cursor:pointer;border:1px solid #0000;border-radius:9999px;outline:none;justify-content:center;align-items:center;gap:8px;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.Button-module__9FGWVa__btn:focus-visible{box-shadow:0 0 0 3px #6c63ff66}.Button-module__9FGWVa__fullWidth{width:100%;display:flex}.Button-module__9FGWVa__disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.Button-module__9FGWVa__btn-primary{background:var(--gradient-hero);color:#fff;box-shadow:0 4px 15px #6c63ff4d}.Button-module__9FGWVa__btn-primary:hover{background:linear-gradient(135deg,#5a52d5 0%,#42b3ab 100%);transform:translateY(-2px);box-shadow:0 6px 20px #6c63ff66}.Button-module__9FGWVa__btn-primary:active{transform:translateY(0)}.Button-module__9FGWVa__btn-secondary{background:var(--primary-light);color:var(--primary)}.Button-module__9FGWVa__btn-secondary:hover{background:var(--primary);color:#fff;transform:translateY(-2px)}.Button-module__9FGWVa__btn-outline{border-color:var(--border);color:var(--text-primary);background:0 0}.Button-module__9FGWVa__btn-outline:hover{border-color:var(--primary);color:var(--primary);background:var(--primary-light);transform:translateY(-2px)}.Button-module__9FGWVa__btn-ghost{color:var(--text-secondary);background:0 0}.Button-module__9FGWVa__btn-ghost:hover{background:var(--surface-alt);color:var(--text-primary)}.Button-module__9FGWVa__btn-coral{background:var(--gradient-cta);color:#fff;box-shadow:0 4px 15px #ff6b6b4d}.Button-module__9FGWVa__btn-coral:hover{filter:brightness(1.05);transform:translateY(-2px);box-shadow:0 6px 20px #ff6b6b66}.Button-module__9FGWVa__btn-sm{height:36px;padding:8px 16px;font-size:.875rem}.Button-module__9FGWVa__btn-md{height:48px;padding:12px 24px;font-size:1rem}.Button-module__9FGWVa__btn-lg{height:56px;padding:16px 36px;font-size:1.125rem}.Button-module__9FGWVa__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Button-module__9FGWVa__spin}.Button-module__9FGWVa__btn-secondary .Button-module__9FGWVa__spinner,.Button-module__9FGWVa__btn-outline .Button-module__9FGWVa__spinner{border-color:#6c63ff33;border-top-color:var(--primary)}@keyframes Button-module__9FGWVa__spin{to{transform:rotate(360deg)}}
.AccommodationTypes-module__czc8sW__section{z-index:2;background-color:#fff;position:relative}.AccommodationTypes-module__czc8sW__sectionHeader{text-align:center;flex-direction:column;align-items:center;max-width:680px;margin:0 auto 60px;display:flex}.AccommodationTypes-module__czc8sW__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.1em;margin-bottom:12px;font-size:.85rem;font-weight:800}.AccommodationTypes-module__czc8sW__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.AccommodationTypes-module__czc8sW__description{font-family:var(--font-body);color:#2d3748;font-size:1.05rem;font-weight:550;line-height:1.65}.AccommodationTypes-module__czc8sW__highlightText{color:var(--primary);font-weight:750}.AccommodationTypes-module__czc8sW__grid{grid-template-columns:repeat(2,1fr);gap:32px;max-width:860px;margin:0 auto;display:grid}.AccommodationTypes-module__czc8sW__cardReveal{height:100%;display:flex}.AccommodationTypes-module__czc8sW__card{background:var(--card);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-radius:24px;flex-direction:column;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.AccommodationTypes-module__czc8sW__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.AccommodationTypes-module__czc8sW__imageContainer{width:100%;height:220px;position:relative}.AccommodationTypes-module__czc8sW__image{object-fit:cover}.AccommodationTypes-module__czc8sW__badge{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);font-family:var(--font-body);color:var(--text-primary);background:#ffffffe6;border-radius:9999px;padding:6px 14px;font-size:.75rem;font-weight:700;position:absolute;top:20px;right:20px}.AccommodationTypes-module__czc8sW__cardContent{text-align:left;flex-direction:column;flex:1;align-items:flex-start;padding:32px;display:flex}.AccommodationTypes-module__czc8sW__iconCircle{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:20px;display:flex}.AccommodationTypes-module__czc8sW__card h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:12px;font-size:1.35rem;font-weight:800}.AccommodationTypes-module__czc8sW__card p{font-family:var(--font-body);color:#4a5568;flex:1;margin-bottom:24px;font-size:.98rem;font-weight:500;line-height:1.65}.AccommodationTypes-module__czc8sW__cardBtn{border-radius:14px;margin-top:auto}.AccommodationTypes-module__czc8sW__card-blue .AccommodationTypes-module__czc8sW__iconCircle{color:#1a73e8;background:#e8f0fe}.AccommodationTypes-module__czc8sW__card-blue:hover{border-color:#1a73e833}.AccommodationTypes-module__czc8sW__card-coral .AccommodationTypes-module__czc8sW__iconCircle{background:var(--accent-light);color:var(--accent)}.AccommodationTypes-module__czc8sW__card-coral:hover{border-color:#ff6b6b33}.AccommodationTypes-module__czc8sW__card-violet .AccommodationTypes-module__czc8sW__iconCircle{background:var(--primary-light);color:var(--primary)}.AccommodationTypes-module__czc8sW__card-violet:hover{border-color:#6c63ff33}@media (max-width:992px){.AccommodationTypes-module__czc8sW__grid{grid-template-columns:1fr;gap:32px;max-width:480px;margin:0 auto}}
.FeaturedProperties-module__WD597W__section{background-color:var(--surface)}.FeaturedProperties-module__WD597W__sectionHeader{justify-content:space-between;align-items:flex-end;margin-bottom:50px;display:flex}.FeaturedProperties-module__WD597W__headerLeft{text-align:left}.FeaturedProperties-module__WD597W__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.1em;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.FeaturedProperties-module__WD597W__title{font-family:var(--font-heading);color:var(--text-primary);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.FeaturedProperties-module__WD597W__grid{grid-template-columns:repeat(3,1fr);gap:32px;display:grid}.FeaturedProperties-module__WD597W__cardReveal{height:100%;display:flex}.FeaturedProperties-module__WD597W__card{background:var(--card);box-shadow:var(--shadow-sm);border:1px solid var(--border-light);border-radius:24px;flex-direction:column;width:100%;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden}.FeaturedProperties-module__WD597W__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.FeaturedProperties-module__WD597W__imageLink{display:block;overflow:hidden}.FeaturedProperties-module__WD597W__imageContainer{width:100%;height:240px;position:relative}.FeaturedProperties-module__WD597W__image{object-fit:cover;transition:transform .5s}.FeaturedProperties-module__WD597W__card:hover .FeaturedProperties-module__WD597W__image{transform:scale(1.05)}.FeaturedProperties-module__WD597W__overlayTags{position:absolute;top:20px;left:20px}.FeaturedProperties-module__WD597W__genderBadge{font-family:var(--font-body);color:#fff;border-radius:9999px;padding:6px 14px;font-size:.75rem;font-weight:700}.FeaturedProperties-module__WD597W__unisex{background:var(--gradient-hero)}.FeaturedProperties-module__WD597W__female{background:var(--gradient-cta)}.FeaturedProperties-module__WD597W__male{background:linear-gradient(135deg,#1a73e8 0%,#1557b0 100%)}.FeaturedProperties-module__WD597W__cardBody{flex-direction:column;flex:1;padding:24px;display:flex}.FeaturedProperties-module__WD597W__metaRow{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.FeaturedProperties-module__WD597W__location{color:var(--text-secondary);align-items:center;gap:6px;display:flex}.FeaturedProperties-module__WD597W__locIcon{color:var(--primary)}.FeaturedProperties-module__WD597W__location span{font-family:var(--font-body);font-size:.8rem;font-weight:600}.FeaturedProperties-module__WD597W__rating{font-family:var(--font-body);color:var(--text-primary);align-items:center;gap:4px;font-size:.85rem;font-weight:700;display:flex}.FeaturedProperties-module__WD597W__reviewsCount{color:var(--text-muted);font-size:.8rem;font-weight:500}.FeaturedProperties-module__WD597W__propertyName{font-family:var(--font-heading);color:var(--text-primary);text-align:left;margin-bottom:16px;font-size:1.2rem;font-weight:800;line-height:1.4}.FeaturedProperties-module__WD597W__propertyName:hover{color:var(--primary)}.FeaturedProperties-module__WD597W__amenities{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.FeaturedProperties-module__WD597W__amenityTag{background:var(--surface-alt);color:var(--text-secondary);font-family:var(--font-body);border-radius:6px;padding:4px 10px;font-size:.75rem;font-weight:700}.FeaturedProperties-module__WD597W__cardDivider{background:var(--border-light);width:100%;height:1px;margin-top:auto;margin-bottom:16px}.FeaturedProperties-module__WD597W__footerRow{justify-content:space-between;align-items:center;display:flex}.FeaturedProperties-module__WD597W__priceContainer{flex-wrap:wrap;align-items:baseline;display:flex}.FeaturedProperties-module__WD597W__priceLabel{font-family:var(--font-body);color:var(--text-muted);text-align:left;width:100%;font-size:.7rem}.FeaturedProperties-module__WD597W__priceValue{font-family:var(--font-heading);color:var(--primary);font-size:1.4rem;font-weight:800}.FeaturedProperties-module__WD597W__priceUnit{font-family:var(--font-body);color:var(--text-secondary);font-size:.8rem;font-weight:500}.FeaturedProperties-module__WD597W__bookBtn{border-radius:12px}@media (max-width:1024px){.FeaturedProperties-module__WD597W__grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.FeaturedProperties-module__WD597W__sectionHeader{flex-direction:column;align-items:flex-start;gap:20px}.FeaturedProperties-module__WD597W__grid{grid-template-columns:1fr;max-width:450px;margin:0 auto}}
.InteractiveMapSection-module___NYHxW__sectionContainer{background-color:var(--surface);padding:100px 0}.InteractiveMapSection-module___NYHxW__sectionHeader{text-align:center;max-width:650px;margin:0 auto 50px}.InteractiveMapSection-module___NYHxW__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.12em;margin-bottom:12px;font-size:.85rem;font-weight:800}.InteractiveMapSection-module___NYHxW__title{font-family:var(--font-heading);color:#1a1a2e;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:900}.InteractiveMapSection-module___NYHxW__subtitle{font-family:var(--font-body);color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.InteractiveMapSection-module___NYHxW__mapGrid{grid-template-columns:1.2fr 1fr;align-items:center;gap:40px;display:grid}.InteractiveMapSection-module___NYHxW__mapCanvasWrapper{border:1px solid var(--border-light);box-shadow:var(--shadow-lg);background:#fff;border-radius:28px;flex-direction:column;gap:16px;padding:24px;display:flex;overflow:hidden}.InteractiveMapSection-module___NYHxW__mapHeader{border-bottom:1px solid var(--border-light);text-align:left;justify-content:space-between;align-items:center;padding-bottom:14px;display:flex}.InteractiveMapSection-module___NYHxW__mapStatus{font-family:var(--font-heading);color:var(--primary);align-items:center;gap:6px;font-size:.9rem;font-weight:800;display:flex}.InteractiveMapSection-module___NYHxW__mapStatus:before{content:"";background:#25d366;border-radius:50%;width:8px;height:8px;display:inline-block;box-shadow:0 0 8px #25d366}.InteractiveMapSection-module___NYHxW__mapHint{font-family:var(--font-body);color:var(--text-secondary);margin:0;font-size:.78rem;font-weight:600}.InteractiveMapSection-module___NYHxW__vectorMap{background:radial-gradient(circle,#1e1e38 0%,#112 100%);border-radius:20px;width:100%;height:380px;position:relative;overflow:hidden;box-shadow:inset 0 0 20px #0006}.InteractiveMapSection-module___NYHxW__roadLine{background:#ffffff0d;position:absolute}.InteractiveMapSection-module___NYHxW__roadYamuna{background:linear-gradient(90deg,#ffffff0f 0%,#ffffff05 100%);width:25px;height:120%;top:-10%;right:15%;transform:rotate(-15deg)}.InteractiveMapSection-module___NYHxW__roadMetroLine{opacity:.35;background:repeating-linear-gradient(90deg,#6c63ff 0 10px,#0000 10px 20px);width:100%;height:4px;top:45%;left:0}.InteractiveMapSection-module___NYHxW__roadKP2{width:100%;height:16px;top:30%;left:0;transform:rotate(5deg)}.InteractiveMapSection-module___NYHxW__roadKP{width:16px;height:100%;top:0;left:55%}.InteractiveMapSection-module___NYHxW__pariChowkCircle{background:#ffffff08;border:1.5px dashed #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex;position:absolute;top:68%;left:58%;transform:translate(-50%,-50%)}.InteractiveMapSection-module___NYHxW__pariChowkCircle span{font-family:var(--font-body);color:#fff6;text-transform:uppercase;letter-spacing:.05em;font-size:.55rem;font-weight:800}.InteractiveMapSection-module___NYHxW__mapPin{color:#ff7a00;cursor:pointer;z-index:10;background:0 0;border:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;transform:translate(-50%,-100%)}.InteractiveMapSection-module___NYHxW__mapPin:hover{color:#fa4;transform:translate(-50%,-100%)scale(1.18)}.InteractiveMapSection-module___NYHxW__activeMapPin{transform:translate(-50%,-100%)scale(1.22);color:#fa4!important}.InteractiveMapSection-module___NYHxW__pinPulse{pointer-events:none;z-index:-1;background:currentColor;border-radius:50%;width:12px;height:12px;animation:1.8s ease-out infinite InteractiveMapSection-module___NYHxW__pulseGlow;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}@keyframes InteractiveMapSection-module___NYHxW__pulseGlow{0%{opacity:.8;transform:translate(-50%,50%)scale(1)}to{opacity:0;transform:translate(-50%,50%)scale(2.6)}}.InteractiveMapSection-module___NYHxW__miniLabel{color:#fff;white-space:nowrap;letter-spacing:.02em;background:#1a1a2ef2;border:1px solid #ffffff14;border-radius:4px;padding:2px 6px;font-size:.55rem;font-weight:900;position:absolute;bottom:-20px;left:50%;transform:translate(-50%)}.InteractiveMapSection-module___NYHxW__detailPanel{flex-direction:column;justify-content:center;min-height:420px;display:flex}.InteractiveMapSection-module___NYHxW__tiltCard{transform:perspective(1000px) rotateX(var(--rx,0deg)) rotateY(var(--ry,0deg));transform-style:preserve-3d;transition:transform .1s,box-shadow .3s;box-shadow:0 15px 35px #0000000f,0 5px 15px #00000005}.InteractiveMapSection-module___NYHxW__hostelCard{border:1px solid var(--border-light);text-align:left;background:#fff;border-radius:28px;overflow:hidden}.InteractiveMapSection-module___NYHxW__imageBox{width:100%;height:180px;position:relative}.InteractiveMapSection-module___NYHxW__roomImg{object-fit:cover}.InteractiveMapSection-module___NYHxW__genderBadge{font-family:var(--font-body);text-transform:uppercase;color:#fff;letter-spacing:.05em;border-radius:8px;padding:6px 12px;font-size:.72rem;font-weight:800;position:absolute;top:16px;left:16px;box-shadow:0 4px 10px #00000026}.InteractiveMapSection-module___NYHxW__genderBadge[data-gender=girls]{background:linear-gradient(135deg,#ff6b6b 0%,#ff8e53 100%)}.InteractiveMapSection-module___NYHxW__genderBadge[data-gender=boys]{background:linear-gradient(135deg, var(--primary) 0%, #5146e6 100%)}.InteractiveMapSection-module___NYHxW__genderBadge[data-gender=unisex]{background:linear-gradient(135deg,#4ecdc4 0%,#2980b9 100%)}.InteractiveMapSection-module___NYHxW__cardContent{padding:24px 32px}.InteractiveMapSection-module___NYHxW__ratingRow{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.InteractiveMapSection-module___NYHxW__ratingBadge{color:#b88e2f;font-family:var(--font-body);background:#fef7e0;border-radius:6px;align-items:center;gap:4px;padding:4px 10px;font-size:.75rem;font-weight:800;display:inline-flex}.InteractiveMapSection-module___NYHxW__priceTag{font-family:var(--font-body);color:var(--text-secondary);font-size:.85rem}.InteractiveMapSection-module___NYHxW__priceTag strong{font-family:var(--font-heading);font-size:1.25rem;font-weight:900}.InteractiveMapSection-module___NYHxW__hostelName{font-family:var(--font-heading);color:#1a1a2e;letter-spacing:-.01em;margin-bottom:4px;font-size:1.35rem;font-weight:900}.InteractiveMapSection-module___NYHxW__taglineText{font-family:var(--font-body);color:var(--primary);margin-bottom:12px;font-size:.8rem;font-weight:800;display:block}.InteractiveMapSection-module___NYHxW__descriptionText{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:18px;font-size:.88rem;line-height:1.5}.InteractiveMapSection-module___NYHxW__amenitiesRow{flex-wrap:wrap;gap:8px;margin-bottom:24px;display:flex}.InteractiveMapSection-module___NYHxW__amenityBadge{background:var(--surface-alt);border:1px solid var(--border-light);color:var(--text-primary);font-family:var(--font-body);border-radius:6px;align-items:center;padding:4px 10px;font-size:.72rem;font-weight:700;display:flex}.InteractiveMapSection-module___NYHxW__ctaRow{display:flex}.InteractiveMapSection-module___NYHxW__emptyCard{border:2px dashed var(--border);text-align:center;background:#fff6;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:40px;display:flex}.InteractiveMapSection-module___NYHxW__emptyCard h4{font-family:var(--font-heading);color:#1a1a2e;margin:0;font-size:1.15rem;font-weight:850}.InteractiveMapSection-module___NYHxW__emptyCard p{font-family:var(--font-body);color:var(--text-secondary);max-width:250px;margin:0;font-size:.88rem;line-height:1.55}@media (max-width:1024px){.InteractiveMapSection-module___NYHxW__mapGrid{grid-template-columns:1fr}}@media (max-width:768px){.InteractiveMapSection-module___NYHxW__sectionContainer{padding:60px 0}.InteractiveMapSection-module___NYHxW__cardContent{padding:20px 24px}}
.HowItWorks-module__vb5giG__section{background-color:#fff;position:relative}.HowItWorks-module__vb5giG__sectionHeader{text-align:center;flex-direction:column;align-items:center;max-width:680px;margin:0 auto 60px;display:flex}.HowItWorks-module__vb5giG__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.1em;margin-bottom:12px;font-size:.85rem;font-weight:800}.HowItWorks-module__vb5giG__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.HowItWorks-module__vb5giG__description{font-family:var(--font-body);color:var(--text-secondary);font-size:1rem;line-height:1.6}.HowItWorks-module__vb5giG__grid{grid-template-columns:repeat(3,1fr);gap:48px;display:grid;position:relative}.HowItWorks-module__vb5giG__stepReveal{width:100%}.HowItWorks-module__vb5giG__stepCard{text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.HowItWorks-module__vb5giG__connector{background:var(--border);z-index:1;width:calc(100% - 72px);height:2px;position:absolute;top:60px;left:calc(50% + 60px)}.HowItWorks-module__vb5giG__iconContainer{z-index:2;width:120px;height:120px;box-shadow:var(--shadow-md);border-radius:40px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative}.HowItWorks-module__vb5giG__stepCard:hover .HowItWorks-module__vb5giG__iconContainer{box-shadow:var(--shadow-xl);transform:translateY(-8px)rotate(3deg)}.HowItWorks-module__vb5giG__stepNumber{background:var(--text-primary);color:#fff;width:32px;height:32px;font-family:var(--font-heading);box-shadow:var(--shadow-sm);border:3px solid #fff;border-radius:50%;justify-content:center;align-items:center;font-size:.9rem;font-weight:800;display:flex;position:absolute;top:-10px;right:-10px}.HowItWorks-module__vb5giG__fallbackIcon{z-index:1}.HowItWorks-module__vb5giG__icon-violet{background:var(--primary-light);color:var(--primary);border:1px solid #6c63ff33}.HowItWorks-module__vb5giG__icon-coral{background:var(--accent-light);color:var(--accent);border:1px solid #ff6b6b33}.HowItWorks-module__vb5giG__icon-teal{background:var(--teal-light);color:var(--teal);border:1px solid #4ecdc433}.HowItWorks-module__vb5giG__stepTitle{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:12px;font-size:1.3rem;font-weight:800}.HowItWorks-module__vb5giG__stepDesc{font-family:var(--font-body);color:var(--text-secondary);max-width:300px;font-size:.95rem;line-height:1.6}@media (max-width:992px){.HowItWorks-module__vb5giG__grid{grid-template-columns:1fr;gap:48px;max-width:320px;margin:0 auto}.HowItWorks-module__vb5giG__connector{display:none}}
.LottieWrapper-module__92u-yG__container{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.LottieWrapper-module__92u-yG__placeholder,.LottieWrapper-module__92u-yG__loading{background:var(--surface-alt);background:linear-gradient(90deg,#eff1f3 4%,#e2e8f0 25%,#eff1f3 36%) 0 0/1000px 100%;border-radius:12px;width:100%;height:100%;min-height:100px;animation:1.5s linear infinite LottieWrapper-module__92u-yG__shimmer}@keyframes LottieWrapper-module__92u-yG__shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}
.AmenitiesShowcase-module__hme9nq__section{background-color:var(--surface);position:relative;overflow:hidden}.AmenitiesShowcase-module__hme9nq__bgOverlay{z-index:1;pointer-events:none;background:radial-gradient(circle,#6c63ff0d 0%,#0000 60%);width:120%;height:120%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.AmenitiesShowcase-module__hme9nq__sectionHeader{text-align:center;z-index:2;flex-direction:column;align-items:center;max-width:680px;margin:0 auto 60px;display:flex;position:relative}.AmenitiesShowcase-module__hme9nq__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.1em;margin-bottom:12px;font-size:.85rem;font-weight:800}.AmenitiesShowcase-module__hme9nq__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.AmenitiesShowcase-module__hme9nq__description{font-family:var(--font-body);color:#2d3748;font-size:1.05rem;font-weight:550;line-height:1.65}.AmenitiesShowcase-module__hme9nq__grid{z-index:2;grid-template-columns:repeat(5,1fr);gap:24px;display:grid;position:relative}.AmenitiesShowcase-module__hme9nq__itemReveal{height:100%;display:flex}.AmenitiesShowcase-module__hme9nq__amenityCard{background:var(--card);border:1px solid var(--border-light);box-shadow:var(--shadow-sm);text-align:left;border-radius:20px;flex-direction:column;align-items:flex-start;width:100%;padding:24px;transition:all .3s;display:flex}.AmenitiesShowcase-module__hme9nq__amenityCard:hover{box-shadow:var(--shadow-md);border-color:var(--primary-light);transform:translateY(-5px)}.AmenitiesShowcase-module__hme9nq__iconCircle{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:12px;justify-content:center;align-items:center;margin-bottom:16px;transition:all .3s;display:flex}.AmenitiesShowcase-module__hme9nq__amenityCard:hover .AmenitiesShowcase-module__hme9nq__iconCircle{background:var(--primary);color:#fff;transform:rotate(6deg)}.AmenitiesShowcase-module__hme9nq__amenityCard h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:1.05rem;font-weight:800}.AmenitiesShowcase-module__hme9nq__amenityCard p{font-family:var(--font-body);color:#4a5568;font-size:.85rem;font-weight:500;line-height:1.55}@media (max-width:1200px){.AmenitiesShowcase-module__hme9nq__grid{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.AmenitiesShowcase-module__hme9nq__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.AmenitiesShowcase-module__hme9nq__grid{grid-template-columns:repeat(2,1fr);gap:16px}.AmenitiesShowcase-module__hme9nq__amenityCard{padding:20px}}@media (max-width:480px){.AmenitiesShowcase-module__hme9nq__grid{grid-template-columns:1fr}}
.StatsCounter-module__BbTAhG__statsSection{background:var(--gradient-hero);padding:60px 0;position:relative;overflow:hidden}.StatsCounter-module__BbTAhG__statsSection:before{content:"";pointer-events:none;background:radial-gradient(circle at 80% 20%,#ffffff1a 0%,#0000 40%);width:100%;height:100%;position:absolute;top:0;left:0}.StatsCounter-module__BbTAhG__grid{grid-template-columns:repeat(4,1fr);gap:24px;display:grid}.StatsCounter-module__BbTAhG__revealWrapper{height:100%;display:flex}.StatsCounter-module__BbTAhG__statCard{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);text-align:center;color:#fff;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;flex-direction:column;flex:1;align-items:center;padding:24px 32px;transition:all .3s;display:flex}.StatsCounter-module__BbTAhG__statCard:hover{background:#ffffff24;transform:translateY(-5px);box-shadow:0 10px 30px #0000001a}.StatsCounter-module__BbTAhG__iconCircle{background:#ffffff1a;border-radius:12px;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:16px;display:flex}.StatsCounter-module__BbTAhG__numberWrapper{margin-bottom:6px}.StatsCounter-module__BbTAhG__counterValue{font-family:var(--font-heading);letter-spacing:-.01em;font-size:2.25rem;font-weight:800}.StatsCounter-module__BbTAhG__statLabel{font-family:var(--font-body);opacity:.9;text-transform:uppercase;letter-spacing:.05em;font-size:.85rem;font-weight:600}.StatsCounter-module__BbTAhG__card-violet .StatsCounter-module__BbTAhG__iconCircle{color:var(--primary-light)}.StatsCounter-module__BbTAhG__card-coral .StatsCounter-module__BbTAhG__iconCircle{color:var(--accent-light)}.StatsCounter-module__BbTAhG__card-teal .StatsCounter-module__BbTAhG__iconCircle{color:var(--teal-light)}.StatsCounter-module__BbTAhG__card-yellow .StatsCounter-module__BbTAhG__iconCircle{color:#fff;background:#ffd93d33}@media (max-width:992px){.StatsCounter-module__BbTAhG__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.StatsCounter-module__BbTAhG__grid{grid-template-columns:1fr}}
.AnimatedCounter-module__EdUouW__counter{font-family:var(--font-heading);font-weight:800;display:inline-block}
.CityExplorer-module__gUK1RW__section{background-color:#fff}.CityExplorer-module__gUK1RW__sectionHeader{text-align:center;flex-direction:column;align-items:center;max-width:680px;margin:0 auto 60px;display:flex}.CityExplorer-module__gUK1RW__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.1em;margin-bottom:12px;font-size:.85rem;font-weight:800}.CityExplorer-module__gUK1RW__title{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:800}.CityExplorer-module__gUK1RW__description{font-family:var(--font-body);color:var(--text-secondary);font-size:1rem;line-height:1.6}.CityExplorer-module__gUK1RW__grid{grid-template-columns:repeat(2,1fr);gap:24px;max-width:860px;margin:0 auto;display:grid}.CityExplorer-module__gUK1RW__itemReveal{height:100%;display:flex}.CityExplorer-module__gUK1RW__card{width:100%;box-shadow:var(--shadow-sm);aspect-ratio:4/5;border-radius:24px;transition:all .3s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.CityExplorer-module__gUK1RW__card:hover{box-shadow:var(--shadow-xl);transform:translateY(-8px)}.CityExplorer-module__gUK1RW__imageContainer{width:100%;height:100%;position:relative}.CityExplorer-module__gUK1RW__image{object-fit:cover;transition:transform .5s}.CityExplorer-module__gUK1RW__card:hover .CityExplorer-module__gUK1RW__image{transform:scale(1.08)}.CityExplorer-module__gUK1RW__overlay{z-index:1;background:linear-gradient(#0000 0%,#1a1a2e33 40%,#1a1a2ed9 100%);width:100%;height:100%;position:absolute;top:0;left:0}.CityExplorer-module__gUK1RW__content{z-index:2;text-align:left;width:100%;padding:24px;position:absolute;bottom:0;left:0}.CityExplorer-module__gUK1RW__titleRow{justify-content:space-between;align-items:center;gap:12px;margin-bottom:6px;display:flex}.CityExplorer-module__gUK1RW__content h3{font-family:var(--font-heading);color:#fff;font-size:1.15rem;font-weight:800}.CityExplorer-module__gUK1RW__arrowIcon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s;display:flex}.CityExplorer-module__gUK1RW__card:hover .CityExplorer-module__gUK1RW__arrowIcon{background:var(--primary);color:#fff;transform:rotate(45deg)}.CityExplorer-module__gUK1RW__bedsLabel{font-family:var(--font-body);color:var(--primary-light);background:#6c63ff33;border-radius:6px;padding:4px 10px;font-size:.8rem;font-weight:700;display:inline-block}@media (max-width:1024px){.CityExplorer-module__gUK1RW__grid{grid-template-columns:1fr 1fr}.CityExplorer-module__gUK1RW__card{aspect-ratio:16/10}}@media (max-width:576px){.CityExplorer-module__gUK1RW__grid{grid-template-columns:1fr;gap:16px}.CityExplorer-module__gUK1RW__card{aspect-ratio:16/9}}
.HostelQuotes-module__OVhtua__sectionContainer{background-color:#f8f9fe;padding:100px 0;position:relative;overflow:hidden}.HostelQuotes-module__OVhtua__bgOverlay{z-index:1;pointer-events:none;background:radial-gradient(circle,#6c63ff0d 0%,#fff0 70%);width:90vw;height:90vw;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.HostelQuotes-module__OVhtua__sectionHeader{text-align:center;z-index:2;max-width:650px;margin:0 auto 60px;position:relative}.HostelQuotes-module__OVhtua__tagline{font-family:var(--font-body);text-transform:uppercase;color:var(--primary);letter-spacing:.12em;margin-bottom:12px;font-size:.85rem;font-weight:800;display:block}.HostelQuotes-module__OVhtua__title{font-family:var(--font-heading);color:#1a1a2e;letter-spacing:-.02em;margin-bottom:16px;font-size:clamp(2rem,3.5vw,2.75rem);font-weight:900}.HostelQuotes-module__OVhtua__subtitle{font-family:var(--font-body);color:#2d3748;font-size:1.05rem;font-weight:550;line-height:1.65}.HostelQuotes-module__OVhtua__grid{z-index:2;grid-template-columns:repeat(3,1fr);gap:32px;display:grid;position:relative}.HostelQuotes-module__OVhtua__cardReveal{display:flex}.HostelQuotes-module__OVhtua__quoteCard{box-shadow:var(--shadow-md);border:1px solid var(--border-light);background:#fff;border-radius:28px;flex-direction:column;width:100%;padding:40px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden}.HostelQuotes-module__OVhtua__quoteCard:hover{box-shadow:var(--shadow-xl);border-color:#6c63ff26;transform:translateY(-10px)scale(1.02)}.HostelQuotes-module__OVhtua__quoteIconDecoration{color:#6c63ff0a;pointer-events:none;position:absolute;top:-5px;right:15px}.HostelQuotes-module__OVhtua__iconCircle{background:var(--primary-light);width:48px;height:48px;color:var(--primary);border-radius:14px;justify-content:center;align-items:center;margin-bottom:24px;transition:all .3s;display:flex}.HostelQuotes-module__OVhtua__quoteCard:hover .HostelQuotes-module__OVhtua__iconCircle{background:var(--primary);color:#fff;transform:rotate(10deg)}.HostelQuotes-module__OVhtua__quoteText{font-family:var(--font-body);color:#2d3748;text-align:left;flex:1;margin-bottom:24px;font-size:1.05rem;font-style:italic;font-weight:550;line-height:1.65}.HostelQuotes-module__OVhtua__quoteHighlight{color:var(--primary-hover);background:linear-gradient(120deg,#6c63ff26 0%,#4ecdc426 100%);border-radius:4px;padding:2px 4px;font-weight:700}.HostelQuotes-module__OVhtua__cardDivider{background:linear-gradient(90deg, var(--border-light) 0%, #e5e7eb80 100%);height:1px;margin-bottom:20px}.HostelQuotes-module__OVhtua__quoteAuthor{font-family:var(--font-body);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;font-size:.85rem;font-weight:750}@media (max-width:992px){.HostelQuotes-module__OVhtua__grid{grid-template-columns:1fr;gap:24px;max-width:500px;margin:0 auto}}
.CTABanner-module__s24HPW__ctaSection{background-color:var(--text-primary);padding:100px 0;position:relative;overflow:hidden}.CTABanner-module__s24HPW__glowOrb1{pointer-events:none;background:radial-gradient(circle,#6c63ff26 0%,#0000 70%);width:400px;height:400px;position:absolute;top:-20%;left:-10%}.CTABanner-module__s24HPW__glowOrb2{pointer-events:none;background:radial-gradient(circle,#ff6b6b1a 0%,#0000 70%);width:500px;height:500px;position:absolute;bottom:-20%;right:-10%}.CTABanner-module__s24HPW__grid{z-index:3;grid-template-columns:1.1fr .9fr;align-items:center;gap:60px;display:grid;position:relative}.CTABanner-module__s24HPW__infoContent{color:#fff;text-align:left;flex-direction:column;align-items:flex-start;display:flex}.CTABanner-module__s24HPW__sparkleBadge{color:var(--yellow);font-family:var(--font-body);text-transform:uppercase;letter-spacing:.05em;background:#ffffff14;border:1px solid #ffffff26;border-radius:9999px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.8rem;font-weight:700;display:inline-flex}.CTABanner-module__s24HPW__title{font-family:var(--font-heading);color:#fff;margin-bottom:20px;font-size:clamp(2rem,3.5vw,3rem);font-weight:800;line-height:1.2}.CTABanner-module__s24HPW__desc{font-family:var(--font-body);color:var(--text-secondary);opacity:.9;max-width:540px;margin-bottom:36px;font-size:1.05rem;line-height:1.6}.CTABanner-module__s24HPW__quickContact{flex-direction:column;gap:20px;width:100%;display:flex}.CTABanner-module__s24HPW__contactItem{align-items:center;gap:16px;display:flex}.CTABanner-module__s24HPW__iconCircle{width:48px;height:48px;color:var(--primary-light);background:#ffffff14;border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;display:flex}.CTABanner-module__s24HPW__contactText{flex-direction:column;gap:2px;display:flex}.CTABanner-module__s24HPW__contactText strong{font-family:var(--font-body);color:#fff;font-size:.95rem;font-weight:700}.CTABanner-module__s24HPW__contactText span{font-family:var(--font-body);color:var(--text-secondary);font-size:.8rem}.CTABanner-module__s24HPW__formContainer{justify-content:center;width:100%;display:flex}.CTABanner-module__s24HPW__formCard{width:100%;animation:6s ease-in-out infinite CTABanner-module__s24HPW__float;box-shadow:0 30px 60px #00000040}@media (max-width:992px){.CTABanner-module__s24HPW__grid{grid-template-columns:1fr;gap:48px}.CTABanner-module__s24HPW__infoContent{text-align:center;align-items:center}.CTABanner-module__s24HPW__desc{margin-left:auto;margin-right:auto}.CTABanner-module__s24HPW__quickContact{align-items:center}.CTABanner-module__s24HPW__contactText{text-align:left}}
.GoogleMapWrapper-module__ZrVsRG__container{width:100%;box-shadow:var(--shadow-lg);border:1px solid var(--border-light);background:var(--card);border-radius:24px;grid-template-columns:320px 1fr;display:grid;overflow:hidden}.GoogleMapWrapper-module__ZrVsRG__mapSidebar{background:var(--surface-alt);border-right:1px solid var(--border);flex-direction:column;padding:24px;display:flex;overflow-y:auto}.GoogleMapWrapper-module__ZrVsRG__mapSidebar h4{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:6px;font-size:1.15rem;font-weight:700}.GoogleMapWrapper-module__ZrVsRG__helpText{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:20px;font-size:.8rem}.GoogleMapWrapper-module__ZrVsRG__markerList{flex-direction:column;gap:12px;display:flex}.GoogleMapWrapper-module__ZrVsRG__markerButton{border:1px solid var(--border);background:var(--card);cursor:pointer;text-align:left;border-radius:12px;align-items:flex-start;gap:12px;padding:12px 16px;transition:all .25s;display:flex}.GoogleMapWrapper-module__ZrVsRG__markerButton:hover{border-color:var(--primary);background:var(--primary-light);transform:translate(4px)}.GoogleMapWrapper-module__ZrVsRG__activeMarker{border-color:var(--primary);background:var(--primary-light);box-shadow:var(--shadow-sm)}.GoogleMapWrapper-module__ZrVsRG__pinIcon{color:var(--primary);margin-top:2px}.GoogleMapWrapper-module__ZrVsRG__markerInfo{flex-direction:column;gap:3px;display:flex}.GoogleMapWrapper-module__ZrVsRG__markerInfo strong{font-family:var(--font-body);color:var(--text-primary);font-size:.85rem;font-weight:600}.GoogleMapWrapper-module__ZrVsRG__markerInfo span{font-family:var(--font-body);color:var(--text-secondary);font-size:.75rem}.GoogleMapWrapper-module__ZrVsRG__gridMap{background:radial-gradient(var(--border) 1px, transparent 1px);background-size:20px 20px;background-color:var(--surface);width:100%;height:100%;position:relative}.GoogleMapWrapper-module__ZrVsRG__mapGridLines{width:100%;height:100%;position:absolute;top:0;left:0}.GoogleMapWrapper-module__ZrVsRG__gridPin{color:var(--accent);cursor:pointer;filter:drop-shadow(0 4px 6px #00000026);background:0 0;border:none;transition:all .3s cubic-bezier(.175,.885,.32,1.275);position:absolute;transform:translate(-50%,-100%)}.GoogleMapWrapper-module__ZrVsRG__gridPin:hover{color:var(--primary);filter:drop-shadow(0 6px 12px #6c63ff4d);transform:translate(-50%,-100%)scale(1.2)}.GoogleMapWrapper-module__ZrVsRG__activeGridPin{color:var(--primary);filter:drop-shadow(0 6px 15px #6c63ff66);animation:1s infinite alternate GoogleMapWrapper-module__ZrVsRG__bouncePin;transform:translate(-50%,-100%)scale(1.3)}.GoogleMapWrapper-module__ZrVsRG__mapPopup{background:var(--card);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);z-index:10;border-radius:16px;max-width:280px;padding:16px 20px;animation:.3s cubic-bezier(.16,1,.3,1) GoogleMapWrapper-module__ZrVsRG__slideInUp;position:absolute;bottom:24px;right:24px}.GoogleMapWrapper-module__ZrVsRG__mapPopup h5{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:4px;font-size:.95rem;font-weight:700}.GoogleMapWrapper-module__ZrVsRG__mapPopup p{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:8px;font-size:.8rem}.GoogleMapWrapper-module__ZrVsRG__popupMeta{font-family:var(--font-body);color:var(--text-muted);font-size:.7rem}.GoogleMapWrapper-module__ZrVsRG__mapHint{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:var(--shadow-sm);color:var(--text-secondary);font-family:var(--font-body);pointer-events:none;background:#ffffffe6;border-radius:9999px;align-items:center;gap:8px;padding:10px 16px;font-size:.85rem;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.GoogleMapWrapper-module__ZrVsRG__gmap{width:100%;box-shadow:var(--shadow-lg);background:var(--surface-alt);border-radius:24px;overflow:hidden}@keyframes GoogleMapWrapper-module__ZrVsRG__bouncePin{0%{margin-top:0}to{margin-top:-6px}}@keyframes GoogleMapWrapper-module__ZrVsRG__slideInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.GoogleMapWrapper-module__ZrVsRG__container{grid-template-rows:200px 300px;grid-template-columns:1fr}.GoogleMapWrapper-module__ZrVsRG__mapSidebar{border-right:none;border-bottom:1px solid var(--border)}}
.BookingModal-module__-HPSZq__modalOverlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#00000080;justify-content:center;align-items:center;width:100vw;height:100vh;padding:20px;display:flex;position:fixed;top:0;left:0}.BookingModal-module__-HPSZq__modalContent{background:var(--card);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:20px;width:100%;max-width:480px;padding:32px;animation:.3s ease-out BookingModal-module__-HPSZq__fadeIn;position:relative}@keyframes BookingModal-module__-HPSZq__fadeIn{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.BookingModal-module__-HPSZq__closeBtn{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex;position:absolute;top:20px;right:20px}.BookingModal-module__-HPSZq__closeBtn:hover{background:var(--surface);color:var(--text-primary)}.BookingModal-module__-HPSZq__modalContent h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;padding-right:24px;font-size:1.5rem;font-weight:700}.BookingModal-module__-HPSZq__modalContent p{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:24px;font-size:.9rem}.BookingModal-module__-HPSZq__formGrid{flex-direction:column;gap:16px;display:flex}.BookingModal-module__-HPSZq__formGroup{text-align:left;flex-direction:column;gap:6px;display:flex}.BookingModal-module__-HPSZq__formGroup label{font-family:var(--font-body);color:var(--text-primary);font-size:.85rem;font-weight:600}.BookingModal-module__-HPSZq__formGroup input,.BookingModal-module__-HPSZq__formGroup select{font-family:var(--font-body);border:1px solid var(--border);color:var(--text-primary);background:var(--surface);border-radius:10px;outline:none;padding:12px 16px;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.BookingModal-module__-HPSZq__formGroup input:focus,.BookingModal-module__-HPSZq__formGroup select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);background:#fff}.BookingModal-module__-HPSZq__radioGroup{gap:16px;margin-top:4px;display:flex}.BookingModal-module__-HPSZq__radioLabel{font-family:var(--font-body);color:var(--text-primary);cursor:pointer;align-items:center;gap:8px;font-size:.95rem;display:flex}.BookingModal-module__-HPSZq__radioLabel input[type=radio]{accent-color:var(--primary);cursor:pointer;width:18px;height:18px}
.TallyForm-module__aBmAiW__mockForm{background:var(--card);box-shadow:var(--shadow-lg);border:1px solid var(--border-light);border-radius:20px;width:100%;max-width:480px;padding:32px}.TallyForm-module__aBmAiW__mockForm h3{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:8px;font-size:1.5rem;font-weight:700}.TallyForm-module__aBmAiW__mockForm p{font-family:var(--font-body);color:var(--text-secondary);margin-bottom:24px;font-size:.9rem}.TallyForm-module__aBmAiW__formGrid{flex-direction:column;gap:16px;display:flex}.TallyForm-module__aBmAiW__formGroup{text-align:left;flex-direction:column;gap:6px;display:flex}.TallyForm-module__aBmAiW__formGroup label{font-family:var(--font-body);color:var(--text-primary);font-size:.85rem;font-weight:600}.TallyForm-module__aBmAiW__formGroup input,.TallyForm-module__aBmAiW__formGroup select{font-family:var(--font-body);border:1px solid var(--border);color:var(--text-primary);background:var(--surface);border-radius:10px;outline:none;padding:12px 16px;font-size:.95rem;transition:border-color .3s,box-shadow .3s}.TallyForm-module__aBmAiW__formGroup input:focus,.TallyForm-module__aBmAiW__formGroup select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light);background:#fff}.TallyForm-module__aBmAiW__iframeContainer{width:100%;box-shadow:var(--shadow-sm);background:0 0;border-radius:20px;overflow:hidden}.TallyForm-module__aBmAiW__iframe{border:none}
