@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap";:root{--bg: #081120;--bg-2: #0d1728;--panel: rgba(11, 21, 37, .78);--panel-soft: rgba(255, 255, 255, .04);--stroke: rgba(255, 255, 255, .08);--text: #f4f7fb;--muted: #9ca8ba;--blue: #5ea2ff;--blue-2: #2f6bff;--gold: #ffcf70;--success: #5ee9a5;--shadow: 0 24px 80px rgba(0, 0, 0, .35)}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;background:radial-gradient(circle at top left,rgba(46,107,255,.22),transparent 26%),radial-gradient(circle at top right,rgba(255,207,112,.14),transparent 20%),linear-gradient(180deg,#07101d 0%,#091321 30%,#0b1424 100%);color:var(--text)}a{text-decoration:none;color:inherit}button,input,select{font:inherit}img{display:block;max-width:100%}.container{width:min(1240px,calc(100% - 32px));margin:0 auto}.app-shell{min-height:100vh}.navbar{position:sticky;top:0;z-index:100;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:rgba(7,15,27,.62);border-bottom:1px solid rgba(255,255,255,.05)}.nav-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:20px}.logo{display:flex;align-items:center;gap:12px}.logo-box{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;color:#081120;background:linear-gradient(135deg,var(--gold),#fff0c8);box-shadow:0 14px 28px #ffcf7038}.logo h2{font-size:1.08rem;font-weight:800;line-height:1.1}.logo span{color:var(--muted);font-size:.82rem}.nav-links{display:flex;align-items:center;gap:28px;color:#dbe5f4;font-weight:600}.nav-links a{position:relative}.nav-links a:hover{color:#fff}.nav-call-btn{display:inline-flex;align-items:center;gap:8px;padding:11px 16px;border-radius:999px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;font-weight:700;box-shadow:0 16px 32px #2f6bff38}.hero-section{position:relative;overflow:hidden;padding:48px 0 26px}.hero-glow{position:absolute;border-radius:999px;filter:blur(80px);pointer-events:none}.hero-glow-one{top:-90px;left:-60px;width:320px;height:320px;background:rgba(94,162,255,.16)}.hero-glow-two{top:100px;right:-40px;width:260px;height:260px;background:rgba(255,207,112,.1)}.hero-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:28px;align-items:start}.hero-copy{padding-top:26px}.hero-chip,.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--gold);font-size:.88rem;font-weight:700;letter-spacing:.02em}.hero-chip{padding:10px 14px;border:1px solid rgba(255,207,112,.18);border-radius:999px;background:rgba(255,207,112,.06);margin-bottom:20px}.hero-copy h1{font-size:clamp(2.8rem,7vw,5.7rem);line-height:.98;letter-spacing:-.05em;font-weight:900;margin-bottom:18px}.hero-copy h1 span{color:var(--gold)}.hero-text{color:#c7d3e5;font-size:1.08rem;line-height:1.85;max-width:650px;margin-bottom:28px}.hero-actions{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:28px}.primary-btn,.ghost-btn,.select-btn{border:0;cursor:pointer;transition:.25s ease}.primary-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:14px 22px;border-radius:16px;font-weight:800;color:#fff;background:linear-gradient(135deg,var(--blue),var(--blue-2));box-shadow:0 18px 40px #2f6bff42}.primary-btn:hover,.select-btn:hover,.nav-call-btn:hover{transform:translateY(-2px)}.ghost-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 20px;border-radius:16px;color:#fff;font-weight:700;background:rgba(255,255,255,.05);border:1px solid var(--stroke)}.large-btn{width:100%;min-height:56px}.hero-highlights{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin-bottom:22px}.highlight-card{padding:18px;border-radius:22px;background:rgba(255,255,255,.04);border:1px solid var(--stroke);box-shadow:var(--shadow)}.highlight-card h3{font-size:1.4rem;margin-bottom:6px;font-weight:800}.highlight-card p{color:var(--muted);font-size:.94rem}.contact-strip{display:flex;flex-wrap:wrap;gap:12px}.contact-pill{display:inline-flex;align-items:center;gap:8px;min-height:44px;padding:0 14px;border-radius:999px;color:#dde7f8;background:rgba(255,255,255,.05);border:1px solid var(--stroke)}.booking-panel,.details-form,.summary-box,.feature-card,.testimonial-card,.cab-card{background:var(--panel);border:1px solid var(--stroke);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);box-shadow:var(--shadow)}.booking-panel{border-radius:30px;padding:28px}.booking-head{display:flex;justify-content:space-between;align-items:start;gap:12px;margin-bottom:18px}.booking-head h2,.section-heading h2,.summary-box h2,.details-form h2{font-size:2rem;line-height:1.05;font-weight:850;letter-spacing:-.04em}.booking-badge{color:#081120;background:linear-gradient(135deg,var(--gold),#fff0c8);border-radius:999px;padding:8px 12px;font-size:.78rem;font-weight:800}.ride-tabs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:20px 0 18px}.tab{min-height:52px;border-radius:14px;border:1px solid var(--stroke);background:rgba(255,255,255,.04);color:#d9e4f7;font-weight:800;cursor:pointer}.tab.active{color:#081120;background:linear-gradient(135deg,var(--gold),#fff1cf)}.input-group{display:flex;flex-direction:column;margin-bottom:16px}.input-group label{margin-bottom:8px;font-size:.94rem;font-weight:700;color:#e6eefc}.input-group input,.input-group select{min-height:54px;padding:0 16px;border-radius:15px;border:1px solid var(--stroke);outline:none;background:rgba(255,255,255,.05);color:#fff}.input-group input:focus,.input-group select:focus{border-color:#5ea2ff8c;box-shadow:0 0 0 4px #5ea2ff1f}.input-icon{display:flex;align-items:center;gap:12px;min-height:54px;padding:0 14px;border-radius:15px;border:1px solid var(--stroke);background:rgba(255,255,255,.05);color:#a9b7cb}.input-icon select{width:100%;border:0;outline:none;background:transparent;color:#fff}.input-icon option,.input-group select option{color:#000}.schedule-row,.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.fare-board{margin-top:20px;display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.fare-card{padding:18px;border-radius:20px;background:rgba(255,255,255,.045);border:1px solid var(--stroke)}.fare-card span{display:block;font-size:.9rem;color:var(--muted);margin-bottom:8px}.fare-card strong{font-size:1.2rem;font-weight:850}.fare-card-accent{background:linear-gradient(135deg,rgba(255,207,112,.12),rgba(94,162,255,.09))}.fleet-section,.details-section,.features-section,.review-section{padding:44px 0}.section-heading{margin-bottom:24px;text-align:center}.section-heading.left{text-align:left}.section-heading p:not(.eyebrow){color:var(--muted);margin-top:10px;max-width:650px;margin-left:auto;margin-right:auto;line-height:1.7}.section-heading.left p:not(.eyebrow){margin-left:0;margin-right:0}.cab-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.cab-card{border-radius:28px;overflow:hidden;transition:.28s ease}.cab-card.selected{border-color:#ffcf7073;box-shadow:0 22px 60px #ffcf7014}.cab-image-wrap{position:relative;height:220px;overflow:hidden}.cab-image{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.cab-card:hover .cab-image{transform:scale(1.06)}.car-tag{position:absolute;top:14px;right:14px;padding:8px 12px;border-radius:999px;background:rgba(8,17,32,.78);color:#fff;font-size:.78rem;font-weight:800;border:1px solid rgba(255,255,255,.08)}.cab-content{padding:20px}.cab-title-row{display:flex;justify-content:space-between;gap:12px;align-items:start;margin-bottom:12px}.cab-title-row h3{font-size:1.24rem;font-weight:850;margin-bottom:6px}.cab-title-row p{color:var(--muted);font-size:.94rem;line-height:1.6}.seat-pill{display:inline-flex;align-items:center;gap:6px;min-width:60px;justify-content:center;padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.05);color:#e3ebf7;border:1px solid var(--stroke);font-weight:700}.cab-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.cab-meta span{padding:8px 10px;border-radius:999px;background:rgba(255,255,255,.04);color:#cfd8e8;border:1px solid var(--stroke);font-size:.8rem;font-weight:600}.cab-bottom{display:flex;align-items:end;justify-content:space-between;gap:12px}.cab-bottom small{display:block;color:var(--muted);margin-bottom:6px}.cab-bottom h4{font-size:1.45rem;font-weight:900}.select-btn{min-height:42px;padding:0 16px;border-radius:12px;background:linear-gradient(135deg,var(--blue),var(--blue-2));color:#fff;font-weight:800}.selected-mark{display:inline-flex;align-items:center;gap:8px;color:var(--success);font-weight:800}.details-layout{display:grid;grid-template-columns:1.15fr .85fr;gap:22px}.details-form,.summary-box{border-radius:28px;padding:28px}.summary-list{margin-top:20px}.summary-row{display:flex;justify-content:space-between;gap:14px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.06)}.summary-row span{color:var(--muted)}.summary-row strong{text-align:right}.summary-total{margin-top:22px;padding:22px;border-radius:22px;background:linear-gradient(135deg,var(--blue),var(--blue-2));box-shadow:0 18px 40px #2f6bff38}.summary-total span{display:block;margin-bottom:8px;opacity:.88}.summary-total h3{font-size:2.1rem;font-weight:900}.feature-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.feature-card,.testimonial-card{border-radius:24px;padding:24px}.feature-icon{width:52px;height:52px;border-radius:16px;display:grid;place-items:center;margin-bottom:16px;background:rgba(255,255,255,.05);color:var(--gold);border:1px solid var(--stroke)}.feature-card h3,.testimonial-card h4{font-size:1.22rem;font-weight:850;margin-bottom:10px}.feature-card p,.testimonial-card p{color:var(--muted);line-height:1.75}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.testimonial-card svg{color:var(--gold);margin-bottom:12px}.site-footer{padding:26px 0 34px}.footer-inner{padding:24px 0;border-top:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between;gap:18px}.footer-inner h3{margin-bottom:6px}.footer-inner p,.footer-contact span{color:var(--muted)}.footer-contact{display:flex;flex-direction:column;gap:6px;text-align:right}@media (max-width: 1180px){.hero-layout,.details-layout,.cab-grid,.feature-grid{grid-template-columns:1fr 1fr}.testimonial-grid{grid-template-columns:1fr}}@media (max-width: 820px){.nav-inner{min-height:auto;padding:16px 0;flex-wrap:wrap}.nav-links{order:3;width:100%;justify-content:center;flex-wrap:wrap;gap:18px}.hero-layout,.details-layout,.cab-grid,.feature-grid,.testimonial-grid,.fare-board,.hero-highlights,.schedule-row,.form-grid{grid-template-columns:1fr}.hero-copy{padding-top:8px}.booking-head,.footer-inner{flex-direction:column;align-items:flex-start}.footer-contact{text-align:left}}.fleet-section{background:radial-gradient(circle at top,#081428 0%,#030b18 70%);padding:100px 0}.fleet-section .section-heading{text-align:center;margin-bottom:50px}.fleet-section .section-heading .eyebrow{color:#f8c35d;font-weight:700;font-size:14px;text-transform:uppercase;margin-bottom:10px}.fleet-section .section-heading h2{font-size:52px;font-weight:800;color:#fff;margin-bottom:12px}.fleet-section .section-heading p{color:#b6c2d3;max-width:750px;margin:0 auto;font-size:18px}.cab-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;margin-top:50px}.cab-card{position:relative;overflow:hidden;border-radius:28px;background:linear-gradient(180deg,rgba(10,20,40,.98),rgba(5,10,20,1));border:1px solid rgba(255,255,255,.08);transition:all .3s ease;cursor:pointer}.cab-card:hover{transform:translateY(-10px);border-color:#4da3ff73;box-shadow:0 25px 70px #0006}.cab-card.selected{border-color:#4ef0a8;box-shadow:0 0 0 1px #4ef0a859,0 20px 60px #4ef0a826}.modern-car-image{position:relative;height:260px;overflow:hidden;background:white}.cab-image{width:100%;height:100%;object-fit:contain;padding:10px}.innova-image{object-fit:contain;padding:15px}.seat-badge-top{position:absolute;top:18px;left:18px;display:flex;align-items:center;gap:6px;padding:10px 16px;border-radius:999px;background:rgba(7,31,62,.9);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#4da3ff;font-weight:700;z-index:5}.cab-card.selected .seat-badge-top{background:rgba(53,232,155,.15);color:#57f0a7}.cab-content{padding:24px}.cab-title-row h3{color:#fff;font-size:34px;font-weight:800;margin-bottom:8px}.cab-title-row p{color:#b7c2d2;line-height:1.6;font-size:17px}.cab-meta{display:flex;flex-wrap:wrap;gap:10px;margin:25px 0}.cab-meta span{background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.08);padding:10px 14px;border-radius:999px;color:#dce6f7;font-size:14px;font-weight:600}.cab-bottom{display:flex;justify-content:space-between;align-items:center;border-top:1px dashed rgba(255,255,255,.12);padding-top:22px}.cab-bottom small{color:#aeb9cc;font-size:15px}.cab-bottom h4{color:#fff;font-size:42px;margin-top:6px;font-weight:800}.select-btn{border:none;padding:14px 28px;border-radius:14px;background:linear-gradient(135deg,#3794ff,#2563eb);color:#fff;font-size:16px;font-weight:700;cursor:pointer}.select-btn:hover{opacity:.95}.selected-mark{display:flex;align-items:center;gap:10px;color:#57f0a7;font-weight:800}@media (max-width: 1100px){.cab-grid{grid-template-columns:1fr}.fleet-section .section-heading h2{font-size:38px}.modern-car-image{height:220px}.cab-bottom h4{font-size:34px}}
