@keyframes fadeInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{transform:translateY(100px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOutDown{0%{transform:translateY(0);opacity:1}to{transform:translateY(100px);opacity:0}}:root{--primary:#ff4e00;--primary-dark:#e64600;--primary-light:#fff1eb;--secondary:#1a2b4c;--secondary-dark:#0f1a30;--accent:#22c55e;--text-dark:#111827;--text-gray:#4b5563;--text-light:#9ca3af;--bg-light:#f8fafc;--white:#ffffff;--border:#e5e7eb;--radius-sm:0;--radius-md:0;--radius-lg:0;--radius-xl:0;--shadow-sm:0 1px 2px 0 rgba(0, 0, 0, 0.05);--shadow-md:0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);--shadow-lg:0 10px 25px -5px rgba(0, 0, 0, 0.08), 0 8px 10px -6px rgba(0, 0, 0, 0.01);--shadow-xl:0 20px 40px -10px rgba(0, 0, 0, 0.12)}*{margin:0;padding:0;box-sizing:border-box;border-radius: 0}body{font-family:"Inter",system-ui,-apple-system,sans-serif;font-size:15px;color:var(--text-dark);background-color:#f8fafc;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:"Poppins",sans-serif;color:var(--secondary);line-height:1.2}a{text-decoration:none;color:inherit}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem;width:100%}@media (max-width:768px){.container{padding:0 1rem}}.header{background:var(--white);position:fixed;top:0;left:0;right:0;z-index:1100;box-shadow:var(--shadow-sm);transition:all .3s ease}.header-content{display:flex;justify-content:space-between;align-items:center;height:72px}.logo,.nav-links{display:flex;align-items:center;gap:.5rem}.nav-links{gap:2.5rem}.nav-links a{font-weight:500;color:var(--secondary);transition:all .2s;font-size:.95rem;position:relative}.hero-title span,.input-group i,.nav-links a:hover,.seo-links a:hover{color:var(--primary)}.nav-links a::after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:var(--primary);transition:width .3s}.nav-links a:hover::after{width:100%}.btn-outline{border:1.5px solid var(--secondary);color:var(--secondary);padding:.6rem 1.5rem;border-radius: 0;font-size:.9rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.btn-outline:hover{background:var(--secondary);color:var(--white)!important;transform:translateY(-1px);box-shadow:var(--shadow-md)}.hero{padding-top:60px;min-height:88vh;background:linear-gradient(rgba(26,43,76,.6),rgba(26,43,76,.8)),url(https://images.unsplash.com/photo-1469854523086-cc02fe5d8800?q=80&w=2021&auto=format&fit=crop)center/cover no-repeat;display:flex;flex-direction:column;justify-content:center;align-items:center;color:var(--white)}.hero-title{font-size:2.4rem;font-weight:800;line-height:1.2;margin-bottom:.75rem;letter-spacing:-.5px;text-shadow:0 2px 8px rgba(0,0,0,.3)}.hero-subtitle{font-size:1rem;font-weight:400;opacity:.9;margin-bottom:1.5rem;line-height:1.6}.search-module{background:var(--white);padding:1rem;border-radius: 0;box-shadow:var(--shadow-xl);max-width:900px;width:90%;transform:translateY(50%);margin:-60px auto 0;position:relative;z-index:10}.search-form{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:.75rem;align-items:end}.input-group{display:flex;flex-direction:column;text-align:left;position:relative}.input-group label{font-size:.75rem;font-weight:700;color:var(--secondary);margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px;opacity:.8}.input-group i{position:absolute;bottom:.95rem;left:.85rem;font-size:1rem}.input-group input,.input-group select{width:100%;padding:.75rem .85rem .75rem 2.5rem;border:1.5px solid var(--border);border-radius: 0;font-size:.95rem;font-family:"Inter",sans-serif;color:var(--text-dark);transition:all .3s;background:#fcfcfc;appearance:none}.input-group input:focus,.input-group select:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 4px rgba(255,78,0,.1);background:var(--white)}.btn-primary{background:var(--primary);color:var(--white);border:0;padding:.75rem 1.75rem;border-radius: 0;font-size:.95rem;font-weight:700;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);font-family:"Poppins",sans-serif;display:flex;align-items:center;justify-content:center;gap:.6rem}.btn-primary:hover{background:var(--primary-dark);transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,78,0,.25)}.btn-primary:active{transform:translateY(0)}.section-header{text-align:left;margin-bottom:2rem;display:flex;justify-content:space-between;align-items:flex-end;border-bottom:2px solid var(--border);padding-bottom:1rem}@media (max-width:768px){.section-header{flex-direction:column;align-items:flex-start;gap:1rem}}.section-subtitle{color:var(--primary);font-weight:600;text-transform:uppercase;letter-spacing:.5px;font-size:.75rem;margin-bottom:.25rem;display:block}.section-title{font-size:1.5rem;color:var(--secondary);font-weight:700}.destinations-section{padding:3rem 0}.destinations-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}@media (max-width:1100px){.destinations-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:820px){.destinations-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:520px){.destinations-grid{grid-template-columns:1fr}}.dest-card,.dest-img-wrapper{position:relative;overflow:hidden}.dest-card{background:var(--white);border-radius: 0;box-shadow:var(--shadow-sm);transition:all .3s ease;cursor:pointer;border:1px solid var(--border);display:flex;flex-direction:column}.dest-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-xl)}.dest-img-wrapper{height:240px;width:100%}.dest-img-wrapper img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.dest-card:hover .dest-img-wrapper img{transform:scale(1.05)}.dest-img-gradient{position:absolute;bottom:0;left:0;right:0;height:60%;background:linear-gradient(to top,rgba(0,0,0,.8)0,transparent 100%);z-index:1}.dest-title-overlay,.featured-badge{position:absolute;color:var(--white);font-weight:700}.dest-title-overlay{bottom:1rem;left:1.25rem;font-size:1.4rem;z-index:2;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.3)}.featured-badge{top:.75rem;right:.75rem;background:#ff4e00;padding:.35rem .75rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.5px;display:flex;align-items:center;gap:.3rem;z-index:3}.dest-content{padding:1.25rem;display:flex;flex-direction:column;flex-grow:1}.dest-info-row{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.dest-info-item{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--text-gray)}.dest-info-item i{color:var(--primary);width:16px;text-align:center}.price-container{text-align:right;line-height:1}.price-label{font-size:.65rem;color:var(--text-light);display:block;text-transform:uppercase;margin-bottom:2px}.price-value{font-size:1.15rem;font-weight:700;color:var(--primary)}.btn-view-packages{background:var(--secondary);color:var(--white);padding:.75rem 1rem;border:0;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s ease;width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem}.btn-view-packages:hover{background:#111827}.features-section{padding:3rem 0;background:var(--white)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}.feature-card{text-align:center;padding:1.5rem;border-radius: 0;background:var(--bg-light);transition:transform .3s}.feature-card:hover{transform:translateY(-3px)}.feature-icon{width:50px;height:50px;background:rgba(255,78,0,.1);color:var(--primary);border-radius: 0;display:flex;align-items:center;justify-content:center;font-size:1.25rem;margin:0 auto 1rem}.feature-title{font-size:1.05rem;color:var(--secondary);margin-bottom:.5rem;font-weight:600}.feature-desc{color:var(--text-gray);font-size:.85rem}.cta-section{padding:4rem 0;background:linear-gradient(135deg,var(--secondary) 0%,#2a4365 100%);color:var(--white);text-align:center}.cta-title{font-size:1.75rem;margin-bottom:1rem;color:#fff}.cta-desc{font-size:.95rem;opacity:.9;max-width:600px;margin:0 auto 1.5rem}.footer{background:#0f172a;color:#cbd5e1;padding:5rem 0 2rem}.footer-seo-links{margin-bottom:3rem;padding-bottom:3rem;border-bottom:1px solid rgba(255,255,255,.1)}.seo-link-row{display:flex;gap:1.5rem;margin-bottom:1.25rem;align-items:flex-start}.seo-label{color:var(--white);font-weight:700;font-size:.85rem;min-width:140px;padding-top:.25rem;text-transform:uppercase;letter-spacing:.5px}.seo-links{display:flex;flex-wrap:wrap;gap:.75rem;flex:1}.seo-links a{color:#cbd5e1;font-size:.85rem;transition:color .2s;position:relative;padding-right:.75rem}.seo-links a:not(:last-child)::after{content:"|";position:absolute;right:0;color:rgba(255,255,255,.2)}@media (max-width:768px){.seo-link-row{flex-direction:column;gap:.75rem}.seo-label{min-width:auto;padding-top:0}.seo-links{gap:.5rem}.seo-links a{font-size:.8rem}}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem}.footer-brand .logo{color:var(--white);margin-bottom:1rem}.footer-desc{font-size:.95rem;line-height:1.6;margin-bottom:1.5rem}.footer-socials{display:flex;gap:1rem}.footer-socials a{width:40px;height:40px;background:rgba(255,255,255,.1);border-radius: 0;display:flex;align-items:center;justify-content:center;transition:all .3s}.footer-socials a:hover{background:var(--primary);color:var(--white)}.footer-heading{color:var(--white);font-family:"Poppins",sans-serif;font-size:1.1rem;margin-bottom:1.5rem}.footer-links{list-style:none}.footer-links li{margin-bottom:.75rem}.footer-links a{transition:color .2s}.footer-links a:hover{color:var(--primary)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;text-align:center;font-size:.9rem}.form-card{background:var(--white);padding:2.5rem;border-radius: 0;box-shadow:var(--shadow-md)}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--text-dark)}.form-control{width:100%;padding:.6rem .8rem;border:1px solid var(--border);border-radius: 0;font-family:inherit;font-size:.95rem;transition:border-color .2s}.form-control:focus{outline:0;border-color:var(--primary);box-shadow:0 0 0 3px rgba(255,78,0,.1)}@media (max-width:992px){h1{font-size:2rem!important}h2{font-size:1.5rem!important}.hero-wrapper{flex-direction:column!important;text-align:center;gap:2rem}.hero-content{max-width:100%!important;margin:0 auto}.hero-form-box{max-width:450px!important;margin:0 auto}}@media (max-width:768px){.header-content{height:64px}.logo img{height:32px!important}.btn-outline,.btn-primary{padding:.5rem 1rem;font-size:.85rem}.footer-grid{grid-template-columns:1fr!important;gap:2rem!important;text-align:center}.footer-brand{display:flex;flex-direction:column;align-items:center}.footer-socials,.seo-links{justify-content:center}.seo-label{min-width:auto!important;text-align:center;margin-bottom:.5rem}}.page-banner{background:var(--secondary);color:var(--white);padding:100px 0 40px;text-align:center}@media (max-width:992px){.footer-grid,.search-form{grid-template-columns:1fr 1fr}.footer-grid{gap:2rem}}@media (max-width:768px){.hero-title{font-size:2.5rem}.search-form{grid-template-columns:1fr}.search-module{margin-top:-40px;width:95%;padding:1.25rem}.nav-links{display:none}.destinations-grid,.footer-grid{grid-template-columns:1fr}.destinations-grid{gap:1.5rem}.dest-img-wrapper{height:200px}.dest-title-overlay{font-size:1.2rem;bottom:.75rem;left:1rem}.dest-content{padding:1rem}}.hero-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:1200px;margin:0 auto;gap:2.5rem;padding:0 1.5rem}.hero-content{text-align:left;max-width:580px;flex:1;animation:fadeInDown .8s ease-out}@media (max-width:900px){.hero{min-height:100vh}.hero-wrapper{flex-direction:column;text-align:center;padding:2rem 1.5rem;gap:1.5rem}.hero-content{text-align:center;max-width:100%}.hero-title{font-size:1.8rem}}.hero-form-box{background:var(--white);padding:2rem;border-radius: 0;box-shadow:var(--shadow-xl);width:100%;max-width:400px;color:var(--text-dark)}.hero-form-title{font-size:1.25rem;font-weight:700;margin-bottom:1rem;color:var(--secondary);text-align:center}.mobile-sticky-footer{display:none;position:fixed;bottom:0;left:0;right:0;background:var(--white);box-shadow:0-2px 10px rgba(0,0,0,.1);z-index:1000;padding:.5rem}.mobile-sticky-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.5rem}.mobile-sticky-btn{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:.75rem .5rem;border-radius: 0;font-size:.75rem;font-weight:600;text-decoration:none;color:var(--white)!important;border:0;cursor:pointer;line-height:1.2}.btn-call{background:#2563eb}.btn-wa{background:#25d366}.btn-enquire{background:var(--primary)}@media (max-width:768px){.mobile-sticky-footer{display:block}body{padding-bottom:70px}}@media (max-width:380px){.mobile-sticky-btn{font-size:.65rem;padding:.5rem .25rem}.mobile-sticky-grid{gap:.25rem}}.modal-overlay{display:none;position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.6);z-index:2000;align-items:center;justify-content:center;padding:1rem}.modal-content{background:var(--white);padding:2rem;border-radius: 0;width:100%;max-width:450px;position:relative;animation:slideInUp .3s forwards}.modal-close{position:absolute;top:1rem;right:1rem;background:0 0;border:0;font-size:1.5rem;cursor:pointer;color:var(--text-gray)}.nav-dropdown{position:relative;display:inline-block}.nav-dropdown-toggle{display:flex!important;align-items:center;gap:.25rem;cursor:pointer}.nav-dropdown-menu{display:none;position:absolute;top:100%;left:50%;transform:translateX(-50%);background:var(--white);box-shadow:var(--shadow-lg);border-radius: 0;border:1px solid var(--border);min-width:220px;padding:.5rem 0;z-index:1010;animation:fadeInDown .2s ease-out}.nav-dropdown-menu a{display:flex!important;align-items:center;padding:.65rem 1.25rem!important;color:var(--text-gray)!important;font-size:.8rem!important;font-weight:500!important;transition:all .2s;text-align:left}.nav-dropdown-menu a i{width:18px;margin-right:.5rem;text-align:center}.nav-dropdown-menu a:hover{background:var(--bg-light)!important;color:var(--primary)!important}.nav-dropdown:hover .nav-dropdown-menu{display:block}.mobile-menu-toggle{display:none;background:0 0;border:0;font-size:1.5rem;color:var(--secondary);cursor:pointer;padding:.5rem}.mobile-nav{position:fixed;top:0;right:-300px;width:300px;height:100%;background:var(--white);z-index:2100;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:-5px 0 15px rgba(0,0,0,.1);display:flex;flex-direction:column}.mobile-nav.active{right:0}.package-card-link{display:block;text-decoration:none!important;color:inherit!important}.mobile-nav-links a,.verified-badge{display:flex;align-items:center;font-weight:600}.verified-badge{gap:.35rem;font-size:.8rem;color:#059669}.verified-badge i{font-size:.9rem}.pkg-agent-info{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.pkg-agent-avatar{width:24px;height:24px;border-radius: 0;object-fit:cover}.mobile-nav-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);backdrop-filter:blur(2px);z-index:2050;display:none;opacity:0;transition:opacity .3s}.mobile-nav-overlay.active{display:block;opacity:1}.mobile-nav-header{padding:1.5rem;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--border)}.mobile-menu-close{background:0 0;border:0;font-size:1.25rem;color:var(--text-gray);cursor:pointer}.mobile-nav-content{padding:2rem 1.5rem;flex-grow:1;overflow-y:auto}.mobile-nav-links{list-style:none;margin-bottom:2.5rem}.mobile-nav-links li{margin-bottom:1.25rem}.mobile-nav-links a{gap:1rem;font-size:1.05rem;color:var(--secondary);transition:color .2s}.mobile-nav-links a i{width:20px;color:var(--primary);text-align:center}.mobile-nav-links a:hover{color:var(--primary)}.mobile-nav-auth{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem}.mobile-auth-btn{width:100%;padding:.85rem;text-align:center;border-radius: 0;font-weight:700;font-size:.95rem;border:1px solid var(--border);transition:all .2s}.mobile-auth-btn.primary{background:var(--primary);color:var(--white);border-color:var(--primary)}.mobile-auth-btn.secondary{background:var(--bg-light);color:var(--text-dark)}.mobile-nav-footer{padding:1.5rem;border-top:1px solid var(--border);text-align:center}.mobile-nav-footer p{font-size:.8rem;color:var(--text-gray);margin-bottom:.5rem}.mobile-nav-footer .phone-link{font-weight:700;color:var(--secondary);font-size:1.1rem}@media (max-width:768px){.mobile-menu-toggle{display:block}}