@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";:root{--primary: #008cff;--text-dark: #222;--text-light: #666;--bg-gray: #f2f2f2}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{background:#f8f8f8}.theam{color:#e6adb1}.navbar{background:#fff;padding:15px 40px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 2px 5px #0000000d;position:sticky;top:0;z-index:1000}.logo{font-size:26px;font-weight:800;color:var(--text-dark)}.logo span{color:var(--primary)}.nav-right{display:flex;align-items:center;gap:25px}.offer-link{text-decoration:none;color:var(--text-dark);font-weight:600;font-size:14px}.login-btn{background:linear-gradient(90deg,#5ba6f0,#07f);color:#fff;border:none;padding:8px 24px;border-radius:6px;font-weight:600;cursor:pointer}.service-strip-wrapper{background:#fff;padding:15px 0;border-bottom:1px solid #eee}.service-strip{max-width:1000px;margin:0 auto;display:flex;justify-content:space-between;overflow-x:auto;padding:0 20px;scrollbar-width:none}.service-strip::-webkit-scrollbar{display:none}.svc-item{display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--text-light);cursor:pointer;min-width:60px}.svc-item:hover,.svc-item.active{color:var(--primary)}.svc-item i{font-size:22px}.svc-item span{font-size:11px;font-weight:500}.destination-section{position:relative;background:#f2f2f2;padding:30px 40px;display:flex;align-items:center;justify-content:center;margin-top:5px}.destination-section .dest-card img{width:60px;height:60px;object-fit:contain;filter:grayscale(100%);transition:transform .3s ease,filter .3s ease}.destination-section .dest-card:hover img{transform:scale(1.1)}.destination-scroll{display:flex;gap:35px;overflow-x:auto;scroll-behavior:smooth;width:100%;max-width:1200px;padding:10px;scrollbar-width:none;-webkit-overflow-scrolling:touch}.destination-scroll::-webkit-scrollbar{display:none}.dest-card{min-width:80px;display:flex;flex-direction:column;align-items:center;gap:10px;cursor:pointer;transition:.3s}.dest-card img{width:60px;height:60px;object-fit:contain;border-radius:50%;background:#fff;padding:10px;box-shadow:0 2px 8px #0000001a;transition:.3s}.dest-card span{font-size:13px;color:#4a4a4a;font-weight:500}.dest-card:hover img{transform:translateY(-5px);box-shadow:0 5px 15px #00000026}.dest-card:hover span{color:var(--primary);font-weight:700}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);width:40px;height:40px;border-radius:50%;background:#fff;border:1px solid #ddd;box-shadow:0 4px 10px #0000001a;cursor:pointer;z-index:10;color:var(--primary);display:flex;justify-content:center;align-items:center;transition:.3s}.scroll-btn:hover{background:var(--primary);color:#fff;border-color:var(--primary)}.left-btn{left:10px}.right-btn{right:10px}@media(max-width:768px){.navbar{padding:15px 20px}.nav-right{display:none}.destination-section{padding:20px 0;background:#fff}.scroll-btn{display:none}.destination-scroll{padding:10px 20px;gap:25px}.dest-card{min-width:70px}.dest-card img{width:50px;height:50px}.dest-card span{font-size:11px}}.package-section{max-width:1200px;margin:40px auto;padding:0 20px}.section-header{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:20px}.section-header h2{font-size:26px;font-weight:700;color:#000;margin-bottom:5px}.section-header p{color:#777;font-size:14px}.view-all{text-decoration:none;color:#008cff;font-weight:600;font-size:14px;transition:.3s}.view-all:hover{color:#0056b3}.slider-wrap{position:relative}.card-list{display:flex;gap:25px;overflow-x:auto;padding:10px 5px 30px;scroll-behavior:smooth;scrollbar-width:none}.card-list::-webkit-scrollbar{display:none}.travel-card{min-width:300px;max-width:300px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000000d;border:1px solid #f0f0f0;transition:all .3s ease;cursor:pointer;flex:0 0 auto}.travel-card:hover{transform:translateY(-8px);box-shadow:0 10px 25px #0000001f}.card-img{height:190px;width:100%;overflow:hidden}.card-img img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.travel-card:hover .card-img img{transform:scale(1.1)}.card-body{padding:16px}.travel-card h3{font-size:17px;font-weight:600;color:#222;margin-bottom:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-route{font-size:13px;color:#888;margin-bottom:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.card-price{display:flex;justify-content:flex-start;align-items:center}.new-rate{font-size:20px;font-weight:700;color:#000}.scroll-btn{position:absolute;top:45%;transform:translateY(-50%);width:44px;height:44px;background:#fff;border:1px solid #e5e5e5;border-radius:50%;box-shadow:0 2px 10px #0000001a;cursor:pointer;z-index:10;display:flex;justify-content:center;align-items:center;color:#333;font-size:16px;transition:.3s}.scroll-btn:hover{background:#008cff;color:#fff;border-color:#008cff}.prev-btn{left:-22px}.next-btn{right:-22px}@media(max-width:768px){.scroll-btn{display:none}.travel-card{min-width:260px}.section-header h2{font-size:20px}}.banner-container{width:100%;position:relative;overflow:hidden;margin-top:0}.banner-image{width:100%;height:85vh;object-fit:cover;display:block}.banner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0006,#00000080,#0009);display:flex;align-items:center;justify-content:center;padding:20px}.banner-content{max-width:1200px;width:100%;color:#fff;text-align:center;animation:fadeInUp .8s ease-out}.tagline{display:flex;justify-content:center;align-items:center;gap:20px;margin-bottom:25px;flex-wrap:wrap}.tag-badge{background:#008cffe6;color:#fff;padding:8px 20px;border-radius:30px;font-size:14px;font-weight:600;letter-spacing:.5px;box-shadow:0 4px 15px #008cff4d}.rating{display:flex;align-items:center;gap:5px;background:#ffffff26;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:8px 20px;border-radius:30px;font-size:14px}.rating i{color:gold;font-size:12px}.banner-title{font-size:4.5rem;font-weight:900;line-height:1.1;margin-bottom:20px;text-shadow:2px 4px 12px rgba(0,0,0,.6)}.gradient-text{color:#008cff;text-shadow:0 2px 4px rgba(0,0,0,.2),0 4px 8px rgba(0,140,255,.2),0 0 0 1px rgba(255,255,255,.1);font-weight:800;position:relative;letter-spacing:.5px}.gradient-text:hover{text-shadow:0 3px 6px rgba(0,0,0,.25),0 6px 12px rgba(0,140,255,.25),0 0 0 1px rgba(255,255,255,.15);transform:translateY(-1px);transition:all .3s ease}.highlight-text{color:#fff;position:relative;display:inline-block}.highlight-text:after{content:"";position:absolute;bottom:5px;left:0;width:100%;height:10px;background:#008cff4d;z-index:-1;border-radius:4px}.banner-subtitle{font-size:1.3rem;margin-bottom:40px;opacity:.95;display:flex;justify-content:center;align-items:center;gap:20px;flex-wrap:wrap}.banner-subtitle i{color:#0fa;margin-right:8px}.divider{opacity:.7}.search-container{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:25px;max-width:1000px;margin:0 auto 30px;box-shadow:0 15px 40px #0003;border:1px solid rgba(255,255,255,.2)}.search-box{display:grid;grid-template-columns:repeat(4,1fr);gap:15px;align-items:center}.search-input{position:relative;display:flex;align-items:center}.search-input i{position:absolute;left:15px;color:#008cff;font-size:18px}.search-field{width:100%;padding:16px 16px 16px 50px;border:2px solid #e0e0e0;border-radius:12px;font-size:15px;font-weight:500;transition:all .3s ease;background:#fff}.search-field:focus{outline:none;border-color:#008cff;box-shadow:0 0 0 3px #008cff1a}.search-field::placeholder{color:#888}.search-btn{background:linear-gradient(135deg,#008cff,#0056b3);color:#fff;border:none;padding:18px 30px;border-radius:12px;font-size:16px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:10px;transition:all .3s ease;height:100%;text-transform:uppercase;letter-spacing:.5px}.search-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #008cff66}.quick-links{display:flex;justify-content:center;gap:30px;flex-wrap:wrap}.link-item{display:flex;align-items:center;gap:10px;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 25px;border-radius:30px;font-size:15px;font-weight:500;cursor:pointer;transition:all .3s ease;border:1px solid rgba(255,255,255,.2)}.link-item:hover{background:#fff3;transform:translateY(-2px)}.link-item i{color:gold}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.banner-image{height:70vh}.banner-title{font-size:3.5rem}.banner-subtitle{font-size:1.1rem;gap:15px}.search-container{max-width:90%;padding:20px}.search-box{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}.search-btn{grid-column:span 2}.quick-links{gap:20px}}@media(max-width:768px){.banner-image{height:60vh}.banner-title{font-size:2.8rem;margin-bottom:15px}.banner-subtitle{font-size:1rem;margin-bottom:30px;flex-direction:column;gap:10px}.tagline{gap:10px;margin-bottom:20px}.search-container{padding:15px;border-radius:15px}.search-box{grid-template-columns:1fr;gap:12px}.search-btn{grid-column:1;margin-top:10px}.quick-links{flex-direction:column;align-items:center;gap:12px}.link-item{width:80%;justify-content:center}}@media(max-width:576px){.banner-image{height:85vh;object-position:center}.banner-overlay{align-items:flex-start;padding-top:60px}.banner-title{font-size:2.2rem;line-height:1.2}.banner-subtitle{font-size:.9rem;line-height:1.5}.tagline{flex-direction:column;gap:8px}.tag-badge,.rating{font-size:12px;padding:6px 15px}.search-field{padding:14px 14px 14px 45px;font-size:14px}.search-input i{font-size:16px;left:12px}.search-btn{padding:15px 20px;font-size:15px}.link-item{width:90%;padding:10px 20px;font-size:14px}}@media(max-width:375px){.banner-title{font-size:1.8rem}.banner-subtitle{font-size:.85rem}.search-field{font-size:13px}.search-btn{font-size:14px;padding:14px 16px}}@media(max-width:320px){.banner-title{font-size:1.6rem}.banner-subtitle{font-size:.8rem}.search-container{padding:12px}.link-item{width:100%}}@media(max-height:600px)and (orientation:landscape){.banner-image{height:100vh}.banner-overlay{padding:20px}.banner-title{font-size:2.5rem;margin-bottom:15px}.search-container{padding:15px;margin-bottom:20px}.search-box{grid-template-columns:repeat(4,1fr)}.search-btn{grid-column:span 1}}@media(prefers-color-scheme:dark){.search-container{background:#1e1e28f2;border-color:#ffffff1a}.search-field{background:#1e1e2e;color:#fff;border-color:#444}.search-field::placeholder{color:#aaa}}
