:root{--rc-primary:#9f1d35;--rc-primary-dark:#7f172b;--rc-black:#1f1b1d;--rc-black-soft:#2a2527;--rc-bg:#faf7f8;--rc-border:#e7d9de;--rc-text-muted:#6d6367;--rc-white:#ffffff}body{font-family:Arial,sans-serif;margin:0;padding:0;box-sizing:border-box;background-color:#f4f4f4}#installBtn{background-color:#0d8d63;color:#fff;font-size:16px;font-weight:700;padding:12px 24px;border:none;border-radius:8px;cursor:pointer;box-shadow:0 4px 8px rgba(0,0,0,.15);transition:transform .2s ease,background-color .2s ease}#installBtn:hover{background-color:#0b7352;transform:translateY(-2px)}.install-popup{position:fixed;bottom:20px;right:20px;background:#fff;border:1px solid #ddd;border-radius:12px;padding:16px 20px;box-shadow:0 6px 15px rgba(0,0,0,.2);display:flex;align-items:center;gap:15px;z-index:9999}.install-popup p{margin:0;font-size:15px;font-weight:500;color:#333}.install-popup.hidden{display:none}.install-content{display:flex;align-items:center;gap:10px}#closeInstall{font-size:20px;cursor:pointer;margin-left:auto}.install-popup{position:fixed;bottom:20px;left:50%;transform:translateX(-50%);width:90%;max-width:400px;background:#fff;border-radius:14px;padding:14px 16px;box-shadow:0 6px 18px rgba(0,0,0,.2);display:flex;align-items:center;justify-content:space-between;gap:12px;z-index:9999;animation:slideUp .4s ease}@keyframes slideUp{from{transform:translate(-50%,100%);opacity:0}to{transform:translate(-50%,0);opacity:1}}.install-popup.hidden{display:none}.install-popup p{margin:0;font-size:15px;font-weight:500;color:#333;flex:1;display:flex;align-items:center;gap:8px}.install-popup p img{width:22px;height:22px;border-radius:4px}#installBtn{background-color:#0d8d63;color:#fff;border:none;padding:8px 16px;border-radius:8px;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease}#installBtn:hover{background-color:#0b7352}#closeInstall{font-size:20px;cursor:pointer;color:#888;margin-left:8px;flex-shrink:0}#closeInstall:hover{color:#000}@media (max-width:480px){.install-popup{bottom:70px;width:95%;padding:12px;font-size:14px}#installBtn{padding:6px 12px;font-size:13px}}nav{position:sticky;top:0;display:flex;justify-content:space-between;align-items:center;background-color:#fff;padding:10px 20px;border-bottom:2px solid #848181;z-index:1000}.guest-selector{position:relative}.guest-popup{position:absolute;top:100%;left:0;width:260px;background:#fff;border:1px solid #ddd;padding:10px;z-index:1000;display:none;box-shadow:0 0 10px rgba(0,0,0,.1)}.room-row{display:flex;justify-content:space-between;align-items:center;margin:6px 0}.room-row span{font-weight:500}.room-controls button{width:26px;height:26px;font-size:16px;cursor:pointer}.guest-footer{display:flex;justify-content:space-between;margin-top:10px}nav .logo{color:#000;font-size:24px;font-weight:700;border:2px solid #000;padding:5px 10px;border-radius:5px}nav ul{list-style:none;display:flex;gap:20px}nav ul li a{color:#000;text-decoration:none;font-size:16px;transition:.3s;padding:8px 15px;border-radius:5px}nav ul li a:hover{color:#0c0b0b;background-color:#fff}.auth-buttons{display:flex;align-items:center;gap:10px}.auth-buttons a{color:#000;text-decoration:none;font-size:16px;padding:8px 15px;border:2px solid #000;border-radius:5px;display:flex;align-items:center}.auth-buttons .separator{height:20px;width:1px;background-color:#000}.auth-buttons a:hover{color:#030303;background-color:#ddd;border-color:#e4e4e4}.user-icon-sidebar{color:#fff}a{display:flex;align-items:center;gap:10px;text-decoration:none;color:#333;font-size:16px;font-weight:500;transition:color .3s ease-in-out}a i{color:#007bff;font-size:18px;transition:color .3s ease-in-out}a:hover{color:#0056b3}a:hover i{color:#0056b3}.sidebar{display:none;position:fixed;right:0;top:0;padding:20px;background:linear-gradient(180deg,#fff 0,#fff 100%);width:300px;height:100%;padding-top:50px;z-index:1500;flex-direction:column}.profilePicture img{border-radius:50%;background-color:#253052;box-shadow:5px 5px 10px 5px rgba(0,0,0,.3)}.sidebar a{padding:16px 20px;text-decoration:none;border:1px solid rgba(0,59,115,.15);border-radius:50px;font-size:18px;color:#003b73;display:block;margin-bottom:20px;transition:background-color .3s,color .3s}#slideshow{position:relative;width:100%;height:500px;overflow:hidden}#slideshow .slide{width:100%;height:100%;object-fit:cover;display:none}#slideshow .slide.active{display:block}.close-btn{margin-left:5px;font-size:40px;cursor:pointer}#slideshow button{position:absolute;bottom:20px;left:50%;font-size:20px;transform:translateX(-50%);padding:10px 30px;background-color:#007bff;color:#fff;border:none;border-radius:20px;cursor:pointer}#slideshow button:hover{background-color:#0056b3}footer{background-color:#2c3e50;color:#ddd;padding:10px 0;border-top:2px solid #ddd;text-align:center}.footer-container{display:flex;flex-direction:column;align-items:center;gap:5px}.footer-container p{font-size:20px}.footer-links{display:flex;flex-direction:column;padding:0;margin:0}.footer-links li{margin:5px 0}.footer-links a{color:#ddd;font-size:17px;font-weight:700}.footer-links a:hover{color:#fff;text-decoration:underline}.user-icon{width:50px;height:50px;border-radius:50%;object-fit:cover;margin-right:8px}#map{height:200px;width:200px}.about-us{padding:40px 20px;text-align:center;background-color:#f9f9f9;margin:40px auto;max-width:900px;border-radius:10px;box-shadow:10px 10px 20px 10px rgba(0,0,0,.3)}.about-us h2{font-size:36px;margin-bottom:20px;color:#555}.about-us p{font-size:18px;line-height:1.6;color:#555;margin-bottom:20px}.about-us .explore-button{padding:12px 30px;background-color:#00bcd4;color:#fff;border:none;cursor:pointer;font-size:16px;border-radius:20px;transition:.3s}.about-us a{display:flex;justify-content:center}.about-us .explore-button:hover{background-color:#007bb5}.flash-message{width:50%;margin:10px auto;padding:15px;border-radius:8px;font-size:16px;font-weight:700;text-align:center;position:relative;box-shadow:0 4px 10px rgba(0,0,0,.1)}.flash-success{background-color:#d4edda;color:#155724;border:2px solid #155724}.flash-update{background-color:#cce5ff;color:#004085;border:2px solid #004085}.flash-error{background-color:#f8d7da;color:#721c24;border:2px solid #721c24}.flash-close{position:absolute;right:15px;top:50%;transform:translateY(-50%);background:0 0;border:none;font-size:20px;cursor:pointer;color:inherit}.search-banner{background:#fff;padding:2rem;margin:2rem auto;max-width:900px;border-radius:16px;box-shadow:0 8px 24px rgba(0,0,0,.1);text-align:center}.search-banner h2{font-size:1.8rem;margin-bottom:1rem;color:#333}.search-box{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;align-items:center}.geocoder-container{flex:2;min-width:240px}.mapboxgl-ctrl-geocoder{width:100%!important;border-radius:8px;border:1px solid #ccc;box-shadow:none;height:45px}.search-box input[type=date],.search-box select{padding:10px 12px;border:1px solid #ccc;border-radius:8px;min-width:160px;font-size:1rem}.near-me{background:#f3f3f3;border:1px solid #ccc;border-radius:8px;padding:10px 14px;cursor:pointer;font-size:1rem;transition:background .2s ease}.near-me:hover{background:#e0e0e0}.search-btn{background-color:#0d6efd;color:#fff;border:none;border-radius:8px;padding:10px 20px;font-size:1rem;cursor:pointer;transition:background .2s ease}.search-btn:hover{background-color:#084dc1}.search-banner{background:#fff;padding:2rem;border-radius:16px;max-width:900px;margin:2rem auto;box-shadow:0 8px 24px rgba(0,0,0,.08)}.search-box{display:flex;flex-wrap:wrap;gap:1rem;align-items:flex-end;justify-content:space-between;justify-content:center}.location-wrapper{position:relative;flex:1 1 250px}#locationInputField{width:100%;padding:.75rem 1rem;border:1px solid #ccc;border-radius:8px}.location-popup{position:absolute;top:105%;left:0;width:100%;background:#fff;border-radius:12px;box-shadow:0 6px 16px rgba(0,0,0,.1);padding:12px;z-index:1000}.location-popup.hidden{display:none}.location-popup h4{margin:12px 0 6px;font-size:.9rem;color:#333}.location-popup ul{list-style:none;margin:0;padding:0}.location-popup li{padding:8px 10px;cursor:pointer;border-radius:6px;transition:background .2s ease}.location-popup li:hover{background-color:#f0f0f0}.use-current-location{display:inline-block;background:#e6f0ff;border:none;padding:8px 12px;border-radius:8px;color:#0056d2;font-weight:700;cursor:pointer;margin-bottom:8px}.use-current-location:hover{background-color:#d0e3ff}input[type=date]{flex:1 1 140px;padding:.75rem;border:1px solid #ccc;border-radius:8px}.guest-selector{position:relative;flex:1 1 180px}#guestToggle{width:100%;padding:.75rem;border:1px solid #ccc;background:#fff;border-radius:8px;text-align:left;cursor:pointer}.guest-popup{position:absolute;top:110%;left:0;width:100%;background:#fff;border:1px solid #ddd;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;padding:12px}.room-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.room-controls button{padding:4px 10px;margin:0 5px;font-size:1.1rem;border:1px solid #ccc;background:#f7f7f7;border-radius:5px;cursor:pointer}.room-controls button:hover{background:#e2e2e2}.guest-footer{display:flex;justify-content:space-between;margin-top:10px}.guest-footer button{padding:6px 12px;background:#f1f1f1;border:none;border-radius:6px;cursor:pointer}.guest-footer button:hover{background:#e0e0e0}.search-btn{padding:.8rem 2rem;background-color:#007bff;color:#fff;border:none;border-radius:10px;font-weight:700;cursor:pointer;flex:1 1 150px;max-width:180px;transition:background .2s ease}.search-btn:hover{background-color:#0056b3}footer{background-color:#4f4f4f;color:#d1d1d1;padding:60px 30px 30px;font-family:'Segoe UI',sans-serif}.footer-top{max-width:1300px;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:40px;padding-bottom:40px;border-bottom:1px solid #333}.footer-logo{font-size:28px;font-weight:700;color:#fff;margin-bottom:20px}.footer-top p{color:#bbb;line-height:1.6;margin-bottom:20px}.footer-column h4{font-size:18px;margin-bottom:20px;color:#f1f1f1}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:#bbb;text-decoration:none;transition:color .3s ease;font-size:15px;margin-left:110px}.footer-column ul li a:hover{color:#fff}.footer-column{margin-top:8px}.footer-socials{display:flex;gap:12px;margin-top:10px;margin-left:20px}.footer-socials a{width:36px;height:36px;background-color:#fff;color:#f1f1f1;display:flex;align-items:center;border:1px solid #000;justify-content:center;border-radius:50%;transition:background-color .3s ease;margin-left:10px}.footer-socials a:hover{background-color:#fff;color:#fff}.footer-bottom{text-align:center;margin-top:40px;font-size:14px;color:#131212}.footer-payments{display:flex;justify-content:center;gap:20px;margin-top:20px}.footer-payments img{height:30px;filter:grayscale(10%);transition:filter .3s ease}.footer-payments img:hover{filter:grayscale(0)}footer img.h-6{height:28px;margin-right:12px;object-fit:contain}.subscribe-box{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;padding:25px 30px;margin:40px auto;max-width:1200px;border-radius:12px;background:#fdfdfd;border:1px solid #e0e0e0;box-shadow:0 6px 18px rgba(0,0,0,.05)}.subscribe-left{display:flex;align-items:center;gap:20px;flex:1 1 300px}.subscribe-left img{width:60px;height:60px}.subscribe-left h3{margin:0;font-size:30px;font-weight:700;color:#222;margin-right:30px}.subscribe-left p{margin:4px 0 0;color:#666;font-size:15px;margin-right:30px}.newsletterForm{display:flex;flex-wrap:wrap;gap:10px;align-items:center;flex:1 1 300px;justify-content:flex-end}#newsletterEmail{flex:1 1 auto;padding:12px 16px;font-size:15px;border:1px solid #ccc;border-radius:8px;outline:0;min-width:220px}.submit-en{background-color:#e53935;color:#fff;font-weight:700;border:none;padding:12px 24px;border-radius:8px;cursor:pointer;transition:background .3s ease}.newsletterForm button:hover{background-color:#c62828}.mobile-bottom-nav,.mobile-nav{display:none}.mobile-only{display:none}.about-carousel-wrapper{max-width:1100px;margin:2rem auto;padding:0 1rem}.about-carousel{position:relative}.about-card-slide{display:none;background-color:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.06);overflow:hidden;padding:1rem;text-align:center}.about-card-slide.active{display:block}.about-card-slide img{width:100%;border-radius:10px;margin-bottom:1rem;height:310px;border-radius:10px;display:block;object-fit:inherit}.about-content p{font-size:14px;color:#555;margin-bottom:12px}.about-btn{display:inline-block;padding:8px 16px;background-color:#00bcd4;color:#fff;font-size:14px;border-radius:6px;text-decoration:none;transition:background-color .3s ease}.about-btn:hover{background-color:#009db4}.card-indicators{text-align:center;margin-top:10px}.card-dot{height:12px;width:12px;margin:0 5px;background-color:#ccc;border-radius:50%;display:inline-block;cursor:pointer}.card-dot.active{background-color:#00bcd4}.easexplore-slider-section{padding:2rem 1rem;background:#fff}.slider-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.slider-heading h2{font-size:20px;font-weight:600}.slider-heading span{color:#007bff}.arrow-controls button{background:#fff;border:1px solid #ccc;padding:4px 10px;font-size:16px;border-radius:50%;cursor:pointer}.property-card-slider{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth}.property-card{flex:0 0 250px;border-radius:12px;overflow:hidden;box-shadow:0 3px 10px rgba(0,0,0,.08);background:#fff}.property-card img{width:100%;height:160px;object-fit:cover}.property-info{padding:.8rem}.property-info h3{font-size:15px;font-weight:600;margin-bottom:4px;color:#111}.property-info p{font-size:13px;color:#555;margin:2px 0}.price{color:#007bff;font-weight:500}.rating-section{display:flex;align-items:center;margin-top:6px;gap:10px}.rating{background:#0a8754;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px}.reviews{font-size:12px;color:#666}.property-card-link{text-decoration:none;color:inherit;display:block}.property-card-slider{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-inline:1rem;box-sizing:content-box}.easexplore-slider-section{padding:2rem 1rem;background:#fff}.slider-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.slider-heading h2{font-size:20px;font-weight:600}.slider-heading span{color:#007bff}.arrow-controls button{background:#fff;border:1px solid #ccc;padding:4px 10px;font-size:16px;border-radius:50%;cursor:pointer}.property-card-slider{display:flex;gap:5rem;overflow-x:auto;scroll-behavior:smooth;padding-inline:1rem;box-sizing:content-box;scroll-snap-type:x mandatory}.property-card-slider::-webkit-scrollbar{display:none}.property-card-link{flex:0 0 auto;width:250px;min-width:250px;max-width:250px;scroll-snap-align:start;text-decoration:none;color:inherit}.property-card{background:#fff;border-radius:12px;height:400px;width:320px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.property-card img{width:100%;height:250px;object-fit:cover;border-bottom:1px solid #eee}.property-info{padding:.8rem}.property-info h3{font-size:15px;font-weight:600;margin-bottom:4px;color:#111}.property-info p{font-size:13px;color:#555;margin:2px 0}.price{color:#007bff;font-weight:500}.rating-section{display:flex;align-items:center;margin-top:6px;gap:10px}.rating{background:#0a8754;color:#fff;padding:2px 8px;border-radius:12px;font-size:12px}.reviews{font-size:12px;color:#666}.review-slider-section{background:#f0f7ff;padding:2rem 1rem;text-align:center}.review-heading{font-size:22px;font-weight:600;margin-bottom:1.5rem}.review-heading span{color:#007bff}.review-slider{display:flex;overflow-x:auto;gap:1rem;scroll-behavior:smooth;padding-bottom:1rem}.review-card{flex:0 0 300px;background:#fff;border-radius:16px;padding:1.2rem;box-shadow:0 4px 16px rgba(0,0,0,.08);text-align:left}.review-text{font-size:14px;font-style:italic;margin-bottom:1rem;color:#222}.review-user{display:flex;align-items:center;gap:10px}.review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover}.avatar-circle{width:36px;height:36px;border-radius:50%;background:#dbe7ff;color:#007bff;display:flex;align-items:center;justify-content:center;font-weight:700}.review-meta{font-size:13px;color:#444;line-height:1.4}.rating-badge{background:#28a745;color:#fff;padding:2px 8px;font-size:12px;border-radius:12px}.review-slider{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding:1rem 0;scrollbar-width:none}.review-slider::-webkit-scrollbar{display:none}.review-card-home{flex:0 0 280px;max-width:280px;background:#fff;border-radius:16px;padding:1.2rem;box-shadow:0 4px 16px rgba(0,0,0,.08);text-align:left}.review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#eee}.avatar-circle{width:36px;height:36px;background:#dbe7ff;color:#007bff;display:flex;align-items:center;justify-content:center;border-radius:50%;font-weight:700}.read-toggle-btn{background:0 0;border:none;color:#007bff;font-size:13px;cursor:pointer;padding:4px 0;display:block}.review-avatar{width:36px;height:36px;border-radius:50%;object-fit:cover;background:#eee}.avatar-circle{width:36px;height:36px;border-radius:50%;background:#dbe7ff;color:#007bff;display:flex;align-items:center;justify-content:center;font-weight:700}.rating-badge{background:#28a745;color:#fff;padding:2px 8px;font-size:12px;border-radius:12px}.faq-section{padding:2rem 1rem;background:#f9f9f9;border-top:1px solid #eee}.faq-section h2{text-align:center;margin-bottom:1.5rem;font-size:22px}.faq-item{margin-bottom:10px;border-radius:8px;background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.06);overflow:hidden}.faq-question{background:#fff;color:#222;padding:14px 16px;width:100%;text-align:left;border:none;font-size:16px;font-weight:600;cursor:pointer;border-bottom:1px solid #eee}.faq-question:hover{background:#f1f1f1}.faq-answer{padding:0 16px;max-height:0;overflow:hidden;font-size:14px;transition:max-height .3s ease-out;color:#444}.navbar-right{display:flex;align-items:center;gap:10px}.user-icon{width:36px;height:36px;border-radius:50%;object-fit:cover}.faq-answer{display:none;padding:5px;background:#fff;border-left:3px solid #007bff;margin-top:2px;border-radius:8px;font-size:15px;line-height:1.2;transition:all .3s ease}.faq-question{width:100%;padding:12px 15px;font-weight:700;border:none;background:#f8f8f8;border-radius:10px;margin-top:10px;cursor:pointer;text-align:left;transition:background .3s}.faq-question:hover{background:#ececec}.faq-answer{display:none;padding:10px 15px;background-color:#fff;color:#333;font-size:15px}.faq-item.active .faq-answer{display:block}.faq-answer{display:none;padding:30px 10px;padding-top:10px;background-color:#fff;color:#333;font-size:15px;white-space:normal;word-wrap:break-word;overflow-wrap:break-word}body,html{margin:0!important;padding:0!important;background-color:#fff!important;overflow-x:hidden}#slideshow{position:relative;width:100%;height:450px;overflow:hidden}#slideshow img{width:100%;height:100%;object-fit:cover}.search-banner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;padding:20px;border-radius:15px;box-shadow:0 10px 25px rgba(0,0,0,.15);width:90%;max-width:950px;z-index:2}#slideshow{position:relative;width:100%;height:500px;overflow:hidden}#slideshow img{width:100%;height:100%;object-fit:cover}#hotelSearchForm{position:absolute;top:70%;left:50%;transform:translate(-50%,-50%);z-index:10;width:90%;max-width:1000px;background:#fff;padding:25px 30px;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.15)}.search-box{display:flex;flex-wrap:wrap;align-items:center;gap:15px}.search-box label{font-size:12px;color:#666;margin-bottom:4px}#guestToggle,.near-me,.search-box input,.search-btn{padding:10px 14px;border:1px solid #ccc;border-radius:12px;font-size:14px;flex:1}.search-btn{background:#007e6a;color:#fff;font-weight:700;border:none;cursor:pointer;min-width:100px}.location-wrapper{position:relative;width:100%}#locationDropdown{position:absolute;top:100%;left:0;background:#fff;width:100%;z-index:20;border:1px solid #ccc;border-radius:10px;padding:10px}#hotelSearchForm{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%);z-index:10;width:90%;max-width:1000px;background:#fff;padding:30px;border-radius:20px;box-shadow:0 15px 35px rgba(0,0,0,.1)}.hero-banner{background:#1642e3;padding:50px 20px 30px;text-align:center;height:380px;border-bottom-left-radius:25px;border-bottom-right-radius:25px}.hero-banner .headline{font-size:35px;color:#fefcfc;margin-bottom:20px;font-weight:600}.search-box{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center}.search-box label{font-size:12px;color:#777;display:block;margin-bottom:5px}#hotelSearchForm h2{text-align:center;font-size:22px;color:#222;font-weight:600;margin-bottom:25px}.search-box{display:flex;flex-wrap:wrap;justify-content:space-between;gap:14px}#guestToggle,.near-me,.search-box input{padding:12px 16px;font-size:15px;border:1px solid #ccc;border-radius:12px;background-color:#fff;width:100%;min-width:180px;flex:1;transition:.2s ease}.near-me{background:#f5f5f5;white-space:nowrap;border-left:none;border-radius:0 12px 12px 0;cursor:pointer}.search-btn{background-color:#1ab64f;color:#fff;font-weight:700;border:none;padding:12px 28px;font-size:16px;border-radius:12px;cursor:pointer;transition:background .3s ease}.search-btn:hover{background-color:#005e55}#locationDropdown{position:absolute;background:#fff;z-index:999;width:100%;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.15);padding:12px;top:100%;margin-top:5px}#hotelSearchForm{background:#fff;border-radius:20px;box-shadow:0 15px 40px rgba(0,0,0,.08);padding:30px;max-width:1100px;width:95%;margin:10px 10px 20px;position:relative;z-index:5}.logo-blue,.logo-green{text-shadow:-1px 1px .7px #212121}.search-box{display:flex;flex-wrap:wrap;gap:14px;align-items:center;justify-content:center}.hero-enhanced-banner{position:relative;background:linear-gradient(135deg,#e6f4ff 0,#f9fcff 100%);padding:60px 20px 70px;text-align:center;border-bottom-left-radius:25px;border-bottom-right-radius:25px;margin-bottom:0;overflow:hidden;z-index:1;height:350px}.blue-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,123,255,.177);z-index:0;pointer-events:none}.enhanced-text{position:relative;z-index:2}.hero-enhanced-banner .headline{font-size:22px;font-weight:600;color:#034;margin-bottom:10px}.hero-enhanced-banner .tagline{font-size:15px;color:#07a}.nav-buttons{display:flex;flex-direction:column;align-items:center;text-align:center;padding:6px 12px;font-size:14px;font-weight:600;color:#034;transition:all .2s ease-in-out}.nav-buttons i{font-size:18px;margin-bottom:4px;color:#007e6a}.nav-buttons:hover{color:#007e6a}.nav-subtext{font-size:11px;color:#666;font-weight:400;line-height:1.2}.top-nav{display:flex;align-items:center;justify-content:center;gap:16px;flex-wrap:wrap}.nav-separator{height:45px;width:1px;background-color:#898989;opacity:.6}.auth-buttons{display:flex;align-items:center;gap:12px}.auth-buttons a{padding:8px 18px;border-radius:25px;font-size:14px;font-weight:500;text-decoration:none;transition:all .2s ease-in-out;border:1.5px solid #007e6a}.auth-buttons a:first-child{color:#007e6a;background-color:transparent}.auth-buttons a:first-child:hover{background-color:#e6f7f4}.auth-buttons a:last-child{background-color:#007e6a;color:#fff}.auth-buttons a:last-child:hover{background-color:#005f50}.auth-buttons .separator{width:1px;height:24px;background-color:#ccc;opacity:.6}.logo img.navbar-logo{height:42px;object-fit:contain;display:block}.text-logo{font-size:26px;font-weight:700;font-family:Poppins,sans-serif;display:inline-block}.logo-blue{color:#007bff}.logo-green{color:#008b5e}.logo-green-mob{color:#008b5e}.logo-blue-mob{color:#007bff}.scroll-row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding:10px 0}.city-icon{flex:0 0 auto;scroll-snap-align:start;text-align:center;text-decoration:none;color:#333}.city-icon img{width:64px;height:64px;border-radius:50%;object-fit:cover;margin-bottom:5px;border:2px solid #eee}.city-icon span{display:block;font-size:14px;font-weight:500}.why-easexplore-section{padding:50px 20px;background-color:#f9fefe;border-radius:20px;margin:30px auto;max-width:1300px}.why-container{display:flex;gap:40px;align-items:center;justify-content:center;flex-wrap:wrap}.why-text{flex:1 1 450px}.why-text h2{font-size:28px;margin-bottom:20px;color:#222}.why-text .highlight{color:#007e6a}.why-points{list-style:none;padding:0;margin-bottom:20px}.why-points li{margin-bottom:12px;font-size:16px;color:#444;display:flex;align-items:center}.why-points i{color:#007e6a;margin-right:10px;font-size:16px}.know-more-btn{display:inline-block;padding:10px 20px;background-color:#007e6a;color:#fff;border-radius:30px;text-decoration:none;font-weight:500;transition:background .3s ease}.know-more-btn:hover{background-color:#005f50}.why-image{flex:1 1 450px}.why-image img{width:100%;border-radius:14px;object-fit:cover;max-height:360px}.review-nav{display:flex;justify-content:center;gap:20px;margin-top:20px}.review-nav button{background-color:#fff;border:none;color:#1565bb;font-size:24px;padding:10px 16px;border-radius:50%;cursor:pointer;transition:background-color .3s ease,transform .2s ease;box-shadow:0 4px 10px rgba(0,0,0,.15)}.review-nav button:focus{outline:0;box-shadow:0 0 0 3px rgba(0,126,106,.3)}.partner-promo-section{display:flex;justify-content:center;gap:30px;padding:40px;background:#e9f3ff;border-radius:20px;margin:50px auto;max-width:1200px}.promo-card{flex:1;background:#fff;border-radius:16px;padding:30px;box-shadow:0 4px 20px rgba(0,0,0,.06);position:relative;transition:transform .3s ease}.promo-icon{font-size:42px;margin-bottom:12px;position:relative}.partner-card .promo-icon{color:#07c}.corporate-card .promo-icon{color:#1abc9c}.promo-icon .check-icon{position:absolute;top:-6px;left:26px;font-size:15px;color:#27ae60}.promo-card h3{font-size:20px;font-weight:600;margin-bottom:8px;color:#111}.promo-card p{font-size:15px;color:#555;margin-bottom:18px}.promo-btn{display:inline-block;padding:10px 20px;font-weight:500;text-decoration:none;border-radius:25px;font-size:15px;transition:all .3s ease}.partner-btn{background:#07c;color:#fff}.corp-btn{background:#1abc9c;color:#fff}.hidden{display:none}footer{background-color:#fff;color:#f9f9f9;padding:40px 20px 20px;font-family:'Segoe UI',sans-serif}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;border-bottom:1px solid #48a89d92;padding-bottom:30px}.footer-top p{color:#000}.footer-column{flex:1 1 220px;margin:20px 10px}.footer-logo{font-size:24px;font-weight:700;color:#fff}.footer-column h4{font-size:18px;margin-bottom:15px;color:#0707e4c1}.logo-blue{color:#007bff}.footer-column ul{list-style:none;padding:0}.footer-column ul li{margin-bottom:8px}.footer-column ul li a{color:#000;text-decoration:none;transition:color .3s}.footer-column ul li a:hover{text-decoration:underline;color:#000}.footer-socials a{margin-right:10px;color:#00e676;font-size:18px;transition:color .3s}.footer-socials a:hover{color:#fff}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:20px;font-size:14px;flex-wrap:wrap}.footer-payments img{height:24px;margin-right:12px;filter:brightness(1.1) contrast(1.2)}.hero-image-banner{background-image:url(/images/hero.jpg)!important;background-size:cover;background-position:center;height:340px;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#fff;text-align:center;padding:40px 20px}.banner-text h2{font-size:2.4rem;font-weight:700;margin:0}.banner-text p{font-size:1.1rem;margin-top:10px;font-weight:400}.banner-text h2,.banner-text p{color:#fff;text-shadow:0 7px 15px rgba(0,0,0,.65);margin-top:15px}.banner-text p{color:#000}.what-is-pod{display:flex;justify-content:space-between;align-items:center;gap:40px;margin:80px auto;max-width:1200px;padding:0 20px}.what-is-pod .pod-left{flex:1}.what-is-pod h2{font-size:32px;font-weight:700;margin-bottom:12px}.what-is-pod p{font-size:17px;line-height:1.6;margin-bottom:10px}.what-is-pod .highlight{font-weight:600;margin-top:6px;color:#007b55}.what-is-pod .pod-right{flex:1;display:flex;justify-content:center}.what-is-pod .pod-right img{border-radius:12px;width:100%;max-width:490px;object-fit:cover}.pod-features{background:#f8fffc;padding:80px 20px;text-align:center}.pod-features h2{font-size:30px;font-weight:700;margin-bottom:6px}.pod-features .sub{color:#444;font-size:16px;margin-bottom:40px}.features-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;max-width:1100px;margin:auto}.feature-card{background:#fff;border-radius:12px;padding:24px 14px;display:flex;flex-direction:column;align-items:center;gap:12px;border:1px solid #eee;transition:.3s}.feature-card i{font-size:28px;color:#007b55}.feature-card span{font-size:16px;font-weight:500}.feature-card:hover{transform:translateY(-4px);box-shadow:0 4px 18px rgba(0,0,0,.08)}.prebooking-section{padding:80px 20px;background:linear-gradient(135deg,#f3f9ff,#f5fffa)}.prebooking-inner{max-width:1200px;margin:0 auto;display:flex;gap:40px;align-items:center;justify-content:space-between}.prebooking-left{flex:1.4}.prebooking-right{flex:1;display:flex;justify-content:center}.prebooking-section .badge{display:inline-block;background:#ffe9c2;color:#b25a00;font-size:12px;font-weight:600;padding:4px 10px;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;margin-bottom:10px}.prebooking-section h2{font-size:30px;font-weight:700;margin-bottom:10px}.prebooking-section p{font-size:16px;line-height:1.6;margin-bottom:8px;color:#333}.prebooking-section ul{list-style:none;padding:0;margin:14px 0 24px}.prebooking-section ul li{position:relative;padding-left:20px;margin-bottom:6px;font-size:15px}.prebooking-section ul li::before{content:"•";position:absolute;left:6px;top:0;color:#007b55}.prebooking-actions{display:flex;flex-wrap:wrap;gap:12px}.prebooking-section .btn-primary{background:#00a651;color:#fff;border-radius:999px;padding:10px 22px;border:none;font-size:15px;font-weight:600;cursor:pointer;text-decoration:none}.prebooking-section .btn-primary:hover{background:#008547}.prebooking-section .btn-ghost{background:0 0;border-radius:999px;padding:10px 20px;border:1px solid #00a651;font-size:15px;font-weight:500;color:#00a651;cursor:pointer}.prebooking-card{background:#fff;border-radius:16px;padding:24px 22px;max-width:360px;width:100%;box-shadow:0 8px 30px rgba(0,0,0,.08);border:1px solid #e3f2ff}.prebooking-card h3{font-size:20px;margin-bottom:4px}.prebooking-card .location{font-weight:600;color:#007b55;margin-bottom:8px}.prebooking-card .slots{font-size:14px;margin-bottom:14px}.prebooking-card .date-line{display:flex;align-items:center;gap:8px;font-size:14px;padding-top:10px;border-top:1px dashed #cfd9e6;color:#555}.prebooking-card .date-line i{color:#007bff}.prebooking-img{width:100%;max-width:430px;border-radius:18px;object-fit:cover;margin-bottom:18px;box-shadow:0 8px 30px rgba(0,0,0,.12)}.prebooking-right{flex:1;min-width:330px;position:relative;display:flex;justify-content:center;align-items:center}.prebooking-img{width:100%;max-width:480px;border-radius:20px;object-fit:cover;box-shadow:0 16px 40px rgba(0,0,0,.16)}.prebooking-card{position:absolute;right:24px;bottom:24px;background:#ffffff69;padding:16px 18px;border-radius:16px;max-width:210px;box-shadow:0 10px 30px rgba(0,0,0,.18);text-align:left}.prebooking-card h3{font-size:16px;margin-bottom:4px;font-weight:700}.prebooking-card .location{font-size:14px;font-weight:600;margin-bottom:4px}.prebooking-card .slots{font-size:13px;color:#004b2c;font-weight:600;margin-bottom:8px}.prebooking-card .date-line{font-size:13px;color:#2b2b2b}.prebooking-card .date-line i{margin-right:6px;color:#009c5a;font-size:14px}@media (max-width:900px){.prebooking-inner{flex-direction:column;text-align:center}.prebooking-right{width:100%}.prebooking-card{margin:16px auto 0;max-width:260px;text-align:center}}@media (max-width:900px){.prebooking-img{max-width:100%;margin:0 auto 18px}}@media (max-width:900px){.prebooking-inner{flex-direction:column;align-items:flex-start}.prebooking-right{width:100%;justify-content:flex-start}}@media (max-width:900px){.what-is-pod{flex-direction:column}.features-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:540px){.features-grid{grid-template-columns:1fr}}@media (max-width:768px){.desktop-only{display:none}}@media (min-width:768px){.mobile-topbar{display:none!important}}.mobile-topbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 16px;border-bottom:1px solid #eee;position:sticky;top:0;z-index:999}.hotel-name{font-size:18px;font-weight:600;color:#222}.topbar-icons a{margin-left:14px;color:#007bff;font-size:18px;text-decoration:none}.topbar-icons a:hover{color:#0a58ca}@media (min-width:768px){.mobile-topbar{display:none!important}}.mobile-topbar{display:flex;justify-content:space-between;align-items:center;background:#fff;padding:10px 16px;border-bottom:1px solid #eee;position:sticky;top:0;z-index:999}.hotel-name{font-size:18px;font-weight:600;color:#222}.topbar-icons{display:flex;align-items:center;gap:14px}.topbar-icons a{color:#007bff;font-size:18px;text-decoration:none;transition:color .2s ease}.topbar-icons a:hover{color:#0a58ca}.popular-destinations{padding:10px 0;text-align:center}.popular-destinations h2{font-size:24px;margin-bottom:30px;font-weight:600;margin-top:0!important}.city-icon{display:flex;flex-direction:column;align-items:center;width:100px;text-align:center;text-decoration:none;color:#1c1c1c}.city-icon img{width:60px;height:60px;object-fit:cover;border-radius:50%;margin-bottom:8px;border:2px solid #ccc;transition:.3s}.city-icon:hover img{transform:scale(1.08);border-color:#008b5e}.city-icon span{font-size:14px;font-weight:500}#reviewPrev.reviewNext{background:#fff;border:1px solid #ccc;padding:4px 10px;font-size:16px;border-radius:50%;cursor:pointer}.scroll-row{display:flex;margin-left:30px;gap:10px 10px;padding:20px}.fa-user:before{font-size:1.2rem;cursor:pointer}.promo-banner{background-image:url(/images/hero2.jpg);background-size:cover;background-position:center;border-radius:14px;margin:10px auto;padding:40px 30px;position:relative;overflow:hidden;max-width:1400px;margin-bottom:20px;color:#fff;height:220px;display:flex;align-items:center;justify-content:flex-start}.promo-content{background:rgba(0,0,0,.5);padding:20px 30px;border-radius:12px;display:flex;flex-direction:column;gap:10px;max-width:500px}.coupon-code{background:rgba(255,255,255,.9);color:#222;border-radius:8px;padding:8px 16px;display:inline-block;font-size:14px;font-weight:500;box-shadow:0 2px 6px rgba(0,0,0,.15)}.coupon-code code{font-weight:700;background:#ffecb3;padding:2px 6px;border-radius:4px}.promo-details h2{font-size:22px;margin:0;font-weight:700}.promo-details ul{list-style:none;padding:0;display:flex;flex-wrap:wrap;gap:10px 20px;font-size:14px;margin:10px 0}.promo-details li::before{content:"•";color:#fff;margin-right:6px}.promo-btn{background:#fff;color:#000;font-weight:700;border:none;border-radius:20px;padding:10px 20px;display:inline-block;margin-top:5px;text-decoration:none;transition:.3s ease}.promo-btn:hover{background-color:#f3f3f3}.how-pods-work{padding:64px 5vw 72px;background:radial-gradient(circle at top left,#eef7ff 0,#f9fcff 40%,#fff 100%);border-radius:32px;max-width:1180px;margin:40px auto 60px;box-shadow:0 18px 40px rgba(15,52,96,.08)}.how-header{text-align:center;max-width:720px;margin:0 auto 40px}.how-pill{display:inline-block;padding:6px 14px;border-radius:999px;font-size:12px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;background:rgba(0,150,136,.08);color:#008c6f;margin-bottom:10px}.how-header h2{font-size:28px;line-height:1.3;margin-bottom:10px;color:#052033}.how-header p{font-size:15px;color:#607087}.how-grid{display:flex;justify-content:space-between;gap:24px;margin-top:24px;position:relative}.how-grid::before{content:"";position:absolute;top:52px;left:11%;right:11%;border-top:2px dashed rgba(0,132,255,.2);z-index:0}.how-step{background:#fff;border-radius:20px;padding:24px 20px 20px;flex:1;min-width:0;box-shadow:0 12px 28px rgba(15,52,96,.07);position:relative;z-index:1;transition:transform .2s ease,box-shadow .2s ease,translate .2s ease}.how-step:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(15,52,96,.12)}.step-icon-wrap{display:flex;align-items:center;gap:10px;margin-bottom:14px}.step-number{width:28px;height:28px;border-radius:999px;border:1px solid rgba(0,132,255,.15);display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:600;color:#0063c6;background:#f5f9ff}.step-icon{width:54px;height:54px;border-radius:50%;background:linear-gradient(135deg,#008cff,#00c4b4);display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;box-shadow:0 10px 22px rgba(0,132,255,.45)}.how-step h3{font-size:18px;margin-bottom:8px;color:#102131}.how-step p{font-size:14px;line-height:1.5;color:#5a6475}.qr-step{border:1px solid rgba(0,200,150,.18);background:linear-gradient(180deg,#f2fffb 0,#fff 70%)}.qr-tag{margin-top:12px;display:inline-flex;align-items:center;gap:6px;padding:6px 10px;border-radius:999px;background:rgba(0,200,150,.08);font-size:12px;color:#057a5b}.qr-tag i{font-size:13px}.how-cta-strip{margin-top:32px;padding:14px 18px;border-radius:16px;background:rgba(0,132,255,.04);display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap}.how-cta-strip p{margin:0;font-size:14px;color:#39475a}.how-cta-btn{padding:8px 18px;border-radius:999px;background:linear-gradient(135deg,#00a25b,#00c58b);color:#fff;font-size:14px;font-weight:600;text-decoration:none;border:none;cursor:pointer;box-shadow:0 10px 20px rgba(0,160,90,.35)}.how-cta-btn:hover{filter:brightness(1.05)}@media (max-width:900px){.how-pods-work{padding:40px 16px 44px;margin:24px 12px 36px;border-radius:20px}.how-grid{flex-direction:column}.how-grid::before{display:none}.how-step{padding:20px 18px}.step-icon{width:48px;height:48px;font-size:20px}}@media (max-width:540px){.how-header h2{font-size:22px}.how-header p{font-size:14px}}@media (max-width:768px){.city-icon img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:2px solid #ccc;margin-bottom:6px}.auth-buttons{display:none}}@media (max-width:769px){body.homepage{padding:0;margin:0;margin-bottom:0;background:#fff}.hero-enhanced-banner{display:none!important}.subscribe-box{flex-direction:column;align-items:flex-start;padding:5px;margin-bottom:100px;border-radius:10px}.subscribe-left h3{font-size:18px}.subscribe-left p{font-size:14px;margin:4px 0 0}.subscribe-left{flex-direction:row;gap:12px;margin-bottom:0;margin-top:0;flex-basis:20px}.submit-en{width:50%;padding:12px;font-size:14px;border-radius:20px;margin-left:95px;margin-bottom:0}#newsletterEmail{width:80%;margin-bottom:10px;margin-left:25px;margin-top:0}.mobile-topbar{display:flex;justify-content:space-between;align-items:center;padding:10px 14px;background:#fff;border-bottom:1px solid #ddd}.hotel-name{font-weight:700;font-size:18px}.topbar-icons a{margin-left:12px;font-size:18px;color:#0072e0}.nav-buttons{display:none}nav ul{display:none}nav{margin:0;padding:0;height:0;width:0}.logo-blue{display:none}.logo-green{display:none}#locationDropdown{max-height:260px;overflow-y:auto;background:#fff;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.1);padding:10px}#nav-icon{display:none}#locationDropdown h4{font-size:14px;margin-top:10px}#user-sidebar{position:fixed;top:0;right:0;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 10px rgba(0,0,0,.15);z-index:9999;padding:20px;display:none;overflow-y:auto}#locationDropdown li{padding:6px 8px;border-radius:8px;font-size:14px}#locationDropdown li:hover{background-color:#f0f0f0}.easexplore-slider-section{padding:0 1rem;background:#fff}.why-easexplore-section{padding:0 10px}.slider-heading h2{font-size:18px;text-align:center}.property-card-slider{display:flex;gap:1rem;overflow-x:auto;scroll-behavior:smooth;padding-inline:1rem;box-sizing:content-box;scroll-snap-type:x mandatory}.property-card img{width:100%;height:200px;object-fit:cover;border-bottom:1px solid #eee}.arrow-controls button{display:none}.review-nav button{display:none}.property-card{background:#fff;border-radius:12px;height:360px;width:250px;box-shadow:0 3px 10px rgba(0,0,0,.08)}.property-info{padding:10px}.property-info h3{font-size:16px;font-weight:600;margin-bottom:6px}.property-info p.price{color:#e53935;font-weight:700;margin-top:4px}.rating-section{font-size:13px;color:#555}.mobile-bottom-nav{position:fixed;bottom:0;width:100%;background:#fff;border-top:1px solid #ccc;display:flex;justify-content:space-around;padding:8px 0;z-index:999}#hotelSearchForm{background:#fff;border-radius:20px;box-shadow:0 0 5px rgba(0,0,0,.08);padding:18px;max-width:1100px;width:91%;margin:190px 0 0 0;margin-bottom:0!important;padding-bottom:3px;position:relative;z-index:1000}.search-box{margin-bottom:0}.mobile-search-bar{margin-bottom:0!important;padding-bottom:0!important}.search-banner{margin-bottom:0!important}#locationInputField{padding:.75rem .4rem;width:96%;margin-left:0}.hero-enhanced-banner{padding:0!important;margin:0!important}.hero-enhanced-banner{display:none!important;padding:0!important;margin:0!important;height:0!important}#search-location-para{display:none}.near-me{border:1px solid #ccc;border-radius:10px;padding:.75rem .4rem;width:100%}.mobile-bottom-nav a{text-decoration:none;color:#444;font-size:12px;display:flex;flex-direction:column;align-items:center}.mobile-bottom-nav i{font-size:18px;margin-bottom:3px}main{margin-bottom:10px}.search-banner{margin-bottom:0!important;padding-bottom:0!important;background:0 0!important;display:block}.footer-bottom p{margin-left:39px}.none{display:none}.search-box{margin-bottom:0!important}form#hotelSearchForm{margin-bottom:0!important;padding-bottom:0!important}.search-section{padding-bottom:0!important;margin-bottom:0!important}.blue-overlay,.hero-enhanced-banner{margin-bottom:0;padding-bottom:0;height:auto}.hero-image-banner{display:none}}@media (min-width:769px){#hotelSearchForm{margin:8px auto 4px 5px;padding:25px!important}.popular-destinations{padding:0!important}}@media (min-width:768px){.search-box{flex-wrap:nowrap!important}}@media (max-width:768px){.hero-image-banner{display:none!important;height:0!important;padding:0!important;margin:0!important}#hotelSearchForm{position:relative!important;border-radius:2px;z-index:1;padding-bottom:20px;margin-top:2px;margin-bottom:0}form#hotelSearchForm{margin-bottom:0}.search-banner{box-shadow:none;padding:0 15px}.search-box{padding-bottom:20px;margin:0}}@media (max-width:768px){#hotelSearchForm{position:relative!important;top:auto!important;left:auto!important;transform:none!important;z-index:auto!important;margin-top:0!important}}@media (max-width:768px){.scroll-row{display:flex;flex-wrap:nowrap!important;overflow-x:auto;gap:10px;padding:10px 0;scroll-snap-type:x mandatory;scrollbar-width:none}.scroll-row::-webkit-scrollbar{display:none}.city-icon{min-width:80px;max-width:80px;scroll-snap-align:start}.popular-destinations h2{font-size:18px;font-weight:600;margin-bottom:10px}.scroll-row{display:flex;overflow-x:auto;gap:1rem;padding-bottom:8px;scrollbar-width:none}.scroll-row::-webkit-scrollbar{display:none}.city-icon{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;text-align:center;width:72px;text-decoration:none;color:#222}.city-icon img{width:60px;height:60px;border-radius:50%;object-fit:cover;border:2px solid #ccc}.city-icon span{font-size:12px;margin-top:6px;line-height:1.2;word-break:break-word}}@media (max-width:768px){.scroll-row{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;overflow-y:hidden;gap:12px;padding:10px 12px 16px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.scroll-row::-webkit-scrollbar{display:none}.city-icon{flex:0 0 auto;scroll-snap-align:start;min-width:72px;max-width:72px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#1c1c1c;text-decoration:none}.city-icon img{width:60px;height:60px;object-fit:cover;border-radius:50%;border:2px solid #ccc;margin-bottom:6px}.city-icon span{font-size:12px;font-weight:500}.scroll-row{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding:10px 12px;scrollbar-width:auto;-ms-overflow-style:none}.popular-destinations{display:block}.scroll-row::-webkit-scrollbar{display:none}.city-icon{flex:0 0 auto;scroll-snap-align:start;width:72px;min-width:72px;max-width:72px;text-align:center}.city-icon img{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid #ccc;margin-bottom:5px}.scroll-row{display:flex!important;overflow-x:auto!important;gap:.5rem!important;margin-left:10px;padding-bottom:8px!important;scrollbar-width:none!important}.popular-destinations{margin-top:30px;margin-bottom:40px}.popular-destinations h2{margin-bottom:15px}}.prebooking-right{position:relative;width:100%;max-width:420px;border-radius:20px;overflow:hidden}.image-slider{width:100%;height:300px;overflow:hidden;border-radius:20px}.slider-track{display:flex;width:300%;height:100%;animation:slideImages 12s infinite}.slider-track img{width:100%;height:300px;object-fit:cover}@keyframes slideImages{0%{transform:translateX(0)}33%{transform:translateX(-100%)}66%{transform:translateX(-200%)}100%{transform:translateX(0)}}.prebooking-card{position:absolute;bottom:20px;left:20px;right:20px;backdrop-filter:blur(10px);background:rgba(255,255,255,.7);padding:15px;border-radius:12px}.why-redcarmine{background:#f4f8f7;padding:90px 20px}.why-redcarmine-inner{max-width:1250px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:60px}.why-redcarmine-left{flex:1;max-width:620px}.why-badge{display:inline-block;background:#f3d9a8;color:#a85b00;font-size:14px;font-weight:700;padding:8px 16px;border-radius:999px;text-transform:uppercase;letter-spacing:.8px;margin-bottom:18px}.why-redcarmine-left h2{font-size:48px;line-height:1.15;color:#111;margin:0 0 22px;font-weight:800}.why-redcarmine-left p{font-size:20px;line-height:1.8;color:#333;margin:0 0 18px}.why-highlight{font-size:24px;font-weight:700;color:#007a63!important;margin-top:12px;margin-bottom:28px!important}.why-points{display:grid;grid-template-columns:1fr;gap:14px;margin-top:10px}.why-point{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(0,0,0,.06);padding:14px 18px;border-radius:14px;box-shadow:0 6px 18px rgba(0,0,0,.04)}.why-point i{width:40px;height:40px;min-width:40px;border-radius:50%;background:rgba(0,122,99,.1);color:#007a63;display:flex;align-items:center;justify-content:center;font-size:17px}.why-point span{font-size:17px;color:#222;font-weight:600}.why-redcarmine-right{flex:1;display:flex;justify-content:center}.why-image-wrap{position:relative;width:100%;max-width:560px}.why-image-wrap img{width:100%;height:420px;object-fit:cover;border-radius:28px;display:block;box-shadow:0 18px 45px rgba(0,0,0,.12)}.why-floating-card{position:absolute;bottom:20px;left:20px;max-width:260px;background:rgba(255,255,255,.82);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.5);border-radius:18px;padding:16px 18px;box-shadow:0 8px 24px rgba(0,0,0,.1)}.why-floating-card h4{margin:0 0 6px;font-size:20px;color:#111;font-weight:700}.why-floating-card p{margin:0;font-size:15px;line-height:1.6;color:#333}@media (max-width:992px){.why-redcarmine{padding:70px 18px}.why-redcarmine-inner{gap:35px}.why-redcarmine-left h2{font-size:38px}.why-redcarmine-left p{font-size:18px}.why-highlight{font-size:21px}.why-image-wrap img{height:360px}}@media (max-width:768px){.why-redcarmine{padding:55px 16px}.why-redcarmine-inner{flex-direction:column-reverse;align-items:stretch;gap:28px}.why-redcarmine-left,.why-redcarmine-right{max-width:100%;width:100%}.why-badge{font-size:12px;padding:7px 14px;margin-bottom:14px}.why-redcarmine-left h2{font-size:30px;line-height:1.2;margin-bottom:16px}.why-redcarmine-left p{font-size:16px;line-height:1.75;margin-bottom:14px}.why-highlight{font-size:20px;line-height:1.5;margin-bottom:22px!important}.why-points{gap:12px}.why-point{padding:13px 14px;border-radius:12px;align-items:flex-start}.why-point i{width:36px;height:36px;min-width:36px;font-size:15px}.why-point span{font-size:15px;line-height:1.5}.why-image-wrap img{height:250px;border-radius:20px}.why-floating-card{left:14px;right:14px;bottom:14px;max-width:unset;padding:14px 15px;border-radius:14px}.why-floating-card h4{font-size:17px;margin-bottom:4px}.why-floating-card p{font-size:13px;line-height:1.5}}.main-navbar{width:100%;background:#fff;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:18px 28px;border-bottom:1px solid #e8e8e8;position:relative;z-index:1000;box-sizing:border-box}.main-navbar *{box-sizing:border-box}.text-logo{flex:0 0 auto;min-width:180px}.brand-link{text-decoration:none;display:inline-flex;align-items:baseline;flex-wrap:wrap;gap:4px;line-height:1}.logo-red{font-size:2rem;font-weight:800;color:#c62828}.logo-dark{font-size:2rem;font-weight:800;color:#1f1f1f}.logo-hotel{display:block;width:100%;font-size:.95rem;font-weight:600;color:#666;letter-spacing:.4px;margin-top:2px}.main-navbar ul{flex:1 1 auto;list-style:none;display:flex;align-items:stretch;justify-content:center;gap:0;margin:0;padding:0 10px;min-width:0}.main-navbar ul li{list-style:none;display:flex;align-items:stretch}.nav-separator{width:1px;background:#d9d9d9;margin:0 12px;flex:0 0 1px}.nav-buttons{text-decoration:none;color:#123;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:145px;max-width:180px;text-align:center;padding:10px 12px;border-radius:14px;transition:all .25s ease;font-weight:700;font-size:1rem;line-height:1.25}.nav-buttons i{font-size:1.35rem;color:#0b8b7a;margin-bottom:10px}.nav-subtext{display:block;margin-top:10px;font-size:.86rem;font-weight:500;line-height:1.3;color:#5f6b73}.nav-buttons:hover{background:#f7fbfa;transform:translateY(-1px)}.nav-buttons:hover i{color:#0aa189}.auth-buttons{flex:0 0 auto;display:flex;align-items:center;gap:14px}.auth-buttons a{text-decoration:none;font-weight:700;font-size:1rem;transition:.2s ease}.auth-buttons a:first-child{color:#0b8b7a;border:1.5px solid #0b8b7a;padding:11px 24px;border-radius:999px;background:#fff}.auth-buttons a:last-child{color:#fff;background:#0b8b7a;padding:12px 24px;border-radius:999px;border:1.5px solid #0b8b7a}.auth-buttons a:hover{opacity:.92}.separator{display:none}.dropdown{flex:0 0 auto;cursor:pointer;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid #dcdcdc;background:#fff;transition:.2s ease}.dropdown:hover{background:#f7fbfa;border-color:#0b8b7a}#nav-icon{font-size:1.35rem}.sidebar{position:fixed;top:0;right:-340px;width:320px;max-width:88vw;height:100vh;background:#fff;box-shadow:-10px 0 30px rgba(0,0,0,.12);padding:26px 20px;z-index:2000;transition:right .3s ease;overflow-y:auto}.sidebar.active{right:0}.close-btn{font-size:2rem;cursor:pointer;display:inline-block;margin-bottom:18px;color:#333}.profilePicture{display:flex;align-items:center;gap:12px;text-decoration:none;color:#1f1f1f;font-weight:700;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid #ececec}.profilePicture img,.user-icon{width:48px;height:48px;border-radius:50%;object-fit:cover}.sidebar a{display:flex;align-items:center;gap:10px;text-decoration:none;color:#2e2e2e;font-weight:600;padding:12px 8px;border-radius:10px;transition:.2s ease}.sidebar a:hover{background:#f7fbfa;color:#0b8b7a}@media (min-width:1200px){.main-navbar{padding:20px 34px}.nav-buttons{min-width:150px;max-width:185px}}@media (max-width:1199px){.main-navbar{flex-wrap:wrap;justify-content:center;padding:16px 18px}.text-logo{width:100%;text-align:center;min-width:auto}.brand-link{justify-content:center}.main-navbar ul{width:100%;flex-wrap:wrap;justify-content:center;padding:0;gap:12px;margin-top:8px}.nav-separator{display:none}.main-navbar ul li{flex:0 1 calc(33.333% - 12px);min-width:170px}.nav-buttons{max-width:100%;min-width:100%;min-height:110px;border:1px solid #ebebeb;background:#fff}.auth-buttons,.dropdown{margin-top:8px}}@media (max-width:768px){.main-navbar{padding:12px 14px 90px;flex-direction:column;align-items:stretch;gap:14px}.text-logo{width:100%;text-align:center}.brand-link{justify-content:center}.logo-dark,.logo-red{font-size:1.65rem}.logo-hotel{font-size:.82rem}.main-navbar ul{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;margin:0}.main-navbar ul li{min-width:0;width:100%}.nav-buttons{min-width:0;max-width:100%;width:100%;min-height:96px;padding:12px 10px;border:1px solid #ececec;border-radius:14px;font-size:.98rem}.nav-buttons i{font-size:1.15rem;margin-bottom:8px}.nav-subtext{font-size:.77rem;margin-top:7px;line-height:1.25}.nav-separator{display:none}.auth-buttons{width:100%;justify-content:center;gap:10px}.auth-buttons a:first-child,.auth-buttons a:last-child{padding:10px 18px;font-size:.95rem}.dropdown{position:fixed;right:14px;top:14px;width:44px;height:44px;z-index:2100;background:#fff}}@media (max-width:480px){.main-navbar{padding:10px 12px 84px}.main-navbar ul{grid-template-columns:1fr;gap:9px}.nav-buttons{min-height:auto;padding:14px 12px}.nav-subtext{font-size:.76rem}.auth-buttons{flex-direction:column;width:100%}.auth-buttons a:first-child,.auth-buttons a:last-child{width:100%;text-align:center}.main-navbar{display:none}}.main-navbar{padding:10px 20px;align-items:center}.nav-buttons{padding:6px 10px;min-width:130px;max-width:150px}.nav-buttons i{font-size:1.1rem;margin-bottom:4px}.nav-subtext{margin-top:4px;font-size:.75rem;line-height:1.2}.logo-dark,.logo-red{font-size:1.6rem}.logo-hotel{font-size:.75rem}.brand-logo{height:45px;width:auto;object-fit:contain;display:block}@media (max-width:768px){.brand-logo{height:38px}}.brand-logo{height:70px;width:auto;object-fit:contain}:root{--rc-primary:#9f1d35;--rc-primary-dark:#7f172b;--rc-charcoal:#1f1b1d;--rc-charcoal-soft:#2a2527;--rc-bg-light:#f8f5f6;--rc-border:#e6d9dd;--rc-text-muted:#6b6064;--rc-white:#ffffff}.main-navbar{width:100%;background:var(--rc-white);display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 20px;border-bottom:1px solid var(--rc-border);position:relative;z-index:1000;box-sizing:border-box}.main-navbar *{box-sizing:border-box}.text-logo{display:flex;align-items:center}.brand-link{display:flex;align-items:center;text-decoration:none}.brand-logo{height:72px;width:auto;object-fit:contain;display:block}.main-navbar ul{flex:1 1 auto;list-style:none;display:flex;align-items:stretch;justify-content:center;gap:0;margin:0;padding:0 10px;min-width:0}.main-navbar ul li{list-style:none;display:flex;align-items:stretch}.nav-separator{width:1px;background:#ddd2d6;margin:0 12px;flex:0 0 1px}.nav-buttons{text-decoration:none;color:var(--rc-charcoal);display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:130px;max-width:155px;text-align:center;padding:6px 10px;border-radius:12px;transition:all .25s ease;font-weight:700;font-size:1rem;line-height:1.2}.nav-buttons i{font-size:1.1rem;color:var(--rc-primary);margin-bottom:4px}.nav-subtext{display:block;margin-top:4px;font-size:.76rem;font-weight:500;line-height:1.2;color:var(--rc-text-muted)}.nav-buttons:hover{background:#fbf2f5;transform:translateY(-1px)}.nav-buttons:hover,.nav-buttons:hover i{color:var(--rc-primary-dark)}.auth-buttons{flex:0 0 auto;display:flex;align-items:center;gap:12px}.auth-buttons a{text-decoration:none;font-weight:700;font-size:1rem;transition:.2s ease}.auth-buttons a:first-child{color:var(--rc-primary);border:1.5px solid var(--rc-primary);padding:11px 26px;border-radius:999px;background:var(--rc-white)}.auth-buttons a:last-child{color:var(--rc-white);background:linear-gradient(135deg,var(--rc-primary),var(--rc-primary-dark));padding:12px 26px;border-radius:999px;border:1.5px solid var(--rc-primary-dark)}.auth-buttons a:hover{opacity:.95;transform:translateY(-1px)}.separator{display:none}.dropdown{flex:0 0 auto;cursor:pointer;width:48px;height:48px;border-radius:50%;display:grid;place-items:center;border:1px solid var(--rc-border);background:var(--rc-white);transition:.2s ease}.dropdown:hover{background:#fbf2f5;border-color:var(--rc-primary)}#nav-icon{font-size:1.35rem;color:var(--rc-charcoal)!important}.sidebar{position:fixed;top:0;right:-340px;width:320px;max-width:88vw;height:100vh;background:var(--rc-white);box-shadow:-10px 0 30px rgba(31,27,29,.14);padding:26px 20px;z-index:2000;transition:right .3s ease;overflow-y:auto}.sidebar.active{right:0}.close-btn{font-size:2rem;cursor:pointer;display:inline-block;margin-bottom:18px;color:var(--rc-charcoal)}.profilePicture{display:flex;align-items:center;gap:12px;text-decoration:none;color:var(--rc-charcoal);font-weight:700;margin-bottom:22px;padding-bottom:18px;border-bottom:1px solid var(--rc-border)}.profilePicture img,.user-icon{width:48px;height:48px;border-radius:50%;object-fit:cover}.sidebar a{display:flex;align-items:center;gap:10px;text-decoration:none;color:var(--rc-charcoal-soft);font-weight:600;padding:12px 8px;border-radius:10px;transition:.2s ease}.sidebar a:hover{background:#fbf2f5;color:var(--rc-primary)}@media (max-width:768px){.brand-logo{height:56px}.main-navbar{padding:10px 14px 85px;flex-direction:column;align-items:stretch;gap:14px}.main-navbar ul{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:0;margin:0}.main-navbar ul li{min-width:0;width:100%}.nav-buttons{min-width:0;max-width:100%;width:100%;border:1px solid var(--rc-border);background:var(--rc-white)}.nav-separator{display:none}.auth-buttons{width:100%;justify-content:center}}@media (max-width:480px){.main-navbar ul{grid-template-columns:1fr}.auth-buttons{flex-direction:column;width:100%}.auth-buttons a:first-child,.auth-buttons a:last-child{width:100%;text-align:center}.main-navbar{display:none!important}}.main-navbar{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;gap:30px;padding-bottom:20px}.text-logo{flex:0 0 auto}.main-navbar ul{flex:1;display:grid;grid-template-columns:repeat(5,1fr);align-items:center;gap:10px;margin:0 20px;padding:0}.nav-separator{display:none}.main-navbar ul li{width:100%}.nav-buttons{width:100%;height:70px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;text-align:center;padding:6px;border-radius:12px}.nav-buttons i{font-size:1.1rem;margin-bottom:2px}.nav-subtext{font-size:.72rem;line-height:1.2;margin-top:2px}.auth-buttons{flex:0 0 auto;display:flex;gap:10px}body{background:var(--rc-bg);color:var(--rc-black);font-family:'Segoe UI',sans-serif}.hero-image-banner{position:relative}.hero-image-banner::after{content:"";position:absolute;inset:0;background:linear-gradient(rgba(31,27,29,.6),rgba(159,29,53,.4))}.banner-text{position:relative;z-index:2;color:#fff}.search-banner{background:var(--rc-white);border:1px solid var(--rc-border);box-shadow:0 20px 40px rgba(31,27,29,.08);border-radius:20px}.search-banner h2{color:var(--rc-black)}#guestToggle,.search-box button,.search-box input{border:1px solid var(--rc-border)}.search-box input:focus{border-color:var(--rc-primary);box-shadow:0 0 0 3px rgba(159,29,53,.1)}.corp-btn,.know-more-btn,.partner-btn,.promo-btn,.search-btn,.submit-en{background:linear-gradient(135deg,#9f1d35,#7f172b);color:#fff;border:none;border-radius:14px;font-weight:700;transition:.25s ease}.promo-btn:hover,.search-btn:hover{background:linear-gradient(135deg,#8c192f,#6d1124);transform:translateY(-1px)}.feature-card,.promo-card,.property-card,.review-card-home{background:#fff;border:1px solid var(--rc-border);border-radius:16px;transition:.3s ease}.feature-card:hover,.property-card:hover{box-shadow:0 12px 30px rgba(31,27,29,.1);transform:translateY(-3px)}h1,h2,h3{color:var(--rc-black)}.highlight,span.highlight{color:var(--rc-primary)}.how-pods-work,.pod-features,.prebooking-section,.review-slider-section,.why-redcarmine{background:var(--rc-bg)}i{color:var(--rc-primary)}.main-navbar{background:#fff;border-bottom:1px solid var(--rc-border)}.nav-buttons i{color:var(--rc-primary)}.nav-buttons:hover{background:#fbf2f5}.main-navbar{background:linear-gradient(180deg,#fff8f9 0,#fdf4f6 100%);border-bottom:1px solid var(--rc-border)}.nav-buttons{color:var(--rc-text)}.nav-buttons i{color:var(--rc-primary)}.nav-subtext{color:var(--rc-text-light)}.nav-buttons:hover{background:#f9eef1}.auth-buttons a:first-child{color:var(--rc-primary);border:1.5px solid var(--rc-primary);background:#fffafb}.auth-buttons a:last-child{color:#fff;background:linear-gradient(135deg,var(--rc-primary),var(--rc-primary-dark));border:1px solid var(--rc-primary-dark)}.hero-image-banner{position:relative;overflow:hidden}.hero-image-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(163,38,61,.3) 0,rgba(139,32,52,.18) 45%,rgba(36,28,31,.22) 100%);z-index:1}.banner-text{position:relative;z-index:2}.banner-text h2{color:#fff}.banner-text p{color:#fff3f5}.hero-image-banner{position:relative;overflow:hidden}.hero-image-banner::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(163,38,61,.3) 0,rgba(139,32,52,.18) 45%,rgba(36,28,31,.22) 100%);z-index:1}.banner-text{position:relative;z-index:2}.banner-text h2{color:#fff}.banner-text p{color:#fff3f5}.search-btn{background:linear-gradient(135deg,#a3263d,#8b2034);color:#fff;border:none;box-shadow:0 8px 20px rgba(163,38,61,.18)}.search-btn:hover{background:linear-gradient(135deg,#921f35,#79192b)}.search-btn{background:linear-gradient(135deg,#a3263d,#8b2034);color:#fff;border:none;box-shadow:0 8px 20px rgba(163,38,61,.18)}.search-btn:hover{background:linear-gradient(135deg,#921f35,#79192b)}.how-pods-work,.prebooking-section,.why-redcarmine{background:#fdf8f9}.how-pods-work,.prebooking-section,.why-redcarmine{background:#fdf8f9}.feature-card i,.highlight,.rating,.step-icon i,.why-point i{color:var(--rc-primary)}.feature-card,.how-step,.prebooking-card,.promo-card,.property-card,.review-card-home,.why-floating-card{background:#fffdfd;border:1px solid #ecdfe3;box-shadow:0 10px 24px rgba(163,38,61,.05)}h1,h2,h3,h4{color:#1f1b1d}p{color:#6d5d63}.green-text,.highlight,.why-redcarmine span{color:#a3263d!important}.why-redcarmine h2 span{color:#a3263d!important}.feature-card i,.step-icon i,.why-point i,i{color:#a3263d!important}.step-icon,.step-number{background:linear-gradient(135deg,#a3263d,#861f31)!important;color:#fff!important;box-shadow:0 10px 20px rgba(163,38,61,.2)}.badge,.how-pill,.why-badge{background:#f3e1e5!important;color:#861f31!important;border:1px solid #e6cfd6}.small-tag,.tag{background:#f6e6ea!important;color:#a3263d!important}.feature-card,.how-step,.property-card,.review-card-home{border:1px solid #ecd9de;background:#fffdfd}.cta-btn,.follow-btn,.instagram-btn,button{background:linear-gradient(135deg,#a3263d,#861f31)!important;color:#fff!important;border:none}button:hover{background:linear-gradient(135deg,#911f34,#741628)!important}.secondary-btn{background:#fffafb!important;color:#a3263d!important;border:1.5px solid #a3263d!important}a{color:#a3263d}a:hover{color:#861f31}.how-pods-work,.section-light,.why-redcarmine{background:#fffafb}ul li::marker{color:#a3263d}.how-pods-work{background:#fff8fa;padding:80px 24px;border-radius:36px}.how-header{text-align:center;max-width:760px;margin:0 auto 50px}.how-pill{display:inline-block;padding:10px 20px;border-radius:999px;background:#f2dde2;color:#8b2034;font-weight:700;text-transform:uppercase;letter-spacing:1px;font-size:.8rem}.how-header h2{font-size:clamp(2rem,4vw,3.2rem);color:#211b1d;margin:18px 0 14px}.how-header p{font-size:1.05rem;color:#6d5d63;line-height:1.7}.how-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;align-items:stretch}.how-step{background:#fffdfd;border:1px solid #ecd9de;border-radius:28px;padding:34px 26px 28px;box-shadow:0 14px 34px rgba(163,38,61,.06);position:relative;transition:.3s ease}.how-step:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(163,38,61,.12)}.featured-step{background:linear-gradient(180deg,#fffdfd 0,#fff6f8 100%);border-color:#e7cfd6}.step-icon-wrap{display:flex;align-items:center;gap:12px;margin-bottom:22px}.step-number{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f3e0e5;color:#8b2034;font-weight:800;font-size:.95rem;border:1px solid #e3c8d0}.step-icon{width:66px;height:66px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,#a3263d,#861f31);box-shadow:0 12px 24px rgba(163,38,61,.18)}.step-icon i{color:#fff!important;font-size:1.45rem}.how-step h3{font-size:1.8rem;margin:0 0 14px;color:#211b1d}.how-step p{color:#6d5d63;line-height:1.8;margin:0}.qr-tag{margin-top:22px;display:inline-flex;align-items:center;gap:10px;background:#f6e8ec;color:#8b2034;border:1px solid #ecd2d9;padding:10px 16px;border-radius:999px;font-weight:600;font-size:.92rem}.qr-tag i{color:#a3263d}.how-cta-strip{margin-top:34px;padding:20px 24px;border-radius:22px;background:#f4f0f3;display:flex;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.how-cta-strip p{margin:0;color:#4f4549;font-weight:500}.how-cta-btn{display:inline-flex;align-items:center;gap:10px;padding:14px 24px;border-radius:999px;text-decoration:none;font-weight:700;background:linear-gradient(135deg,#a3263d,#861f31);color:#fff;box-shadow:0 10px 22px rgba(163,38,61,.2);transition:.25s ease}.how-cta-btn i{color:#fff;font-size:1rem}.how-cta-btn:hover{transform:translateY(-2px);background:linear-gradient(135deg,#921f35,#741728)}@media (max-width:992px){.how-grid{grid-template-columns:1fr}.how-pods-work{padding:60px 18px;border-radius:24px}.how-step{padding:28px 20px 24px}.how-step h3{font-size:1.5rem}}footer{background:linear-gradient(135deg,#5a0f1d 0,#7f162b 45%,#a61d37 100%);color:#fff6f7;padding:60px 6% 25px;margin-top:60px;font-family:'Segoe UI',Tahoma,Geneva,Verdana,sans-serif;border-top:1px solid rgba(255,255,255,.08)}.footer-top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;align-items:flex-start}.footer-column{min-width:0}.footer-logo{font-size:2rem;font-weight:800;margin-bottom:18px;line-height:1.1;letter-spacing:.3px}.logo-blue{color:#fff}.logo-green{color:#ffb3c1}.footer-column p{color:rgba(255,246,247,.82);font-size:.98rem;line-height:1.8;margin-bottom:22px;max-width:320px}.footer-column h4{color:#fff;font-size:1.08rem;font-weight:700;margin-bottom:18px;position:relative}.footer-column h4::after{content:"";display:block;width:42px;height:3px;margin-top:8px;border-radius:10px;background:#ff8da1}.footer-column ul{list-style:none;padding:0;margin:0}.footer-column ul li{margin-bottom:12px}.footer-column ul li a{color:rgba(255,246,247,.82);text-decoration:none;font-size:.96rem;transition:all .25s ease}.footer-column ul li a:hover{color:#fff;padding-left:6px}.footer-socials{display:flex;gap:12px;flex-wrap:wrap}.footer-socials a{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.1);color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1rem;transition:all .3s ease;backdrop-filter:blur(6px)}.footer-socials a:hover{background:#fff;color:#9e1833;transform:translateY(-3px);box-shadow:0 10px 20px rgba(0,0,0,.18)}.footer-bottom{margin-top:40px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;align-items:center;gap:20px;flex-wrap:wrap}.footer-bottom p{margin:0;font-size:.93rem;color:rgba(255,246,247,.78)}.footer-payments{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.footer-payments img{height:26px;width:auto;object-fit:contain;background:#fff;padding:5px 10px;border-radius:10px;transition:transform .25s ease,box-shadow .25s ease}.footer-payments img:hover{transform:translateY(-2px);box-shadow:0 8px 16px rgba(0,0,0,.16)}.none{display:block}@media (max-width:992px){.footer-top{grid-template-columns:1fr 1fr;gap:30px}.footer-column p{max-width:100%}}@media (max-width:768px){footer{padding:45px 20px 22px}.footer-top{grid-template-columns:1fr;gap:28px}.footer-logo{font-size:1.75rem}.footer-column h4{font-size:1rem;margin-bottom:14px}.footer-bottom p,.footer-column p,.footer-column ul li a{font-size:.95rem}.footer-socials a{width:40px;height:40px}.footer-bottom{flex-direction:column;align-items:flex-start}.footer-payments{gap:10px}.footer-payments img{height:24px;padding:4px 8px}}@media (max-width:480px){.footer-logo{font-size:1.6rem}.footer-column p{line-height:1.7}.footer-socials{gap:10px}.footer-socials a{width:38px;height:38px;font-size:.95rem}}.footer-socials a{width:42px;height:42px;border-radius:50%;background:#fff!important;color:#fff;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:1rem;transition:all .3s ease}.footer-socials a i{color:#fff}.footer-socials a:hover{background:#fff;color:#a61d37}.footer-socials a:hover i{color:#a61d37}.brand-logo{height:48px;width:auto;object-fit:contain}@media (max-width:768px){.brand-logo{height:32px;max-width:110px}.text-logo{display:flex;align-items:center}}.main-navbar{display:flex;align-items:center;justify-content:space-between}.brand-link{display:flex;align-items:center}.mobile-topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff}.mobile-logo{display:flex;align-items:center}.mobile-logo img{height:30px;width:auto;max-width:110px;object-fit:contain}@media (max-width:400px){.mobile-logo img{height:26px}footer{display:none!important}}.dropdown{position:relative;z-index:10001;cursor:pointer}#nav-icon{cursor:pointer;pointer-events:auto}.sidebar{position:fixed;top:0;right:-100%;width:300px;max-width:85%;height:100vh;background:#fff;transition:right .3s ease-in-out;z-index:10000;box-shadow:-4px 0 20px rgba(0,0,0,.12);overflow-y:auto}.sidebar.active{right:0}#user-sidebar.sidebar{display:flex!important;flex-direction:column}#user-sidebar{position:fixed;top:0;right:-100%;width:300px;height:100vh;padding:20px;padding-top:50px;background:#fff;box-shadow:-2px 0 15px rgba(0,0,0,.15);transition:right .3s ease-in-out;z-index:9999;overflow-y:auto}#user-sidebar.active{right:0!important}#user-sidebar .close-btn{font-size:32px;cursor:pointer;margin-bottom:15px}#user-sidebar .profilePicture{display:flex;align-items:center;gap:10px;margin-bottom:20px;font-weight:700;color:#333}#user-sidebar .profilePicture img{width:50px;height:50px;border-radius:50%;object-fit:cover;border:2px solid #9f1d35}#user-sidebar a{padding:14px 16px;border-radius:30px;margin-bottom:12px;text-decoration:none;color:#7f172b;border:1px solid rgba(159,29,53,.2);transition:.2s}#user-sidebar a:hover{background:#fff0f2;color:#9f1d35}@media (max-width:768px){#user-sidebar{width:85%}}.desktop-sidebar,.mobile-sidebar{position:fixed;top:0;right:-100%;width:300px;max-width:85%;height:100vh;padding:20px;padding-top:50px;background:#fff;box-shadow:-4px 0 20px rgba(0,0,0,.12);transition:right .3s ease-in-out;z-index:9999;overflow-y:auto;display:flex!important;flex-direction:column}.desktop-sidebar.active,.mobile-sidebar.active{right:0}#desktopAccountTrigger.sidebar-open{opacity:0;pointer-events:none}@media (max-width:768px){.mobile-sidebar{width:85%}}@media (min-width:769px){.desktop-sidebar{width:320px}}.hotel-gallery{padding:60px 20px;background:#f8f8f8;text-align:center}.gallery-header h2{font-size:32px;margin-bottom:10px}.gallery-header p{color:#555;max-width:600px;margin:auto;margin-bottom:40px}.gallery-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}.gallery-grid img{width:100%;height:180px;object-fit:cover;border-radius:10px;cursor:pointer;transition:.3s}.gallery-grid img:hover{transform:scale(1.05)}@media (max-width:768px){.gallery-grid{grid-template-columns:repeat(2,1fr)}.gallery-grid img{height:140px}}.gallery-modal{display:none;position:fixed;z-index:9999;padding-top:50px;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.9)}.gallery-modal img{margin:auto;display:block;max-width:90%;max-height:80%;border-radius:10px}.close-gallery{position:absolute;top:20px;right:40px;font-size:40px;color:#fff;cursor:pointer}.hotel-gallery-slider{padding:70px 20px;background:#f8f8f8}.gallery-header{text-align:center;max-width:760px;margin:0 auto 34px}.gallery-header h2{font-size:42px;line-height:1.2;margin-bottom:12px;color:#1d1d1f;font-weight:800}.gallery-header p{font-size:18px;line-height:1.7;color:#666;margin:0}.gallery-slider-wrapper{position:relative;max-width:1280px;margin:0 auto;display:flex;align-items:center;gap:16px}.gallery-main-slider{position:relative;flex:1;min-height:560px;border-radius:24px;overflow:hidden;background:#111;box-shadow:0 18px 45px rgba(0,0,0,.12)}.gallery-slide{position:absolute;inset:0;opacity:0;pointer-events:none;transition:opacity .6s ease}.gallery-slide.active{opacity:1;pointer-events:auto;z-index:2}.gallery-slide img{width:100%;height:560px;object-fit:cover;display:block}.gallery-caption{position:absolute;left:0;right:0;bottom:0;padding:28px 28px 24px;background:linear-gradient(to top,rgba(0,0,0,.72),rgba(0,0,0,.18),transparent);color:#fff}.gallery-caption h3{margin:0 0 8px;font-size:28px;font-weight:700}.gallery-caption p{margin:0;font-size:15px;line-height:1.6;max-width:720px;color:rgba(255,255,255,.92)}.gallery-nav{width:52px;height:52px;border:none;border-radius:50%;background:#9d1732;color:#fff;font-size:24px;cursor:pointer;flex-shrink:0;box-shadow:0 10px 25px rgba(157,23,50,.25);transition:transform .25s ease,background .25s ease}.gallery-nav:hover{transform:scale(1.07);background:#7d1027}.gallery-thumbnails{max-width:1280px;margin:18px auto 0;display:grid;grid-template-columns:repeat(10,1fr);gap:10px}.gallery-thumbnails .thumb{width:100%;height:78px;object-fit:cover;border-radius:12px;cursor:pointer;opacity:.65;border:2px solid transparent;transition:all .25s ease;display:block;background:#ddd}.gallery-thumbnails .thumb:hover{opacity:.95;transform:translateY(-2px)}.gallery-thumbnails .active-thumb{opacity:1;border-color:#9d1732;box-shadow:0 10px 20px rgba(157,23,50,.12)}@media (max-width:1024px){.gallery-header h2{font-size:34px}.gallery-main-slider{min-height:470px}.gallery-slide img{height:470px}.gallery-thumbnails{grid-template-columns:repeat(5,1fr)}}@media (max-width:768px){.hotel-gallery-slider{padding:52px 14px}footer{display:none!important}.gallery-header{margin-bottom:22px}.gallery-header h2{font-size:28px}.gallery-header p{font-size:15px;line-height:1.6}.gallery-slider-wrapper{gap:10px}.gallery-nav{width:40px;height:40px;font-size:18px}.gallery-main-slider{min-height:320px;border-radius:18px}.gallery-slide img{height:320px}.gallery-caption{padding:18px 16px 16px}.gallery-caption h3{font-size:20px;margin-bottom:5px}.gallery-caption p{font-size:13px;line-height:1.5}.gallery-thumbnails{grid-template-columns:repeat(5,1fr);gap:8px;margin-top:14px}.gallery-thumbnails .thumb{height:60px;border-radius:10px}}@media (max-width:480px){.gallery-slider-wrapper{position:relative}.gallery-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:5;background:rgba(157,23,50,.92)}.gallery-nav.prev{left:8px}.gallery-nav.next{right:8px}.gallery-main-slider{min-height:270px}.gallery-slide img{height:270px}.gallery-thumbnails{grid-template-columns:repeat(4,1fr)}}