 @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');:root{--primary:#ff2d2d;--secondary:#ff5a5a;--dark:#050505;--dark-light:#111111;--white:#ffffff;--gray:#cfcfcf;--glass:rgba(255,255,255,.08);--glass-border:rgba(255,255,255,.15);--transition:.35s ease}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:hidden}body{font-family:'Poppins',sans-serif;background:var(--dark);color:var(--white);overflow-x:hidden}::selection{background:var(--primary);color:#fff}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#000}::-webkit-scrollbar-thumb{background:var(--primary);border-radius:50px}::-webkit-scrollbar-thumb:hover{background:#ff0000}a{text-decoration:none;transition:var(--transition)}img{max-width:100%}.container{max-width:1320px}.custom-navbar{position:fixed;top:0;left:0;width:100%;z-index:9999;padding:18px 0;transition:.4s;backdrop-filter:blur(25px);background:rgba(10,10,10,.45);border-bottom:1px solid rgba(255,255,255,.08)}.custom-navbar.scrolled{background:#000;padding:12px 0;box-shadow:0 15px 40px rgba(0,0,0,.45)}.logo{width:70px;height:70px;object-fit:contain;transition:.4s}.logo:hover{transform:rotate(-5deg) scale(1.08)}.navbar-brand{display:flex;align-items:center;gap:10px}.navbar-brand h5{color:#fff;font-size:22px;font-weight:700}.navbar-brand small{color:#bbb}.navbar-nav{gap:8px}.nav-link{color:#fff!important;font-weight:500;position:relative;padding:12px 16px!important;transition:.3s}.nav-link::after{content:"";position:absolute;left:50%;bottom:4px;width:0;height:3px;background:var(--primary);border-radius:20px;transform:translateX(-50%);transition:.35s}.nav-link:hover{color:var(--primary)!important}.nav-link:hover::after{width:70%}.nav-link.active{color:var(--primary)!important}.nav-link.active::after{width:70%}.hero{position:relative;height:100vh;min-height:850px;display:flex;align-items:center;overflow:hidden;padding-top:170px}.hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.75) 0%,rgba(0,0,0,.45) 45%,rgba(0,0,0,.20) 100%);z-index:-1}.hero-content{width:100%;max-width:680px;padding-top:0px;padding-bottom:25px}.hero-badge{display:inline-block;padding:12px 28px;border-radius:50px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.25);backdrop-filter:blur(15px);color:#fff;font-size:16px;font-weight:600;margin-bottom:25px}.hero-title{font-size:68px;line-height:1.08;font-weight:800;text-transform:uppercase;letter-spacing:-3px;color:#fff;margin-bottom:25px}.book-btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 34px;margin-left:25px;background:linear-gradient(135deg,#ff2d2d,#c40000);color:#fff!important;font-weight:600;border-radius:50px;text-decoration:none!important;border:none;transition:.35s ease;box-shadow:0 12px 30px rgba(255,0,0,.30)}.book-btn:hover{background:linear-gradient(135deg,#ff4444,#ff0000);color:#fff!important;transform:translateY(-3px);box-shadow:0 18px 35px rgba(255,0,0,.45)}.book-btn,.book-btn:link,.book-btn:visited{color:#fff!important;text-decoration:none!important}@media(max-width:991px){.navbar-toggler{display:block;background:none;border:none;color:#fff;font-size:34px;cursor:pointer;z-index:10001}.navbar-menu{display:none;width:100%;margin-top:20px;padding:25px;background:rgba(0,0,0,.95);border-radius:20px}.navbar-menu.show{display:block;animation:fadeMenu .3s ease}.navbar-nav{flex-direction:column}.book-btn{width:100%;margin-top:20px}}@media(min-width:992px){.navbar-toggler{display:none}.navbar-menu{display:flex!important;align-items:center;justify-content:flex-end;width:100%}}@keyframes fadeMenu{from{opacity:0;transform:translateY(-15px)}to{opacity:1;transform:translateY(0)}}.hero-description{max-width:650px;font-size:20px;line-height:1.9;color:#efefef;margin-bottom:45px}.hero-buttons{display:flex;align-items:center;gap:18px;flex-wrap:nowrap!important}.hero-buttons .btn-red,.hero-buttons .btn-white{flex:0 0 auto}.mobile-book-btn{display:flex;align-items:center;justify-content:center;margin-left:25px}@media(max-width:991px){.mobile-book-btn{width:100%;margin:20px 0 0}.book-btn{width:100%;margin:20px 0 10px}}.btn-red{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:auto;min-width:180px;padding:0 35px;height:58px;background:linear-gradient(135deg,#ff3131,#c40000);color:#fff!important;border-radius:60px;border:none;font-size:18px;font-weight:600;transition:.35s ease;box-shadow:0 15px 35px rgba(255,0,0,.35)}.btn-red:hover{color:#fff!important;background:linear-gradient(135deg,#ff4a4a,#ff1111);transform:translateY(-5px);box-shadow:0 25px 45px rgba(255,0,0,.45)}.btn-white{display:inline-flex;align-items:center;justify-content:center;gap:10px;width:190px;height:58px;background:rgba(255,255,255,.08);backdrop-filter:blur(18px);color:#ffffff!important;border:2px solid rgba(255,255,255,.28);border-radius:60px;font-size:18px;font-weight:600;transition:.35s ease}.btn-white:hover{background:#25D366;border-color:#25D366;color:#fff!important;transform:translateY(-5px);box-shadow:0 20px 40px rgba(37,211,102,.35)}.btn-red i,.btn-white i{font-size:20px}@media(max-width:991px){.hero{min-height:100vh;padding-top:150px}.hero-content{max-width:100%}.hero-title{font-size:56px}.hero-description{font-size:18px}}@media(max-width:767px){.hero{text-align:left;padding-top:145px}.hero-title{font-size:42px;line-height:1.15}.hero-description{font-size:16px;line-height:1.8}}@media (max-width:768px){.hero{height:auto;min-height:unset;padding-top:145px;padding-bottom:40px}.hero-content{width:100%}.hero-buttons{display:flex;flex-direction:column;align-items:stretch;gap:15px;margin-top:30px;width:100%}.btn-red,.btn-white{width:100%;min-width:100%;height:56px;border-radius:50px;font-size:16px;font-weight:600;display:flex;align-items:center;justify-content:center;gap:10px}.btn-red i,.btn-white i{font-size:18px}}.about-section{padding:120px 0;background:#fff}.section-subtitle{display:inline-block;color:#ff2d2d;font-weight:600;letter-spacing:2px;margin-bottom:15px}.section-title{font-size:52px;font-weight:700;color:#111;margin-bottom:30px}.section-title span{color:#ff2d2d}.about-text{color:#555;font-size:18px;line-height:1.9;margin-bottom:25px}.about-section .row{align-items:center}.about-image{overflow:hidden;border-radius:25px}.about-image img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.about-image:hover img{transform:scale(1.05)}.about-card{background:#111;color:#fff;border-radius:20px;padding:35px 20px;text-align:center;transition:.4s}.about-card:hover{transform:translateY(-10px);background:#ff2d2d}.about-card h3{color:#ff2d2d;font-size:38px;font-weight:700}.about-card:hover h3{color:#fff}.about-card p{margin-top:10px;margin-bottom:0;color:#ddd}.about-card:hover p{color:#fff}@media (max-width:768px){.about-section{padding:60px 0}.about-section .row{display:block}.about-image{margin-bottom:25px}.about-image img{width:100%;aspect-ratio:16/10;height:auto;display:block;object-fit:cover}}.fleet-section{padding:110px 0;background:#f8f9fb}.section-heading{margin-bottom:70px}.section-badge{display:inline-block;background:#ffe5e5;color:#ff2d2d;padding:10px 24px;border-radius:50px;font-weight:600;letter-spacing:1px;margin-bottom:20px}.section-heading h2{font-size:56px;font-weight:700;color:#111;margin-bottom:18px}.section-heading h2 span{color:#ff2d2d}.section-heading p{max-width:720px;margin:auto;color:#666;font-size:18px;line-height:1.8}.fleet-card{background:#fff;border-radius:24px;overflow:hidden;transition:.4s;box-shadow:0 15px 40px rgba(0,0,0,.08);height:100%;display:flex;flex-direction:column}.fleet-card:hover{transform:translateY(-12px);box-shadow:0 30px 60px rgba(0,0,0,.15)}.fleet-image{overflow:hidden;height:250px}.fleet-image img{width:100%;height:100%;object-fit:cover;transition:.5s}.fleet-card:hover img{transform:scale(1.08)}.fleet-content{padding:28px;flex:1}.fleet-badge{display:inline-block;background:#ffe4e4;color:#d60000;padding:10px 20px;border-radius:40px;font-size:14px;font-weight:600;margin-bottom:18px}.fleet-content h3{color:#111;font-size:32px;font-weight:700;margin-bottom:18px}.fleet-price{display:inline-block;padding:12px 24px;border-radius:15px;background:#fff5f5;border:2px solid #ffd4d4;color:#ff2d2d;font-size:30px;font-weight:700;margin-bottom:20px}.fleet-content p{color:#666;font-size:16px;line-height:1.8;margin-bottom:22px}.fleet-content ul{list-style:none;padding:0;margin:0 0 28px}.fleet-content ul li{color:#444;margin-bottom:12px;display:flex;align-items:center;font-size:15px}.fleet-content ul li i{color:#ff2d2d;margin-right:12px;font-size:18px}.fleet-btn{width:100%;display:inline-flex;justify-content:center;align-items:center;padding:16px;border-radius:14px;background:linear-gradient(135deg,#ff2d2d,#d40000);color:#fff;font-size:16px;font-weight:600;transition:.35s}.fleet-btn:hover{color:#fff;transform:translateY(-3px);box-shadow:0 18px 35px rgba(255,45,45,.35)}@media(max-width:1200px){.fleet-content h3{font-size:28px}.fleet-price{font-size:26px}}@media(max-width:991px){.fleet-section{padding:90px 0}.section-heading h2{font-size:42px}.fleet-image{height:230px}}@media(max-width:767px){.section-heading{margin-bottom:45px}.section-heading h2{font-size:34px}.section-heading p{font-size:16px}.fleet-content{padding:22px}.fleet-image{height:220px}.fleet-content h3{font-size:26px}.fleet-price{width:100%;text-align:center;font-size:24px}.fleet-btn{width:100%}}@media(max-width:480px){.fleet-section{padding:70px 0}.section-heading h2{font-size:30px}.fleet-content h3{font-size:22px}.fleet-price{font-size:22px}.fleet-image{height:200px}}.vehicle-section{padding:120px 0;background:#f8f9fc}.vehicle-section .container{max-width:1450px;margin:auto;padding-left:30px;padding-right:30px}.vehicle-section .row{justify-content:center;row-gap:35px}.section-heading{margin-bottom:70px;text-align:center}.section-badge{display:inline-block;padding:10px 26px;border-radius:50px;background:#ffeaea;color:#ff2d2d;font-weight:600;letter-spacing:1px;margin-bottom:18px}.section-heading h2{font-size:52px;font-weight:800;color:#111;margin-bottom:18px}.section-heading span{color:#ff2d2d}.section-heading p{color:#666;font-size:18px;max-width:700px;margin:auto}.vehicle-card{background:#fff;border-radius:24px;overflow:hidden;box-shadow:0 15px 40px rgba(0,0,0,.08);transition:.4s;display:flex;flex-direction:column;height:100%}.vehicle-card:hover{transform:translateY(-12px);box-shadow:0 25px 55px rgba(0,0,0,.15)}.vehicle-image{width:100%;height:250px;object-fit:cover;display:block}.vehicle-card:hover .vehicle-image{transform:scale(1.08)}.vehicle-body{padding:28px;display:flex;flex-direction:column;flex:1}.vehicle-badge{display:inline-block;width:max-content;padding:10px 18px;background:#ffeaea;color:#ff2d2d;border-radius:40px;font-size:14px;font-weight:700;margin-bottom:18px}.vehicle-body h3{font-size:24px;color:#111;font-weight:700;line-height:1.4;margin-bottom:18px}.vehicle-price{display:inline-flex;align-items:center;justify-content:center;min-height:52px;width:max-content;padding:12px 22px;border-radius:15px}.vehicle-body p{color:#555;font-size:16px;line-height:1.8;margin-bottom:20px}.vehicle-body ul{list-style:none;padding:0;margin:0 0 30px;flex-grow:1}.vehicle-body ul li{margin-bottom:12px;color:#555;font-size:15px}.vehicle-body ul li::before{content:"✔ ";color:#ff2d2d;font-weight:700}.vehicle-btn{margin-top:auto;display:block;width:100%;text-align:center;padding:16px;border-radius:14px;background:linear-gradient(135deg,#ff2d2d,#c40000);color:#fff;font-size:17px;font-weight:700;transition:.35s}.vehicle-btn:hover{background:#d60000;color:#fff}@media(max-width:992px){.vehicle-section{padding:90px 0}.section-heading h2{font-size:40px}}@media(max-width:768px){.vehicle-section{padding:70px 0}.section-heading h2{font-size:32px}.vehicle-image{height:220px}}.floating-whatsapp{position:fixed;right:20px;bottom:20px;width:65px;height:65px;background:#25D366;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;text-decoration:none;font-size:34px;z-index:99999;box-shadow:0 12px 30px rgba(37,211,102,.35);transition:.35s ease;animation:floatWhatsapp 2s infinite}.floating-whatsapp:hover{color:#fff;background:#20ba5a;transform:scale(1.12)}@keyframes floatWhatsapp{0%{transform:scale(1)}50%{transform:scale(1.08)}100%{transform:scale(1)}}@media(max-width:768px){.floating-whatsapp{width:58px;height:58px;font-size:30px;right:15px;bottom:15px}}@media(max-width:768px){.custom-navbar{padding:12px 0}.logo{width:55px;height:55px}.navbar-brand h5{font-size:16px}.navbar-brand small{font-size:12px}}@media (max-width:768px){html,body{overflow-x:hidden}.hero{height:auto;min-height:unset;padding-top:100px;padding-bottom:40px}.hero .container{width:100%;padding-left:20px;padding-right:20px}.hero-content{max-width:100%;padding-bottom:25px}.hero-title{font-size:42px;line-height:1.15}.hero-description{font-size:16px;line-height:1.8;margin-bottom:25px}.hero-buttons{display:flex;flex-direction:column;gap:15px}.btn-red,.btn-white{width:100%}}