.navbar{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:1000;transition:all .3s ease;overflow:visible}.nav-container{max-width:1200px;margin:auto;padding:1rem 2rem;display:flex;align-items:center;justify-content:space-between;gap:2rem;position:relative}.logo{font-size:1.6rem;font-weight:700;color:#1e3a8a;text-decoration:none}.logo span{color:#2563eb}.nav-links{display:flex;gap:2rem;flex:1;justify-content:center}.nav-links a{text-decoration:none;font-weight:500;color:#374151;transition:color .3s ease}.nav-links a:hover{color:#2563eb}.nav-links a.active{color:#1e3a8a;border-bottom:2px solid #2563eb;padding-bottom:4px}.get-quote-btn{background-color:#25d366;color:#fff;border:none;padding:.65rem 1.5rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 2px 8px #25d3664d;white-space:nowrap}.get-quote-btn:hover{background-color:#20bd5a;transform:translateY(-2px);box-shadow:0 4px 12px #25d36666}.whatsapp-icon{flex-shrink:0}.menu-toggle{display:none;background:none;border:none;color:#1e3a8a;cursor:pointer;z-index:1001}@media(max-width:768px){.nav-container{gap:1rem}.menu-toggle{display:block}.nav-links{position:absolute;top:100%;left:0;width:100%;background:#f9fafb;flex-direction:column;align-items:center;padding:1.5rem 0;gap:1.5rem;max-height:0;overflow:hidden;opacity:0;transition:all .4s ease;box-shadow:0 10px 20px #0000001a;border-top:1px solid #e5e7eb;flex:none;justify-content:flex-start}.nav-links.active{max-height:400px;opacity:1}.get-quote-btn{padding:.5rem 1rem;font-size:.9rem}}@media(max-width:480px){.logo{font-size:1.3rem}.get-quote-btn{padding:.45rem .85rem;font-size:.85rem}.whatsapp-icon{width:16px;height:16px}}.footer{background-color:#2d3748;color:#a0aec0;padding:4rem 0 2rem;font-family:system-ui,Avenir,Helvetica,Arial,sans-serif}.footer-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.footer-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem}@media(min-width:768px){.footer-grid{grid-template-columns:repeat(4,1fr)}}.footer-title{font-size:1.125rem;font-weight:600;color:#fff;margin-bottom:1rem}.footer-links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer-link{color:#a0aec0;text-decoration:none;transition:color .2s}.footer-link:hover{color:#fff;text-decoration:underline}.social-links{display:flex;flex-wrap:wrap;gap:1.25rem}.social-link{color:#a0aec0;transition:color .2s}.social-link:hover{color:#fff}.social-icon{width:1.5rem;height:1.5rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.footer-actions{display:flex;flex-direction:column;gap:.75rem;margin-top:1.5rem}@media(min-width:480px){.footer-actions{flex-direction:row;gap:.5rem}}.footer-button{display:block;flex:1;padding:.6rem;text-align:center;border-radius:6px;background-color:#3b82f6;color:#fff;text-decoration:none;font-weight:500;font-size:.875rem;transition:background-color .2s;white-space:nowrap}.footer-button:hover{background-color:#2563eb}.footer-button.enquire{background-color:#10b981}.footer-button.enquire:hover{background-color:#059669}.footer-map-section{margin-top:2.5rem;padding-top:2.5rem;border-top:1px solid #4a5568}.footer-map-section .footer-title{text-align:center;margin-bottom:1.5rem}.map-embed iframe{border:0;border-radius:8px;width:100%;height:250px}.footer-bottom{border-top:1px solid #4a5568;margin-top:2.5rem;padding-top:2rem;text-align:center}.copyright{font-size:.875rem;color:#a0aec0}.video-loading-screen{position:fixed;inset:0;background:linear-gradient(135deg,#1e3a8a,#7c3aed,#db2777);display:flex;align-items:center;justify-content:center;z-index:9999;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.loading-content{text-align:center;padding:2rem}.loading-spinner-wrapper{position:relative;width:80px;height:80px;margin:0 auto 2rem}.loading-spinner-bg{position:absolute;inset:0;border:4px solid rgba(255,255,255,.2);border-radius:50%}.loading-spinner{position:absolute;inset:0;border:4px solid transparent;border-top-color:#fff;border-right-color:#fff;border-radius:50%;animation:spin 1s cubic-bezier(.68,-.55,.265,1.55) infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-title{color:#fff;font-size:1.75rem;font-weight:700;margin-bottom:.75rem;animation:fadeInUp .6s ease-out}@media(min-width:768px){.loading-title{font-size:2rem}}.loading-subtitle{color:#ffffffd9;font-size:1rem;margin-bottom:2rem;animation:fadeInUp .8s ease-out}.loading-progress-bar{width:200px;height:4px;background-color:#fff3;border-radius:9999px;margin:0 auto;overflow:hidden}.loading-progress-fill{height:100%;background:linear-gradient(90deg,#10b981,#3b82f6,#8b5cf6);border-radius:9999px;animation:progressFill 2s ease-in-out infinite}@keyframes progressFill{0%{width:0%;transform:translate(0)}50%{width:70%}to{width:100%;transform:translate(0)}}.hero-video-section{position:relative;width:100%;height:100vh;overflow:hidden;background-color:#000}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity 1s ease-in-out}.hero-video.active{opacity:1;z-index:2;pointer-events:auto}.hero-video.inactive{opacity:0;z-index:1;pointer-events:none}.hero-video-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#0006,#0003,#0009);z-index:3}.hero-video-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;min-height:100vh;color:#fff;padding:0 2rem;max-width:1400px;margin:0 auto;width:100%}@media(min-width:768px){.hero-video-content{padding:0 3rem}}@media(min-width:1024px){.hero-video-content{padding:0 4rem}}.contact-banner{background-color:#fffffff2;padding:.75rem 1.5rem;border-radius:50px;display:inline-flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #00000026;animation:fadeInDown .8s ease-out;margin-bottom:2rem}.hero-video-main-content{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}@media(min-width:1024px){.hero-video-main-content{max-width:60%;padding-right:2rem}}.hero-video-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.7);line-height:1.2}@media(min-width:768px){.hero-video-title{font-size:3.5rem}}@media(min-width:1024px){.hero-video-title{font-size:4rem}}.hero-video-subtitle{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-shadow:2px 2px 8px rgba(0,0,0,.7);line-height:1.3}@media(min-width:768px){.hero-video-subtitle{font-size:2.5rem}}@media(min-width:1024px){.hero-video-subtitle{font-size:3rem}}.hero-video-description{font-size:1rem;margin-bottom:2rem;max-width:700px;line-height:1.6;text-shadow:1px 1px 4px rgba(0,0,0,.7)}@media(min-width:768px){.hero-video-description{font-size:1.125rem}}.explore-packages-btn{background-color:#ff5722;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;border-radius:.5rem;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #ff572266}.explore-packages-btn:hover{background-color:#f4511e;transform:translateY(-2px);box-shadow:0 6px 16px #ff572280}.explore-packages-btn:hover .btn-arrow{transform:translate(4px)}.video-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background-color:#ffffff40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;padding:.75rem;border-radius:50%;cursor:pointer;transition:all .3s ease;align-items:center;justify-content:center;display:none}.video-nav-arrow:hover{background-color:#fff6;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 12px #0003}.video-nav-left{left:1rem}.video-nav-right{right:1rem}@media(min-width:768px){.video-nav-arrow{display:flex}.video-nav-left{left:2rem}.video-nav-right{right:2rem}}.video-dot-navigation{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.5rem;z-index:20}.video-dot{position:relative;width:10px;height:10px;background-color:#ffffff80;border:none;border-radius:50%;cursor:pointer;transition:all .3s ease;padding:0}.video-dot:hover{background-color:#fffc;transform:scale(1.2)}.video-dot-active{width:32px;background-color:#fff;border-radius:9999px}.video-dot-loaded{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:4px;height:4px;background-color:#10b981;border-radius:50%;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1;transform:translate(-50%,-50%) scale(1)}50%{opacity:.5;transform:translate(-50%,-50%) scale(1.5)}}.next-video-loading{position:absolute;top:1.5rem;right:1.5rem;background-color:#0009;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;font-size:.75rem;padding:.5rem 1rem;border-radius:9999px;display:flex;align-items:center;gap:.5rem;z-index:20}.loading-dot{width:6px;height:6px;background-color:#10b981;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@media(max-width:768px){.hero-video-title{font-size:2rem}.hero-video-subtitle{font-size:1.5rem}.hero-video-description{font-size:.95rem}.explore-packages-btn{font-size:1rem;padding:.875rem 2rem}.video-nav-arrow{padding:.5rem}.contact-banner{font-size:.85rem;padding:.6rem 1.25rem}}.home{background-color:#f9fafb}.hero{position:relative;background-size:cover;background-position:center;min-height:100svh}.hero-overlay{position:absolute;inset:0;background-color:#00000080}.hero-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;height:100%;min-height:100svh;color:#fff;padding:0 2rem;max-width:1400px;margin:0 auto;width:100%}@media(min-width:768px){.hero-content{padding:0 3rem}}@media(min-width:1024px){.hero-content{padding:0 4rem;flex-direction:row;align-items:center;justify-content:space-between}}.contact-banner{background-color:#fffffff2;padding:.75rem 1.5rem;border-radius:50px;display:inline-flex;align-items:center;gap:1rem;box-shadow:0 4px 12px #00000026;animation:fadeInDown .8s ease-out;opacity:0;animation-fill-mode:forwards;margin-bottom:2rem}@media(min-width:1024px){.contact-banner{position:absolute;top:50%;transform:translateY(-50%);right:4rem;margin-bottom:0}}.contact-text{color:#374151;font-size:.95rem;font-weight:500}.call-btn{background-color:#10b981;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:50px;font-weight:600;font-size:.95rem;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 2px 8px #10b9814d}.call-btn:hover{background-color:#059669;transform:translateY(-2px);box-shadow:0 4px 12px #10b98166}.phone-icon{animation:ring 2s ease-in-out infinite}@keyframes ring{0%,to{transform:rotate(0)}10%,30%{transform:rotate(-10deg)}20%,40%{transform:rotate(10deg)}50%{transform:rotate(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.hero-main-content{display:flex;flex-direction:column;align-items:flex-start;max-width:100%}@media(min-width:1024px){.hero-main-content{max-width:60%;padding-right:2rem}}@media(min-width:1280px){.hero-main-content{max-width:55%}}.hero-main-title{font-size:2.5rem;font-weight:700;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.7);animation:fadeInUp 1s ease-out .2s;opacity:0;animation-fill-mode:forwards;line-height:1.2}@media(min-width:768px){.hero-main-title{font-size:3.5rem}}@media(min-width:1024px){.hero-main-title{font-size:4rem}}.hero-subtitle{font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.7);animation:fadeInUp 1.2s ease-out .4s;opacity:0;animation-fill-mode:forwards;line-height:1.3}@media(min-width:768px){.hero-subtitle{font-size:2.5rem}}@media(min-width:1024px){.hero-subtitle{font-size:3rem}}.hero-description{font-size:1rem;margin-bottom:2rem;max-width:700px;line-height:1.6;text-shadow:1px 1px 3px rgba(0,0,0,.7);animation:fadeInUp 1.4s ease-out .6s;opacity:0;animation-fill-mode:forwards}@media(min-width:768px){.hero-description{font-size:1.125rem}}.explore-btn{background-color:#ff5722;color:#fff;font-size:1.125rem;font-weight:600;padding:1rem 2.5rem;border-radius:.5rem;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .3s ease;box-shadow:0 4px 12px #ff572266;animation:fadeInUp 1.6s ease-out .8s;opacity:0;animation-fill-mode:forwards}.explore-btn:hover{background-color:#f4511e;transform:translateY(-2px);box-shadow:0 6px 16px #ff572280}.btn-arrow{transition:transform .3s ease}.explore-btn:hover .btn-arrow{transform:translate(4px)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.benefits{background-color:#fff;padding:4rem 0}.benefits-wrapper{position:relative;max-width:90rem;margin:0 auto}.benefits-container{display:flex;gap:2rem;overflow-x:auto;scroll-behavior:smooth;padding:0 1rem;scrollbar-width:none;-ms-overflow-style:none}.benefits-container::-webkit-scrollbar{display:none}.benefit-card{position:relative;text-align:center;padding:2rem 1.5rem;border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 6px #8a89891a;flex:0 0 90%;min-width:280px;min-height:280px;transition:all .3s ease;background-size:cover;background-position:center;background-repeat:no-repeat;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}.benefit-card:before{content:"";position:absolute;inset:0;background:linear-gradient(135deg,#000000b3,#00000080);z-index:1;transition:all .3s ease}.benefit-card:hover:before{background:linear-gradient(135deg,#4e4d4d99,#0006)}.benefit-card-overlay{position:absolute;inset:0;background:linear-gradient(to bottom,#5958584d,#000000b3);z-index:1;transition:all .3s ease}.benefit-card:hover .benefit-card-overlay{background:linear-gradient(to bottom,#65646433,#0009)}.benefit-card-content{position:relative;z-index:2;color:#fff}.benefit-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #4a4a4a33}.scroll-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:#ffffffe6;border:1px solid #d1d5db;border-radius:50%;width:2.5rem;height:2.5rem;align-items:center;justify-content:center;cursor:pointer;color:#6b7280;box-shadow:0 2px 4px #0000001a;display:none;transition:all .3s ease}.scroll-arrow:hover{background-color:#fff;color:#2563eb;transform:translateY(-50%) scale(1.1);box-shadow:0 4px 8px #00000026}.scroll-arrow.left{left:-.5rem}.scroll-arrow.right{right:-.5rem}@media(min-width:640px){.benefit-card{flex-basis:calc(50% - 1rem)}.benefits-container{padding:0 1.5rem}}@media(min-width:1024px){.benefit-card{flex-basis:calc((100% / 3) - (2rem * 2 / 3))}.benefits-container{padding:0 2rem}.scroll-arrow{display:flex}.scroll-arrow.left{left:.5rem}.scroll-arrow.right{right:.5rem}}@media(min-width:1280px){.benefit-card{flex-basis:calc(25% - 1.5rem)}}.benefit-title{font-size:1.375rem;font-weight:700;color:#fff;margin-bottom:.75rem;text-shadow:2px 2px 4px rgba(0,0,0,.5)}.benefit-text{color:#fffffff2;margin-bottom:1.25rem;line-height:1.5;text-shadow:1px 1px 3px rgba(0,0,0,.5)}.benefit-link{color:#fff;font-weight:600;text-decoration:none;transition:all .3s ease;padding:.5rem 1.25rem;background-color:#2563ebe6;border-radius:.375rem;display:inline-block;box-shadow:0 2px 8px #2563eb4d}.benefit-link:hover{background-color:#1d4ed8;transform:translateY(-2px);box-shadow:0 4px 12px #2563eb80}.featured{padding:4rem 0}.featured-container{max-width:90rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.featured-container{padding:0 1.5rem}}@media(min-width:1024px){.featured-container{padding:0 2rem}}.featured-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}.featured-subtitle{color:#4b5563;margin-bottom:2rem}.category-tabs{margin-bottom:2rem;display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.tab{background-color:#f3f4f6;color:#374151;padding:.5rem 1rem;border-radius:9999px;font-weight:500;white-space:nowrap;border:none;cursor:pointer;transition:all .3s ease}.tab:hover{background-color:#e5e7eb;transform:translateY(-2px)}.tab-active{background-color:#dbeafe;color:#1e40af}.destinations-wrapper{position:relative}.destinations-grid{display:flex;gap:1.5rem;overflow-x:auto;scroll-behavior:smooth;padding-bottom:1rem;scrollbar-width:none;-ms-overflow-style:none}.destinations-grid::-webkit-scrollbar{display:none}.destination-card{flex-shrink:0;width:95%;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;transform:scale(1);transition:all .3s ease;cursor:pointer}@media(min-width:640px){.destination-card{width:calc(50% - .75rem);min-width:320px}}@media(min-width:1024px){.destination-card{width:calc((100% / 3) - (1.5rem * 2 / 3));min-width:350px}.destinations-wrapper .scroll-arrow{display:flex;left:.5rem}.destinations-wrapper .scroll-arrow.right{left:auto;right:.5rem}}@media(min-width:1280px){.destination-card{width:calc(25% - 1.125rem);min-width:380px}}@media(min-width:1536px){.destination-card{width:calc((100% / 5) - (1.5rem * 4 / 5));min-width:380px}}.destination-card:hover{transform:scale(1.05);box-shadow:0 10px 20px #00000026}.destination-image{width:100%;height:18rem;object-fit:cover;transition:transform .3s ease}@media(min-width:768px){.destination-image{height:22rem}}@media(min-width:1024px){.destination-image{height:24rem}}.destination-card:hover .destination-image{transform:scale(1.1)}.destination-info{padding:1rem}.destination-name{font-size:1.125rem;font-weight:600;color:#111827}.destination-location{color:#4b5563;font-size:.875rem;margin-bottom:.5rem}.destination-price{display:flex;align-items:baseline}.price-amount{font-weight:700;font-size:1.125rem;color:#111827}.price-label{color:#6b7280;font-size:.875rem;margin-left:.25rem}.services-features{background-color:#fff;padding:5rem 0}.services-features-container{max-width:80rem;margin:0 auto;padding:0 2rem}.services-features-title{font-size:2rem;font-weight:700;color:#111827;text-align:center;margin-bottom:3rem}@media(min-width:768px){.services-features-title{font-size:2.5rem}}.features-grid{display:grid;grid-template-columns:1fr;gap:2rem;max-width:60rem;margin:0 auto}@media(min-width:640px){.features-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.features-grid{grid-template-columns:repeat(4,1fr)}}.feature-item{display:flex;align-items:center;gap:1rem;padding:1rem;border-radius:.5rem;transition:all .3s ease;animation:fadeInUp .6s ease-out;animation-fill-mode:both}.feature-item:nth-child(1){animation-delay:.1s}.feature-item:nth-child(2){animation-delay:.2s}.feature-item:nth-child(3){animation-delay:.3s}.feature-item:nth-child(4){animation-delay:.4s}.feature-item:nth-child(5){animation-delay:.5s}.feature-item:nth-child(6){animation-delay:.6s}.feature-item:nth-child(7){animation-delay:.7s}.feature-item:nth-child(8){animation-delay:.8s}.feature-item:hover{transform:translate(8px);background-color:#f0fdf4}.feature-icon-wrapper{flex-shrink:0;width:3rem;height:3rem;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #10b9814d;transition:all .3s ease;animation:pulse 2s ease-in-out infinite}.feature-item:hover .feature-icon-wrapper{transform:scale(1.15) rotate(360deg);box-shadow:0 6px 20px #10b98166;animation:none}.feature-icon{width:1.75rem;height:1.75rem;color:#fff}.feature-text{font-size:1rem;color:#374151;font-weight:500;line-height:1.4}@media(min-width:768px){.feature-text{font-size:1.05rem}}@keyframes pulse{0%,to{box-shadow:0 4px 12px #10b9814d}50%{box-shadow:0 4px 20px #10b98180}}.happy-customers{background-color:#f9fafb;padding:4rem 0 6rem;overflow:hidden}.customers-container{max-width:100%;margin:0 auto;text-align:center}.customers-middle-content{padding:3rem 1rem;text-align:center}.customers-title{font-size:2.5rem;font-weight:700;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}@media(min-width:768px){.customers-title{font-size:3rem}}.customers-title-purple{color:#7c3aed}.customers-title-orange{color:#f97316}.view-instagram-btn{background-color:#25d366;color:#fff;border:none;padding:.875rem 2rem;border-radius:.5rem;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #25d3664d}.view-instagram-btn:hover{background-color:#20bd5a;transform:translateY(-2px);box-shadow:0 6px 16px #25d36666}.customers-carousel-wrapper{margin-bottom:0;overflow:hidden}.customers-carousel{display:flex;gap:1.5rem;width:max-content}.customer-image-card{flex-shrink:0;width:280px;height:200px;border-radius:1rem;overflow:hidden;box-shadow:0 4px 12px #0000001a;transition:transform .3s ease}.customer-image-card:hover{transform:scale(1.05);box-shadow:0 8px 20px #00000026}.customer-image-card img{width:100%;height:100%;object-fit:cover}.scroll-right-to-left{animation:scrollRightToLeft 30s linear infinite}.scroll-right-to-left:hover{animation-play-state:paused}@keyframes scrollRightToLeft{0%{transform:translate(0)}to{transform:translate(-50%)}}.scroll-left-to-right{animation:scrollLeftToRight 30s linear infinite}.scroll-left-to-right:hover{animation-play-state:paused}@keyframes scrollLeftToRight{0%{transform:translate(-50%)}to{transform:translate(0)}}.search-summary{background-color:#eef2ff;border:1px solid #c7d2fe;border-radius:8px;padding:1rem 1.5rem;margin-bottom:2rem;box-shadow:0 2px 4px #0000000d}.search-summary p{margin:.5rem 0;font-size:1.125rem;color:#374151}.search-summary p strong{color:#1e40af;font-weight:600;margin-left:.5rem}.rooms-page{background-color:#f9fafb;padding:3rem 0}.rooms-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.rooms-container{padding:0 1.5rem}}@media(min-width:1024px){.rooms-container{padding:0 2rem}}.rooms-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:2rem}.rooms-layout{display:flex;flex-direction:column;gap:2rem}@media(min-width:768px){.rooms-layout{flex-direction:row}}.filters-sidebar{width:100%}@media(min-width:768px){.filters-sidebar{width:25%}}@media(min-width:1024px){.filters-sidebar{width:20%}}.filters-card{background-color:#fff;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;position:sticky;top:6rem}.filters-title{font-size:1.25rem;font-weight:600;margin-bottom:1rem}.filter-group{margin-bottom:1rem}.filter-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.price-slider{width:100%;cursor:pointer}.price-range-labels{display:flex;justify-content:space-between;font-size:.875rem;color:#4b5563;margin-top:.25rem}.filter-subtitle{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.checkbox-group{display:flex;flex-direction:column;gap:.5rem}.checkbox-label{display:flex;align-items:center;cursor:pointer}.checkbox{border-radius:.25rem;color:#2563eb;margin-right:.5rem;cursor:pointer}.checkbox:focus{ring:2px;ring-color:#3b82f6}.checkbox-label span{font-size:.875rem;color:#4b5563}.apply-filters-btn{width:100%;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;font-weight:600;border:none;cursor:pointer;transition:background-color .2s}.apply-filters-btn:hover{background-color:#1d4ed8}.rooms-list{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media(min-width:768px){.rooms-list{width:75%}}@media(min-width:1024px){.rooms-list{width:80%}}.room-card{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden;display:flex;flex-direction:column}@media(min-width:768px){.room-card{flex-direction:row}}.room-image{width:100%;height:16rem;object-fit:cover}@media(min-width:768px){.room-image{width:33.333333%;height:auto}}.room-details{padding:1.5rem;display:flex;flex-direction:column;justify-content:space-between;width:100%}.room-info{margin-bottom:1rem}.room-name{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.room-rating{display:flex;align-items:center;margin-bottom:1rem}.rating-stars{color:#eab308;display:flex;align-items:center}.star-icon{width:1.25rem;height:1.25rem;fill:currentColor}.rating-value{margin-left:.25rem;font-weight:700}.rating-count{color:#6b7280;font-size:.875rem;margin-left:.5rem}.room-amenities{display:flex;gap:1rem;color:#4b5563;margin-bottom:1rem}.amenity-icon{width:1.25rem;height:1.25rem}.room-description{color:#4b5563;margin-bottom:1rem}.room-booking{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:1rem}@media(min-width:640px){.room-booking{flex-direction:row;align-items:center}}.room-price-section{display:flex;align-items:baseline}.room-price{font-size:1.5rem;font-weight:700;color:#111827}.price-per-night{color:#6b7280;font-size:.875rem;margin-left:.25rem}.book-now-btn{background-color:#2563eb;color:#fff;font-weight:700;padding:.5rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;transition:background-color .3s}@media(min-width:640px){.book-now-btn{margin-top:0}}.book-now-btn:hover{background-color:#1d4ed8}.about-page{width:100%;padding:4rem 0;background-color:#f9fafb;min-height:80vh}.about-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.about-header{max-width:48rem;margin:0 auto;text-align:center;margin-bottom:3rem}.about-subtitle{font-size:1.125rem;font-weight:600;color:#2563eb;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.about-title{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:1rem}@media(min-width:768px){.about-title{font-size:3rem}}.about-intro{font-size:1.125rem;color:#4b5563;line-height:1.75}.about-intro strong{color:#1f2937}.about-content{background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;overflow:hidden}.about-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.about-grid{grid-template-columns:1fr 1fr;gap:0}}.about-text{padding:2rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.about-text{padding:3rem}}.section-title{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}.section-paragraph{font-size:1rem;color:#374151;line-height:1.75;margin-bottom:1.25rem}.section-paragraph:last-child{margin-bottom:0}.section-paragraph strong{color:#1f2937;font-weight:600}.about-image-wrapper{width:100%;height:300px}@media(min-width:768px){.about-image-wrapper{height:100%}}.about-image{width:100%;height:100%;object-fit:cover;object-position:center}.contact-page{width:100%;padding:4rem 0;background-color:#f9fafb;min-height:80vh}.contact-container{max-width:80rem;margin:0 auto;padding:0 1.5rem}.contact-header{max-width:48rem;margin:0 auto;text-align:center;margin-bottom:3rem}.contact-subtitle{font-size:1.125rem;font-weight:600;color:#2563eb;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em}.contact-title{font-size:2.25rem;font-weight:800;color:#111827;margin-bottom:1rem}@media(min-width:768px){.contact-title{font-size:3rem}}.contact-intro{font-size:1.125rem;color:#4b5563;line-height:1.75}.contact-grid{display:grid;grid-template-columns:1fr;gap:3rem;max-width:64rem;margin:0 auto}@media(min-width:768px){.contact-grid{grid-template-columns:2fr 1fr}}.contact-form-wrapper{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}@media(min-width:640px){.contact-form-wrapper{padding:2.5rem}}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column}.form-label{font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-input,.form-textarea{width:100%;padding:.75rem 1rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:1rem;color:#374151}.form-input::placeholder,.form-textarea::placeholder{color:#9ca3af}.form-input:focus,.form-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #dbeafe}.form-textarea{resize:vertical;min-height:120px}.submit-btn{background-color:#2563eb;color:#fff;font-weight:600;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .2s;width:100%}@media(min-width:640px){.submit-btn{width:auto}}.submit-btn:hover{background-color:#1d4ed8}.contact-info-wrapper{display:flex;flex-direction:column;gap:2rem}.info-card{background-color:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.info-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:1rem}.info-text{font-size:1rem;color:#374151;line-height:1.75}.info-text strong{color:#1f2937}.contact-link{color:#2563eb;text-decoration:none;font-weight:500}.contact-link:hover{text-decoration:underline}*{margin:0;padding:0;box-sizing:border-box}.app{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
