:root{--primary:#FFC107;--secondary:#0F172A;--accent:#FF6B00;--white:#FFFFFF;--light:#F8FAFC;--gray:#64748B;--dark:#020617;--shadow:0 20px 50px rgba(0,0,0,.08)}.routes-section{padding:100px 0;background:#fff}.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:50px}.route-card{background:#f8fafc;border:1px solid #e5e7eb;border-radius:18px;padding:25px;text-align:center;font-weight:600;transition:.3s}.route-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.site-fleet-callout{padding:80px 0;background:#f8fafc}.site-fleet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.site-fleet-card{display:block;overflow:hidden;border:1px solid #e5e7eb;border-radius:18px;background:#fff;color:var(--secondary);box-shadow:0 10px 28px rgba(15,23,42,.06);transition:transform .25s ease,box-shadow .25s ease}.site-fleet-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(15,23,42,.12)}.site-fleet-card img{width:100%;aspect-ratio:16/10;object-fit:cover}.site-fleet-card h3{margin:18px 20px 6px;font-size:21px}.site-fleet-card p{margin:0 20px 20px;color:var(--gray);line-height:1.55}.site-fleet-actions{display:flex;justify-content:center;flex-wrap:wrap;gap:14px;margin-top:30px}.site-fleet-actions .btn-primary,.site-fleet-actions .btn-secondary{display:inline-flex;align-items:center;justify-content:center;min-height:48px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:'Poppins',sans-serif;overflow-x:hidden;background:var(--white);padding-top:80px}img{max-width:100%;height:auto;display:block}a{text-decoration:none}ul{list-style:none}*,*::before,*::after{box-sizing:border-box}.container{width:90%;max-width:1280px;margin:auto}.section-header{text-align:center;margin-bottom:60px}.section-header span{color:var(--primary);font-weight:600;letter-spacing:1px}.section-header h2{font-size:42px;margin-top:15px;color:var(--secondary)}.section-header p{max-width:700px;margin:20px auto 0;color:var(--gray);line-height:1.8}.header{position:fixed;top:0;left:0;width:100%;background:var(--white);z-index:1000;box-shadow:0 2px 20px rgba(0,0,0,.05)}.nav-container{display:flex;align-items:center;justify-content:space-between;height:80px}.logo{font-size:30px;font-weight:800;color:var(--secondary)}.logo span{color:var(--primary)}.nav-links{display:flex;gap:35px}.nav-links a{color:var(--secondary);font-weight:500;transition:.3s}.nav-links a:hover{color:var(--primary)}.call-btn{background:var(--primary);color:var(--secondary);padding:12px 25px;border-radius:50px;font-weight:600;transition:.3s}.call-btn:hover{transform:translateY(-2px)}.menu-toggle{display:none;font-size:30px;cursor:pointer}.google-rating{margin-top:25px;display:flex;align-items:center;gap:14px;flex-wrap:wrap;color:#fff;font-weight:500}.google-rating .stars{color:#FFC107;font-size:22px;letter-spacing:2px}.page-hero{padding:140px 0 80px;background:#f8fafc;text-align:center}.page-hero h1{font-size:52px;line-height:1.2;color:var(--secondary);margin-bottom:20px}.page-hero p{max-width:850px;margin:0 auto 30px;line-height:1.8;color:var(--gray)}.page-hero .btn-primary{display:inline-block;margin-right:15px}.page-hero .btn-secondary{display:inline-block;border:2px solid var(--secondary);color:var(--secondary)}.hero{min-height:100vh;background:linear-gradient( rgba(15,23,42,.85),rgba(15,23,42,.85) ),url('../assets/images/hero-1280.jpg');background-size:cover;background-position:center;display:flex;align-items:center;padding-top:100px}.hero-wrapper{display:grid;grid-template-columns:1.2fr .8fr;gap:50px;align-items:center}.hero-badge{display:inline-block;background:rgba(255,255,255,.15);color:#fff;padding:10px 18px;border-radius:50px;margin-bottom:25px}.hero-content h1{color:#fff;font-size:54px;line-height:1.2;margin-bottom:20px}.hero-content p{color:#ddd;line-height:1.8;margin-bottom:30px}.hero-buttons{display:flex;gap:15px;margin-bottom:30px}.btn-primary{background:var(--primary);color:var(--secondary);padding:15px 30px;border-radius:50px;font-weight:600}.btn-secondary{border:2px solid var(--white);color:var(--white);padding:15px 30px;border-radius:50px;font-weight:600}.hero-features{display:flex;flex-wrap:wrap;gap:20px;color:var(--white)}.why-link{text-decoration:none;color:inherit;display:block}.booking-card{background:var(--white);padding:35px;border-radius:20px;box-shadow:var(--shadow)}.booking-card h3{margin-bottom:25px;color:var(--secondary)}.booking-card form{display:flex;flex-direction:column;gap:15px}.booking-card input,.booking-card select{height:55px;border:1px solid #ddd;border-radius:10px;padding:0 15px}.booking-card button{height:55px;border:none;background:var(--primary);color:var(--secondary);font-weight:700;border-radius:10px;cursor:pointer;transition:.3s}.booking-card button:hover{background:#ffb300}.stats{padding:80px 0;background:var(--white)}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px}.stat-card{text-align:center;padding:35px;border-radius:20px;background:var(--white);box-shadow:var(--shadow)}.stat-card h3{font-size:40px;color:var(--primary)}.stat-card p{margin-top:10px}.why-us{padding:100px 0;background:var(--light)}.why-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:25px}..why-card{background:var(--white);padding:40px 30px;text-align:center;border-radius:20px;box-shadow:var(--shadow);box-sizing:border-box;width:100%;overflow:hidden}.services{padding:100px 0;background:var(--white)}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.services-grid a{text-decoration:none;color:inherit;display:block}.service-card{padding:40px;border-radius:20px;background:var(--white);box-shadow:var(--shadow);transition:.3s}.service-card:hover{transform:translateY(-8px)}.service-card h3{margin-bottom:15px;color:var(--secondary)}.service-card p{color:var(--gray);line-height:1.7}.fleet-section{padding:100px 0;background:#fff}.fleet-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:25px;margin-top:50px}.fleet-card{background:#fff;border:1px solid #eaeaea;border-radius:20px;padding:30px;text-align:center;transition:0.3s ease}.fleet-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,0.08)}.fleet-card>img{display:block;width:100%;height:220px;margin:0 0 18px;border-radius:14px;background:#e2e8f0;object-fit:cover;object-position:center}.fleet-photo{width:100%;aspect-ratio:4/3;overflow:hidden;border-radius:12px;margin-bottom:18px;background:#e2e8f0}.fleet-photo img{width:100%;height:100%;object-fit:cover;object-position:center 58%}.owned-fleet-showcase{padding:72px 0;background:#f8fafc}.owned-fleet-image{display:block;width:auto;max-width:min(100%,960px);height:auto;max-height:650px;margin:28px auto 0;border-radius:16px;box-shadow:0 14px 34px rgba(15,23,42,.14)}.fleet-icon{width:70px;height:70px;margin:0 auto 20px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:rgba(255,193,7,.15)}.fleet-icon i{font-size:28px;color:var(--primary)}.fleet-card h3{font-size:22px;margin-bottom:10px}.fleet-card p{font-weight:600;margin-bottom:10px}.fleet-card span{color:#666;font-size:14px;line-height:1.6}.travel-solutions{padding:100px 0;background:#f8fafc}.solutions-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}.solution-card{background:#fff;padding:35px 30px;border-radius:20px;text-align:center;transition:0.3s ease}.solution-card:hover{transform:translateY(-8px);box-shadow:0 15px 40px rgba(0,0,0,0.08)}.solution-card i{font-size:38px;color:var(--primary);margin-bottom:20px}.solution-card h3{margin-bottom:15px;font-size:22px}.solution-card p{color:#666;line-height:1.7}.popular-services{padding:100px 0;background:#f8fafc}.service-keywords-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;margin-top:50px}.keyword-card{background:#fff;padding:30px;border-radius:18px;border:1px solid #e5e7eb;transition:.3s ease}.keyword-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.08)}.keyword-card h3{margin-bottom:12px;font-size:22px}.keyword-card p{color:#666;line-height:1.7}.testimonials{padding:100px 0;background:#fff}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:30px;margin-top:50px}.testimonial-card{background:#f8fafc;padding:35px;border-radius:20px;border:1px solid #e5e7eb}.stars{font-size:22px;margin-bottom:20px}.testimonial-card p{color:#555;line-height:1.8;margin-bottom:20px}.testimonial-card h4{font-size:18px;font-weight:600}.fleet-card,.solution-card,.keyword-card{display:block;text-decoration:none;color:inherit;cursor:pointer}.floating-call,.floating-whatsapp{position:fixed;width:60px;height:60px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;color:#fff;z-index:9999;box-shadow:0 8px 25px rgba(0,0,0,.25)}.floating-call{background:#ff6b00;bottom:95px;right:20px}.floating-whatsapp{background:#25D366;bottom:20px;right:20px}.cta-section{padding:80px 0;background:linear-gradient(135deg,#FFC107,#ffb300)}.cta-box{max-width:1000px;margin:auto;text-align:center;background:rgba(255,255,255,.18);padding:60px 40px;border-radius:28px;backdrop-filter:blur(8px);box-shadow:0 20px 50px rgba(0,0,0,.12)}.cta-box h2{font-size:54px;color:var(--secondary);margin-bottom:20px;font-weight:800}.cta-box p{max-width:760px;margin:0 auto 30px;color:var(--secondary);line-height:1.8;font-size:18px}.cta-badges{display:flex;justify-content:center;gap:15px;flex-wrap:wrap;margin-bottom:35px}.cta-badges span{background:#fff;padding:12px 20px;border-radius:40px;font-weight:600;font-size:14px;box-shadow:0 6px 18px rgba(0,0,0,.08)}.cta-buttons{display:flex;justify-content:center;gap:20px;flex-wrap:wrap}.cta-buttons a{padding:16px 34px;border-radius:50px;font-size:18px;font-weight:700;text-decoration:none;transition:.3s}.cta-buttons .call-btn{background:#111827;color:#fff}.wa-btn{background:#25D366;color:#fff}.cta-buttons a:hover{transform:translateY(-3px)}.contact-section{padding:100px 0;background:#fff}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-top:50px}.contact-card{background:#f8fafc;padding:35px 25px;text-align:center;border-radius:20px;border:1px solid #e5e7eb}.contact-card i{font-size:32px;color:var(--primary);margin-bottom:20px}.contact-card h3{margin-bottom:12px}.contact-card a{color:#333;font-weight:600;word-break:break-word}.faq-section{padding:100px 0;background:#fff}.faq-container{max-width:1000px;margin:50px auto 0}.faq-item{background:#f8f9fb;padding:25px;border-radius:12px;margin-bottom:20px}.faq-item h3{font-size:20px;margin-bottom:10px}.faq-item p{line-height:1.8;color:#666}.footer{background:#111827;color:#fff;padding:80px 0 30px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px}.footer-col h3{margin-bottom:20px}.footer-col p,.footer-col li{color:#cbd5e1;line-height:1.8}.footer-col ul{list-style:none}.footer-col a{color:#cbd5e1;transition:.3s}.footer-col a:hover{color:var(--primary)}.footer-bottom{margin-top:50px;padding-top:25px;border-top:1px solid rgba(255,255,255,.1);text-align:center}.booking-status{min-height:1.35em;color:#166534;font-size:13px;line-height:1.45;margin:0}.booking-status.is-error{color:#b91c1c}.authority-section{padding:85px 0;background:#f8fafc}.authority-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;margin-top:36px}.authority-card{display:block;padding:28px;border:1px solid #e2e8f0;border-radius:16px;background:#fff;color:var(--secondary);box-shadow:0 8px 20px rgba(15,23,42,.05);transition:transform .2s,box-shadow .2s}.authority-card:hover{transform:translateY(-4px);box-shadow:0 16px 30px rgba(15,23,42,.10)}.authority-card i{color:#d99f00;font-size:24px;margin-bottom:14px}.authority-card h3{margin-bottom:10px}.authority-card p{color:#64748b;line-height:1.7}.booking-checklist{max-width:950px;margin:34px auto 0;padding:24px 28px;border-left:4px solid var(--primary);border-radius:10px;background:#fff;color:#475569;line-height:1.8}.booking-checklist strong{color:var(--secondary)}@media (max-width:900px){.authority-grid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.authority-section{padding:65px 0}.authority-grid{grid-template-columns:1fr}.booking-checklist{padding:20px}}.fallback-booking-section{padding:85px 0;background:#f8fafc}.fallback-booking-card{max-width:560px;margin:0 auto}.mega-footer-grid{grid-template-columns:1.7fr repeat(4,minmax(150px,1fr));gap:32px}.footer-about p{margin-bottom:18px}.footer-whatsapp{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:8px;background:#25d366;color:#081c15 !important;font-weight:700}.footer-whatsapp:hover{background:#31e875;color:#081c15 !important}@media (max-width:1180px){.mega-footer-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:768px){.mega-footer-grid{grid-template-columns:1fr}}.skip-link{position:fixed;top:8px;left:8px;z-index:10000;padding:10px 16px;color:#ffffff;background:#111827;border-radius:6px;text-decoration:none;transform:translateY(-150%);transition:transform 0.2s ease}.skip-link:focus{transform:translateY(0)}
@media (max-width:991px){.navbar{display:none}.menu-toggle{display:block}.hero-wrapper{grid-template-columns:1fr}.hero-content h1{font-size:42px}.section-header h2{font-size:34px}.stats-grid{grid-template-columns:repeat(2,1fr)}.why-grid{grid-template-columns:repeat(2,1fr)}.services-grid{grid-template-columns:repeat(2,1fr)}.solutions-grid{grid-template-columns:repeat(2,1fr)}.service-keywords-grid{grid-template-columns:repeat(2,1fr)}.testimonial-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:1fr 1fr}}@media (max-width:768px){.call-btn{display:none}.google-rating{justify-content:center;text-align:center}.hero{padding:130px 0 80px;background-image:linear-gradient( rgba(15,23,42,.85),rgba(15,23,42,.85) ),url('../assets/images/hero-800.jpg')}.hero-content h1{font-size:34px}.hero-buttons{flex-direction:column}.hero-features{flex-direction:column;gap:10px}.page-hero{padding:120px 0 60px}.page-hero h1{font-size:34px}.section-title h2{font-size:30px}.section-header h2{font-size:30px}.stats-grid{grid-template-columns:1fr}.why-grid{grid-template-columns:1fr}.booking-card{margin-top:30px}.fleet-grid{grid-template-columns:repeat(2,1fr);gap:15px}.site-fleet-grid{grid-template-columns:repeat(2,1fr)}.fleet-card{padding:20px}.fleet-card h3{font-size:18px}.fleet-card p{font-size:14px}.site-fleet-card h3{font-size:18px;margin:14px 15px 5px}.site-fleet-card p{font-size:14px;margin:0 15px 15px}.site-fleet-actions{flex-direction:column;align-items:stretch}.site-fleet-actions a{width:100%}.solutions-grid{grid-template-columns:1fr}.service-keywords-grid{grid-template-columns:1fr}.cta-box h2{font-size:34px}.cta-box{padding:40px 25px}.contact-grid{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr;gap:30px}}@media (max-width:576px){.container{width:92%}.hero-content h1{font-size:28px;line-height:1.3}.hero-content p{font-size:15px}.hero-badge{font-size:13px}.page-hero h1{font-size:28px}.page-hero p{font-size:15px}.page-hero .btn-primary,.page-hero .btn-secondary{display:block;margin:10px auto;width:220px}.hero-buttons a{width:100%;text-align:center}.btn-primary,.btn-secondary{text-align:center}.booking-card{padding:25px}}@media (max-width:480px){.fleet-grid{grid-template-columns:1fr}.services-grid{grid-template-columns:1fr}.floating-call,.floating-whatsapp{width:52px;height:52px;font-size:22px}}@media (max-width:991px){.hero-grid{display:grid;grid-template-columns:1fr;gap:40px}.hero-content{text-align:center}.hero-buttons{justify-content:center}.hero-highlights{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.hero-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-top:30px}.packages-grid,.destination-grid,.customer-grid,.process-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:25px}.travel-benefits{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}.cta-features{display:grid;grid-template-columns:repeat(2,1fr);gap:15px}}@media (max-width:768px){.hero-grid{grid-template-columns:1fr}.hero-content{text-align:center}.hero-content h1{font-size:34px}.hero-description{font-size:16px}.hero-buttons{display:flex;flex-direction:column;gap:15px}.hero-buttons a{width:100%}.hero-highlights{display:grid;grid-template-columns:1fr}.hero-stats{grid-template-columns:repeat(2,1fr)}.packages-grid,.destination-grid,.customer-grid,.process-grid{grid-template-columns:1fr}.travel-benefits{grid-template-columns:1fr}.cta-features{grid-template-columns:1fr}}@media (max-width:576px){.hero{padding:120px 0 70px}.hero-content h1{font-size:28px;line-height:1.3}.hero-description{font-size:15px}.hero-badge{font-size:13px}.hero-highlights{gap:10px}.hero-highlights div{justify-content:center;text-align:center}.hero-stats{grid-template-columns:1fr}.stat-box{padding:20px}.package-card,.destination-card,.customer-card,.process-card{padding:25px}}@media (max-width:480px){.hero-content h1{font-size:26px}.section-header h2{font-size:28px}.hero-buttons a{width:100%}}@media (max-width:768px){.fleet-card>img{height:210px}.owned-fleet-image{max-height:520px}}@media (max-width:640px){.fleet-grid{grid-template-columns:1fr}.fleet-card>img{height:200px}.owned-fleet-image{max-height:430px}}.skip-link{position:fixed !important;top:-100px !important;left:12px !important;z-index:999999 !important;padding:10px 16px !important;background:#ffffff !important;color:#111111 !important;font-weight:700 !important;text-decoration:none !important;border-radius:6px !important;box-shadow:0 4px 12px rgba(0,0,0,0.2) !important}.skip-link:focus,.skip-link:focus-visible{top:12px !important}@media screen and (max-width:768px){.nav-container{position:relative}.menu-toggle{display:flex !important;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:0;background:transparent;cursor:pointer;z-index:10002}.menu-toggle i{display:block;font-size:24px;line-height:1}.navbar{position:absolute !important;top:100% !important;left:0 !important;right:0 !important;width:100% !important;display:none !important;background:#ffffff;padding:15px 20px;z-index:10001;box-shadow:0 8px 20px rgba(0,0,0,0.15)}.navbar.active{display:block !important}.navbar .nav-links{display:flex !important;flex-direction:column !important;align-items:stretch !important;gap:0 !important;width:100%;margin:0;padding:0;list-style:none}.navbar .nav-links li{display:block;width:100%;margin:0}.navbar .nav-links a{display:block;width:100%;padding:13px 5px;border-bottom:1px solid #eeeeee;text-decoration:none}.header .call-btn{display:none !important}}