:root{--navy:#00285D;--gold:#CB9529;--white:#FFFFFF}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--white);color:var(--navy);line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.site-header{background-color:var(--navy);color:var(--white);border-bottom:3px solid var(--gold)}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 0}.logo{height:56px}.main-nav a{color:var(--white);text-decoration:none;margin-left:1.5rem;font-weight:500}.main-nav a:hover{color:var(--gold)}.nav-cta{padding:0.4rem 0.9rem;border-radius:4px;border:1px solid var(--gold)}.hero{min-height:70vh;display:flex;align-items:center;justify-content:center}.section{padding:4rem 0}@media (max-width:768px){.section{padding:2.5rem 0}}.site-footer{background-color:var(--navy);color:var(--white);text-align:center;padding:1.5rem 0;border-top:3px solid var(--gold)}.hero-inner{display:flex;align-items:center;justify-content:center;min-height:70vh}.hero-content{max-width:800px;text-align:center}.hero-content h1{font-size:2.4rem;margin-bottom:1rem}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem}.btn-primary{display:inline-block;background-color:var(--gold);color:var(--navy);padding:0.8rem 2rem;border-radius:4px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:0.5px}.btn-primary:hover{background-color:#d4a843}.section h2{font-size:1.8rem;margin-bottom:1rem}.section p{margin-bottom:0.8rem;font-size:1rem}.feature-grid,.service-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}@media (max-width:768px){.feature-grid,.service-grid{grid-template-columns:1fr}}.fleet-grid,.routes-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1.5rem;margin-top:2rem}@media (max-width:768px){.fleet-grid,.routes-grid{grid-template-columns:1fr}}.trust-container{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.trust-image-col{display:flex;align-items:stretch;justify-content:center;width:100%}.justdial-trust-img{width:100%;height:auto;border-radius:24px;display:block;object-fit:contain;box-shadow:0 16px 60px rgba(0,0,0,0.16)}@media (max-width:900px){.trust-container{grid-template-columns:1fr;gap:1.5rem}.trust-image-col{order:-1;width:100%}.justdial-trust-img{width:100%;border-radius:20px;box-shadow:0 12px 40px rgba(0,0,0,0.14)}}@media (max-width:480px){.justdial-trust-img{width:100%;border-radius:16px;box-shadow:0 8px 28px rgba(0,0,0,0.12)}}.trust-features-box{background:#ffffff;border:1px solid rgba(18,33,58,0.08);border-radius:20px;padding:30px;margin-top:30px;box-shadow:0 4px 20px rgba(18,33,58,0.04)}.trust-features-title{font-size:18px;font-weight:700;color:#12213a;margin-bottom:20px;margin-top:0}.trust-features-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:0}@media (max-width:600px){.trust-features-grid{grid-template-columns:1fr}}.trust-item{display:flex;align-items:flex-start;font-size:14px;color:#6a7486;line-height:1.5}.trust-check{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background-color:#fef0d8;color:#cb9529;margin-right:12px;flex-shrink:0;margin-top:2px}.trust-check svg{width:12px;height:12px;stroke-width:3}.cta-section{background-color:#f8fafc;border-top:1px solid rgba(0,40,93,0.08);border-bottom:1px solid rgba(0,40,93,0.08)}.cta-inner{text-align:center;max-width:800px}.cta-inner p{margin-bottom:0.8rem}.faq-list{margin-top:2rem}.faq-item+.faq-item{margin-top:1.2rem}.faq-item h3{font-size:1.1rem;margin-bottom:0.3rem}.contact-grid{display:grid;grid-template-columns:minmax(260px,1.7fr) minmax(220px,1fr);gap:2rem;margin-top:2rem}.contact-info h3,.contact-actions h3{font-size:1.2rem;margin-top:1rem}.contact-info a{color:var(--navy);text-decoration:none;border-bottom:1px solid var(--gold)}.contact-info a:hover{color:var(--gold)}.contact-actions ul{list-style:none;padding-left:0}.contact-actions li{margin-bottom:0.6rem;font-size:1rem}@media (max-width:768px){.contact-grid{grid-template-columns:1fr}}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background-color:var(--white);color:var(--navy);line-height:1.7;font-size:16px}.section+.section{border-top:1px solid rgba(0,40,93,0.06)}.section h2{font-size:2rem;margin-bottom:1rem;letter-spacing:0.5px}.section h2+p{max-width:800px}.section p{margin-bottom:0.8rem;font-size:1rem;max-width:900px}.site-header{background-color:var(--navy);color:var(--white);border-bottom:3px solid var(--gold);position:sticky;top:0;z-index:1000}.header-inner{display:flex;align-items:center;justify-content:space-between;padding:0.75rem 0}.logo{height:56px}.main-nav{display:flex;align-items:center;gap:1.2rem}.main-nav a{color:var(--white);text-decoration:none;font-weight:500;font-size:0.95rem;padding-bottom:2px;border-bottom:2px solid transparent}.main-nav a:hover{color:var(--gold);border-color:var(--gold)}.nav-cta{padding:0.4rem 0.9rem;border-radius:999px;border:1px solid var(--gold)}.hero-inner{display:flex;align-items:center;justify-content:center;min-height:70vh;text-align:center}.hero-content h1{font-size:2.6rem;margin-bottom:1rem}.hero-content p{font-size:1.1rem;margin-bottom:1.5rem}.btn-primary{display:inline-block;background-color:var(--gold);color:var(--navy);padding:0.9rem 2.3rem;border-radius:999px;font-weight:600;text-decoration:none;text-transform:uppercase;letter-spacing:0.7px}.btn-primary:hover{background-color:#d4a843}@media (max-width:768px){.header-inner{flex-direction:row;align-items:center;justify-content:space-between;gap:0.5rem}.main-nav{flex-wrap:wrap;gap:0.6rem}.hero-inner{padding:2.5rem 0}.hero-content h1{font-size:2rem}.section{padding:3rem 1rem}}.feature-card,.service-card,.route-card{border-radius:8px;padding:1.5rem;background:#ffffff;border:1px solid rgba(0,40,93,0.08);box-shadow:0 6px 18px rgba(0,40,93,0.06)}.feature-card h3,.service-card h3,.route-card h3{font-size:1.15rem;margin-bottom:0.5rem;color:var(--navy)}.feature-card p,.service-card p,.route-card p{font-size:0.98rem}#why-us,#trust,#faq{background-color:#f8fafc}#fleet{background-color:#172744}#services{background-color:#ffffff}#routes{background-color:#fcfbf8}.container{max-width:1120px;margin:0 auto;padding:0 1.25rem}html{scroll-behavior:smooth}a:focus,button:focus{outline:2px solid var(--gold);outline-offset:2px}.mobile-nav-toggle{display:none}@media (max-width:768px){.header-inner{flex-direction:row;justify-content:space-between;align-items:center}.main-nav{flex-direction:column;align-items:flex-start;gap:0.4rem;margin-top:0.5rem}}.main-nav a.active-nav{color:var(--gold);border-color:var(--gold)}.booking-form{margin-top:1.5rem;max-width:900px}.form-row{display:flex;gap:1.5rem;margin-bottom:1.2rem}.form-group{flex:1;display:flex;flex-direction:column}.form-group label{font-size:0.95rem;margin-bottom:0.4rem}.form-group input,.form-group select,.form-group textarea{padding:0.6rem 0.7rem;border-radius:4px;border:1px solid rgba(0,40,93,0.25);font-size:0.95rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:var(--gold);outline:none;box-shadow:0 0 0 1px rgba(203,149,41,0.4)}.form-actions{margin-top:1.5rem}.form-note{margin-top:0.6rem;font-size:0.85rem;color:rgba(0,40,93,0.7)}@media (max-width:768px){.form-row{flex-direction:column}}.contact-actions ul{list-style:none;padding-left:0}.contact-actions li{margin-bottom:0.6rem;font-size:1rem}.contact-actions a{color:var(--navy);text-decoration:none;font-weight:600;border-bottom:1px solid var(--gold)}.contact-actions a:hover{color:var(--gold)}.contact-actions{margin-top:1.5rem}.quick-actions-row{display:flex;gap:1rem;flex-wrap:wrap;margin-bottom:1rem}.quick-action{flex:1;min-width:220px;display:flex;align-items:center;padding:0.9rem 1rem;border-radius:999px;text-decoration:none;box-shadow:0 6px 16px rgba(0,40,93,0.12)}.call-action{background-color:var(--navy);color:var(--white)}.whatsapp-action{background-color:var(--gold);color:var(--navy)}.quick-action-icon{font-size:1.6rem;margin-right:0.8rem}.quick-action-text{font-size:0.95rem;line-height:1.4}.quick-action-text small{font-size:0.8rem;opacity:0.85}.quick-action:hover{opacity:0.9}.quick-links{list-style:none;padding-left:0}.quick-links li{margin-bottom:0.4rem;font-size:0.95rem}.quick-links a{color:var(--navy);text-decoration:none;font-weight:500;border-bottom:1px solid var(--gold)}.quick-links a:hover{color:var(--gold)}@media (max-width:768px){.quick-actions-row{flex-direction:column}}.floating-call-btn,.floating-whatsapp-btn{position:fixed;width:58px;height:58px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;text-decoration:none;box-shadow:0 10px 24px rgba(0,0,0,0.18);z-index:2000;transition:transform 0.2s ease,box-shadow 0.2s ease}.floating-call-btn:hover,.floating-whatsapp-btn:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(0,0,0,0.22)}.floating-call-btn{right:24px;bottom:96px;background:var(--navy);color:var(--white);border:2px solid var(--gold)}.floating-whatsapp-btn{right:24px;bottom:24px;background:#25D366;color:#ffffff;border:2px solid #ffffff}@media (max-width:768px){.floating-call-btn,.floating-whatsapp-btn{width:52px;height:52px;font-size:1.3rem;right:16px}.floating-call-btn{bottom:84px}.floating-whatsapp-btn{bottom:18px}}.container{max-width:1100px;margin:0 auto;padding:0 24px}.hero{position:relative;min-height:80vh;display:flex;align-items:center;justify-content:center;color:#ffffff;overflow:hidden}:root{--navy:#0b2f5d;--navy-deep:#071f40;--gold:#e2b24b;--cream:#f7f1e7;--text:#16233a;--muted:#6b7384;--line:rgba(11,47,93,0.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:var(--text);background:#fff}.container{max-width:1240px;margin:0 auto;padding:0 24px}.site-header{position:sticky;top:0;z-index:1000;background:rgba(247,241,231,0.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.header-inner{min-height:96px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand{display:inline-flex;align-items:center;gap:14px;text-decoration:none;color:var(--text);flex-shrink:0}.brand-logo{width:68px;height:68px;object-fit:contain;background:transparent}.brand-text{display:flex;flex-direction:column;line-height:1.05}.brand-name{font-size:28px;font-weight:800;letter-spacing:-0.02em;color:var(--text)}.brand-since{margin-top:2px;font-size:14px;letter-spacing:0.18em;text-transform:uppercase;color:#A07218;font-weight:700}.site-nav{display:flex;align-items:center;gap:34px;flex:1;justify-content:center}.nav-link{position:relative;text-decoration:none;color:#5e677a;font-size:17px;font-weight:600;padding:8px 0;transition:color 0.2s ease}.nav-link:hover,.nav-link.active{color:var(--navy)}.nav-link.active::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2px;border-radius:999px;background:var(--gold)}.header-cta{display:inline-flex;align-items:center;gap:10px;height:54px;padding:0 26px;border-radius:999px;background:var(--gold);color:var(--navy-deep);text-decoration:none;font-weight:700;font-size:16px;border:1px solid rgba(0,0,0,0.04);box-shadow:0 10px 26px rgba(226,178,75,0.22);transition:transform 0.2s ease,background 0.2s ease;flex-shrink:0}.header-cta:hover{transform:translateY(-1px);background:#d9a93d}.cta-icon{font-size:16px;line-height:1}.hero{position:relative;min-height:calc(100vh - 96px);display:flex;align-items:center;overflow:hidden;background:#081e3d}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center center;transform:scale(1.03);z-index:0}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(8,30,61,0.92) 0%,rgba(8,30,61,0.80) 28%,rgba(8,30,61,0.58) 52%,rgba(8,30,61,0.40) 100%),radial-gradient(circle at 30% 40%,rgba(255,255,255,0.05),transparent 30%);z-index:1}.hero-content{position:relative;z-index:2;max-width:760px;margin-left:7vw;text-align:left;display:flex;flex-direction:column;align-items:flex-start}.hero-badge{display:inline-flex;align-items:center;justify-content:center;padding:10px 22px;border-radius:999px;border:1px solid rgba(243,200,106,0.75);color:#f3c86a;font-size:14px;font-weight:700;letter-spacing:0.2em;text-transform:uppercase;margin-bottom:28px;background:rgba(255,255,255,0.03)}.hero-title{margin:0 0 22px;font-size:clamp(48px,6.5vw,78px);line-height:1.08;letter-spacing:-0.02em;font-weight:800;color:#fff;text-align:left;max-width:720px}.hero-highlight{color:#f3c86a}.hero-subtitle{margin:0 0 38px;font-size:21px;line-height:1.6;color:rgba(255,255,255,0.9);max-width:520px;text-align:left}.hero-actions{display:flex;justify-content:flex-start;gap:18px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;height:54px;padding:0 26px;border-radius:999px;font-size:16px;font-weight:700;text-decoration:none;transition:0.2s ease}.hero-btn-primary{background:#f3c86a;color:#081e3d;border:1px solid #f3c86a}.hero-btn-primary:hover{background:#e8b94e;border-color:#e8b94e;transform:translateY(-1px)}.hero-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.58)}.hero-btn-secondary:hover{background:#25d366;border-color:#25d366;color:#ffffff;transform:translateY(-1px)}@media (max-width:980px){.header-inner{min-height:84px}.site-nav{gap:22px}.nav-link{font-size:15px}.brand-name{font-size:25px}}@media (max-width:768px){.header-inner{flex-wrap:wrap;padding:14px 0}.brand{gap:12px}.brand-logo{width:64px;height:64px}.brand-name{font-size:23px}.brand-since{font-size:11px}.site-nav{order:3;width:100%;justify-content:space-between;gap:10px;overflow-x:auto;padding:8px 0 2px}.header-cta{height:48px;padding:0 20px}.hero{min-height:calc(100vh - 84px)}.hero-content{padding:4rem 1.5rem;margin-left:0}.hero-title{font-size:clamp(36px,10vw,48px)}.hero-subtitle{font-size:16px;max-width:100%}.hero-actions{flex-direction:column;align-items:flex-start}.btn{width:100%;max-width:260px}}@media (max-width:768px){.hero-content{padding:2.5rem 1.5rem}.hero-title{font-size:clamp(30px,8vw,40px)}.hero-subtitle{font-size:16px;max-width:100%}.hero-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:280px}}.btn{display:inline-flex;align-items:center;justify-content:center;height:50px;padding:0 28px;border-radius:999px;font-size:16px;font-weight:700;text-decoration:none;transition:0.2s ease}.hero-btn-secondary{background:transparent;color:#fff;border:1px solid rgba(255,255,255,0.6)}.hero-btn-secondary:hover{background:#25d366;border-color:#25d366;color:#ffffff;transform:translateY(-1px)}@media (max-width:1024px){.hero-content{margin-left:0;max-width:680px}}@media (max-width:768px){.hero-content{padding:2.5rem 1.5rem}.hero-title{font-size:clamp(34px,9vw,48px)}.hero-subtitle{font-size:17px;max-width:100%}.hero-actions{flex-direction:column;align-items:flex-start}.btn{width:100%;max-width:280px}}.who-we-are-section{background:#fff}.who-we-are{display:grid;grid-template-columns:1.05fr 0.95fr;gap:56px;align-items:center;max-width:1180px}.who-we-are-text{max-width:560px}.section-label{margin:0 0 16px;font-size:12px;font-weight:700;letter-spacing:0.26em;text-transform:uppercase;color:#4a5263}.section-title{margin:0 0 18px;font-size:clamp(34px,4vw,56px);line-height:1.08;font-weight:800;color:#12213a;letter-spacing:-0.03em}.section-body{margin:0;font-size:18px;line-height:1.7;color:#6a7486;max-width:560px}.who-we-are-stats{display:grid;grid-template-columns:1fr 1fr;gap:14px}.stat-card{background:#fff;border:1px solid rgba(18,33,58,0.08);border-radius:22px;padding:26px 22px;box-shadow:0 14px 35px rgba(18,33,58,0.06);min-height:96px;display:flex;flex-direction:column;justify-content:center}.stat-value{margin:0 0 6px;font-size:30px;line-height:1;font-weight:800;color:#12213a;letter-spacing:-0.03em}.stat-label{margin:0;font-size:16px;line-height:1.4;color:#6a7486}@media (max-width:900px){.who-we-are{grid-template-columns:1fr;gap:28px}.who-we-are-text{max-width:100%}.section-body{max-width:100%}.who-we-are-stats{grid-template-columns:1fr 1fr}}@media (max-width:768px){.who-we-are-section{}.who-we-are{gap:1.5rem;padding:0 8px}.who-we-are-stats{grid-template-columns:1fr 1fr;gap:12px}.stat-card{min-height:auto;border-radius:16px;padding:1.2rem 0.8rem;box-shadow:0 8px 24px rgba(18,33,58,0.05);border:1px solid rgba(18,33,58,0.04);display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.section-label{font-size:13px;margin-bottom:20px}.section-title{font-size:2.5rem;line-height:1.15;margin-bottom:24px}.section-body{font-size:1.1rem;line-height:1.8}.stat-value{font-size:2.3rem;margin-bottom:8px}.stat-label{font-size:1.05rem}}.why-choose-section{background:#f7f5ef}.section-head{max-width:900px;margin:0 auto 56px}.text-center{text-align:center}.testimonials-section{padding:5rem 0;border-top:1px solid rgba(0,40,93,0.05)}.testimonials-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:2rem;margin-top:3.5rem;padding-bottom:2rem;padding-inline:0.5rem;-ms-overflow-style:none;scrollbar-width:none}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{background:#fff;border-radius:16px;padding:1.8rem;box-shadow:0 4px 20px rgba(0,40,93,0.04);border:1px solid rgba(0,40,93,0.06);display:flex;flex-direction:column;justify-content:flex-start;transition:transform 0.3s ease,box-shadow 0.3s ease;flex:0 0 350px;scroll-snap-align:start}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 12px 30px rgba(0,40,93,0.08)}.testimonial-rating{color:#fbbf24;font-size:1.1rem;margin-bottom:0.8rem;letter-spacing:2px}.testimonial-text{font-size:0.95rem;color:#3c4043;line-height:1.6;margin-bottom:0}.testimonial-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:40px;height:40px;border-radius:50%;background:#009688;color:#fff;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:1.1rem;flex-shrink:0}.author-info h3{margin:0 0 0.1rem 0;color:#202124;font-size:0.95rem;font-weight:500}.author-info span{font-size:0.8rem;color:#70757a;font-weight:400}@media (max-width:992px){.testimonial-card{flex:0 0 320px}}@media (max-width:768px){.testimonials-grid{gap:1.2rem;padding-inline:1rem}.testimonial-card{padding:1.8rem;flex:0 0 85vw;scroll-snap-align:center}}.testimonials-actions{display:flex;justify-content:center;align-items:center;gap:1.5rem;margin-top:1rem;flex-wrap:wrap}.review-action-btn{display:inline-flex;align-items:center;gap:0.8rem;padding:0.8rem 1.8rem;border-radius:50px;font-weight:600;font-size:0.95rem;text-decoration:none;transition:all 0.3s ease;box-shadow:0 4px 15px rgba(0,0,0,0.05)}.google-btn{background:#fff;color:#3c4043;border:1px solid rgba(0,0,0,0.08)}.google-btn:hover{box-shadow:0 6px 20px rgba(0,0,0,0.08);transform:translateY(-2px);color:#3c4043}.justdial-btn{background:#FF7A00;color:#fff;border:1px solid transparent}.justdial-btn:hover{background:#E66E00;box-shadow:0 6px 20px rgba(255,122,0,0.3);transform:translateY(-2px);color:#fff}.jd-badge{background:#fff;color:#10224d;font-weight:800;font-size:0.9rem;padding:0.1rem 0.4rem;border-radius:4px;line-height:1.2}@media (max-width:576px){.testimonials-actions{gap:0.8rem;padding-inline:1rem}.review-action-btn{padding:0.6rem 1.2rem;font-size:0.85rem}.review-action-btn svg{width:18px;height:18px}.jd-badge{font-size:0.8rem;padding:0.1rem 0.3rem}}.faq-section{background-color:#ffffff;padding:5rem 0}.faq-container{max-width:840px;margin:0 auto}.faq-title{font-size:2.4rem;color:var(--navy);margin-bottom:3rem;font-weight:800;letter-spacing:-0.5px}.faq-accordion{display:flex;flex-direction:column}.faq-accordion-item{border-bottom:1px solid #e5e7eb}.faq-accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:transparent;border:none;cursor:pointer;text-align:left;color:var(--navy);font-size:1.1rem;font-weight:600;font-family:inherit;transition:color 0.2s ease}.faq-accordion-header:hover{color:var(--gold)}.faq-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;color:#888;transition:transform 0.3s cubic-bezier(0.4,0,0.2,1)}.faq-accordion-item.active .faq-icon{transform:rotate(180deg);color:var(--gold)}.faq-accordion-item.active .faq-accordion-header{color:var(--navy)}.faq-accordion-body{display:grid;grid-template-rows:0fr;transition:grid-template-rows 0.3s cubic-bezier(0.4,0,0.2,1)}.faq-accordion-item.active .faq-accordion-body{grid-template-rows:1fr}.faq-accordion-content{overflow:hidden;color:#555;font-size:1.05rem;line-height:1.6;padding-bottom:0;transition:padding 0.3s cubic-bezier(0.4,0,0.2,1)}.faq-accordion-item.active .faq-accordion-content{padding-bottom:1.5rem}.section-label{margin:0 0 14px;font-size:12px;font-weight:700;letter-spacing:0.26em;text-transform:uppercase;color:#4a5263}.section-title{margin:0 0 16px;font-size:clamp(34px,4vw,58px);line-height:1.08;font-weight:800;color:#12213a;letter-spacing:-0.03em}.section-lead{margin:0 auto;font-size:18px;line-height:1.7;color:#4a5263;max-width:860px}.feature-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.feature-card{background:#fff;border:1px solid rgba(18,33,58,0.08);border-radius:24px;padding:30px 26px;box-shadow:0 14px 36px rgba(18,33,58,0.06);min-height:250px}#reasons{background-color:#f8f6f0}.feature-icon{color:#12213a;display:inline-flex;margin-bottom:16px;background:transparent;width:auto;height:auto}.feature-card h3{margin:0 0 14px;font-size:22px;line-height:1.25;color:#12213a;font-weight:800;letter-spacing:-0.02em}.feature-card p{margin:0;font-size:16px;line-height:1.75;color:#6a7486}@media (max-width:1000px){.feature-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.why-choose-section{}.feature-grid{grid-template-columns:1fr}.feature-card{min-height:auto}.section-title{font-size:clamp(28px,7vw,40px)}.section-lead{font-size:16px}}.services-section{background:#fff}.service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.service-card{position:relative;background:#fff;border:1px solid rgba(18,33,58,0.08);border-radius:24px;padding:28px 24px 26px;box-shadow:0 14px 36px rgba(18,33,58,0.06);min-height:260px;overflow:hidden}.service-accent{position:absolute;top:-1px;right:-1px;width:74px;height:74px;background:#f3e6c8;border-bottom-left-radius:74px;opacity:0.65}.service-icon{position:relative;z-index:1;width:42px;height:42px;display:inline-flex;align-items:center;justify-content:center;color:#1f3260;font-size:22px;margin-bottom:18px}.service-card h3{position:relative;z-index:1;margin:0 0 12px;font-size:21px;line-height:1.25;color:#12213a;font-weight:800;letter-spacing:-0.02em}.service-card p{position:relative;z-index:1;margin:0;font-size:16px;line-height:1.75;color:#6a7486}@media (max-width:1000px){.service-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.services-section{}.service-grid{grid-template-columns:1fr}.service-card{min-height:auto}.service-card h3{font-size:20px}}.fleet-section{background:#172a5a;color:#ffffff}.section-head-light{max-width:920px;margin:0 auto 54px;text-align:center}.section-label-gold{margin:0 0 14px;font-size:12px;font-weight:700;letter-spacing:0.26em;text-transform:uppercase;color:#A07218}.section-title-light{margin:0 0 18px;font-size:clamp(34px,4vw,52px);line-height:1.1;font-weight:800;color:#ffffff;letter-spacing:-0.03em}.section-lead-light{margin:0 auto;font-size:18px;line-height:1.7;color:rgba(255,255,255,0.82);max-width:880px}.fleet-slider{margin-top:10px;position:relative;padding:0}.fleet-track-container{overflow:hidden}.fleet-track{display:flex;gap:20px;transition:transform 0.4s ease}.fleet-card{background:#10224d;border-radius:24px;border:1px solid rgba(255,255,255,0.08);box-shadow:0 18px 38px rgba(0,0,0,0.22);min-width:0;flex:0 0 calc(33.333% - 13.333px);display:flex;flex-direction:column;overflow:hidden}.fleet-image{height:220px;overflow:hidden;border-radius:16px 16px 0 0;background:linear-gradient(135deg,#cfd6e3,#94a3b8)}.fleet-image img{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform 0.4s ease}.fleet-card:hover .fleet-image img{transform:scale(1.05)}.fleet-body{padding:24px 22px 26px}.fleet-body h3{margin:0 0 12px;font-size:22px;line-height:1.2;font-weight:800;color:#ffffff}.fleet-body p{margin:0;font-size:16px;line-height:1.75;color:rgba(255,255,255,0.78)}.fleet-controls{margin-top:38px;display:flex;justify-content:center;gap:16px}.fleet-arrow{width:48px;height:48px;border-radius:999px;border:1px solid rgba(255,255,255,0.25);background:rgba(255,255,255,0.08);color:#ffffff;font-size:26px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background 0.3s}.fleet-arrow:hover{background:rgba(255,255,255,0.16)}@media (max-width:1000px){.fleet-card{flex:0 0 calc(50% - 10px)}}@media (max-width:640px){.fleet-section{}.fleet-card{flex:0 0 100%}.fleet-slider{padding:0}}.site-footer{background-color:#fbf9f4;color:var(--navy);border-top:1px solid rgba(0,40,93,0.09);padding:4.5rem 0 0;font-family:inherit;text-align:left}.footer-container{display:grid;grid-template-columns:1.7fr 1fr 1fr 1fr 1.5fr;column-gap:2.5rem;row-gap:0;padding-bottom:3.5rem;align-items:start;text-align:left}.footer-brand{padding-right:1rem;text-align:left}.footer-logo{display:flex;align-items:center;gap:10px;margin-bottom:0.9rem;font-weight:700;font-size:1.2rem;color:var(--navy);text-align:left}.footer-logo img{width:38px;height:38px;object-fit:contain;background:var(--navy);border-radius:50%;padding:6px;flex-shrink:0}.footer-desc{color:#5a6478;font-size:0.88rem;line-height:1.7;margin-bottom:1.3rem;text-align:left}.footer-social{display:flex;gap:8px;margin-bottom:1.2rem;justify-content:flex-start}.footer-social a{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:50%;border:1px solid rgba(0,40,93,0.15);color:var(--navy);text-decoration:none;transition:all 0.3s ease;flex-shrink:0}.footer-social a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.footer-trust-badge{display:flex;align-items:center;gap:7px;font-size:0.78rem;color:#5a6478;font-weight:500;text-align:left}.footer-badge-dot{width:7px;height:7px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:pulse-green 2s infinite}@keyframes pulse-green{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(1.35)}}.footer-col{min-width:0;text-align:left}.footer-col-heading{font-size:0.75rem;text-transform:uppercase;letter-spacing:1.8px;color:var(--navy);margin:0 0 1.1rem;font-weight:700;text-align:left}.footer-col-list{list-style:none;padding:0;margin:0;text-align:left}.footer-col-list li{margin-bottom:0.65rem;text-align:left}.footer-col-list a{color:#5a6478;text-decoration:none;font-size:0.9rem;line-height:1.4;transition:color 0.22s ease;display:block;text-align:left}.footer-col-list a:hover{color:var(--gold)}.footer-contact-col{padding-left:1.5rem;border-left:1px solid rgba(0,40,93,0.08);text-align:left}.footer-contact-item{display:flex;align-items:flex-start;gap:10px;margin-bottom:1.1rem;text-align:left}.footer-contact-icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;background:rgba(0,40,93,0.07);color:var(--navy);flex-shrink:0;margin-top:1px}.footer-contact-item>div{display:flex;flex-direction:column;gap:2px;text-align:left}.footer-contact-label{font-size:0.68rem;text-transform:uppercase;letter-spacing:1px;color:#343C4F;font-weight:600;text-align:left}.footer-contact-item a,.footer-contact-item span:not(.footer-contact-label):not(.footer-contact-icon){color:#3a4557;font-size:0.87rem;line-height:1.5;text-decoration:none;transition:color 0.22s;text-align:left}.footer-contact-item a:hover{color:var(--gold)}.footer-cta-btn{display:flex;align-items:center;justify-content:center;background:var(--gold);color:var(--navy);padding:0.75rem 1.5rem;border-radius:99px;font-weight:700;font-size:0.92rem;text-decoration:none;margin-top:1rem;transition:background 0.3s ease,transform 0.2s ease;box-shadow:0 4px 14px rgba(203,149,41,0.22);text-align:center;width:100%}.footer-cta-btn:hover{background:#d4a843;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(0,40,93,0.1);padding:1.4rem 0;background:rgba(0,40,93,0.03)}.footer-bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.6rem 1.5rem;text-align:left}.footer-copy{color:#4a5263;font-size:0.8rem;margin:0;white-space:nowrap}.footer-tagline{color:#4a5263;font-size:0.76rem;margin:0;flex:1;text-align:center}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:0.3rem 1rem;justify-content:flex-end}.footer-bottom-links a{color:#777;font-size:0.8rem;text-decoration:none;transition:color 0.22s;white-space:nowrap}.footer-bottom-links a:hover{color:var(--gold)}@media (max-width:1100px){.footer-container{grid-template-columns:1.3fr 1fr 1fr 1fr;column-gap:2rem}.footer-contact-col{grid-column:1 / -1;display:grid;grid-template-columns:repeat(4,1fr);column-gap:2rem;row-gap:0.5rem;border-left:none;border-top:1px solid rgba(0,40,93,0.08);padding-left:0;padding-top:1.8rem;align-items:start;text-align:left}.footer-contact-col .footer-col-heading{grid-column:1 / -1}.footer-cta-btn{grid-column:1 / -1;width:auto;display:inline-flex;align-self:start}}@media (max-width:768px){.site-footer{padding:3rem 0 0}.footer-container{grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:2rem;padding:0 1rem 2.5rem;text-align:left}.footer-brand{grid-column:1 / -1;padding-right:0;padding-bottom:1.5rem;border-bottom:1px solid rgba(0,40,93,0.08);text-align:left}.footer-col{text-align:left}.footer-col-heading{text-align:left !important;font-size:0.72rem;margin-bottom:0.85rem}.footer-col-list{text-align:left}.footer-col-list li{margin-bottom:0.55rem}.footer-col-list a{font-size:0.86rem;display:block;text-align:left}.footer-contact-col{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr;column-gap:1.5rem;row-gap:0.8rem;border-left:none;border-top:1px solid rgba(0,40,93,0.08);padding-left:0;padding-top:1.5rem;text-align:left}.footer-contact-col .footer-col-heading{grid-column:1 / -1;text-align:left !important}.footer-contact-item{text-align:left}.footer-contact-item>div{text-align:left}.footer-cta-btn{grid-column:1 / -1;width:100%;margin-top:0.5rem}.footer-bottom{padding:1.2rem 1rem}.footer-bottom-inner{flex-direction:column;align-items:center;gap:0.5rem;text-align:center}.footer-copy,.footer-tagline{text-align:center;white-space:normal}.footer-bottom-links{justify-content:center;gap:0.4rem 0.8rem}}@media (max-width:480px){.footer-container{grid-template-columns:1fr;row-gap:1.8rem}.footer-contact-col{grid-template-columns:1fr;row-gap:0.8rem}.footer-cta-btn{width:100%}}.footer-container{display:grid;grid-template-columns:1.6fr 1fr 1fr 1fr 1.4fr;gap:2.5rem 2rem;padding-bottom:4rem;align-items:start}.footer-brand{padding-right:1rem}.footer-logo{display:flex;align-items:center;gap:12px;margin-bottom:1rem;font-weight:700;font-size:1.25rem;color:var(--navy)}.footer-logo img{width:40px;height:40px;object-fit:contain;background:var(--navy);border-radius:50%;padding:6px}.footer-desc{color:#5a6478;font-size:0.9rem;line-height:1.7;margin-bottom:1.4rem}.footer-social{display:flex;gap:10px;margin-bottom:1.4rem}.footer-social a{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid #ddd;color:var(--navy);text-decoration:none;transition:all 0.3s ease}.footer-social a:hover{background:var(--navy);color:#fff;border-color:var(--navy)}.footer-trust-badge{display:flex;align-items:center;gap:8px;font-size:0.8rem;color:#5a6478;font-weight:500}.footer-badge-dot{width:8px;height:8px;border-radius:50%;background:#22c55e;flex-shrink:0;animation:pulse-green 2s infinite}@keyframes pulse-green{0%,100%{opacity:1;transform:scale(1)}50%{opacity:0.6;transform:scale(1.3)}}.footer-col{min-width:0}.footer-col-heading{font-size:0.8rem;text-transform:uppercase;letter-spacing:1.8px;color:var(--navy);margin:0 0 1.2rem;font-weight:700}.footer-col-list{list-style:none;padding:0;margin:0}.footer-col-list li{margin-bottom:0.72rem}.footer-col-list a{color:#5a6478;text-decoration:none;font-size:0.92rem;line-height:1.4;transition:color 0.25s ease;display:inline-block}.footer-col-list a:hover{color:var(--gold)}.footer-contact-col{padding-left:0.5rem;border-left:1px solid rgba(0,40,93,0.08)}.footer-contact-item{display:flex;align-items:flex-start;gap:12px;margin-bottom:1.2rem}.footer-contact-icon{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:rgba(0,40,93,0.06);color:var(--navy);flex-shrink:0;margin-top:2px}.footer-contact-item>div{display:flex;flex-direction:column;gap:3px}.footer-contact-label{font-size:0.72rem;text-transform:uppercase;letter-spacing:1px;color:#343C4F;font-weight:600}.footer-contact-item a,.footer-contact-item span:not(.footer-contact-label):not(.footer-contact-icon){color:#3a4557;font-size:0.88rem;line-height:1.5;text-decoration:none;transition:color 0.25s}.footer-contact-item a:hover{color:var(--gold)}.footer-cta-btn{display:inline-flex;align-items:center;justify-content:center;background:var(--gold);color:var(--navy);padding:0.7rem 1.6rem;border-radius:99px;font-weight:700;font-size:0.9rem;text-decoration:none;margin-top:0.8rem;transition:background 0.3s ease,transform 0.2s ease;box-shadow:0 4px 14px rgba(203,149,41,0.25);width:100%;text-align:center}.footer-cta-btn:hover{background:#d4a843;transform:translateY(-2px)}.footer-bottom{border-top:1px solid rgba(0,40,93,0.1);padding:1.6rem 0;background:rgba(0,40,93,0.03)}.footer-bottom-inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:0.8rem 2rem}.footer-copy{color:#4a5263;font-size:0.82rem;margin:0}.footer-tagline{color:#4a5263;font-size:0.78rem;margin:0;text-align:center;flex:1}.footer-bottom-links{display:flex;flex-wrap:wrap;gap:0.4rem 1.2rem}.footer-bottom-links a{color:#777;font-size:0.82rem;text-decoration:none;transition:color 0.25s}.footer-bottom-links a:hover{color:var(--gold)}@media (max-width:1100px){.footer-container{grid-template-columns:1.4fr 1fr 1fr 1fr}.footer-contact-col{grid-column:1 / -1;border-left:none;border-top:1px solid rgba(0,40,93,0.08);padding-left:0;padding-top:1.5rem;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem 2rem;align-items:start}.footer-col-heading:first-child,.footer-contact-col .footer-col-heading{grid-column:1 / -1}.footer-cta-btn{grid-column:1 / -1;width:auto;align-self:start}}@media (max-width:768px){.footer-container{grid-template-columns:1fr 1fr;gap:2rem 1.5rem}.footer-brand{grid-column:1 / -1;padding-right:0}.footer-contact-col{grid-column:1 / -1;grid-template-columns:1fr 1fr}.footer-bottom-inner{flex-direction:column;align-items:flex-start;gap:0.6rem}.footer-tagline{text-align:left}}@media (max-width:480px){.footer-container{grid-template-columns:1fr}.footer-contact-col{grid-template-columns:1fr}.footer-cta-btn{width:100%}}.contact-section{background:linear-gradient(180deg,#ffffff 0%,#f9fbfd 100%);padding:5rem 0}.form-container{max-width:800px;margin:0 auto}.form-wrapper{background:#fff;padding:3.5rem 4rem;border-radius:20px;box-shadow:0 20px 40px rgba(0,40,93,0.08),0 1px 3px rgba(0,0,0,0.05);border:1px solid rgba(0,40,93,0.05)}.form-header{margin-bottom:3rem}.form-header h2{font-size:2.4rem;color:var(--navy);font-weight:800;margin-bottom:0.8rem;letter-spacing:-0.5px}.form-header p{color:#666;font-size:1.1rem}.premium-form .form-row{display:flex;gap:1.5rem;margin-bottom:1.5rem}@media (max-width:768px){.premium-form .form-row{flex-direction:column;gap:1.5rem}.form-wrapper{padding:2.5rem 1.5rem}.form-header h2{font-size:2rem}}.premium-form .form-group{flex:1;margin-bottom:0}.floating-label{position:relative}.floating-label input,.floating-label select,.floating-label textarea{width:100%;padding:1.2rem 1.2rem 0.6rem 1.2rem;border:2px solid transparent;border-radius:12px;background:#f4f6f9;font-size:1.05rem;color:var(--navy);transition:all 0.3s cubic-bezier(0.4,0,0.2,1);font-family:inherit;line-height:1.5}.floating-label input:hover,.floating-label select:hover,.floating-label textarea:hover{background:#edf1f5}.floating-label input:focus,.floating-label select:focus,.floating-label textarea:focus{background:#fff;border-color:var(--gold);outline:none;box-shadow:0 4px 20px rgba(203,149,41,0.15)}.floating-label label{position:absolute;top:50%;left:1.2rem;transform:translateY(-50%);color:#3a4153;font-size:1.05rem;pointer-events:none;transition:all 0.25s cubic-bezier(0.4,0,0.2,1);background:transparent;padding:0;margin:0}.floating-label textarea ~ label{top:1.5rem}.floating-label input:focus ~ label,.floating-label input:not(:placeholder-shown) ~ label,.floating-label select:focus ~ label,.floating-label select:valid ~ label,.floating-label textarea:focus ~ label,.floating-label textarea:not(:placeholder-shown) ~ label,.floating-label .always-float{top:0.6rem;transform:translateY(0);font-size:0.75rem;font-weight:600;color:var(--navy);background:transparent}.floating-label input[type="date"],.floating-label input[type="time"]{padding-top:1.5rem;padding-bottom:0.3rem}.floating-label textarea{padding-top:1.5rem;resize:vertical}.form-actions{margin-top:2rem}.btn-submit{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:100%;max-width:320px;padding:1.1rem 2rem;border-radius:99px;font-size:1.1rem;font-weight:700;border:none;cursor:pointer;margin-top:1rem;box-shadow:0 8px 24px rgba(203,149,41,0.25);transition:all 0.3s cubic-bezier(0.4,0,0.2,1)}.btn-submit:hover{transform:translateY(-3px);box-shadow:0 12px 30px rgba(203,149,41,0.35);background-color:#d4a843}.btn-submit:active{transform:translateY(0);box-shadow:0 4px 15px rgba(203,149,41,0.2)}.btn-submit svg{transition:transform 0.3s ease}.btn-submit:hover svg{transform:translateX(4px)}.text-center{text-align:center}.royal-cta-section{background:radial-gradient(circle at center,rgba(18,33,58,0.75) 0%,rgba(18,33,58,0.95) 100%),url('../img/nmd_travels_bus.webp') center/cover no-repeat fixed;padding:5rem 0;color:#ffffff;position:relative}.royal-cta-container{max-width:900px;margin:0 auto;text-align:center}.royal-cta-section .royal-subtitle{display:block;color:var(--gold);font-size:0.95rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.2rem;text-transform:uppercase}.royal-cta-section .royal-title{font-size:2.6rem;color:#ffffff;font-weight:700;margin-bottom:1.2rem;letter-spacing:-0.5px}.royal-cta-content{max-width:800px;margin:0 auto}.royal-cta-section .royal-cta-content p{color:#d1d5db;font-size:1.1rem;line-height:1.7;margin-bottom:1rem;padding:0 1rem}.royal-contact-section{margin-top:2.5rem}.royal-contact-title{font-size:1.4rem;color:#ffffff;font-weight:600;margin-bottom:1.5rem}.royal-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;margin-bottom:2.5rem}.royal-card{background:rgba(255,255,255,0.08);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:16px;padding:2rem 1.5rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;transition:all 0.3s cubic-bezier(0.4,0,0.2,1);border:1px solid rgba(255,255,255,0.15);box-shadow:0 8px 32px rgba(0,0,0,0.2)}.royal-card:hover{transform:translateY(-5px);background:rgba(255,255,255,0.15);border:1px solid rgba(255,255,255,0.3);box-shadow:0 12px 40px rgba(0,0,0,0.3)}.royal-card-icon{color:var(--gold);margin-bottom:1rem;display:flex;transition:transform 0.3s ease}.royal-card:hover .royal-card-icon{transform:scale(1.1)}.royal-card-text{color:#ffffff;font-size:1.05rem;font-weight:500}.royal-cta-footer{display:flex;justify-content:center}.royal-btn{background-color:var(--gold);color:var(--navy);padding:1.1rem 2.5rem;border-radius:99px;font-weight:700;font-size:1.1rem;display:inline-flex;align-items:center;gap:10px;text-decoration:none;transition:all 0.3s ease;box-shadow:0 8px 20px rgba(0,0,0,0.2)}.royal-btn:hover{background-color:#d4a843;transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,0.3);color:var(--navy)}@media (max-width:768px){.royal-cards-grid{grid-template-columns:repeat(2,1fr) !important;gap:1rem !important}.royal-card{padding:1.5rem 1rem}}@media (max-width:500px){.royal-title{font-size:2rem}.royal-cta-content p{font-size:1rem}}.brand-since{color:#A07218 !important}.section-label{color:#4a5263 !important}.section-label-gold{color:#A07218 !important}.section-lead{color:#4a5263 !important}.section-lead-light{color:rgba(255,255,255,0.82) !important}.jd-badge,.review-action-btn.justdial-btn{color:#10224d !important}.floating-label label{color:#3a4153 !important}.footer-contact-label{color:#343C4F !important}.footer-copy,.footer-tagline{color:#4a5263 !important}.footer-bottom a{color:#343C4F !important}.footer-bottom a:hover{color:#0b2f5d !important}