@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#0006;display:flex;justify-content:center;align-items:center;z-index:2000;padding:20px;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);animation:overlayFadeIn .3s ease-out}@keyframes overlayFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fffffff2;padding:45px 40px;border-radius:24px;width:100%;max-width:460px;position:relative;text-align:center;box-shadow:0 25px 50px -12px #00000040;border:1px solid rgba(255,255,255,.3);animation:modalScaleUp .4s cubic-bezier(.16,1,.3,1);overflow:hidden}@keyframes modalScaleUp{0%{opacity:0;transform:scale(.9) translateY(20px)}to{opacity:1;transform:scale(1) translateY(0)}}.close-btn{position:absolute;top:20px;right:20px;background:#0000000d;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.close-btn:hover{background-color:#ff57221a;color:#ff5722;transform:rotate(90deg)}.back-btn{position:absolute;top:20px;left:20px;background:#0000000d;border:none;width:32px;height:32px;border-radius:50%;font-size:1.2rem;cursor:pointer;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:10}.back-btn:hover{background-color:#0000001a;color:#333}.modal-content h2{font-size:2rem;font-weight:800;margin-bottom:12px;color:#1a1a1a;letter-spacing:-.5px}.modal-content p{color:#666;margin-bottom:30px;line-height:1.5;font-size:1rem}.phone-input-group{display:flex;align-items:center;border:2px solid #edf2f7;border-radius:14px;padding:0 20px;margin-bottom:24px;transition:all .3s ease;background:#f8fafc}.phone-input-group:focus-within{border-color:#ff5722;background:#fff;box-shadow:0 0 0 4px #ff57221a}.country-code{font-weight:700;padding-right:15px;border-right:2px solid #edf2f7;color:#4a5568;font-size:1.1rem}.modal-content input{width:100%;padding:16px 15px;border:none;font-size:1.1rem;font-weight:500;color:#1a202c;background:transparent}.modal-content input:focus{outline:none}.submit-button,.gmail-btn,.auth-btn{width:100%;padding:16px;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:12px}.submit-button,.auth-btn{background:linear-gradient(135deg,#ff5722,#ff7043);color:#fff;box-shadow:0 10px 15px -3px #ff57224d}.submit-button:hover,.auth-btn:hover{transform:translateY(-2px);box-shadow:0 20px 25px -5px #ff572266;background:linear-gradient(135deg,#f4511e,#ff5722)}.submit-button:active,.auth-btn:active{transform:translateY(0)}.gmail-btn{background:#fff;color:#1a202c;border:2px solid #edf2f7;margin-top:10px}.gmail-btn:hover{background-color:#f8fafc;border-color:#cbd5e0;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.submit-button:disabled{background:#cbd5e0;cursor:not-allowed;transform:none;box-shadow:none}.divider{display:flex;align-items:center;text-align:center;color:#a0aec0;margin:30px 0;font-weight:600;font-size:.85rem;text-transform:uppercase;letter-spacing:1px}.divider:before,.divider:after{content:"";flex:1;border-bottom:2px solid #edf2f7}.divider span{padding:0 15px}.form-links{margin-top:25px}.switch-form{color:#ff5722;cursor:pointer;font-weight:700;font-size:.95rem;transition:all .2s;padding:5px 10px;border-radius:8px}.switch-form:hover{background:#ff57220d;text-decoration:underline}.error-message{color:#e53e3e;font-size:.9rem;font-weight:500;margin:20px 0 0;background-color:#fff5f5;padding:12px;border-radius:12px;border:1px solid #feb2b2}input[autoFocus]{animation:pulseFocus 1.5s infinite}@keyframes pulseFocus{0%{box-shadow:0 0 #ff572233}70%{box-shadow:0 0 0 10px #ff572200}to{box-shadow:0 0 #ff572200}}.site-header{width:100%;position:fixed;top:0;left:0;background:#ffffffd9;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center;padding:6px 20px;z-index:999;box-shadow:0 4px 20px #0000000d}.logo-container img{height:80px;transition:transform .3s}.logo-container img:hover{transform:scale(1.02)}.main-nav{display:flex;align-items:center;gap:24px}.main-nav a{text-decoration:none;color:#333;font-weight:500;position:relative;font-size:15px;transition:color .3s}.main-nav a:hover{color:#f60}.main-nav a.active{color:#f60;font-weight:600}.main-nav a.active:after{content:"";position:absolute;bottom:-6px;left:0;width:100%;height:2px;background:#f60;border-radius:2px}.user-actions{display:flex;align-items:center;gap:16px}.login-button-link{background:#f60;color:#fff;padding:8px 18px;border-radius:35px;border:none;cursor:pointer;font-size:15px;font-weight:600;transition:all .3s;box-shadow:0 3px 12px #f606}.login-button-link:hover{background:#e55c00;transform:translateY(-2px)}.login-button-link .caret{margin-left:6px;display:inline-block;transition:transform .25s}.login-button-link .caret.down:after{content:"˅"}.login-button-link .caret.up:after{content:"˄"}.login-dropdown{position:relative}.dropdown-menu{position:absolute;top:110%;right:0;background:#fff;border-radius:10px;padding:12px;box-shadow:0 8px 30px #00000026;display:flex;flex-direction:column;gap:8px;animation:fadeIn .3s ease}.dropdown-menu button{background:none;border:none;text-align:left;padding:8px 12px;border-radius:6px;font-size:14px;cursor:pointer;color:#333;transition:background .2s}.dropdown-menu button:hover{background:#f8f8f8;color:#f60}.profile-icon{width:40px;height:40px;border-radius:50%;overflow:hidden;cursor:pointer;border:2px solid #ff6600;display:flex;align-items:center;justify-content:center}.profile-img{width:100%;height:100%;object-fit:cover}.profile-icon:hover{transform:scale(1.05);background:#e55c00}.profile-icon:hover{transform:scale(1.1);color:#f60}.menu-button{font-size:22px;background:none;border:none;cursor:pointer;display:none}.menu-overlay{position:fixed;inset:0;background:#00000080;display:none;z-index:998}.menu-overlay.open{display:block}.mobile-nav{position:fixed;top:0;right:-100%;width:280px;height:100%;background:#fff;box-shadow:-2px 0 20px #0003;display:flex;flex-direction:column;padding:60px 20px;transition:right .3s ease;z-index:999}.mobile-nav.open{right:0}.mobile-nav a{text-decoration:none;color:#333;margin-bottom:18px;font-size:16px;font-weight:500;transition:color .3s}.mobile-nav a:hover{color:#f60}.close-button{position:absolute;top:18px;right:20px;background:none;border:none;font-size:24px;cursor:pointer}.hero-section{position:relative;height:60vh;min-height:400px;display:flex;justify-content:center;align-items:center;color:#fff;background-color:#1c5f06;background-size:cover;background-position:center;width:100%}.hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0006}.hero-content{position:relative;z-index:2;width:100%;max-width:900px;padding:100px 20px 20px;text-align:center}.hero-title{font-size:3.5rem;font-weight:700;margin-bottom:10px}.hero-subtitle{font-size:1.2rem;margin-bottom:30px;opacity:.9}@media (max-width: 992px){.main-nav{display:none}.menu-button{display:block}}@media (max-width: 768px){body{padding-top:70px}.logo-container img{height:90px}.hero-section{height:70vh;min-height:450px}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}}@media (max-width: 480px){.site-header{padding:12px 20px}.logo-container img{height:50px}.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}body,.page-container{padding-top:80px}.site-footer{background:linear-gradient(135deg,#1a1f35,#2d3548);color:#f1f1f1;padding:60px 20px 20px;font-family:Poppins,sans-serif;position:relative;z-index:10}.footer-wave-separator{position:absolute;top:-30px;left:0;width:100%;height:30px;background:linear-gradient(to bottom,rgba(255,255,255,.05),transparent);clip-path:ellipse(70% 100% at 50% 0%)}.footer-container{display:grid;grid-template-columns:1.5fr repeat(5,1fr);gap:40px;max-width:1400px;margin:0 auto;text-align:left}.footer-about .footer-logo{max-width:140px;margin-bottom:20px;filter:brightness(1.1)}.footer-description{font-size:14px;line-height:1.7;color:#c5c9d4;max-width:280px}.footer-title{color:#ff7a00;font-size:17px;font-weight:600;margin-bottom:20px;position:relative;text-transform:uppercase;letter-spacing:.5px}.footer-title:after{content:"";position:absolute;bottom:-8px;left:0;width:30px;height:2px;background:#ff7a00}.footer-links ul{list-style:none;padding:0;margin:0}.footer-links ul li{margin-bottom:12px}.footer-links ul li a{text-decoration:none;color:#c5c9d4;font-size:14px;transition:all .3s ease;display:inline-block;position:relative}.footer-links ul li a:before{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1px;background:#ff7a00;transition:width .3s ease}.footer-links ul li a:hover{color:#ff7a00;transform:translate(5px)}.footer-links ul li a:hover:before{width:100%}.footer-social .social-icons{display:flex;flex-wrap:wrap;gap:12px}.footer-social .social-icons a{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:#ffffff14;border-radius:8px;transition:all .3s ease}.footer-social .social-icons a svg{fill:#c5c9d4;transition:fill .3s ease}.footer-social .social-icons a:hover{background:#ff7a00;transform:translateY(-3px);box-shadow:0 5px 15px #ff7a004d}.footer-social .social-icons a:hover svg{fill:#fff}.footer-bottom{text-align:center;padding-top:30px;margin-top:50px;border-top:1px solid rgba(255,255,255,.1);font-size:14px;color:#8b92a7}@media (max-width: 1200px){.footer-container{grid-template-columns:repeat(3,1fr)}.footer-about{grid-column:1 / -1;text-align:center;margin-bottom:20px}.footer-about .footer-logo{margin:0 auto 20px}.footer-description{max-width:100%}}@media (max-width: 768px){.site-footer{padding:40px 20px 20px}.footer-container{grid-template-columns:repeat(2,1fr);gap:30px;text-align:center}.footer-title:after{left:50%;transform:translate(-50%)}.footer-links ul li a:before{display:none}.footer-links ul li a:hover{transform:none}.footer-social .social-icons{justify-content:center}}@media (max-width: 480px){.footer-container{grid-template-columns:1fr;gap:35px}.footer-about{margin-bottom:10px}}.chatbot-bubble{position:fixed;bottom:20px;right:20px;width:64px;height:64px;background-color:#ff5722;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 20px #0003;transition:all .3s ease;z-index:99999}.chatbot-bubble:hover{transform:scale(1.1)}.chatbot-bubble svg{width:32px;height:32px;color:#fff}.chatbot-widget,.chatbot-widget-modal{position:fixed;bottom:100px;right:20px;width:90vw;max-width:380px;height:70vh;max-height:600px;display:flex;flex-direction:column;box-shadow:0 12px 40px #0003;border-radius:16px;overflow:hidden;z-index:99999;border:1px solid #e0e0e0;background-color:#fff}.chatbot-widget-modal{position:relative;bottom:auto;right:auto;max-width:450px;height:80vh}.chatbot-header{background-color:#ff5722;color:#fff;padding:16px 20px;display:flex;justify-content:space-between;align-items:center;flex-shrink:0}.chatbot-header h3{font-weight:700;font-size:1.1rem;margin:0}.chatbot-header p{font-size:.8rem;opacity:.9;margin:0}.close-chat-btn{background:none;border:none;color:#fff;font-size:1.8rem;cursor:pointer}.chatbot-messages{flex-grow:1;padding:20px;background-color:#f9f9f9;overflow-y:auto;display:flex;flex-direction:column;gap:16px}.chat-message{display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.message-bubble{padding:12px 16px;border-radius:20px;max-width:85%;line-height:1.5;word-wrap:break-word}.message-bubble.user{background-color:#ff5722;color:#fff;border-bottom-right-radius:4px}.message-bubble.bot{background-color:#e9e9eb;color:#333;border-bottom-left-radius:4px}.typing-indicator{display:flex;align-items:center;gap:5px;padding:10px 0}.typing-indicator span{width:8px;height:8px;background-color:#aaa;border-radius:50%;animation:typing 1.4s infinite ease-in-out both}.typing-indicator span:nth-child(1){animation-delay:0s}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-input-form{padding:16px;border-top:1px solid #f0f0f0;display:flex;align-items:center;gap:8px;flex-shrink:0}.chatbot-input-form input{flex-grow:1;padding:12px 18px;border:1px solid #ddd;border-radius:9999px;font-size:1rem}.chatbot-input-form input:focus{outline:none;border-color:#ff5722}.chatbot-send-btn{width:48px;height:48px;background-color:#ff5722;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0}.chatbot-send-btn svg{width:20px;height:20px;color:#fff}.chatbot-send-btn:disabled{background-color:#ffbca6;cursor:not-allowed}.loading-spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;min-height:200px}.spinner{width:50px;height:50px;border:4px solid rgba(255,122,0,.1);border-top-color:#ff7a00;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-spinner-container.small .spinner{width:30px;height:30px;border-width:3px}.loading-spinner-container.large .spinner{width:70px;height:70px;border-width:5px}.loading-message{margin-top:16px;color:#666;font-size:14px;font-weight:500}.loading-spinner-container.fullscreen{position:fixed;inset:0;background:#fffffff2;z-index:9999;min-height:100vh}.booking-bar-wrapper{position:relative;z-index:2;width:100%;max-width:900px;padding:0 20px;margin-top:2rem}.booking-bar-container{background-color:#ffffffe6;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:1px solid #ffffff33;border-radius:40px;padding:20px;box-shadow:0 10px 40px #0003;display:flex;align-items:center;gap:15px;font-family:Poppins,sans-serif}.booking-option{flex-grow:1;position:relative}.booking-option select{appearance:none;-webkit-appearance:none;width:100%;background-color:#f5f5f5;border:1px solid #e0e0e0;border-radius:30px;color:#333;font-size:1.1rem;font-weight:500;padding:15px 40px 15px 20px;cursor:pointer;transition:box-shadow .3s ease,border-color .3s ease;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23555' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 15px center}.booking-option select:hover{border-color:#ff5722;box-shadow:0 0 0 3px #ff57221a}.booking-option select:required:invalid{color:#888}.booking-option select option{background-color:#fff;color:#333}.search-button{background-color:#ff5722;color:#fff;border:none;border-radius:35px;padding:16px 35px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ff57224d}.search-button:hover{transform:translateY(-2px);box-shadow:0 8px 20px #ff572266}.search-button:active{transform:translateY(0) scale(.98);box-shadow:0 2px 10px #ff57224d}@media (max-width: 768px){.booking-bar-wrapper{margin-top:1rem}.booking-bar-container{flex-direction:column;padding:25px;gap:20px}.booking-option,.search-button{width:100%}}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}:is(.swiper:not(.swiper-watch-progress),.swiper-watch-progress .swiper-slide-visible) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.packages-carousel-container{max-width:1480px;margin:60px auto;padding:0 20px;font-family:Poppins,sans-serif;box-sizing:border-box}.carousel-title{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:10px;text-align:center}.carousel-subtitle{font-size:1.1rem;color:#666;margin-bottom:40px;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.packages-swiper .swiper-wrapper{align-items:stretch}.packages-swiper .swiper-slide{height:auto;display:flex;flex-direction:column}.package-card-link{text-decoration:none;color:inherit;display:block;flex-grow:1;height:100%}.package-card{display:flex;flex-direction:column;background-color:#fff;border-radius:20px;box-shadow:0 10px 20px #0000000d;border:none;overflow:hidden;height:100%;position:relative;transition:all .4s ease}.package-card:hover{transform:translateY(-10px);box-shadow:0 15px 35px #ff572226}.package-image-wrapper{position:relative;width:100%;height:280px;overflow:hidden;border-radius:20px 20px 0 0}.package-image-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.package-card:hover .package-image-wrapper img{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#0000004d;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.package-card:hover .product-overlay{opacity:1}.view-details-btn{background-color:#fff;color:#ff5722;padding:10px 20px;border-radius:30px;font-weight:600;transform:translateY(20px);transition:transform .3s ease;box-shadow:0 4px 10px #0000001a}.package-card:hover .view-details-btn{transform:translateY(0)}.package-type-badge{position:absolute;top:15px;left:15px;background-color:#fffffff2;color:#333;padding:6px 12px;border-radius:30px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #0000001a;z-index:2}.package-info{padding:20px;display:flex;flex-direction:column;flex-grow:1;background:#fff}.package-meta{display:flex;align-items:center;margin-bottom:8px}.product-rating{display:flex;align-items:center;font-size:.9rem}.star{color:#ffc107;margin-right:2px}.rating-text{color:#94a3b8;font-size:.8rem;margin-left:5px}.package-title{font-size:1.15rem;font-weight:700;color:#2d3436;margin:0 0 5px;line-height:1.4;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.package-hotel-name{font-size:.9rem;color:#888;margin-bottom:15px;font-weight:400;min-height:20px}.package-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:auto;padding-top:10px;border-top:1px solid #f0f0f0}.package-price-wrapper{display:flex;flex-direction:column}.package-price{font-size:1.2rem;font-weight:800;color:#ff5722}.package-price-note{font-size:.75rem;color:#999}.book-btn{background:linear-gradient(90deg,#ff5722,#ff8a50);color:#fff;border:none;padding:8px 16px;border-radius:20px;font-weight:600;font-size:.85rem;cursor:pointer;transition:transform .2s,box-shadow .2s}.book-btn:hover{transform:translateY(-2px);box-shadow:0 4px 10px #ff57224d}.book-btn:active{transform:translateY(0)}.package-card.skeleton{pointer-events:none}.package-image-skeleton{width:100%;height:240px;background-color:#f0f0f0;animation:pulse 1.5s infinite ease-in-out}.package-info-skeleton{padding:20px}.skeleton-line{height:16px;background-color:#f0f0f0;border-radius:4px;margin-bottom:10px;animation:pulse 1.5s infinite ease-in-out}@keyframes pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.swiper-button-next,.swiper-button-prev{display:none}.top-rated-section{padding:60px 0;background-color:#f9f9f9;font-family:Poppins,sans-serif}.section-title{text-align:center;font-size:1.2rem;font-weight:600;color:#333;margin-bottom:50px;text-transform:uppercase;letter-spacing:3px;position:relative;padding-bottom:15px}.section-title:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:60px;height:3px;background-color:#ff5722;border-radius:2px}.top-rated-container{display:flex;overflow-x:auto;gap:30px;padding:20px;scrollbar-width:none;-ms-overflow-style:none}.top-rated-container::-webkit-scrollbar{display:none}.property-card-link{text-decoration:none;color:inherit}.property-card{background-color:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;border:1px solid #eee;overflow:hidden;width:300px;flex-shrink:0;transition:transform .3s ease,box-shadow .3s ease}.property-card:hover{transform:translateY(-8px);box-shadow:0 12px 30px #0000001f}.property-card-img{width:100%;height:180px;object-fit:cover}.property-card-content{padding:20px}.property-card-title{font-size:1.2rem;font-weight:600;margin-bottom:5px}.property-card-location{color:#666;margin-bottom:10px}.property-card-rating{font-weight:700;color:#f39c12}@media (max-width: 768px){.section-title{font-size:1rem}.property-card{width:80vw;max-width:280px}.property-card-title{font-size:1.1rem}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Poppins,sans-serif;line-height:1.6;color:#333;-webkit-font-smoothing:antialiased}#root{display:flex;flex-direction:column;min-height:100vh}.page-container{width:100%;flex-grow:1}
