@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.page-home .hero-fullwidth{position:relative;width:100%;height:100vh;overflow:hidden;background:linear-gradient(135deg,#438dbe 0%,#4b78a2 100%)}.page-home .hero-slider{position:relative;width:100%;height:100%}.page-home .hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 0.8s ease-in-out;z-index:1}.page-home .hero-slide.active{opacity:1;z-index:2}.page-home .hero-slide img{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.page-home .hero-overlay-container{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;z-index:10;pointer-events:none}.page-home .hero-content{position:relative;top:auto;left:auto;transform:none;text-align:left;color:#fff;max-width:100%;width:fit-content;padding:40px;background:rgba(78,78,78,0.336);pointer-events:auto;border-radius:8px;bottom:80px}.page-home .hero-content h1{font-size:32px;font-weight:700;line-height:1.2;margin:0 0 20px;text-shadow:none;color:#fff;font-family:'Philosopher',sans-serif;white-space:nowrap}.page-home .hero-content p{font-size:18px;margin:0 0 30px;opacity:0.95;text-shadow:none;color:#f0f9ff;animation:fadeInUp 0.8s ease-out 0.2s both}.page-home .hero-cta{display:flex;gap:16px;justify-content:flex-start;flex-wrap:wrap;animation:fadeInUp 0.8s ease-out 0.4s both}.page-home .hero-cta .btn{padding:14px 32px;font-size:16px;font-weight:600;min-width:180px}.page-home .hero-cta .btn-hero-small{background:var(--zz-blue);color:#fff;background:linear-gradient(to right,#fff 50%,var(--zz-blue) 50%);background-size:200% 100%;background-position:right bottom;transition:all 0.4s ease-out;padding:20px 24px;font-size:16px;min-width:140px}.page-home .hero-cta .btn-hero-small:hover{background-position:left bottom !important;color:var(--zz-blue) !important;transform:none !important;box-shadow:none !important}.page-home .hero-cta .btn-outline{background:transparent;color:var(--zz-blue);border:2px solid var(--zz-blue)}.page-home .hero-cta .btn-outline:hover{background:var(--zz-blue);color:#fff}.page-home .hero-nav{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);display:none;justify-content:space-between;padding:0 30px;z-index:11;pointer-events:none}.page-home .hero-prev,
.page-home .hero-next{display:none}.hero-prev:hover .page-home .hero-next:hover{display:none}.page-home .hero-dots{position:absolute;bottom:100px;left:40px;transform:none;display:flex;gap:10px;z-index:11}.page-home .hero-dots .dot{width:40px;height:12px;border-radius:4px;background:rgba(255,255,255,0.4);border:none;cursor:pointer;transition:all 0.3s ease}.page-home .hero-dots .dot:hover{background:rgba(255,255,255,0.7);transform:scale(1.1)}.page-home .hero-dots .dot.active{background:#fff;width:60px;border-radius:4px}.page-home .section{padding:40px 0}.page-home .section h2{font-size:36px;font-weight:700;margin:0 0 40px;text-align:center;color:#2c3e50;position:relative}.page-home .grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.page-home .section-promotions{padding:80px 0;background:#fff;width:100vw;max-width:100%;box-sizing:border-box;overflow-x:hidden}.page-home .section-promotions .page-container{padding-top:0;padding-bottom:0}.page-home .section-promotions .promotion-grid{display:flex;flex-direction:column;gap:60px;width:100%;max-width:none;margin:0;box-sizing:border-box;padding:0 15px}.page-home .section-promotions-title{text-align:center;margin-bottom:40px;display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.page-home .section-promotions-title h2{font-family:'Philosopher',serif;font-size:24px;color:var(--zz-blue-dark);text-transform:uppercase;margin:0;font-weight:700;letter-spacing:2px;white-space:nowrap}.page-home .section-promotions-title .line{height:2px;background:var(--zz-blue-dark);flex:1;max-width:500px;opacity:0.6}.page-home .promo-card{background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border:2px solid #667eea30;position:relative;overflow:hidden}.page-home .promo-card::before{content:'🎁';position:absolute;top:15px;right:15px;font-size:32px;opacity:0.3}.page-home .promo-card:hover{background:linear-gradient(135deg,#667eea25 0%,#764ba225 100%);border-color:#667eea}.page-home .section-promotions .card{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"image content";gap:40px;align-items:center;text-decoration:none;background:transparent;border:none;padding:0;width:100%;box-sizing:border-box;transition:transform 220ms cubic-bezier(.25,.8,.25,1);box-shadow:220ms cubic-bezier(.25,.8,.25,1);border-color:160ms ease;will-change:transform;z-index:0}.page-home .section-promotions .card:hover{transform:translateY(-8px);box-shadow:0 14px 30px rgba(10,34,64,0.06);border-color:rgba(15,107,172,0.12);z-index:5}.page-home .section-promotions .card:nth-child(even){grid-template-areas:"content image"}.page-home .section-promotions .card img{width:100%;object-fit:cover;object-position:center;display:block;grid-area:image;border-radius:4px}.page-home .section-promotions .card-body{grid-area:content;padding:10px 20px;display:flex;flex-direction:column;gap:18px;align-items:center;text-align:left}.page-home .section-promotions .product-name{font-size:28px;font-weight:700;color:#0f6bac;text-transform:uppercase;letter-spacing:1px;font-family:'Philosopher',sans-serif}.page-home .section-promotions .card:hover .product-name{color:#084c78}.page-home .section-promotions .muted{color:#556575;font-size:15px;line-height:1.8;max-width:520px;text-align:center}.page-home .section-promotions .btn-learn-more,
.page-home .section-promotions .btn{background:transparent;color:#0f6bac;border:2px solid #f0dca5;padding:10px 18px;border-radius:6px;text-transform:uppercase;font-weight:700;cursor:pointer}@media (max-width:1199px){.page-home .section-promotions{padding:40px 0}.page-home .section-promotions .promotion-grid{display:block;gap:24px;padding:0 15px}.page-home .section-promotions .card{display:flex;flex-direction:row;gap:16px;align-items:center;background:#fff;border-radius:8px;padding:12px;box-shadow:0 6px 20px rgba(10,34,64,0.04);border:1px solid rgba(0,0,0,0.04);width:100%;box-sizing:border-box;grid-template-areas:none}.page-home .section-promotions .card img{width:42%;height:auto;object-fit:cover;border-radius:6px;flex:0 0 42%;max-height:220px}.page-home .section-promotions .card .card-body{grid-area:unset;padding:10px 8px;text-align:left;display:flex;flex-direction:column;gap:12px;flex:1 1 auto}}@media (max-width:768px){.page-home .section-promotions .card{flex-direction:column;padding:10px}.page-home .section-promotions .card img{width:100%;max-height:320px;flex:none}}.page-home .section-products,
.page-home .section-packages{background:var(--zz-blue-light);width:100vw;max-width:100%;padding:60px 0;overflow-x:hidden;position:relative;box-sizing:border-box}@media (min-width:1200px){.page-home .section-products,.page-home .section-packages{background:linear-gradient(180deg,#e8f4fc 0%,#f5fbff 100%);padding:80px 0 100px 0;width:100%;font-family:'Roboto',sans-serif}}.page-home .section-products-title,
.page-home .section-packages-title{text-align:center;margin-bottom:70px;display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.page-home .section-products h2,
.page-home .section-packages h2{font-family:'Philosopher',serif;font-size:36px;color:var(--zz-blue-dark);text-transform:uppercase;margin:0;font-weight:700;letter-spacing:2px;white-space:nowrap}.page-home .section-products .line,
.page-home .section-packages .line{height:2px;background:var(--zz-blue-dark);flex:1;max-width:500px;opacity:0.6}.page-home .section-products .product-carousel-wrapper,
.page-home .section-packages .package-carousel-wrapper{width:100% !important;max-width:none !important;padding:0 15px;box-sizing:border-box}.page-home .section-products .products-swiper,
.page-home .section-packages .packages-swiper{width:100%;padding-bottom:40px !important}.page-home .section-products .swiper-slide,
.page-home .section-packages .swiper-slide{height:auto;display:flex}.page-home .section-products .card,
.page-home .section-packages .card,
.page-home .product-card{background:#fff;border:1px solid #e0e0e0;border-radius:0;display:flex;flex-direction:column;width:100%;height:100%;text-decoration:none;margin:10px;transition:all 0.3s ease;box-shadow:0 1px 3px rgba(0,0,0,0.08);position:relative;overflow:hidden}.section-products .card:hover .section-packages .card:hover .page-home .product-card:hover{border-color:#0f6bac;transform:translateY(-8px);box-shadow:0 12px 24px rgba(0,0,0,0.12)}.page-home .section-products .card img,
.page-home .section-packages .card img,
.page-home .product-card img{width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;object-position:center;padding:0;background:#fff;border-bottom:1px solid #f0f0f0;transition:transform 0.5s cubic-bezier(0.4,0,0.2,1)}.section-products .card:hover img .section-packages .card:hover img .page-home .product-card:hover img{transform:scale(1.08)}.page-home .section-products .card-body,
.page-home .section-packages .card-body{padding:20px 15px;text-align:left;flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.page-home .section-products .product-name,
.page-home .section-packages .package-name,
.page-home .product-name{font-size:16px;font-weight:700;color:var(--zz-blue-dark) !important;margin-bottom:15px;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;font-family:'Philosopher',sans-serif;text-transform:uppercase;text-align:center}.page-home .section-products .description,
.page-home .section-packages .description{height:fit-content;max-height:200px;font-size:1rem;-webkit-line-clamp:5;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;line-height:1.5rem;color:var(--zz-blue-dark);text-align:center;padding:20px}.page-home .section-products .price,
.page-home .section-packages .price{display:flex;align-items:center;gap:10px}.page-home .section-products .original-price,
.page-home .section-packages .original-price{font-size:14px;color:#999;text-decoration:line-through}.page-home .section-products .sale-price,
.page-home .section-packages .sale-price{font-size:22px;color:#0f6bac;font-weight:700}.page-home .packages-loadmore{display:inline-block;margin:18px auto 0;padding:12px 22px;border-radius:10px;background:transparent;border:2px solid var(--zz-blue);color:var(--zz-blue);font-weight:800;font-size:13px;text-transform:uppercase;letter-spacing:0.6px;cursor:pointer;transition:background 180ms ease,color 180ms ease,transform 120ms ease,box-shadow 150ms ease;box-shadow:none;text-align:center}.page-home .packages-loadmore:hover{background:var(--zz-blue);color:#fff;transform:translateY(-2px);box-shadow:0 10px 24px rgba(15,107,172,0.12)}.page-home .category-tabs{display:flex;gap:15px;margin-bottom:50px;flex-wrap:wrap;justify-content:center;padding:0 20px}.page-home .category-tab{padding:14px 35px;background:#fff;border:2px solid var(--zz-blue-dark);border-radius:0;font-size:15px;color:var(--zz-blue-dark);cursor:pointer;transition:all 0.35s cubic-bezier(0.4,0,0.2,1);outline:none;text-transform:uppercase;letter-spacing:1px;position:relative;overflow:hidden;font-family:'Philosopher',serif}.page-home .category-tab::before{content:'';position:absolute;top:50%;left:50%;width:0;height:0;background:var(--zz-blue-dark);border-radius:50%;transform:translate(-50%,-50%);transition:width 0.5s ease,height 0.5s ease;z-index:-1}.category-tab:hover::before .page-home .category-tab.active::before{width:300px;height:300px}.page-home .category-tab:hover{color:#fff;border-color:var(--zz-blue-dark);box-shadow:0 4px 12px rgba(41,128,185,0.3);transform:translateY(-2px)}.page-home .category-tab.active{background:var(--zz-blue-dark);border-color:var(--zz-blue-dark);color:#fff;box-shadow:0 6px 16px rgba(41,128,185,0.4)}@media (max-width:1199px){.page-home .section-products .card,.page-home .section-packages .card{display:flex;flex-direction:row;gap:16px;align-items:center;background:#fff;border-radius:8px;padding:12px;box-shadow:0 6px 20px rgba(10,34,64,0.04);border:1px solid rgba(0,0,0,0.04);width:100%;box-sizing:border-box}.page-home .section-products .card img,.page-home .section-packages .card img{width:42%;height:auto;object-fit:cover;border-radius:6px;flex:0 0 42%;max-height:220px}.page-home .section-products .card .card-body,.page-home .section-packages .card .card-body{padding:10px 8px;text-align:left;display:flex;flex-direction:column;gap:12px;flex:1 1 auto}}@media (max-width:768px){.page-home .section-products .card,.page-home .section-packages .card{flex-direction:column;padding:10px}.page-home .section-products .card img,.page-home .section-packages .card img{width:100%;max-height:320px;flex:none}}.page-home .newsletter-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:50px;text-align:center;color:#fff;box-shadow:0 8px 30px rgba(102,126,234,0.3)}.page-home .newsletter-section h2{color:#fff;margin-bottom:20px}.page-home .newsletter-section p{font-size:16px;margin-bottom:30px;opacity:0.95}.page-home .newsletter-section form{max-width:500px;margin:0 auto}.page-home .newsletter-section input[type="email"]{background:rgba(255,255,255,0.95);border:2px solid transparent;padding:14px 20px;font-size:16px;border-radius:30px}.page-home .newsletter-section input[type="email"]:focus{background:#fff;border-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.page-home .newsletter-section .btn-primary{background:#fff;color:#667eea;border:2px solid #fff;padding:14px 40px;font-size:16px;border-radius:30px;margin-top:15px}.page-home .newsletter-section .btn-primary:hover{background:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.2)}.page-home .card.loading{pointer-events:none;opacity:0.6;position:relative}.page-home .card.loading::after{content:'';position:absolute;top:50%;left:50%;width:30px;height:30px;margin:-15px 0 0 -15px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite} .page-home .category-tab:hover{color:#fff;border-color:var(--zz-blue-dark);box-shadow:0 4px 12px rgba(41,128,185,0.3);transform:translateY(-2px)}.page-home .category-tab.active{background:var(--zz-blue-dark);border-color:var(--zz-blue-dark);color:#fff;box-shadow:0 6px 16px rgba(41,128,185,0.4)}@media (max-width:1199px){.page-home .section-products .card,.page-home .section-packages .card{display:flex;flex-direction:row;gap:16px;align-items:center;background:#fff;border-radius:8px;padding:12px;box-shadow:0 6px 20px rgba(10,34,64,0.04);border:1px solid rgba(0,0,0,0.04);width:100%;box-sizing:border-box}.page-home .section-products .card img,.page-home .section-packages .card img{width:42%;height:auto;object-fit:cover;border-radius:6px;flex:0 0 42%;max-height:220px}.page-home .section-products .card .card-body,.page-home .section-packages .card .card-body{padding:10px 8px;text-align:left;display:flex;flex-direction:column;gap:12px;flex:1 1 auto}}@media (max-width:768px){.page-home .section-products .card,.page-home .section-packages .card{flex-direction:column;padding:10px}.page-home .section-products .card img,.page-home .section-packages .card img{width:100%;max-height:320px;flex:none}}.page-home .newsletter-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border-radius:20px;padding:50px;text-align:center;color:#fff;box-shadow:0 8px 30px rgba(102,126,234,0.3)}.page-home .newsletter-section h2{color:#fff;margin-bottom:20px}.page-home .newsletter-section p{font-size:16px;margin-bottom:30px;opacity:0.95}.page-home .newsletter-section form{max-width:500px;margin:0 auto}.page-home .newsletter-section input[type="email"]{background:rgba(255,255,255,0.95);border:2px solid transparent;padding:14px 20px;font-size:16px;border-radius:30px}.page-home .newsletter-section input[type="email"]:focus{background:#fff;border-color:#fff;box-shadow:0 4px 20px rgba(0,0,0,0.1)}.page-home .newsletter-section .btn-primary{background:#fff;color:#667eea;border:2px solid #fff;padding:14px 40px;font-size:16px;border-radius:30px;margin-top:15px}.page-home .newsletter-section .btn-primary:hover{background:transparent;color:#fff;transform:translateY(-3px);box-shadow:0 8px 20px rgba(0,0,0,0.2)}.page-home .card.loading{pointer-events:none;opacity:0.6;position:relative}.page-home .card.loading::after{content:'';position:absolute;top:50%;left:50%;width:30px;height:30px;margin:-15px 0 0 -15px;border:3px solid #f3f3f3;border-top:3px solid #667eea;border-radius:50%;animation:spin 1s linear infinite}.page-home .section-popular-packages{background-color:var(--zz-blue-light);padding:80px 0;width:100%}.page-home .section-popular-packages .page-container{padding-top:0}.page-home .section-popular-packages .section-title{text-align:center;margin-bottom:50px;display:flex;align-items:center;justify-content:center;gap:20px}.page-home .section-popular-packages .section-title h2{font-family:'Philosopher',sans-serif;font-size:28px;color:var(--zz-blue);text-transform:uppercase;white-space:nowrap;margin:0;font-weight:700;letter-spacing:1px}.page-home .section-popular-packages .section-title .line{height:1px;width:100%;background-color:var(--zz-blue)}.page-home .package-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px}.page-home .package-card{background:#fff;border:1px solid #a2acb3;display:flex;flex-direction:column;text-decoration:none;transition:all 0.3s ease;height:100%;border-radius:0;cursor:default;color:black}.page-home .package-card:hover{transform:none;box-shadow:none;color:black !important;border-color:#f0f0f0}.page-home .package-img{width:100%;padding-top:100%;position:relative;overflow:hidden}.page-home .package-img img{position:absolute;top:0;left:0;width:100%;flex-grow:1}.page-home .package-price-bar{background-color:var(--zz-blue);color:#fff;padding:2px;text-align:center;font-weight:600;font-size:16px;text-transform:uppercase;letter-spacing:1px;font-family:'Philosopher',sans-serif}.page-home .package-name{font-family:'Philosopher',sans-serif;font-size:18px;font-weight:700;color:var(--zz-blue-dark);text-transform:uppercase;margin:10px 5px;line-height:1.5;letter-spacing:0.5px}.page-home .package-desc{font-size:14px;color:var(--zz-blue-dark);line-height:1.5;margin-bottom:25px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.page-home .package-body{text-align:center;align-items:center;padding:10px;height:100%;display:flex;flex-direction:column}.page-home .btn-explore{margin-top:auto;display:inline-block;padding:10px 24px;border:1px solid var(--zz-blue);color:var(--zz-blue);font-size:12px;text-transform:uppercase;letter-spacing:1px;transition:all 0.3s ease;text-decoration:none;cursor:pointer;width:fit-content}.page-home .btn-explore a{color:var(--zz-blue)}.page-home .btn-explore a:hover{color:white}.page-home .btn-explore:hover{background-color:var(--zz-blue);color:#fff}.page-home .package-card:hover .btn-explore{background-color:transparent}.page-home .package-card:hover .btn-explore:hover{background-color:var(--zz-blue);color:#fff}.page-home .packages-footer-action{display:flex;align-items:center;margin-top:40px;width:100%}.page-home .packages-footer-action .line{flex-grow:1;height:1px;background-color:var(--zz-blue)}.page-home .packages-footer-action .btn-view-all{border:1px solid var(--zz-blue);color:var(--zz-blue);padding:10px 30px;text-transform:uppercase;text-decoration:none;transition:all 0.3s ease;white-space:nowrap;font-size:14px;letter-spacing:1px}.page-home .packages-footer-action .btn-view-all:hover{background-color:var(--zz-blue);color:white}.page-home .promotion-list{display:flex;flex-direction:column;gap:80px;margin-top:40px}.page-home .promotion-card{display:flex;align-items:center;gap:60px}.page-home .promotion-card.reverse{flex-direction:row-reverse}.page-home .promotion-image{flex:1;border-radius:4px;overflow:hidden;box-shadow:0 10px 30px rgba(0,0,0,0.05);height:300px}.page-home .promotion-image img{width:100%;height:auto;display:block}.page-home .promotion-content{flex:1;text-align:center;padding:20px}.page-home .promotion-title{font-family:'Philosopher',sans-serif;font-size:24px;color:var(--zz-blue);text-transform:uppercase;margin-bottom:20px;letter-spacing:1px}.page-home .promotion-desc{color:#555;line-height:1.8;margin-bottom:30px;font-size:15px}.page-home .promotion-content .btn-explore{display:inline-block;padding:12px 30px;border:1px solid var(--zz-blue);color:var(--zz-blue);text-transform:uppercase;text-decoration:none;font-size:13px;letter-spacing:2px;transition:all 0.3s ease;background:transparent}.page-home .promotion-content .btn-explore:hover{background:var(--zz-blue);color:white}.page-home .section-featured-products{padding:60px 0;background-color:var(--zz-blue-light)}.page-home .section-featured-products .page-container{padding-top:0}.page-home .featured-products-layout{display:flex;gap:40px}.page-home .featured-sidebar{width:250px;flex-shrink:0}.page-home .category-tabs-vertical{display:flex;flex-direction:column;gap:15px;position:sticky;top:100px}.page-home .category-tab{padding:12px 20px;background:transparent;border:1px solid var(--zz-blue);text-align:left;font-family:'Philosopher',sans-serif;font-size:16px;color:var(--zz-blue);cursor:pointer;transition:all 0.3s ease;text-transform:uppercase;letter-spacing:1px}.page-home .category-tab:hover,
.page-home .category-tab.active{border-color:var(--zz-blue);color:var(--zz-blue);background:#fff;padding-left:25px}.page-home .featured-content{flex-grow:1}.page-home .products-grids{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.page-home .section-featured-products .product-card{display:block;text-decoration:none;transition:transform 0.3s ease}.page-home .section-featured-products .product-card:hover{transform:translateY(-5px)}.page-home .section-featured-products .product-image{width:100%;aspect-ratio:1;overflow:hidden;border-radius:4px;margin-bottom:12px}.page-home .section-featured-products .product-image img{width:100%;height:100%;object-fit:cover;transition:transform 0.5s ease}.page-home .section-featured-products .product-card:hover .product-image img{transform:scale(1.05)}.page-home .section-featured-products .product-name{font-family:'Philosopher',sans-serif;font-size:16px;color:var(--zz-blue);text-align:center;font-weight:700;text-transform:uppercase;line-height:1.4}.page-home .section-featured-products{padding:60px 0;background-color:var(--zz-blue-light)}.page-home .featured-products-layout-v2{display:flex;flex-direction:column;gap:20px}.page-home .category-tabs-header{display:flex;align-items:center;position:relative}.page-home .category-tabs-horizontal{border-color:var(--zz-blue)}.page-home .tabs-line{flex-grow:1;height:1px;background-color:var(--zz-blue);opacity:0.5}.page-home .featured-content{width:100%}.page-home .products-grids{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.page-home .section-featured-products .product-card{display:block;margin:0;text-decoration:none;transition:transform 0.3s ease;padding:10px}.page-home .section-featured-products .product-card:hover{transform:scale(1.05)}.page-home .section-featured-products .product-image{width:100%;aspect-ratio:1;overflow:hidden;border-radius:4px;margin-bottom:12px}.page-home .section-featured-products .product-image img{width:100%;height:100%;object-fit:cover}.page-home .section-featured-products .product-name{font-family:'Philosopher',sans-serif;font-size:14px;color:var(--zz-blue);text-align:center;font-weight:700;text-transform:uppercase;line-height:1.4}@media (max-width:992px){.page-home .package-grid{grid-template-columns:repeat(3,1fr)}.page-home .package-name{font-size:18px;margin-top:0}.page-home .package-price-bar{font-size:14px}.page-home .package-desc{font-size:14px}}@media (max-width:1400px){.page-home .section-popular-packages{padding:50px 0}.page-home .section-popular-packages .section-title{margin-bottom:20px}.page-home .section-popular-packages .section-title h2{font-size:20px}}.page-home .booking-section{position:fixed !important;bottom:0 !important;left:0 !important;width:100% !important;z-index:9999 !important;background:rgba(255,255,255,0.85);box-shadow:0 -5px 23px rgba(0,0,0,0.07);padding:10px 0 !important;border-top:1px solid #eee !important;margin:0 !important;transform:none !important;display:block !important;backdrop-filter:blur(8px)}.booking-section .page-container{padding-top:0}.booking-bar-container{display:flex !important;justify-content:center !important;align-items:center !important;gap:40px !important;max-width:1200px !important;margin:0 auto !important;background:transparent !important;box-shadow:none !important;border:none !important;border-radius:0 !important;min-height:auto !important;padding:0 20px !important}.booking-grid-form{display:flex !important;align-items:center !important;gap:40px !important;margin:0 !important;padding:0 !important}.booking-grid-item{display:flex !important;flex-direction:column !important;justify-content:center !important}.title-item h3{font-family:'Philosopher',serif !important;color:var(--zz-blue-dark) !important;font-size:20px !important;margin:0 !important;text-transform:uppercase !important;line-height:1.2 !important}.title-item span{font-size:13px !important;color:#666 !important;font-style:italic !important;margin-top:8px !important}.input-item label{display:flex !important;align-items:center !important;gap:8px !important;font-size:12px !important;text-transform:uppercase !important;color:#373535 !important;margin-bottom:5px !important;font-weight:600 !important;font-family:'Philosopher'}.input-item label i{color:var(--zz-blue-dark) !important;font-size:14px !important}.input-item input,
.input-item select{border:1px solid #eee !important;background:#f9f9f9 !important;padding:8px 12px !important;border-radius:4px !important;font-size:14px !important;font-family:'Montserrat',sans-serif !important;width:200px !important;outline:none !important;color:#333 !important}.btn-booking{background:var(--zz-blue);color:#fff;background:linear-gradient(to right,#fff 50%,var(--zz-blue) 50%);background-size:200% 100%;background-position:right bottom;transition:all 0.4s ease-out;padding:15px 20px;font-size:16px;min-width:140px;border:1px solid var(--zz-blue) !important}.btn-booking:hover{background-position:left bottom !important;color:var(--zz-blue) !important;transform:none !important;box-shadow:none !important;border:1px solid var(--zz-blue) !important}@media (max-width:900px){.page-home .booking-section{position:relative !important;border:none !important;box-shadow:none !important;padding:0 !important;z-index:auto !important}.booking-bar-container{display:none !important}.booking-grid-form{flex-direction:column !important;width:100% !important;align-items:stretch !important;gap:15px !important}.input-item input,.input-item select{width:100% !important;box-sizing:border-box !important}.title-item{align-items:center !important;text-align:center !important;margin-bottom:10px !important}.title-item h3{font-size:26px !important}}
@media (max-width:768px){.page-home .hero-fullwidth{height:100vh}.page-home .hero-content{width:100%;padding:15px;text-align:center}.page-home .hero-content h1{font-size:14px;margin-bottom:16px;line-height:1.3;white-space:break-spaces}.page-home .hero-content p{font-size:16px;margin-bottom:24px;line-height:1.5}.page-home .hero-cta{flex-direction:column;gap:12px;align-items:center}.page-home .hero-cta .btn{width:fit-content}.page-home .hero-nav{padding:0 15px}.page-home .hero-prev,.page-home .hero-next{width:36px;height:36px;font-size:16px}.page-home .hero-dots{bottom:20px;gap:10px}.page-home .hero-dots .dot{width:8px;height:12px}.page-home .hero-dots .dot.active{width:24px}.page-home .section{padding:40px 0}.page-home .section h2{font-size:28px;margin-bottom:30px}.page-home .grid,.page-home .products-grids{display:flex;overflow-x:auto;overflow-y:hidden;gap:16px;padding:0 15px 20px 15px;margin:0 -15px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;grid-template-columns:unset}.page-home .grid::-webkit-scrollbar,.page-home .products-grids::-webkit-scrollbar{display:none}.page-home .product-card{min-width:220px;width:220px;flex-shrink:0;scroll-snap-align:center;margin:0;height:auto;display:flex;flex-direction:column}.page-home .package-grid{display:flex;overflow-x:auto;overflow-y:hidden;gap:16px;padding:0 15px 20px 15px;margin:0 -15px;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory;grid-template-columns:unset}.page-home .package-grid::-webkit-scrollbar{display:none}.page-home .package-card{min-width:280px;width:280px;flex-shrink:0;scroll-snap-align:center;margin-bottom:0;height:auto;display:flex;flex-direction:column}.page-home .card{border-radius:12px}.page-home .card img{padding:12px}.page-home .card-body{padding:14px;gap:8px}.page-home .card-body>div:first-child{font-size:25x;min-height:36px;-webkit-line-clamp:2}.page-home .card-body .price{font-size:16px}.page-home .card-body .price .original-price{font-size:20px}.page-home .card-body .price .sale-price{font-size:25px}.page-home .promotion-grid{grid-template-columns:1fr;gap:16px}.page-home .booking-section{padding:30px 20px;border-radius:16px;margin-top:-30px;display:none}.page-home .booking-section h2{font-size:28px;margin-bottom:24px}.page-home form{padding:24px}.page-home form .row{grid-template-columns:1fr;gap:12px;margin-bottom:12px}.page-home input,.page-home textarea,.page-home select{padding:10px 14px;font-size:14px}.page-home .newsletter-section{padding:35px 20px;border-radius:16px}.page-home .newsletter-section h2{font-size:28px}.page-home .newsletter-section p{font-size:15px;margin-bottom:24px}.page-home .newsletter-section input[type="email"]{padding:12px 18px;font-size:15px}.page-home .newsletter-section .btn-primary{padding:12px 32px;font-size:15px}.page-home .product-carousel-wrapper .swiper-button-prev{left:8px;width:36px;height:36px;display:none}.product-carousel-wrapper .swiper-button-prev::after .page-home .product-carousel-wrapper .swiper-button-next::after{font-size:14px;display:none}.page-home .map-section iframe{height:100%}.page-home .popular-packages-grid{grid-template-columns:1fr;grid-template-rows:repeat(4,300px)}.page-home .package-overlay{padding:1.5rem}.page-home .package-overlay h3{font-size:1.5rem;margin-bottom:1rem}.page-home .section-popular-packages .section-title h2{font-size:16px}.page-home .packages-footer-action .btn-view-all{font-size:10px;padding:10px 20px}.page-home .package-price-bar{font-size:16px}.page-home .btn-learn-more{padding:0.6rem 1.5rem;font-size:0.9rem}}@media (hover:none) and (pointer:coarse){.page-home .card{cursor:pointer}.page-home .hero-prev,.page-home .hero-next,.page-home .hero-dots .dot{min-width:10px;min-height:10px}.page-home .product-carousel-wrapper .swiper-button-prev,.page-home .product-carousel-wrapper .swiper-button-next{display:none}.page-home .card:hover{transform:none;box-shadow:0 1px 3px rgba(0,0,0,0.08)}.page-home .card:active{transform:scale(0.98)}.page-home .btn:active{transform:scale(0.95)}}@media (max-width:768px){.page-home .hero-slide{transition:opacity 0.5s ease-in-out}.page-home .card{transition:transform 0.2s ease}.page-home .card:hover img{transform:none}.page-home .card{box-shadow:0 1px 2px rgba(0,0,0,0.1)}.page-home .card:hover{box-shadow:0 2px 8px rgba(0,0,0,0.15)}}@media (max-width:768px){.page-home body{font-size:15px;line-height:1.6}.page-home .hero-cta .btn{margin:6px 0}.page-home .hero-content h1,.page-home .hero-content p{text-shadow:0 2px 12px rgba(0,0,0,0.5)}}@media (max-width:768px){.page-home .section-packages .section-packages-title{text-align:center;margin-bottom:20px;display:flex;align-items:center;justify-content:center;gap:10px;width:100%}.page-home .section-packages .section-packages-title h2{font-family:'Philosopher',serif;font-size:36px;color:var(--zz-blue-dark);text-transform:uppercase;margin:0;font-weight:700;letter-spacing:2px;white-space:nowrap}.page-home .section-packages .line{height:2px;background:var(--zz-blue-dark);flex:1;max-width:200px;opacity:0.6}.page-home .section-packages{padding:24px 0}.page-home .section-packages .package-carousel-wrapper{padding:0 12px;box-sizing:border-box}.page-home .section-packages .package-carousel-wrapper,.page-home .section-products .product-carousel-wrapper{text-align:center;display:flex;flex-direction:column;align-items:center}.page-home .section-packages .packages-swiper .swiper-wrapper{display:block}.page-home .section-packages .packages-swiper .swiper-slide{display:block;margin-bottom:18px}.page-home .section-packages .card{display:flex;gap:14px;align-items:center;background:#fff;border-radius:8px;padding:10px;box-shadow:0 4px 12px rgba(0,0,0,0.04)}.page-home .section-packages .card img{width:100%;height:auto;object-fit:cover;border-radius:6px}.page-home .section-packages .card-body{width:58%;padding:8px 0;text-align:left}.page-home .promotion-list{gap:40px;margin-top:20px}.page-home .promotion-card{flex-direction:column;gap:20px}.page-home .promotion-card.reverse{flex-direction:column}.page-home .promotion-image{width:100%;box-shadow:0 5px 15px rgba(0,0,0,0.05)}.page-home .promotion-content{padding:0 10px}.page-home .promotion-title{font-size:20px;margin-bottom:12px}.page-home .promotion-desc{font-size:14px;margin-bottom:20px;line-height:1.6}.page-home .promotion-content .btn-explore{padding:10px 24px;font-size:12px}.page-home .promotion-grid{gap:12px;display:grid;grid-template-columns:repeat(2,1fr)}.page-home .section-promotions .card{display:flex;flex-direction:column;height:100%}.page-home .section-promotions .card img{height:100px;object-fit:cover}.page-home .section-promotions .card-body{padding:6px}.page-home .section-products .section-products-title{text-align:center;margin-bottom:70px;display:flex;align-items:center;justify-content:center;gap:40px;width:100%}.page-home .section-products .section-products-title h2{font-family:'Philosopher',serif;font-size:36px;color:var(--zz-blue-dark);text-transform:uppercase;margin:0;font-weight:700;letter-spacing:2px;white-space:nowrap}.page-home .section-products .line{height:2px;background:var(--zz-blue-dark);flex:1;max-width:500px;opacity:0.6}.page-home .section-products{padding:24px 0}.page-home .section-products .product-carousel-wrapper{padding:0 12px;box-sizing:border-box}.page-home .section-products .products-swiper .swiper-wrapper{display:block}.page-home .section-products .products-swiper .swiper-slide{display:block;margin-bottom:18px}.page-home .section-products .card{display:flex;gap:14px;align-items:center;background:#fff;border-radius:8px;padding:10px;box-shadow:0 4px 12px rgba(0,0,0,0.04)}.page-home .section-products .card img{width:100%;height:auto;object-fit:cover;border-radius:6px}.page-home .section-products .card-body{width:58%;padding:8px 0;text-align:left}.page-home .packages-loadmore{display:block;margin:12px 0 0;padding:12px 20px;border-radius:10px;background:var(--bg);border:2px solid var(--zz-blue);color:var(--zz-blue);font-weight:800;font-size:14px;cursor:pointer;text-transform:uppercase;vertical-align:middle;width:fit-content}.page-home .packages-loadmore:hover{background:var(--zz-blue);color:#fff;transform:translateY(-2px);box-shadow:0 10px 22px rgba(15,107,172,0.12)}.page-home .packages-loadmore:active{transform:translateY(0)}.page-home .packages-loadmore:focus-visible{outline:3px solid rgba(15,107,172,0.18);outline-offset:3px}.page-home .section-promotions .card:hover{transform:none;box-shadow:0 1px 3px rgba(0,0,0,0.08)}}@media (max-width:480px){.page-home .hero-fullwidth{height:100vh}.page-home .hero-content h1{font-size:20px;margin-bottom:12px;line-height:1.2}.page-home .hero-content p{font-size:14px;margin-bottom:20px;line-height:1.4}.page-home .hero-cta .btn-hero-small{padding:11px 24px;font-size:14px;min-width:140px}.page-home .hero-prev,.page-home .hero-next{display:none}.page-home .hero-dots{bottom:15px;gap:8px}.page-home .hero-dots .dot{width:7px;height:12px}.page-home .hero-dots .dot.active{width:20px}.page-home .section{padding:10px 0}.page-home .section-products{padding:20px 0;justify-items:center;background-color:transparent}.page-home .section-products h2{font-size:24px;margin-bottom:16px;font-family:'Philosopher',sans-serif}.page-home .section-products .line{display:none}.page-home .section-products .product-carousel-wrapper{width:100%}.page-home .section-products .product-name{font-size:15px;font-weight:600;min-height:40px;font-family:'Philosopher',sans-serif}.page-home .section-products .description{min-height:50px}.page-home .section h2{font-size:24px;margin-bottom:16px;font-family:'Philosopher',sans-serif}.page-home .section h2::after{width:50px;height:3px;bottom:-10px}.page-home .container{padding-left:12px;padding-right:12px}.page-home .grid{grid-template-columns:repeat(2,1fr);gap:12px}.page-home .card{border-radius:10px}.page-home .card img{padding:8px}.page-home .card-body{padding:12px 10px;gap:6px}.page-home .card-body>div:first-child{font-size:18px;min-height:32px;font-weight:600}.page-home .card-body .muted{font-size:11px}.page-home .card-body .price{font-size:15px;gap:4px}.page-home .card-body .price .original-price{font-size:15px}.page-home .card-body .price .sale-price{font-size:18px}.page-home .promotion-list{gap:40px;margin-top:20px}.page-home .promotion-card{flex-direction:column;gap:20px}.page-home .promotion-card.reverse{flex-direction:column}.page-home .promotion-image{width:100%;box-shadow:0 5px 15px rgba(0,0,0,0.05)}.page-home .promotion-content{padding:0 10px}.page-home .promotion-title{font-size:20px;margin-bottom:12px}.page-home .promotion-desc{font-size:14px;margin-bottom:20px;line-height:1.6}.page-home .promotion-content .btn-explore{padding:10px 24px;font-size:12px}.page-home .promotion-grid{gap:12px;display:grid;grid-template-columns:repeat(2,1fr)}.page-home .section-promotions .card{display:flex;flex-direction:column;height:100%}.page-home .section-promotions .card img{height:100px;object-fit:cover}.page-home .section-promotions .card-body{padding:6px}.page-home .section-promotions .product-name{font-size:12px;min-height:auto;margin-bottom:4px;line-height:1.2}.page-home .section-promotions .muted{font-size:10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.page-home .promo-card::before{font-size:24px;top:10px;right:10px}.page-home .featured-products-layout{flex-direction:column;gap:20px}.page-home .featured-sidebar{width:100%}.page-home .category-tabs-vertical{flex-direction:row;overflow-x:auto;padding-bottom:10px;position:static;gap:10px}.page-home .category-tab{white-space:nowrap;padding:8px 16px;font-size:14px;margin:5px}.page-home .category-tab:hover,.page-home .category-tab.active{padding-left:16px;background:var(--zz-blue);color:#fff;border-color:var(--zz-blue)}.page-home .products-grids{grid-template-columns:repeat(2,1fr);gap:12px}.page-home .section-featured-products .product-name{font-size:13px}.page-home .booking-section{padding:24px 16px;border-radius:12px;margin-top:-20px;display:none !important}.page-home .booking-section h2{font-size:24px;margin-bottom:20px}.page-home form{padding:20px 16px;border-radius:12px}.page-home form .row{gap:10px;margin-bottom:10px}.page-home label{font-size:13px;margin-bottom:6px}.page-home input,.page-home textarea,.page-home select{padding:10px 12px;font-size:14px;border-radius:8px}.page-home .btn{font-size:15px}.page-home .note{font-size:12px;margin-top:10px}.page-home .alert{padding:12px 14px;font-size:13px;margin-bottom:16px}.page-home .newsletter-section{padding:28px 16px;border-radius:12px}.page-home .newsletter-section h2{font-size:24px;margin-bottom:16px}.page-home .newsletter-section p{font-size:14px;margin-bottom:20px}.page-home .newsletter-section input[type="email"]{padding:11px 16px;font-size:14px;border-radius:25px}.page-home .newsletter-section .btn-primary{padding:11px 28px;font-size:14px;margin-top:12px}.page-home .product-carousel-wrapper .swiper-button-prev{left:5px;width:32px;height:32px}.page-home .product-carousel-wrapper .swiper-button-next{right:5px;width:32px;height:32px;display:none}.product-carousel-wrapper .swiper-button-prev::after .page-home .product-carousel-wrapper .swiper-button-next::after{font-size:12px;display:none}.page-home .map-section iframe{height:100%}.page-home .popular-packages-grid{grid-template-rows:repeat(4,250px)}.page-home .package-overlay{padding:1rem}.page-home .package-overlay h3{font-size:1.3rem;margin-bottom:0.8rem}.page-home .btn-learn-more{padding:0.5rem 1.2rem;font-size:0.85rem}.page-home .booking-section{display:none}.page-home .section-packages .section-packages-title h2{font-size:18px}.page-home .section-promotions-title h2{font-size:18px}}@media (max-width:360px){.page-home .hero-fullwidth{height:100vh}.page-home .hero-content h1{font-size:22px}.page-home .hero-content p{font-size:13px}.page-home .hero-cta .btn{padding:10px 20px;font-size:13px}.page-home .section h2{font-size:22px}.page-home .grid{grid-template-columns:1fr;gap:10px}.page-home .card-body{padding:10px}.page-home .card-body>div:first-child{font-size:15px;min-height:28px}.page-home .card-body .price .sale-price{font-size:15px}.page-home .booking-section{padding:20px 12px;display:none}.page-home form{padding:16px 12px}.page-home input,.page-home textarea,.page-home select{padding:9px 12px;font-size:13px}.page-home .popular-packages-grid{grid-template-rows:repeat(4,220px)}.page-home .package-overlay h3{font-size:1.1rem}}@media (max-height:500px) and (orientation:landscape){.page-home .hero-fullwidth{height:100vh}.page-home .hero-content h1{font-size:28px;margin-bottom:10px}.page-home .hero-content p{font-size:14px;margin-bottom:16px}.page-home .hero-cta .btn{padding:10px 24px;font-size:14px}.page-home .hero-dots{bottom:10px}.page-home .section-promotions-title h2{font-size:18px}}@media (max-width:768px){.page-home .featured-products-layout-v2{gap:20px}.page-home .category-tabs-header{flex-direction:column;align-items:flex-start;gap:10px}.page-home .category-tabs-horizontal{width:100%;overflow-x:auto;padding-bottom:5px;flex-wrap:nowrap}.page-home .category-tab{white-space:nowrap;min-width:auto;padding:8px 16px;font-size:13px}.page-home .tabs-line{display:none}.page-home .products-grids{grid-template-columns:repeat(2,1fr);gap:12px}}