html{scroll-behavior:smooth}:root{--primary-blue:#007bff;--light-blue:#e6f0ff;--text-dark:#1e293b;--text-gray:#64748b;--bg-white:#fff;--bg-light:#f8fafc;--shadow-card:0 10px 30px #0000000d;--shadow-float:0 20px 40px #0000001a}*{box-sizing:border-box;margin:0;padding:0;font-family:Poppins,sans-serif}body{background-color:var(--bg-light);color:var(--text-dark);overflow-x:hidden}html{overflow-x:hidden}.desktop-header{z-index:1000;color:#fff;-webkit-backdrop-filter:blur(20px)saturate(180%);background:#0006;border:1px solid #ffffff4d;border-radius:20px;grid-template-columns:1fr 2fr 1fr;align-items:center;gap:2rem;width:98%;max-width:1400px;padding:.0625rem 2.5rem;transition:all .3s;display:grid;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #0003}.desktop-header:hover{background:#00000080;transform:translate(-50%)translateY(-2px);box-shadow:0 12px 40px #00000040}.logo{letter-spacing:-.5px;text-shadow:0 2px 10px #0000004d;justify-self:start;font-size:1.8rem;font-weight:700}nav{justify-self:center}nav ul{justify-content:center;gap:2.5rem;list-style:none;display:flex}nav a{color:#fff;text-shadow:0 2px 8px #0000004d;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}nav a:hover{color:#fff;text-shadow:0 2px 12px #ffffff80}.header-actions{justify-self:end;align-items:center;gap:1rem;display:flex}.currency-btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:none;border-radius:20px;align-items:center;gap:.5rem;padding:.5rem 1rem;display:flex}.btn-signin{background:var(--text-dark);color:#fff;cursor:pointer;border:none;border-radius:25px;align-items:center;gap:.5rem;padding:.6rem 1.5rem;font-weight:500;display:flex}.hero{text-align:center;border-bottom-right-radius:50px;border-bottom-left-radius:50px;flex-direction:column;align-items:center;height:75vh;padding-top:8rem;display:flex;position:relative;overflow:hidden}.hero:before{content:"";z-index:1;background:#0000004d;position:absolute;inset:0}.hero h1,.hero p,.hero .plane-img{z-index:2;position:relative}.hero h1{color:#fff;margin-bottom:.5rem;font-size:3.5rem;font-weight:600}.hero p{color:#ffffffe6;margin-bottom:2rem;font-size:1.1rem}.plane-img{filter:drop-shadow(0 20px 30px #0003);background-image:url(https://cdn.pixabay.com/photo/2016/11/29/11/38/airplane-1869207_1280.jpg);background-position:50%;background-repeat:no-repeat;background-size:contain;width:80%;max-width:900px;height:300px;margin-top:-2rem}.search-container{z-index:10;width:90%;max-width:1100px;margin-top:-160px;margin-left:auto;margin-right:auto;position:relative}.search-card{box-shadow:var(--shadow-float);background:#fff;border-radius:24px;padding:1.5rem 2rem}.search-header{margin-bottom:1.5rem;display:flex}.search-tabs{background:#f1f5f9;border-radius:12px;gap:.5rem;padding:.3rem;display:inline-flex}.search-tab{color:var(--text-gray);cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.5rem 1.2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.search-tab.active{background:var(--primary-blue);color:#fff;box-shadow:0 2px 5px #0000001a}.trip-type{color:var(--text-dark);gap:2rem;margin-bottom:1.5rem;font-size:.95rem;font-weight:500;display:flex}.radio-group{cursor:pointer;align-items:center;gap:.5rem;display:flex}.custom-radio{border:2px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;display:flex}.custom-radio.selected{border-color:var(--primary-blue)}.radio-dot{background:var(--primary-blue);border-radius:50%;width:10px;height:10px}.search-inputs-row{background:#fff;border-radius:16px;align-items:center;gap:1rem;display:flex}.input-group{border-right:1px solid #f1f5f9;flex:1;align-items:center;gap:1rem;padding:.5rem;display:flex;position:relative}.input-group:last-child{border-right:none}.input-icon{color:var(--text-gray);font-size:1.2rem}.input-content{flex-direction:column;display:flex}.input-label{color:var(--text-gray);text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;font-weight:500}.input-value{color:var(--text-dark);margin:.1rem 0;font-size:1.1rem;font-weight:700}.input-sub{color:var(--text-gray);white-space:nowrap;text-overflow:ellipsis;max-width:150px;font-size:.75rem;overflow:hidden}.swap-btn{width:32px;height:32px;color:var(--primary-blue);z-index:5;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:-20px;transform:translateY(-50%);box-shadow:0 2px 5px #0000000d}.btn-search-large{background:var(--primary-blue);color:#fff;cursor:pointer;border:none;border-radius:16px;justify-content:center;align-items:center;width:64px;height:64px;margin-left:.5rem;font-size:1.4rem;transition:all .3s;display:flex;box-shadow:0 10px 20px #2563eb33}.btn-search-large:hover{background:#0056b3;transform:translateY(-2px)}.destinations{max-width:1400px;margin:0 auto;padding:6rem 5% 4rem}.section-header{text-align:center;margin-bottom:3rem}.badge{color:var(--text-dark);background:#f1f5f9;border-radius:20px;align-items:center;gap:.5rem;margin-bottom:1rem;padding:.5rem 1rem;font-size:.85rem;font-weight:600;display:inline-flex}.section-header h2{color:var(--text-dark);font-size:2.5rem;line-height:1.2}.destinations-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;display:grid}.dest-card{box-shadow:var(--shadow-card);cursor:pointer;background:#fff;border-radius:20px;transition:transform .3s;overflow:hidden}.dest-card:hover{transform:translateY(-10px)}.dest-img{object-fit:cover;width:100%;height:300px}.dest-info{padding:1.5rem}.dest-title{color:var(--text-dark);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.dest-meta{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.dest-location{color:var(--text-gray);align-items:center;gap:.3rem;font-size:.9rem;display:flex}.dest-price{color:var(--primary-blue);font-size:1.2rem;font-weight:700}.dest-rating{color:#fbbf24;font-size:.9rem;font-weight:600}.slider-controls{justify-content:center;gap:1rem;margin-top:3rem;display:flex}.control-btn{cursor:pointer;width:40px;height:40px;color:var(--text-dark);background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;transition:all .3s;display:flex}.control-btn:hover{background:var(--primary-blue);color:#fff;border-color:var(--primary-blue)}.mobile-header,.bottom-nav,.mobile-search-container{display:none}@media (max-width:1024px){.search-inputs-row{flex-wrap:wrap}.input-group{flex:40%}.hero{height:auto;padding-bottom:10rem}}@media (max-width:768px){.desktop-header,.hero,.search-container{display:none}.mobile-header{background:#fff;padding:1.5rem;display:block}.mobile-search-container{z-index:10;margin-top:7rem;padding:0 1.5rem;display:block;position:relative}.mobile-search-tabs{background:#f1f5f9;border-radius:25px;justify-content:center;gap:.2rem;margin-bottom:1.5rem;padding:.3rem;display:flex}.mobile-tab{color:var(--text-gray);cursor:pointer;background:0 0;border:none;border-radius:20px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.6rem;font-size:.85rem;font-weight:500;transition:all .3s;display:flex}.mobile-tab.active{color:var(--primary-blue);background:#fff;font-weight:600;box-shadow:0 2px 4px #0000000d}.mobile-route-container{background:#fff;border:1px solid #f1f5f9;border-radius:20px;margin-bottom:1rem;position:relative;box-shadow:0 4px 20px #00000008}.mobile-input-row{align-items:center;gap:1rem;padding:1rem 1.2rem;display:flex}.mobile-input-row:first-child{border-bottom:1px solid #f1f5f9}.route-icon{color:var(--text-gray);text-align:center;width:24px;font-size:1rem}.route-details{flex-direction:column;flex:1;display:flex}.route-label{color:var(--text-gray);margin-bottom:.2rem;font-size:.75rem}.route-value{color:var(--text-dark);justify-content:space-between;align-items:center;font-size:1rem;font-weight:600;display:flex}.route-code{color:var(--text-gray);background:#f1f5f9;border-radius:6px;padding:.2rem .5rem;font-size:.75rem;font-weight:600}.mobile-swap-btn{width:40px;height:40px;color:var(--primary-blue);z-index:5;cursor:pointer;background:#fff;border:1px solid #e2e8f0;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:2rem;transform:translateY(-50%);box-shadow:0 4px 10px #0000000d}.mobile-grid-row{grid-template-columns:1.2fr .8fr;gap:1rem;margin-bottom:1.5rem;display:grid}.mobile-card-input{background:#fff;border:1px solid #f1f5f9;border-radius:16px;flex-direction:column;gap:.3rem;padding:1rem;display:flex;box-shadow:0 4px 20px #00000008}.input-label-small{color:var(--text-gray);align-items:center;gap:.4rem;font-size:.75rem;display:flex}.input-value-large{color:var(--text-dark);font-size:.95rem;font-weight:600}.mobile-search-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#06f 0%,#4d94ff 100%);border:none;border-radius:20px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:2rem;padding:1.1rem;font-size:1.1rem;font-weight:600;transition:transform .2s;display:flex;box-shadow:0 10px 20px #06f3}.mobile-search-btn:active{transform:scale(.98)}.bottom-nav{z-index:1000;background:#fff;border-top:1px solid #f1f5f9;justify-content:space-between;width:100%;padding:1rem 2rem;display:flex;position:fixed;bottom:0;left:0}.nav-item{color:var(--text-gray);flex-direction:column;align-items:center;gap:.3rem;font-size:.75rem;text-decoration:none;display:flex}.nav-item i{font-size:1.2rem}.nav-item.active{color:var(--primary-blue)}.destinations{padding-bottom:6rem;padding-left:1rem;padding-right:1rem}.destinations-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.dest-card{border-radius:16px}.dest-img{height:180px}.dest-info{padding:1rem}.dest-title{margin-bottom:.4rem;font-size:.95rem}.dest-location{font-size:.75rem}.dest-price{font-size:1rem}.dest-rating{font-size:.8rem}.mobile-header{color:#fff;z-index:1000;background:linear-gradient(#06f 0%,#4d94ff 100%);border-bottom-right-radius:30px;border-bottom-left-radius:30px;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:1rem 1.5rem;display:flex;position:fixed;top:0;left:0;box-shadow:0 4px 20px #06f3}.header-left{flex:1;align-items:center;gap:1rem;display:flex;overflow:hidden}.header-icon{color:#fff;flex-shrink:0;font-size:1.2rem}.header-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin:0;font-size:1.1rem;font-weight:600;overflow:hidden}.header-right{flex-shrink:0;align-items:center;gap:1rem;display:flex}.header-bell{color:#fff;font-size:1.2rem}.header-profile img{object-fit:cover;border:2px solid #ffffff4d;border-radius:50%;width:40px;height:40px}}.footer{color:#fff;background:linear-gradient(135deg,#1e293b 0%,#334155 100%);margin-top:4rem;padding:4rem 5% 2rem}.footer-content{grid-template-columns:2fr 1fr 1fr 1.5fr;gap:3rem;max-width:1400px;margin:0 auto 3rem;display:grid}.footer-section h3.footer-logo{color:#fff;margin-bottom:1rem;font-size:2rem;font-weight:700}.footer-desc{color:#fffc;margin-bottom:1.5rem;font-size:.95rem;line-height:1.8}.footer-social{gap:1rem;display:flex}.social-icon{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;text-decoration:none;transition:all .3s;display:flex}.social-icon:hover{background:var(--primary-blue);transform:translateY(-3px)}.footer-section h4{color:#fff;margin-bottom:1.5rem;font-size:1.2rem;font-weight:600}.footer-links{margin:0;padding:0;list-style:none}.footer-links li{margin-bottom:.8rem}.footer-links a{color:#fffc;align-items:center;gap:.5rem;font-size:.95rem;text-decoration:none;transition:all .3s;display:flex}.footer-links a:hover{color:#fff;padding-left:.5rem}.footer-links i{color:var(--primary-blue);font-size:.7rem}.footer-contact{margin:0;padding:0;list-style:none}.footer-contact li{color:#fffc;align-items:flex-start;gap:.8rem;margin-bottom:.8rem;font-size:.95rem;line-height:1.6;display:flex}.footer-contact i{color:var(--primary-blue);flex-shrink:0;margin-top:.2rem;font-size:.9rem}.footer-contact .gst-info{border-top:1px solid #ffffff1a;margin-top:.5rem;padding-top:.8rem;font-family:Courier New,monospace;font-weight:600}.footer-bottom{border-top:1px solid #ffffff1a;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;max-width:1400px;margin:0 auto;padding-top:2rem;display:flex}.footer-bottom p{color:#ffffffb3;margin:0;font-size:.9rem}.footer-bottom-links{align-items:center;gap:1rem;display:flex}.footer-bottom-links a{color:#ffffffb3;font-size:.9rem;text-decoration:none;transition:color .3s}.footer-bottom-links a:hover{color:#fff}.footer-bottom-links span{color:#fff6}@media (max-width:768px){.footer{display:none}}@media (min-width:769px) and (max-width:1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}.search-widget-container{z-index:10;margin-top:-130px;position:relative}@media (max-width:992px){.search-widget-container{margin-top:50px;padding-top:107px}}
