@import"https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";.navbar{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;background:#fff;box-shadow:0 2px 8px #00000014;position:sticky;top:0;z-index:100;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.navbar .logo{height:55px;width:auto;cursor:pointer;transition:all .2s ease}.navbar .logo:hover{transform:scale(1.5)}.navbar-right{display:flex;align-items:center;gap:2rem;position:relative}.navbar-links{display:flex;align-items:center;gap:1.5rem}.nav-link{text-decoration:none;color:#333;font-size:.95rem;font-weight:500;padding:.5rem 0;position:relative;transition:all .2s ease}.nav-link:hover{color:#dc2626}.nav-link:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:1px;transition:width .3s ease}.nav-link:hover:after{width:100%}.nav-link.active:after{width:100%}.dropdown-toggle{display:none;cursor:pointer;padding:.5rem;border-radius:6px;transition:all .2s ease}.dropdown-toggle:hover{background:#dc26261a}.hamburger-menu{display:flex;flex-direction:column;gap:3px;width:20px;height:16px}.hamburger-menu span{display:block;width:100%;height:2px;background:#333;border-radius:1px;transition:all .3s ease}.dropdown-toggle:hover .hamburger-menu span{background:#dc2626}.dropdown-menu{position:absolute;top:calc(100% + 1rem);right:0;background:#fff;border:1px solid rgba(220,38,38,.2);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.8rem 0;min-width:200px;z-index:1000;animation:dropdownSlideIn .3s ease-out}@keyframes dropdownSlideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.dropdown-link{display:block;text-decoration:none;color:#333;font-size:.9rem;font-weight:500;padding:.6rem 1.2rem;transition:all .2s ease;border-left:3px solid transparent}.dropdown-link:hover{background:#dc26260d;color:#dc2626;border-left-color:#dc2626}.dropdown-signin-btn,.dropdown-logout-btn{width:calc(100% - 2.4rem);margin:.4rem 1.2rem;padding:.6rem;border:none;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.dropdown-signin-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff}.dropdown-signin-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.dropdown-logout-btn{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.dropdown-logout-btn:hover{background:#fef2f2;color:#dc2626;border-color:#fca5a5}.navbar-auth{display:flex;align-items:center}.signin-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #dc262633}.signin-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.navbar-profile{position:relative;cursor:pointer}.navbar-profile img{width:32px;height:32px;border-radius:50%;border:2px solid #e5e7eb;transition:all .2s ease}.navbar-profile:hover img{border-color:#dc2626;transform:scale(1.05)}.nav-profile-dropdown{position:absolute;top:calc(100% + .8rem);right:0;background:#fff;border:1px solid rgba(220,38,38,.2);border-radius:12px;box-shadow:0 8px 24px #0000001f;padding:.8rem 0;min-width:160px;list-style:none;opacity:0;visibility:hidden;transform:translateY(-10px) scale(.95);transition:all .3s ease}.navbar-profile:hover .nav-profile-dropdown{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.nav-profile-dropdown li{display:flex;align-items:center;gap:.6rem;padding:.6rem 1rem;cursor:pointer;transition:all .2s ease;border-left:3px solid transparent}.nav-profile-dropdown li:hover{background:#dc26260d;border-left-color:#dc2626}.nav-profile-dropdown li img{width:16px;height:16px;border:none}.nav-profile-dropdown li p{margin:0;font-size:.9rem;font-weight:500;color:#333}.nav-profile-dropdown li:hover p{color:#dc2626}.nav-profile-dropdown hr{border:none;height:1px;background:#e5e7eb;margin:.4rem 0}@media (max-width: 768px){.navbar{padding:.8rem 1rem}.navbar-links,.navbar-auth{display:none}.dropdown-toggle{display:block}.navbar-right{gap:0}.dropdown-menu{right:-1rem;left:-1rem;width:calc(100vw - 2rem);max-width:300px;margin-left:auto}}@media (max-width: 480px){.navbar .logo{height:32px}.dropdown-menu{right:-.5rem;left:-.5rem;width:calc(100vw - 1rem)}}.nav-link.active{color:#dc2626}*{transition:color .2s ease,background-color .2s ease,border-color .2s ease,transform .2s ease}.place-order{display:flex;align-items:start;justify-content:space-between;gap:20px;margin-top:50px;flex-direction:column}.place-order-left,.place-order-right{width:100%;max-width:none}.place-order-left .title{font-size:24px;font-weight:600;margin-bottom:30px}.place-order-left input{margin-bottom:10px;width:100%;padding:8px;border:1px solid #c5c5c5;border-radius:4px;outline-color:tomato}.place-order-left .multi-fields{display:flex;flex-direction:column;gap:10px}.place-order-right{margin-top:20px}.place-order .cart-total{display:flex;flex-direction:column;gap:15px}.place-order .cart-total h2{font-size:24px}.payment-buttons{display:flex;flex-direction:column;gap:10px}.payment-buttons button{padding:12px;font-size:16px;cursor:pointer}.payment-buttons .whatsapp-button{background-color:#25d366;color:#fff}@media (min-width: 768px){.place-order{flex-direction:row;gap:50px;margin-top:100px}.place-order-left,.place-order-right{max-width:max(30%,500px)}.place-order-left .title{font-size:30px;margin-bottom:50px}.place-order-left input{margin-bottom:15px;padding:10px}.place-order-left .multi-fields{flex-direction:row;gap:15px}.place-order .cart-total{flex-direction:column;gap:20px}.place-order .cart-total h2{font-size:30px}.payment-buttons{flex-direction:column;gap:15px}}@media (min-width: 1024px){.place-order{gap:60px;margin-top:120px}.place-order-left,.place-order-right{max-width:max(30%,600px)}}.explore-menu{display:flex;flex-direction:column;gap:20px;padding:20px}.explore-menu h1{color:#333;font-weight:600;font-size:2rem;margin-bottom:0}.explore-menu-text{max-width:60%;color:#555;line-height:1.5;font-size:1rem}.explore-menu-list{display:flex;gap:25px;text-align:center;margin:20px 0;overflow-x:auto;padding-bottom:15px;scrollbar-width:thin;scrollbar-color:#888 transparent}.explore-menu-list::-webkit-scrollbar{height:6px}.explore-menu-list::-webkit-scrollbar-track{background:transparent}.explore-menu-list::-webkit-scrollbar-thumb{background-color:#888;border-radius:6px}.explore-menu-list-item{display:flex;flex-direction:column;align-items:center;min-width:100px;cursor:pointer;transition:transform .3s ease}.explore-menu-list-item:hover{transform:translateY(-5px)}.explore-menu-list-item img{width:100px;height:100px;object-fit:cover;border-radius:50%;cursor:pointer;transition:all .3s ease;border:2px solid #f0f0f0;box-shadow:0 4px 8px #0000001a}.explore-menu-list-item img:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026}.explore-menu-list-item .active{border:3px solid #4CAF50;box-shadow:0 0 0 2px #4caf504d}.explore-menu-list-item p{margin-top:12px;color:#333;font-size:1rem;font-weight:500;white-space:nowrap}.explore-menu hr{margin:10px 0;height:1px;background-color:#e2e2e2;border:none}@media (max-width: 1050px){.explore-menu-text{max-width:100%;font-size:.9rem}.explore-menu-list{gap:15px}.explore-menu-list-item img{width:80px;height:80px}}@media (max-width: 768px){.explore-menu-list-item img{width:70px;height:70px}.explore-menu-list-item p{font-size:.9rem}}.food-display{margin-top:30px}.food-display h2{font-size:max(2vw,24px);font-weight:600}.food-display-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:30px;row-gap:50px}.food-item{width:90%;margin:auto;border-radius:0;box-shadow:0 0 10px #00000015;transition:.3s;animation:fadeIn 1s;padding:15px}.food-item-image{width:100%;border-radius:5px 5px 0 0}.food-item-info{padding:15px}.food-item-name-rating{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.food-item-name-rating p{font-size:18px;font-weight:500}.food-item-name-rating img{width:50px}.food-item-description{color:#676767;font-size:11px}.food-item-price{color:#006400;font-size:16px;font-weight:500;margin:8px 0}.food-item-img-container{position:relative}.food-item-img-container .add{width:30px;position:absolute;bottom:12px;right:12px;cursor:pointer;border-radius:50%}.food-item-counter{position:absolute;bottom:12px;right:12px;display:flex;align-items:center;gap:8px;padding:5px;border-radius:50px;background-color:#fff}.food-item-counter img{width:25px}.whatsapp-button{display:inline-block;width:100%;margin-top:5px;padding:8px 10px;background-color:#25d366;color:#fff;border-radius:25px;text-decoration:none;transition:background-color .3s;font-size:12px;text-align:center}.addingman{border-radius:0;width:100%}.cart{margin-top:100px}.cart-items-title{display:grid;grid-template-columns:1fr 1.5fr 1fr 1fr 1fr .5fr;align-items:center;color:gray;font-size:max(1vw,12px)}.cart-items-item{margin:10px 0;color:#000}.cart-items-item img{width:50px}.cart hr{height:1px;background-color:#e2e2e2;border:none}.cart-items-item .cross{cursor:pointer;color:red}.cart-bottom{margin-top:80px;display:flex;justify-content:space-between;gap:max(12vw,20px)}.cart-total{flex:1;display:flex;flex-direction:column;gap:20px}.cart-total-details{display:flex;justify-content:space-between;column-rule:#555}.cart-total hr{margin:10px 0}.cart-total button{border:none;color:#fff;background-color:green;width:max(15vw,200px);padding:12px 0;border-radius:4px;cursor:pointer}.cart-promocode{flex:1}.cart-promocode p{color:#555}.cart-promocode-input{margin-top:10px;display:flex;justify-content:space-between;align-items:center;background-color:#eaeaea;border-radius:4px}.cart-promocode-input input{background:transparent;border:none;outline:none;padding:10px}.cart-promocode-input button{width:max(10vw,150px);padding:12px 5px;background-color:#000;border:none;color:#fff;border-radius:4px}.cart-buttons{display:flex;flex-direction:column;gap:10px;margin-top:20px}.whatsapp-button{background-color:#25d366;color:#fff;border:none;padding:10px;border-radius:4px;cursor:pointer;font-weight:500;transition:all .3s ease}.whatsapp-button:hover:not(:disabled){background-color:#128c7e}.disabled-button{opacity:.5;cursor:not-allowed}button:disabled{background-color:#ccc;color:#666}@media (max-width:750px){.cart-bottom{flex-direction:column-reverse}.cart-promocode{justify-content:start}}.footer{background:linear-gradient(135deg,#1a1a1a,#000);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;margin-bottom:2rem}.footer-section h4{font-size:1.2rem;font-weight:600;margin-bottom:1.2rem;color:#dc2626}.footer-logo{display:flex;align-items:center;gap:.8rem;margin-bottom:1rem}.footer-logo img{width:40px;height:40px;object-fit:contain}.footer-logo h3{font-size:1.5rem;font-weight:700;background:linear-gradient(135deg,#fff,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.footer-description{color:#ccc;line-height:1.6;margin-bottom:1.5rem;font-size:.95rem}.footer-contact{display:flex;flex-direction:column;gap:.8rem}.contact-item{display:flex;align-items:center;gap:.8rem;color:#ccc;font-size:.9rem}.contact-item svg{color:#dc2626;flex-shrink:0}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin-bottom:.7rem}.footer-links a{color:#ccc;text-decoration:none;font-size:.9rem;transition:all .3s ease;position:relative}.footer-links a:hover{color:#dc2626;transform:translate(5px)}.footer-links a:before{content:"";position:absolute;width:0;height:1px;bottom:-2px;left:0;background-color:#dc2626;transition:width .3s ease}.footer-links a:hover:before{width:100%}.social-links{display:flex;gap:1rem}.social-link{display:flex;align-items:center;justify-content:center;width:45px;height:45px;background:#ffffff1a;border-radius:50%;color:#ccc;text-decoration:none;transition:all .3s ease;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:relative}.social-link svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.social-link:hover{background:#dc2626;color:#fff;transform:translateY(-3px);box-shadow:0 5px 15px #dc26264d}.footer-bottom{border-top:1px solid #333;padding-top:1.5rem}.footer-bottom-content{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-bottom-content p{color:#888;font-size:.9rem;margin:0}.developer-credit{color:#dc2626;text-decoration:none;font-weight:600;font-size:.9rem;position:relative;padding:.3rem .6rem;border-radius:6px;animation:pulseGlow 2s ease-in-out infinite;transition:all .3s ease}.developer-credit:hover{background:#dc26261a;transform:translateY(-2px)}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #dc26264d;text-shadow:0 0 5px rgba(220,38,38,.3)}50%{box-shadow:0 0 15px #dc262699;text-shadow:0 0 10px rgba(220,38,38,.6)}}@media (max-width: 1024px){.footer-content{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width: 768px){.footer{padding:2rem 0 1rem}.footer-container{padding:0 1.5rem}.footer-content{grid-template-columns:1fr;gap:2rem;text-align:center}.footer-logo{justify-content:center}.footer-contact{align-items:center}.social-links{justify-content:center}.footer-bottom-content{flex-direction:column;text-align:center}}@media (max-width: 480px){.footer{padding:1.5rem 0 1rem}.footer-container{padding:0 1rem}.footer-logo h3{font-size:1.3rem}.footer-section h4{font-size:1.1rem}.social-links{gap:.8rem}.social-link{width:40px;height:40px}.social-link svg{width:18px;height:18px}}.login-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:modalFadeIn .3s ease-out}.login-popup-container{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:400px;box-shadow:0 16px 40px #0003;position:relative}.login-popup-title{text-align:center;margin-bottom:1.5rem}.login-popup-title h2{font-size:1.8rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.login-popup-inputs{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.login-popup-inputs input{padding:.9rem 1.2rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;transition:all .2s ease;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login-popup-inputs input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.login-popup-inputs input::placeholder{color:#9ca3af}.login-popup-container button{width:100%;padding:.9rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;margin-bottom:1.5rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.login-popup-container button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262640}.login-popup-condition{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.login-popup-condition input{width:16px;height:16px;accent-color:#dc2626;cursor:pointer}.login-popup-condition p{font-size:.85rem;color:#6b7280;margin:0;line-height:1.4}.login-popup-container>p{text-align:center;font-size:.9rem;color:#6b7280;margin:0}.login-popup-container>p span{color:#dc2626;font-weight:600;cursor:pointer;transition:color .2s ease}.login-popup-container>p span:hover{color:#b91c1c;text-decoration:underline}@media (max-width: 480px){.login-popup{padding:.5rem}.login-popup-container{padding:1.5rem;border-radius:16px}.login-popup-title h2{font-size:1.5rem}.login-popup-inputs input{padding:.8rem 1rem}.login-popup-container button{padding:.8rem}}.login-popup-inputs input:focus,.login-popup-condition input:focus,.login-popup-container button:focus{outline:2px solid #3b82f6;outline-offset:2px}.verify{min-height:60vh;display:grid}.verify .spinner{width:100px;height:100px;place-self:center;border:5px solid #bdbdbd;border-top-color:tomato;border-radius:50%;animation:rotate 1s infinite}@keyframes rotate{to{transform:rotate(360deg)}}.productdisplay{display:flex;margin:0 50px}.productdisplay-left{display:flex;gap:17px}.productdisplay-img-list{display:flex;flex-direction:column;gap:16px}.productdisplay-img-list img{height:100px}.productdisplay-main-img{width:450px;height:450px}.whatsapp-button{display:inline-block;width:150px;background-color:#25d366;color:#fff;padding:10px 5px;text-align:center;text-decoration:none;font-size:12px;border-radius:25px;margin-top:5px;cursor:pointer}.buttons{display:flex;width:150px;flex-wrap:wrap}.add-to-cart-btn{border-radius:25px;width:100%;padding:8px 10px;border:1px solid green;background-color:green;color:#fff;text-decoration:none;transition:background-color .3s}.add-to-cart-btn:hover{border:1px solid red;background-color:#fff;color:#000}.whatsapp-button:hover{background-color:#128c7e}.productdisplay-right{margin:0 70px;display:flex;flex-direction:column}.productdisplay-right h1{color:#000;font-size:25px;font-weight:700}.productdisplay-right-star{display:flex;align-items:center;margin-top:13px;gap:5px;color:#1c1c1c;font-size:16px}.productdisplay-right-prices{display:flex;margin:40px 0;gap:30px;font-size:24px;font-weight:700}.productdisplay-right-description{font-size:12px}.productdisplay-right-price-old{color:#818181;text-decoration:line-through}.productdisplay-right-price-new{color:green}.productdisplay-right-size h1{margin-top:20px;color:#656565;font-size:20px;font-weight:600}.productdisplay-right-sizes{display:flex;margin:30px 0;gap:20px}.productdisplay-right-sizes div{padding:18px;background:#fbfbfb;border:1px solid #ebebeb;border-radius:3px;cursor:pointer}.productdisplay-right button{padding:10px 20px;width:150px;font-size:12px;font-weight:600;color:#fff;background:green;margin-bottom:40px;border:none;outline:none;border-radius:25px;font-family:Poppins;cursor:pointer;transition:.7s}.productdisplay-right button:hover{background:#fff;border:2px solid red;color:red}.productdisplay-right-category{margin-top:10px}.productdisplay-right-category span{font-weight:600}.addremovediv{display:flex;flex-direction:row;gap:5px;align-items:center;margin:0;justify-content:space-around;width:100px;border-radius:18px}.quantity-input{width:50px;text-align:center;font-size:16px;margin:0 10px;border:1px solid #ccc;border-radius:5px;padding:5px}@media (max-width:1280px){.productdisplay{margin:0 60px}.productdisplay-left,.productdisplay-img-list{gap:10px}.productdisplay-img-list img{height:120px}.productdisplay-main-img{width:auto;height:510px}.productdisplay-right{margin:0 30px}.productdisplay-right h1{font-size:22px}.productdisplay-right-star{gap:3px;font-size:13px}.productdisplay-right-prices{margin:10px 0;font-size:18px}.productdisplay-right-description{font-size:13px}.productdisplay-right-size h1{margin-top:20px;font-size:20px}.productdisplay-right-sizes div{padding:14px 20px}.productdisplay-right button{width:150px;padding:15px 0;margin-bottom:20px}.productdisplay-right-category{margin-top:5px;font-size:14px}}@media (max-width:1024px){.productdisplay{margin:0 30px}.productdisplay-left{gap:5px}.productdisplay-img-list img{height:80px}.productdisplay-main-img{height:350px}.productdisplay-right h1{font-size:18px}.productdisplay-right-star img{width:15px}.productdisplay-right-description{font-size:12px}.productdisplay-right-sizes{margin:10px 0}.productdisplay-right-sizes div{padding:10px 16px;font-size:12px}.productdisplay-right button{width:120px;padding:10px 0;margin-bottom:14px;font-size:13px}.productdisplay-right-category{font-size:12px}}@media (max-width:800px){.productdisplay{margin:0 10px}.productdisplay-left{gap:0px;flex-direction:column-reverse;align-items:center}.productdisplay-img-list{flex-direction:row;gap:6px}.productdisplay-img-list img{height:70px}.productdisplay-main-img{height:300px}.productdisplay-right h1{font-size:14px}.productdisplay-right-star img{width:13px}.productdisplay-right-description{font-size:10px}.productdisplay-right-size h1{margin-top:10px 0px}.productdisplay-right-sizes{margin-top:10px;gap:5px}.productdisplay-right-sizes div{padding:4px 11px}.productdisplay-right button{width:100px;font-size:12px}.productdisplay-right-category{font-size:10px}}@media (max-width:500px){.productdisplay{flex-direction:column;margin:auto}.productdisplay-left{gap:10px;flex-direction:row;margin:auto}.productdisplay-img-list{flex-direction:column;gap:8px}.productdisplay-img-list img{height:50px}.productdisplay-main-img{height:230px}.productdisplay-right{margin:5px}.productdisplay-right h1{margin-top:15px;font-size:20px;font-weight:500}.productdisplay-right-star img{width:15px}.productdisplay-right-sizes{gap:10px;margin:20px 0}.productdisplay-right-sizes div{padding:10px 16px;font-size:14px}.productdisplay-right button{width:130px;font-size:15px;padding:12px 0}.productdisplay-right-category{font-size:16px}}.descriptionbox{margin:120px 170px}.descriptionbox-navigator{display:flex}.descriptionbox-nav-box{display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:600;width:171px;height:70px;border:1px solid #d0d0d0;border-radius:10px}.descriptionbox-nav-box.fade{background:#fbfbfb;color:#555}.descriptionbox-description{display:flex;flex-direction:column;gap:25px;border:1px solid #d0d0d0;padding:48px 48px 70px;border-radius:20px}@media (max-width: 1280px){.descriptionbox{margin:100px 150px}.descriptionbox-nav-box{font-size:15px;width:160px;height:65px}.descriptionbox-description{padding:40px 40px 60px}}@media (max-width: 1024px){.descriptionbox{margin:80px 120px}.descriptionbox-nav-box{font-size:14px;width:150px;height:60px}.descriptionbox-description{padding:32px 32px 50px}}@media (max-width: 800px){.descriptionbox{margin:60px 100px}.descriptionbox-nav-box{font-size:13px;width:140px;height:55px}.descriptionbox-description{padding:24px 24px 40px;font-size:14px}}@media (max-width: 500px){.descriptionbox{margin:40px 50px}.descriptionbox-navigator{flex-direction:column}.descriptionbox-nav-box{font-size:12px;width:100%;height:50px;margin-bottom:10px}.descriptionbox-description{padding:16px 16px 30px;font-size:13px}}.my-orders{margin:50px 0}.my-orders .container{display:flex;flex-direction:column-reverse;gap:20px;margin-top:30px}.my-orders-order{display:grid;grid-template-columns:.5fr 2fr 1fr 1fr 2fr 1fr;align-items:center;gap:30px;font-size:14px;padding:10px 20px;color:#454545;border:1px solid tomato}.my-orders-order img{width:50px}.my-orders-order p span{color:tomato}.my-orders-order p b{font-weight:500;color:#454545}.my-orders-order button{border:none;padding:12px 0;border-radius:4px;background-color:#ffe1e1;cursor:pointer;color:#454545}@media (maxwidth:900px){.my-orders-order{grid-template-columns:1fr 2fr 1fr;row-gap:5px;font-size:12px}.my-orders-order button{font-size:10px}}.floating-whatsapp-button{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background-color:#25d366;border-radius:50%;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 10px #0003;transition:transform .3s;z-index:1000}.floating-whatsapp-button:hover{transform:scale(1.1)}.floating-whatsapp-button img{width:80px;height:80px}.prompt-login{position:absolute;z-index:1;width:100%;height:100%;margin:auto;background-color:#00000090;display:grid;z-index:1001}.prompt-login-container{place-self:center;width:max(23vw,330px);color:gray;background-color:#fff;display:flex;flex-direction:column;gap:25px;padding:25px 30px;border-radius:8px;font-size:14px;animation:fadeIn .5s;text-align:center}.prompt-login-container h2{color:#000}.prompt-login-container button{border:none;padding:10px;border-radius:4px;color:#fff;background-color:green;font-size:15px;cursor:pointer}.forgot-password-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:modalFadeIn .3s ease-out}.forgot-password-popup-container{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:400px;box-shadow:0 16px 40px #0003;position:relative}.forgot-password-popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.forgot-password-popup-title h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.forgot-password-popup-title img{width:24px;height:24px;cursor:pointer;transition:transform .2s ease}.forgot-password-popup-title img:hover{transform:scale(1.1)}.forgot-password-popup-inputs{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.forgot-password-popup-inputs input{padding:.9rem 1.2rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;transition:all .2s ease;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.forgot-password-popup-inputs input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.forgot-password-popup-inputs input::placeholder{color:#9ca3af}.forgot-password-popup-container button{width:100%;padding:.9rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.forgot-password-popup-container button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262640}.forgot-password-close{text-align:center;font-size:.9rem;color:#6b7280;margin:0;cursor:pointer;transition:color .2s ease}.forgot-password-close:hover{color:#dc2626;text-decoration:underline}@media (max-width: 480px){.forgot-password-popup{padding:.5rem}.forgot-password-popup-container{padding:1.5rem;border-radius:16px}.forgot-password-popup-title h2{font-size:1.3rem}.forgot-password-popup-inputs input{padding:.8rem 1rem}.forgot-password-popup-container button{padding:.8rem}}.forgot-password-popup-inputs input:focus,.forgot-password-popup-container button:focus{outline:2px solid #3b82f6;outline-offset:2px}.enter-code-popup{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);animation:modalFadeIn .3s ease-out}.enter-code-popup-container{background:#fff;border-radius:20px;padding:2rem;width:100%;max-width:400px;box-shadow:0 16px 40px #0003;position:relative}.enter-code-popup-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.enter-code-popup-title h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.enter-code-popup-title img{width:24px;height:24px;cursor:pointer;transition:transform .2s ease}.enter-code-popup-title img:hover{transform:scale(1.1)}.enter-code-popup-inputs{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.enter-code-popup-inputs p{font-size:.9rem;color:#6b7280;text-align:center;margin:0;line-height:1.4}.enter-code-popup-inputs input{padding:.9rem 1.2rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.95rem;transition:all .2s ease;background:#f8f9fa;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;text-align:center;letter-spacing:2px;font-weight:600}.enter-code-popup-inputs input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.enter-code-popup-inputs input::placeholder{color:#9ca3af;letter-spacing:normal;font-weight:400}.enter-code-popup-container button{width:100%;padding:.9rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;margin-bottom:1rem;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.enter-code-popup-container button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #dc262640}@media (max-width: 480px){.enter-code-popup{padding:.5rem}.enter-code-popup-container{padding:1.5rem;border-radius:16px}.enter-code-popup-title h2{font-size:1.3rem}.enter-code-popup-inputs input{padding:.8rem 1rem}.enter-code-popup-container button{padding:.8rem}}.enter-code-popup-inputs input:focus,.enter-code-popup-container button:focus{outline:2px solid #3b82f6;outline-offset:2px}@keyframes modalFadeIn{0%{opacity:0;transform:scale(.9) translateY(-20px)}to{opacity:1;transform:scale(1) translateY(0)}}.password-reset-popup{position:absolute;z-index:1;width:100%;height:100%;margin:auto;background-color:#00000090;display:grid;z-index:1001}.password-reset-popup-container{place-self:center;width:max(23vw,330px);color:gray;background-color:#fff;display:flex;flex-direction:column;gap:25px;padding:25px 30px;border-radius:8px;font-size:14px;animation:fadeIn .5s}.password-reset-popup-title{display:flex;justify-content:space-between;align-items:center;color:#000}.password-reset-popup-title img{width:16px;cursor:pointer}.password-reset-popup-inputs{display:flex;flex-direction:column;gap:20px}.password-reset-popup-inputs input{outline:none;border:1px solid #c9c9c9;padding:10px;border-radius:4px}.password-reset-popup-container button{border:none;padding:10px;border-radius:4px;color:#fff;background-color:green;font-size:15px;cursor:pointer}.service-header{position:relative;width:100%;height:38vw;overflow:hidden}.service-banner{width:100%;height:100%;background-size:cover;background-position:center;transition:opacity 1s ease-in-out;opacity:1}@media (max-width: 900px){.service-header{height:55vw}}.service-display{margin-top:30px}.service-display h2{font-size:max(2vw,24px);font-weight:600}.service-display-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-top:30px;row-gap:50px}.service-item{width:90%;margin:auto;border-radius:5px;box-shadow:0 0 10px #00000015;transition:.3s;animation:fadeIn 1s;padding:15px;background-color:#fff}.service-item-image{width:100%;border-radius:5px}.service-item-info{padding:15px;text-align:center}.service-item-info h3{font-size:18px;font-weight:600;margin-bottom:10px}.service-item-description{color:#676767;font-size:14px}.formss{display:flex;justify-content:center;margin:20px 0}.inputss[type=text]{padding:10px;font-size:16px;border:1px solid #ccc;border-radius:4px;width:300px}button{padding:10px 20px;font-size:16px;background-color:green;color:#fff;border:none;border-radius:4px;margin-left:10px;cursor:pointer}.contact-container{display:flex;flex-wrap:wrap;gap:40px;max-width:1200px;margin:50px auto;padding:20px}.contact-info{flex:1;min-width:300px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a}.contact-info h2{margin-bottom:20px;font-size:24px;color:#333}.info-item{margin-bottom:20px}.info-item strong{display:block;font-size:16px;color:#555;margin-bottom:5px}.info-item p{font-size:16px;color:#333}.social-links{margin-top:30px}.social-links h3{margin-bottom:15px;font-size:18px;color:#333}.social-links a{display:block;margin-bottom:10px;font-size:16px;color:green;text-decoration:none;transition:color .3s ease}.social-links a:hover{color:green}.contact-form{flex:1;min-width:300px;padding:20px;background-color:#f9f9f9;border-radius:8px;box-shadow:0 4px 6px #0000001a}.contact-form h2{text-align:center;margin-bottom:20px;font-size:24px;color:#333}.input-box{margin-bottom:20px}.input-box label{display:block;margin-bottom:8px;font-size:16px;color:#555;font-weight:500}.input-box .field,.input-box textarea{width:100%;padding:12px;font-size:16px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box;transition:border-color .3s ease}.input-box .field:focus,.input-box textarea:focus{border-color:green;outline:none;box-shadow:0 0 5px #00ff4080}.input-box textarea{resize:vertical;min-height:150px}.input-box .btn{width:100%;padding:12px;font-size:16px;color:#fff;background-color:green;border:none;border-radius:4px;cursor:pointer;transition:background-color .3s ease}.input-box .btn:hover{background-color:green}.result{margin-top:20px;text-align:center;font-size:16px;color:#333}@media (max-width: 768px){.contact-container{flex-direction:column;gap:20px}.contact-info,.contact-form{min-width:100%}.contact h2{font-size:20px}.input-box .field,.input-box textarea,.input-box .btn{font-size:14px}}.about-page{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#333;line-height:1.6}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section-header{text-align:center;margin-bottom:50px}.section-header h2{font-size:2.5rem;color:#000;margin-bottom:15px}.divider{width:100px;height:3px;background-color:green;margin:0 auto}.about-hero{height:500px;background-image:url(/assets/about-hero-gtW0QxFz.jpg);background-size:cover;background-position:center;position:relative;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center}.hero-overlay{background-color:#0009;padding:30px;border-radius:5px;max-width:800px}.about-hero h1{font-size:3.5rem;margin-bottom:20px}.about-hero p{font-size:1.5rem}.our-story{padding:80px 0;background-color:#f9f9f9}.story-content{display:flex;align-items:center;gap:50px}.story-text{flex:1}.story-text p{margin-bottom:20px;font-size:1.1rem}.story-image{flex:1;position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 12px #0000001a;aspect-ratio:16/9}.placeholder-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;display:block}.story-image:hover .placeholder-image{transform:scale(1.03)}@supports not (aspect-ratio: 16/9){.story-image:before{content:"";display:block;padding-top:56.25%}.placeholder-image{position:absolute;top:0;left:0;width:100%;height:100%}}.our-mission{padding:80px 0;background-color:green;color:#fff}.mission-card{max-width:800px;margin:0 auto;text-align:center;padding:40px;background-color:#ffffff1a;border-radius:5px}.mission-card h3{font-size:2rem;margin-bottom:20px}.mission-card p{font-size:1.2rem}.our-team{padding:80px 0;background-color:#f9f9f9}.team-content{display:flex;align-items:center;gap:50px}.team-image,.team-text{flex:1}.team-text p{margin-bottom:20px;font-size:1.1rem}.team-stats{display:flex;justify-content:space-between;margin-top:30px}.stat-item{text-align:center}.stat-number{display:block;font-size:2.5rem;font-weight:700;color:green}.stat-label{font-size:1rem;color:#666}.our-services{padding:80px 0}.services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:30px}.service-card{background-color:#fff;padding:30px;border-radius:5px;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.service-card:hover{transform:translateY(-10px)}.service-icon{font-size:2.5rem;color:green;margin-bottom:20px}.service-card h3{font-size:1.5rem;margin-bottom:20px;color:#000}.service-card ul{list-style-type:none;padding-left:0}.service-card ul li{padding:8px 0;border-bottom:1px solid #eee}.service-card ul li:last-child{border-bottom:none}.why-choose-us{padding:80px 0;background-color:#f9f9f9}.reasons-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.reason-card{background-color:#fff;padding:30px;border-radius:5px;box-shadow:0 5px 15px #0000001a;text-align:center}.reason-icon{font-size:2.5rem;color:green;margin-bottom:20px}.reason-card h3{font-size:1.3rem;margin-bottom:15px;color:#000}.about-cta{padding:80px 0;background-color:#000;color:#fff;text-align:center}.about-cta h2{font-size:2.5rem;margin-bottom:20px}.about-cta p{font-size:1.2rem;margin-bottom:30px}.cta-button{background-color:green;color:#fff;border:none;padding:15px 30px;font-size:1.1rem;border-radius:5px;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:green}@media (max-width: 768px){.story-content,.team-content{flex-direction:column}.about-hero h1{font-size:2.5rem}.about-hero p{font-size:1.2rem}.section-header h2{font-size:2rem}}@media (max-width: 480px){.team-stats{flex-direction:column;gap:20px}}.homepage{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.4;color:#333;font-size:14px;overflow-x:hidden}.homepage *{box-sizing:border-box;margin:0;padding:0}.homepage .loading-spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;color:#666}.homepage .spinner-icon{animation:spin 2s linear infinite;margin-bottom:1rem}.homepage .booking{background:#fff;padding:1.5rem 0;position:relative}.homepage .booking:before{content:"";position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,#dc2626,transparent)}.homepage .booking-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.homepage .booking h3{text-align:center;font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;color:#333}.homepage .booking-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.8rem;background:#f8f9fa;padding:1.2rem;border-radius:12px;box-shadow:0 4px 12px #00000014}.homepage .form-group{display:flex;flex-direction:column}.homepage .form-group label{display:flex;align-items:center;gap:.4rem;margin-bottom:.4rem;font-weight:500;color:#333;font-size:.9rem}.homepage .form-group select,.homepage .form-group input{padding:.6rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:all .2s ease;background:#fff}.homepage .form-group select:focus,.homepage .form-group input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.homepage .booking-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.6rem 1rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #dc262633}.homepage .booking-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.homepage .featured{background:#f8f9fa;padding:2.5rem 0}.homepage .featured-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.homepage .section-header{text-align:center;margin-bottom:1.8rem}.homepage .section-header h2{font-size:1.8rem;font-weight:600;color:#333;margin-bottom:.4rem}.homepage .section-header p{font-size:.95rem;color:#666;max-width:600px;margin:0 auto}.homepage .featured-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;margin-bottom:1.5rem}.homepage .car-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .2s ease}.homepage .car-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.homepage .car-image{position:relative;height:140px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.homepage .car-image img{width:100%;height:100%;object-fit:contain;transition:all .2s ease}.homepage .car-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}.homepage .car-card:hover .car-overlay{opacity:1}.homepage .quick-view{background:#dc2626;color:#fff;border:none;padding:.4rem .8rem;border-radius:50px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease}.homepage .car-info{padding:.8rem}.homepage .car-category{display:inline-block;background:#dc2626;color:#fff;padding:.15rem .5rem;border-radius:50px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.4rem}.homepage .car-name{font-size:1rem;font-weight:600;color:#333;margin-bottom:.4rem;line-height:1.2}.homepage .car-price{display:flex;align-items:baseline;margin-bottom:.6rem}.homepage .price{font-size:1.3rem;font-weight:600;color:#dc2626}.homepage .period{color:#666;margin-left:.2rem;font-size:.8rem}.homepage .rent-btn{width:100%;background:linear-gradient(135deg,#333,#000);color:#fff;border:none;padding:.6rem;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.homepage .rent-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.homepage .featured-cta{text-align:center}.homepage .view-all-btn{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.homepage .view-all-btn:hover{background:#dc2626;color:#fff;transform:translateY(-1px)}.homepage .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out;padding:1rem}.homepage .modal-content{background:linear-gradient(145deg,#fff,#f8f9fa);border:1px solid rgba(220,38,38,.2);border-radius:24px;max-width:900px;width:100%;max-height:calc(100vh - 2rem);position:relative;animation:slideInUp .3s ease-out;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px #fff3;display:flex;flex-direction:column}.homepage .modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#333}.homepage .modal-close:hover{background:#dc26261a;border-color:#dc26264d;transform:scale(1.1)}.homepage .modal-body{display:grid;grid-template-columns:1fr 1fr;flex:1;overflow:hidden;min-height:500px}.homepage .modal-image{background:linear-gradient(135deg,#f1f3f4,#e8eaed);position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.homepage .modal-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(220,38,38,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(220,38,38,.05) 0%,transparent 50%);pointer-events:none}.homepage .modal-image img{width:100%;max-width:320px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.homepage .modal-info{padding:2rem;overflow-y:auto;overflow-x:hidden;background:linear-gradient(145deg,#fff,#fafafa)}.homepage .modal-info::-webkit-scrollbar{width:6px}.homepage .modal-info::-webkit-scrollbar-track{background:#0000000d;border-radius:3px}.homepage .modal-info::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:3px}.homepage .modal-info::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#b91c1c,#991b1b)}.homepage .modal-info{scrollbar-width:thin;scrollbar-color:#dc2626 rgba(0,0,0,.05)}.homepage .modal-category{display:inline-flex;align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;box-shadow:0 4px 12px #dc26264d}.homepage .modal-name{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:.8rem;line-height:1.2;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage .modal-description{color:#555;line-height:1.6;font-size:.95rem;margin-bottom:1.5rem}.homepage .modal-specs{margin-bottom:1.5rem}.homepage .modal-specs h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.homepage .modal-specs h4:before{content:"";width:3px;height:16px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.homepage .specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.homepage .spec-item{display:flex;flex-direction:column;padding:.8rem;background:linear-gradient(145deg,#f8f9fa,#e9ecef);border:1px solid rgba(220,38,38,.1);border-radius:12px;transition:all .2s ease}.homepage .spec-item:hover{border-color:#dc26264d;transform:translateY(-1px)}.homepage .spec-label{font-size:.75rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px;margin-bottom:.2rem}.homepage .spec-value{font-size:.9rem;color:#1a1a1a;font-weight:600}.homepage .modal-features{margin-bottom:1.5rem}.homepage .modal-features h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.homepage .modal-features h4:before{content:"";width:3px;height:16px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.homepage .features-list{display:flex;flex-wrap:wrap;gap:.5rem}.homepage .feature-tag{background:linear-gradient(145deg,#e5e7eb,#d1d5db);border:1px solid rgba(220,38,38,.1);color:#374151;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:500;transition:all .2s ease}.homepage .feature-tag:hover{border-color:#dc26264d;transform:translateY(-1px)}.homepage .modal-price{display:flex;align-items:baseline;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#dc26260d,#dc26261a);border:1px solid rgba(220,38,38,.2);border-radius:16px}.homepage .modal-price-amount{font-size:2.2rem;font-weight:700;color:#dc2626;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.homepage .modal-price-period{color:#666;margin-left:.5rem;font-size:1rem;font-weight:500}.homepage .modal-rent-btn{width:100%;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:1rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 24px #dc26264d}.homepage .modal-rent-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.homepage .modal-rent-btn:hover{transform:translateY(-2px);box-shadow:0 12px 32px #dc262666}.homepage .modal-rent-btn:hover:before{left:100%}.homepage .services-banner{background:linear-gradient(135deg,#000,#1a1a1a);padding:2.5rem 0;position:relative}.homepage .services-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 30% 50%,rgba(220,38,38,.1) 0%,transparent 50%);pointer-events:none}.homepage .services-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.homepage .services-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;align-items:center}.homepage .services-text h2{font-size:1.75rem;font-weight:600;color:#fff;margin-bottom:1rem;line-height:1.2}.homepage .services-text p{font-size:.95rem;color:#ccc;margin-bottom:1rem;line-height:1.5}.homepage .services-features{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1rem}.homepage .service-item{display:flex;align-items:center;gap:.6rem;color:#fff}.homepage .service-item svg{color:#dc2626;flex-shrink:0;width:16px;height:16px}.homepage .service-item h4{font-size:1rem;font-weight:500;margin-bottom:.1rem;color:#000}.homepage .service-item p{color:#000;font-size:.85rem;margin:0}.homepage .learn-more-btn{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:.6rem 1.2rem;border-radius:50px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.homepage .learn-more-btn:hover{background:#dc2626;color:#fff;transform:translateY(-1px)}.homepage .services-image{position:relative;display:flex;justify-content:center;align-items:center}.homepage .services-image img{width:100%;max-width:350px;height:auto;filter:drop-shadow(0 6px 20px rgba(0,0,0,.4));animation:float 4s ease-in-out infinite}.homepage .services-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:70%;height:70%;background:radial-gradient(circle,rgba(220,38,38,.15) 0%,transparent 70%);border-radius:50%;animation:pulse 3s ease-in-out infinite}.homepage .cta{background:linear-gradient(135deg,#dc2626,#b91c1c);padding:2.5rem 0;text-align:center;position:relative}.homepage .cta:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;opacity:.1;pointer-events:none}.homepage .cta-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.homepage .cta-content h2{font-size:1.9rem;font-weight:600;color:#fff;margin-bottom:.6rem;line-height:1.2}.homepage .cta-content p{font-size:1rem;color:#ffffffe6;margin-bottom:1.8rem;max-width:500px;margin-left:auto;margin-right:auto}.homepage .cta-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-bottom:1.8rem}.homepage .stat{display:flex;flex-direction:column;align-items:center}.homepage .stat-number{font-size:1.9rem;font-weight:600;color:#fff;line-height:1}.homepage .stat-label{font-size:.85rem;color:#fffc;margin-top:.2rem}.homepage .cta-btn{background:#fff;color:#dc2626;border:none;padding:.7rem 1.5rem;border-radius:50px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #00000026}.homepage .cta-btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px #0003}.homepage .testimonials{background:#f8f9fa;padding:2.5rem 0}.homepage .testimonials-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.homepage .testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.homepage .testimonial-card{background:#fff;padding:1rem;border-radius:12px;box-shadow:0 4px 12px #00000014;transition:all .2s ease;position:relative}.homepage .testimonial-card:before{content:'"';position:absolute;top:-5px;left:1rem;font-size:2rem;font-weight:700;color:#dc2626;line-height:1}.homepage .testimonial-card:hover{transform:translateY(-3px);box-shadow:0 8px 20px #0000001f}.homepage .testimonial-rating{display:flex;gap:.15rem;color:#fbbf24;margin-bottom:.6rem}.homepage .testimonial-rating svg{width:12px;height:12px}.homepage .testimonial-text{font-size:.95rem;line-height:1.4;color:#333;margin-bottom:.8rem;font-style:italic}.homepage .testimonial-author h4{font-size:.9rem;font-weight:500;color:#333;margin-bottom:.1rem}.homepage .testimonial-author span{color:#666;font-size:.8rem}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes pulse{0%,to{opacity:.7;transform:translate(-50%,-50%) scale(1)}50%{opacity:.3;transform:translate(-50%,-50%) scale(1.05)}}@media (max-width: 1024px){.homepage .featured-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.homepage .booking-form{grid-template-columns:1fr}.homepage .featured-grid{grid-template-columns:repeat(2,1fr)}.homepage .services-content{grid-template-columns:1fr;text-align:center;gap:1.5rem}.homepage .services-text h2,.homepage .cta-content h2{font-size:1.5rem}.homepage .cta-stats,.homepage .testimonials-grid{grid-template-columns:1fr}.homepage .modal-overlay{padding:.5rem}.homepage .modal-content{max-height:calc(100vh - 1rem)}.homepage .modal-body{grid-template-columns:1fr;min-height:auto}.homepage .modal-image{padding:1rem;min-height:200px}.homepage .modal-info{padding:1.5rem}.homepage .specs-grid{grid-template-columns:1fr}.homepage .section-header h2,.homepage .modal-name{font-size:1.5rem}.homepage .modal-price-amount{font-size:1.8rem}}@media (max-width: 480px){.homepage .modal-overlay{align-items:flex-start;padding-top:2rem}.homepage .modal-content{border-radius:16px;max-height:calc(100vh - 4rem)}.homepage .modal-info{padding:1rem}.homepage .modal-close{top:.5rem;right:.5rem;width:32px;height:32px}}.car-header{position:relative;width:100%;min-height:100vh;background:linear-gradient(135deg,#000,#1a1a1a);overflow:hidden;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.slide{position:absolute;width:100%;height:100%;top:0;left:100%;opacity:0;transition:all 1s ease-in-out;display:flex;align-items:center;justify-content:center}.slide.active{left:0;opacity:1}.slide.exit-left{left:-100%;opacity:0}.hero-container{max-width:1400px;margin:0 auto;padding:0 3rem;width:100%;position:relative;z-index:2}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center;min-height:80vh}.hero-text{animation:fadeInLeft 1s ease forwards}.hero-badge{display:inline-block;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.5rem 1rem;border-radius:50px;font-size:.9rem;font-weight:600;margin-bottom:1rem;text-transform:uppercase;letter-spacing:1.5px}.hero-title{font-size:3.5rem;font-weight:800;color:#fff;margin-bottom:1rem;line-height:1.1;background:linear-gradient(135deg,#fff,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero-subtitle{font-size:1.5rem;color:#dc2626;margin-bottom:1rem;font-weight:600}.hero-description{font-size:1.2rem;color:#ccc;margin-bottom:2rem;line-height:1.7}.hero-buttons{display:flex;gap:1.2rem;flex-wrap:wrap}.btn-primary{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dc26264d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 8px 25px #dc262680}.btn-secondary{background:transparent;color:#fff;border:2px solid white;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-secondary:hover{background:#fff;color:#000;transform:translateY(-3px)}.hero-image{position:relative;display:flex;justify-content:center;align-items:center;animation:fadeInRight 1s ease forwards}.hero-car{width:100%;max-width:700px;height:auto;filter:drop-shadow(0 15px 40px rgba(0,0,0,.6));animation:float 3s ease-in-out infinite}.hero-glow{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;height:90%;background:radial-gradient(circle,rgba(220,38,38,.25) 0%,transparent 70%);border-radius:50%;animation:pulse 2s ease-in-out infinite}.dots{position:absolute;bottom:30px;left:0;right:0;display:flex;justify-content:center;gap:12px}.dot{width:14px;height:14px;background:#ffffff80;border-radius:50%;cursor:pointer;transition:all .3s ease}.dot.active{background:#dc2626;transform:scale(1.3)}@keyframes slideInFromRight{0%{left:100%;opacity:0}to{left:0;opacity:1}}@keyframes slideOutToLeft{0%{left:0;opacity:1}to{left:-100%;opacity:0}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes pulse{0%,to{opacity:.8;transform:translate(-50%,-50%) scale(1)}50%{opacity:.4;transform:translate(-50%,-50%) scale(1.15)}}.slide{animation-duration:1s;animation-timing-function:ease-in-out}.slide.slide-enter{animation-name:slideInFromRight}.slide.slide-exit{animation-name:slideOutToLeft}@media (max-width: 1024px){.hero-title{font-size:2.8rem}.hero-subtitle{font-size:1.3rem}.hero-description{font-size:1.1rem}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr;text-align:center;gap:3rem}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{font-size:1rem}.hero-badge{font-size:.8rem}.btn-primary,.btn-secondary{font-size:1rem;padding:.9rem 1.8rem}.hero-image{margin-top:2rem}.hero-container{padding:0 2rem}}@media (max-width: 480px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1.1rem}.hero-description{font-size:.9rem}.hero-badge{font-size:.7rem}.btn-primary,.btn-secondary{font-size:.9rem;padding:.8rem 1.6rem}.hero-container{padding:0 1.5rem}}@media (min-width: 1600px){.hero-container{max-width:1600px}.hero-title{font-size:4rem}.hero-subtitle{font-size:1.8rem}.hero-description{font-size:1.4rem}.hero-badge{font-size:1rem;padding:.6rem 1.2rem}.btn-primary,.btn-secondary{font-size:1.2rem;padding:1.2rem 2.4rem}}.fleet{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.4;color:#333;font-size:14px;min-height:100vh;background:#f8f9fa}.fleet *{box-sizing:border-box;margin:0;padding:0}.fleet-header{background:linear-gradient(135deg,#000,#1a1a1a);padding:3rem 0;position:relative}.fleet-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 50%,rgba(220,38,38,.15) 0%,transparent 60%);pointer-events:none}.fleet-header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.fleet-title h1{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.fleet-title p{font-size:1rem;color:#fffc}.fleet-stats{display:flex;gap:2rem}.stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.stat-number{font-size:1.8rem;font-weight:700;color:#dc2626;line-height:1}.stat-label{font-size:.85rem;color:#ffffffb3;margin-top:.3rem}.fleet-filters{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000014}.filters-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.filters-top{display:flex;align-items:center;gap:1rem;padding:1.5rem 0}.search-bar{flex:1;position:relative;display:flex;align-items:center}.search-bar svg{position:absolute;left:1rem;color:#666;z-index:2}.search-bar input{width:100%;padding:.8rem 1rem .8rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;transition:all .2s ease;background:#f8f9fa}.search-bar input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.filters-toggle{display:flex;align-items:center;gap:.5rem;background:#dc2626;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.filters-toggle:hover{background:#b91c1c;transform:translateY(-1px)}.filters-expanded{border-top:1px solid #e5e7eb;padding:1.5rem 0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem;margin-bottom:1rem}.filter-group{display:flex;flex-direction:column}.filter-group label{font-weight:500;color:#333;font-size:.85rem;margin-bottom:.5rem}.filter-group select,.filter-group input{padding:.6rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;transition:all .2s ease;background:#fff}.filter-group select:focus,.filter-group input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.price-range{grid-column:span 2}.price-inputs{display:flex;align-items:center;gap:.5rem}.price-inputs input{flex:1}.price-inputs span{color:#666;font-weight:500}.filters-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.clear-filters{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-filters:hover{background:#dc2626;color:#fff}.results-count{font-size:.85rem;color:#666;font-weight:500}.fleet-content{padding:2rem 0}.fleet-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.fleet-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.car-card{background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000014;transition:all .3s ease;position:relative}.car-card:hover{transform:translateY(-8px);box-shadow:0 12px 24px #00000026}.car-card.unavailable{opacity:.7}.car-card.unavailable .car-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:#0000004d;z-index:3}.car-image{position:relative;height:160px;overflow:hidden;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.car-image img{width:100%;height:100%;object-fit:contain;transition:all .3s ease}.car-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#000000b3;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease;z-index:4}.car-card:hover .car-overlay{opacity:1}.quick-view{background:#dc2626;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:50px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 12px #dc26264d}.quick-view:hover{background:#b91c1c;transform:translateY(-2px)}.unavailable-badge{position:absolute;top:.8rem;left:.8rem;background:#ef4444e6;color:#fff;padding:.3rem .7rem;border-radius:20px;font-size:.7rem;font-weight:600;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.refresh-button{display:flex;align-items:center;gap:.5rem;background:#10b981;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.refresh-button:hover{background:#059669;transform:translateY(-1px);box-shadow:0 4px 12px #10b9814d}.refresh-button:active{transform:translateY(0)}.refresh-button:disabled{background:#9ca3af;cursor:not-allowed;transform:none}.close-button{display:flex;align-items:center;gap:.5rem;background:#6b7280;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.close-button:hover{background:#4b5563;transform:translateY(-1px);box-shadow:0 4px 12px #6b72804d}.close-button:active{transform:translateY(0)}.clear-filters{display:flex;align-items:center;gap:.5rem;background:transparent;color:#dc2626;border:2px solid #dc2626;padding:.8rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.clear-filters:hover{background:#dc2626;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.clear-filters:active{transform:translateY(0)}.quick-actions{display:flex;gap:1rem;margin-bottom:1.5rem;padding:0 .5rem}.quick-clear-filters{display:flex;align-items:center;gap:.5rem;background:#f3f4f6;color:#374151;border:2px solid #e5e7eb;padding:.6rem 1.2rem;border-radius:10px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.quick-clear-filters:hover{background:#dc2626;color:#fff;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #dc262633}.close-filters{display:flex;align-items:center;gap:.5rem;background:#374151;color:#fff;border:none;padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.close-filters:hover{background:#1f2937;transform:translateY(-1px);box-shadow:0 4px 12px #3741514d}.filters-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb;gap:1rem;flex-wrap:wrap}.filters-actions .clear-filters,.filters-actions .close-filters{margin:0}.rating-badge{position:absolute;top:.8rem;right:.8rem;background:#000c;color:#fbbf24;padding:.3rem .6rem;border-radius:20px;font-size:.7rem;font-weight:600;display:flex;align-items:center;gap:.3rem;z-index:5;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.car-info{padding:1rem}.car-category{display:inline-block;background:#dc2626;color:#fff;padding:.2rem .6rem;border-radius:50px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.5rem}.car-name{font-size:1rem;font-weight:600;color:#333;margin-bottom:.6rem;line-height:1.2}.car-details{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem;flex-wrap:wrap}.car-details span{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#666;background:#f1f3f4;padding:.2rem .5rem;border-radius:12px}.car-details svg{width:14px;height:14px}.car-price{display:flex;align-items:baseline;margin-bottom:.8rem}.price{font-size:1.3rem;font-weight:600;color:#dc2626}.period{color:#666;margin-left:.3rem;font-size:.8rem}.rent-btn{width:100%;background:linear-gradient(135deg,#333,#000);color:#fff;border:none;padding:.7rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.rent-btn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.rent-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}.no-results{text-align:center;padding:4rem 2rem;color:#666}.no-results svg{color:#dc2626;margin-bottom:1rem}.no-results h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.no-results p{font-size:.95rem;margin-bottom:1.5rem}.clear-filters-btn{background:#dc2626;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.clear-filters-btn:hover{background:#b91c1c;transform:translateY(-1px)}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .3s ease-out;padding:1rem;overflow-y:auto;-webkit-overflow-scrolling:touch}.modal-content{background:linear-gradient(145deg,#fff,#f8f9fa);border:1px solid rgba(220,38,38,.2);border-radius:24px;max-width:900px;width:100%;max-height:calc(100vh - 2rem);overflow:hidden;position:relative;animation:slideInUp .3s ease-out;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px #fff3;display:flex;flex-direction:column}.modal-close{position:absolute;top:1rem;right:1rem;background:#0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#333}.modal-close:hover{background:#dc26261a;border-color:#dc26264d;transform:scale(1.1)}.modal-body{display:grid;grid-template-columns:1fr 1fr;min-height:0;flex:1;overflow:hidden}.modal-image{background:linear-gradient(135deg,#f1f3f4,#e8eaed);position:relative;display:flex;align-items:center;justify-content:center;padding:2rem;overflow:hidden}.modal-image:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 20% 50%,rgba(220,38,38,.1) 0%,transparent 50%),radial-gradient(circle at 80% 50%,rgba(220,38,38,.05) 0%,transparent 50%);pointer-events:none}.modal-image img{width:100%;max-width:320px;height:auto;position:relative;z-index:2;filter:drop-shadow(0 10px 30px rgba(0,0,0,.2))}.modal-info{padding:2rem;overflow-y:auto;background:linear-gradient(145deg,#fff,#fafafa);-webkit-overflow-scrolling:touch}.modal-category{display:inline-flex;align-items:center;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:1rem;box-shadow:0 4px 12px #dc26264d}.modal-name{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2;background:linear-gradient(135deg,#1a1a1a,#333);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.8rem;color:#fbbf24;font-weight:600}.modal-description{color:#555;line-height:1.6;font-size:.95rem;margin-bottom:1.5rem}.modal-specs{margin-bottom:1.5rem}.modal-specs h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.modal-specs h4:before{content:"";width:3px;height:16px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.specs-grid{display:grid;grid-template-columns:1fr 1fr;gap:.8rem}.spec-item{display:flex;flex-direction:column;padding:.8rem;background:linear-gradient(145deg,#f8f9fa,#e9ecef);border:1px solid rgba(220,38,38,.1);border-radius:12px;transition:all .2s ease}.spec-item:hover{border-color:#dc26264d;transform:translateY(-1px)}.spec-label{font-size:.75rem;color:#666;text-transform:uppercase;font-weight:600;letter-spacing:.5px;margin-bottom:.2rem}.spec-value{font-size:.9rem;color:#1a1a1a;font-weight:600}.modal-features{margin-bottom:1.5rem}.modal-features h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:.8rem;display:flex;align-items:center;gap:.5rem}.modal-features h4:before{content:"";width:3px;height:16px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.feature-tag{background:linear-gradient(145deg,#e5e7eb,#d1d5db);border:1px solid rgba(220,38,38,.1);color:#374151;padding:.3rem .8rem;border-radius:20px;font-size:.75rem;font-weight:500;transition:all .2s ease}.feature-tag:hover{border-color:#dc26264d;transform:translateY(-1px)}.modal-price{display:flex;align-items:baseline;margin-bottom:1.5rem;padding:1rem;background:linear-gradient(135deg,#dc26260d,#dc26261a);border:1px solid rgba(220,38,38,.2);border-radius:16px}.modal-price-amount{font-size:2.2rem;font-weight:700;color:#dc2626;background:linear-gradient(135deg,#dc2626,#b91c1c);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.modal-price-period{color:#666;margin-left:.5rem;font-size:1rem;font-weight:500}.modal-rent-btn{width:100%;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:1rem;border-radius:16px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden;box-shadow:0 8px 24px #dc26264d}.modal-rent-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s ease}.modal-rent-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 32px #dc262666}.modal-rent-btn:hover:not(:disabled):before{left:100%}.modal-rent-btn:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;box-shadow:none}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1024px){.fleet-grid{grid-template-columns:repeat(3,1fr)}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}.price-range{grid-column:span 1}}@media (max-width: 768px){.fleet-header-container{flex-direction:column;gap:1.5rem;text-align:center}.fleet-stats{gap:1rem}.filters-top{flex-direction:column;gap:1rem}.search-bar{width:100%}.filters-toggle{align-self:stretch;justify-content:center}.filters-grid{grid-template-columns:1fr}.price-range{grid-column:span 1}.fleet-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.modal-body{grid-template-columns:1fr;grid-template-rows:auto 1fr;max-height:none;height:auto}.modal-image{padding:1rem;min-height:200px}.modal-info{max-height:50vh;overflow-y:auto}.specs-grid{grid-template-columns:1fr}.fleet-title h1{font-size:1.8rem}}@media (max-width: 480px){.fleet-grid{grid-template-columns:1fr}.car-details{justify-content:center}.filters-actions{flex-direction:column;gap:1rem;align-items:center}.modal-content{max-height:calc(100vh - 1rem);border-radius:16px}.modal-body{grid-template-rows:auto 1fr}.modal-image{min-height:180px}.modal-info{max-height:40vh;padding:1.5rem}}.bookings-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.4;color:#333;font-size:14px;min-height:100vh;background:#f8f9fa}.bookings-page *{box-sizing:border-box;margin:0;padding:0}.bookings-page .bookings-header{background:linear-gradient(135deg,#000,#1a1a1a);padding:3rem 0;position:relative}.bookings-page .bookings-header:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 50%,rgba(220,38,38,.15) 0%,transparent 60%);pointer-events:none}.bookings-page .bookings-header-container{max-width:1200px;margin:0 auto;padding:0 1.5rem;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2}.bookings-page .bookings-title h1{font-size:2.2rem;font-weight:700;color:#fff;margin-bottom:.5rem;background:linear-gradient(135deg,#fff,#e5e7eb);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.bookings-page .bookings-title p{font-size:1rem;color:#fffc}.bookings-page .bookings-stats{display:flex;gap:2rem}.bookings-page .stat-item{display:flex;flex-direction:column;align-items:center;text-align:center}.bookings-page .stat-number{font-size:1.8rem;font-weight:700;color:#dc2626;line-height:1}.bookings-page .stat-label{font-size:.85rem;color:#ffffffb3;margin-top:.3rem}.bookings-page .refresh-btn{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid rgba(220,38,38,.2);color:#dc2626;padding:.75rem;border-radius:16px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;min-width:48px;min-height:48px}.bookings-page .refresh-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(220,38,38,.1),transparent);transition:left .6s ease}.bookings-page .refresh-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#dc2626;transform:translateY(-2px) scale(1.05);box-shadow:0 8px 25px #dc26264d,0 0 0 1px #dc262633}.bookings-page .refresh-btn:hover:before{left:100%}.bookings-page .refresh-btn:active{transform:translateY(0) scale(.98);transition:all .1s ease}.bookings-page .refresh-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.bookings-page .refresh-btn:disabled:hover{background:linear-gradient(135deg,#f8f9fa,#e9ecef);color:#dc2626;border-color:#dc262633;transform:none;box-shadow:none}.bookings-page .spinning{animation:bookingsSpin 1s linear infinite}@keyframes bookingsSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.bookings-page .bookings-filters{background:#fff;border-bottom:1px solid #e5e7eb;position:sticky;top:0;z-index:100;box-shadow:0 2px 8px #00000014}.bookings-page .filters-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bookings-page .filters-top{display:flex;align-items:center;gap:1rem;padding:1.5rem 0}.bookings-page .search-bar{flex:1;position:relative;display:flex;align-items:center}.bookings-page .search-bar svg{position:absolute;left:1rem;color:#666;z-index:2}.bookings-page .search-bar input{width:100%;padding:.8rem 1rem .8rem 3rem;border:2px solid #e5e7eb;border-radius:12px;font-size:.9rem;transition:all .2s ease;background:#f8f9fa}.bookings-page .search-bar input:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.bookings-page .filters-toggle{display:flex;align-items:center;gap:.5rem;background:#dc2626;color:#fff;border:none;padding:.8rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.bookings-page .filters-toggle:hover{background:#b91c1c;transform:translateY(-1px)}.bookings-page .filters-expanded{border-top:1px solid #e5e7eb;padding:1.5rem 0;animation:bookingsSlideDown .3s ease-out}@keyframes bookingsSlideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.bookings-page .filters-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:1rem}.bookings-page .filter-group{display:flex;flex-direction:column}.bookings-page .filter-group label{font-weight:500;color:#333;font-size:.85rem;margin-bottom:.5rem}.bookings-page .filter-group select{padding:.6rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.85rem;transition:all .2s ease;background:#fff}.bookings-page .filter-group select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 2px #dc26261a}.bookings-page .filters-actions{display:flex;justify-content:space-between;align-items:center;padding-top:1rem;border-top:1px solid #e5e7eb}.bookings-page .clear-filters{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:.6rem 1.2rem;border-radius:8px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bookings-page .clear-filters:hover{background:#dc2626;color:#fff}.bookings-page .results-count{font-size:.85rem;color:#666;font-weight:500}.bookings-page .bookings-content{padding:2rem 0}.bookings-page .bookings-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.bookings-page .bookings-list{display:flex;flex-direction:column;gap:1.5rem}.bookings-page .booking-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 4px 16px #00000014;transition:all .3s ease;position:relative;border:1px solid rgba(220,38,38,.1)}.bookings-page .booking-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px #00000026;border-color:#dc262633}.bookings-page .booking-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1.5rem 0;border-bottom:1px solid #f1f3f4;margin-bottom:1.5rem}.bookings-page .booking-id{display:flex;align-items:center;gap:.5rem}.bookings-page .id-label{font-size:.85rem;color:#666;font-weight:500}.bookings-page .id-value{font-size:.95rem;font-weight:700;color:#333;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:.3rem .8rem;border-radius:12px;border:1px solid #e5e7eb}.bookings-page .booking-status{display:flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.bookings-page .status-confirmed{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.bookings-page .status-active{background:#3b82f61a;color:#2563eb;border:1px solid rgba(59,130,246,.2)}.bookings-page .status-completed{background:#22c55e1a;color:#16a34a;border:1px solid rgba(34,197,94,.2)}.bookings-page .status-cancelled{background:#ef44441a;color:#dc2626;border:1px solid rgba(239,68,68,.2)}.bookings-page .status-pending{background:#f59e0b1a;color:#d97706;border:1px solid rgba(245,158,11,.2)}.bookings-page .booking-body{display:grid;grid-template-columns:auto 1fr auto;gap:2rem;padding:0 1.5rem;align-items:start}.bookings-page .car-info-section{display:flex;gap:1rem;align-items:center;min-width:280px}.bookings-page .car-image{position:relative;width:100px;height:70px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:12px;overflow:hidden;flex-shrink:0}.bookings-page .car-image img{width:100%;height:100%;object-fit:contain}.bookings-page .rating-badge{position:absolute;top:.4rem;right:.4rem;background:#000c;color:#fbbf24;padding:.2rem .4rem;border-radius:12px;font-size:.7rem;font-weight:600;display:flex;align-items:center;gap:.2rem}.bookings-page .car-details{display:flex;flex-direction:column;gap:.5rem}.bookings-page .car-category{display:inline-block;background:#dc2626;color:#fff;padding:.2rem .6rem;border-radius:12px;font-size:.7rem;font-weight:500;text-transform:uppercase;letter-spacing:.5px;width:fit-content}.bookings-page .car-name{font-size:1.1rem;font-weight:600;color:#333;line-height:1.2}.bookings-page .car-specs{display:flex;gap:.8rem;flex-wrap:wrap}.bookings-page .car-specs span{display:flex;align-items:center;gap:.3rem;font-size:.75rem;color:#666;background:#f1f3f4;padding:.2rem .5rem;border-radius:8px}.bookings-page .booking-details{display:flex;flex-direction:column;gap:1.5rem}.bookings-page .date-section{display:flex;align-items:center;gap:1rem}.bookings-page .date-item{display:flex;align-items:center;gap:.6rem}.bookings-page .date-item svg{color:#dc2626;flex-shrink:0}.bookings-page .date-item div{display:flex;flex-direction:column;gap:.2rem}.bookings-page .date-label{font-size:.75rem;color:#666;font-weight:500}.bookings-page .date-value{font-size:.85rem;color:#333;font-weight:600}.bookings-page .time-value{font-size:.75rem;color:#666}.bookings-page .date-separator{color:#dc2626;font-weight:700;font-size:1.2rem}.bookings-page .location-section{display:flex;flex-direction:column;gap:.8rem}.bookings-page .location-item{display:flex;align-items:center;gap:.6rem}.bookings-page .location-item svg{color:#dc2626;flex-shrink:0}.bookings-page .location-item div{display:flex;flex-direction:column;gap:.1rem}.bookings-page .location-label{font-size:.75rem;color:#666;font-weight:500}.bookings-page .location-value{font-size:.85rem;color:#333;font-weight:600}.bookings-page .booking-summary{display:flex;flex-direction:column;gap:.8rem;padding:1rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;border:1px solid rgba(220,38,38,.1);min-width:150px}.bookings-page .summary-item{display:flex;justify-content:space-between;align-items:center}.bookings-page .summary-label{font-size:.8rem;color:#666;font-weight:500}.bookings-page .summary-value{font-size:.85rem;color:#333;font-weight:600}.bookings-page .summary-item.total{padding-top:.8rem;border-top:1px solid #dc2626;margin-top:.5rem}.bookings-page .summary-item.total .summary-label{color:#333;font-weight:600}.bookings-page .summary-item.total .summary-value{color:#dc2626;font-size:1.1rem;font-weight:700}.bookings-page .booking-actions{display:flex;gap:.8rem;padding:1.5rem;border-top:1px solid #f1f3f4;margin-top:1.5rem;justify-content:flex-end}.bookings-page .view-details-btn{background:linear-gradient(135deg,#333,#000);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bookings-page .view-details-btn:hover{background:linear-gradient(135deg,#dc2626,#b91c1c);transform:translateY(-1px)}.bookings-page .cancel-btn{background:transparent;color:#dc2626;border:1px solid #dc2626;padding:.7rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bookings-page .cancel-btn:hover{background:#dc2626;color:#fff}.bookings-page .review-btn{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;border:none;padding:.7rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bookings-page .review-btn:hover{background:linear-gradient(135deg,#15803d,#166534);transform:translateY(-1px)}.bookings-page .existing-review{display:flex;align-items:center;gap:.4rem;color:#16a34a;font-size:.8rem;font-weight:600;background:#22c55e1a;padding:.4rem .8rem;border-radius:12px;border:1px solid rgba(34,197,94,.2)}.bookings-page .no-results{text-align:center;padding:4rem 2rem;color:#666}.bookings-page .no-results svg{color:#dc2626;margin-bottom:1rem}.bookings-page .no-results h3{font-size:1.3rem;font-weight:600;color:#333;margin-bottom:.5rem}.bookings-page .no-results p{font-size:.95rem;margin-bottom:1.5rem}.bookings-page .clear-filters-btn{background:#dc2626;color:#fff;border:none;padding:.7rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s ease}.bookings-page .clear-filters-btn:hover{background:#b91c1c;transform:translateY(-1px)}.bookings-page .modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:1000;animation:bookingsFadeIn .3s ease-out;padding:1rem;overflow-y:auto}.bookings-page .modal-content{background:linear-gradient(145deg,#fff,#f8f9fa);border:1px solid rgba(220,38,38,.2);border-radius:24px;max-width:1000px;width:100%;max-height:calc(100vh - 2rem);position:relative;animation:bookingsSlideInUp .3s ease-out;box-shadow:0 20px 60px #0000004d,0 0 0 1px #ffffff1a,inset 0 1px #fff3;margin:auto;display:flex;flex-direction:column}.bookings-page .modal-body{padding:2rem;overflow-y:auto;flex:1;scrollbar-width:thin;scrollbar-color:rgba(220,38,38,.3) transparent}.bookings-page .modal-body::-webkit-scrollbar{width:8px}.bookings-page .modal-body::-webkit-scrollbar-track{background:transparent;border-radius:4px}.bookings-page .modal-body::-webkit-scrollbar-thumb{background:#dc26264d;border-radius:4px;transition:background .2s ease}.bookings-page .modal-body::-webkit-scrollbar-thumb:hover{background:#dc262680}.bookings-page .modal-close{position:absolute;top:1.5rem;right:1.5rem;background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(220,38,38,.2);border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10;color:#666;box-shadow:0 2px 8px #0000001a}.bookings-page .modal-close:hover{background:#dc26261a;border-color:#dc262666;color:#dc2626;transform:scale(1.1);box-shadow:0 4px 16px #dc262633}.bookings-page .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;border-bottom:2px solid #f1f3f4}.bookings-page .modal-booking-id{display:flex;align-items:center;gap:.8rem}.bookings-page .modal-id-label{font-size:1rem;color:#666;font-weight:500}.bookings-page .modal-id-value{font-size:1.2rem;font-weight:700;color:#333;background:linear-gradient(135deg,#f8f9fa,#e9ecef);padding:.5rem 1rem;border-radius:12px;border:1px solid rgba(220,38,38,.2)}.bookings-page .modal-status{display:flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.bookings-page .modal-car-section{display:flex;gap:1.5rem;align-items:center;margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;border:1px solid rgba(220,38,38,.1)}.bookings-page .modal-car-image{width:150px;height:100px;background:#fff;border-radius:16px;overflow:hidden;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #0000001a}.bookings-page .modal-car-image img{width:100%;height:100%;object-fit:contain}.bookings-page .modal-car-info{flex:1}.bookings-page .modal-car-category{display:inline-block;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;padding:.4rem .8rem;border-radius:16px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem}.bookings-page .modal-car-name{font-size:1.8rem;font-weight:700;color:#1a1a1a;margin-bottom:.5rem;line-height:1.2}.bookings-page .modal-car-rating{display:flex;align-items:center;gap:.5rem;color:#fbbf24;font-weight:600;font-size:1rem}.bookings-page .modal-details-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-bottom:2rem}.bookings-page .detail-section{background:#fff;padding:1.5rem;border-radius:16px;border:1px solid rgba(220,38,38,.1);box-shadow:0 2px 8px #0000000d}.bookings-page .detail-section h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(220,38,38,.1)}.bookings-page .detail-section h4:before{content:"";width:3px;height:18px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.bookings-page .detail-items{display:flex;flex-direction:column;gap:.8rem}.bookings-page .detail-item{display:flex;align-items:center;gap:.8rem}.bookings-page .detail-label{font-size:.85rem;color:#666;font-weight:500;min-width:100px}.bookings-page .detail-value{font-size:.9rem;color:#333;font-weight:600;flex:1}.bookings-page .detail-item.total-amount{padding:.8rem;background:linear-gradient(135deg,#dc26260d,#dc26261a);border-radius:12px;border:1px solid rgba(220,38,38,.2)}.bookings-page .detail-item.total-amount .detail-label{color:#333;font-weight:600}.bookings-page .detail-item.total-amount .detail-value{color:#dc2626;font-size:1.2rem;font-weight:700}.bookings-page .payment-status.paid{color:#16a34a;font-weight:600}.bookings-page .payment-status.pending{color:#d97706;font-weight:600}.bookings-page .payment-status.failed{color:#dc2626;font-weight:600}.bookings-page .modal-features{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(220,38,38,.1);box-shadow:0 2px 8px #0000000d}.bookings-page .modal-features h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(220,38,38,.1)}.bookings-page .modal-features h4:before{content:"";width:3px;height:18px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.bookings-page .features-list{display:flex;flex-wrap:wrap;gap:.6rem}.bookings-page .feature-tag{background:linear-gradient(145deg,#e5e7eb,#d1d5db);border:1px solid rgba(220,38,38,.1);color:#374151;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:500;transition:all .2s ease}.bookings-page .feature-tag:hover{border-color:#dc26264d;transform:translateY(-1px)}.bookings-page .modal-special-requests,.bookings-page .modal-driver-notes,.bookings-page .modal-cancellation{margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:16px;border:1px solid rgba(220,38,38,.1);box-shadow:0 2px 8px #0000000d}.bookings-page .modal-special-requests h4,.bookings-page .modal-driver-notes h4,.bookings-page .modal-cancellation h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(220,38,38,.1)}.bookings-page .modal-special-requests h4:before,.bookings-page .modal-driver-notes h4:before,.bookings-page .modal-cancellation h4:before{content:"";width:3px;height:18px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.bookings-page .modal-special-requests p,.bookings-page .modal-driver-notes p{color:#374151;line-height:1.6}.bookings-page .modal-review{margin-bottom:2rem;padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;border:1px solid rgba(220,38,38,.1)}.bookings-page .modal-review h4{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;display:flex;align-items:center;gap:.5rem;padding-bottom:.5rem;border-bottom:2px solid rgba(220,38,38,.1)}.bookings-page .modal-review h4:before{content:"";width:3px;height:18px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:2px}.bookings-page .review-rating{display:flex;align-items:center;gap:.8rem;margin-bottom:.8rem}.bookings-page .review-rating .stars{display:flex;gap:.2rem;color:#fbbf24}.bookings-page .review-comment{color:#374151;font-style:italic;margin-bottom:.5rem;line-height:1.5}.bookings-page .modal-review small{color:#6b7280;font-size:.8rem}.bookings-page .modal-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #f1f3f4}.bookings-page .modal-modify-btn,.bookings-page .modal-cancel-btn,.bookings-page .modal-review-btn,.bookings-page .modal-print-btn,.bookings-page .modal-close-btn{padding:.8rem 2rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none;display:inline-flex;align-items:center;gap:.5rem}.bookings-page .modal-modify-btn{background:linear-gradient(135deg,#3b82f6,#1d4ed8);color:#fff}.bookings-page .modal-modify-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af);transform:translateY(-1px)}.bookings-page .modal-cancel-btn{background:transparent;color:#dc2626;border:2px solid #dc2626}.bookings-page .modal-cancel-btn:hover{background:#dc2626;color:#fff;transform:translateY(-1px)}.bookings-page .modal-review-btn{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff}.bookings-page .modal-review-btn:hover{background:linear-gradient(135deg,#15803d,#166534);transform:translateY(-1px)}.bookings-page .modal-print-btn{background:linear-gradient(135deg,#6b7280,#4b5563);color:#fff}.bookings-page .modal-print-btn:hover{background:linear-gradient(135deg,#4b5563,#374151);transform:translateY(-1px)}.bookings-page .modal-close-btn{background:linear-gradient(135deg,#f1f3f4,#e5e7eb);color:#666;border:1px solid #d1d5db}.bookings-page .modal-close-btn:hover{background:linear-gradient(135deg,#e5e7eb,#d1d5db);color:#333;transform:translateY(-1px)}.bookings-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:2rem;padding:2rem 0}.bookings-page .pagination-btn{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:2px solid rgba(220,38,38,.2);color:#dc2626;padding:.7rem 1.5rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;min-width:100px}.bookings-page .pagination-btn:hover:not(:disabled){background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border-color:#dc2626;transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.bookings-page .pagination-btn:disabled{opacity:.4;cursor:not-allowed;transform:none}.bookings-page .pagination-info{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid rgba(220,38,38,.1);color:#666;padding:.7rem 1.5rem;border-radius:12px;font-size:.85rem;font-weight:500;white-space:nowrap}.bookings-page .loading-container,.bookings-page .error-container{text-align:center;padding:4rem 2rem;color:#666}.bookings-page .loading-container .loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(220,38,38,.1);max-width:300px;margin:0 auto}.bookings-page .loading-container .spinner-icon{color:#dc2626;animation:bookingsSpin 1s linear infinite}.bookings-page .loading-container p{color:#666;font-size:.9rem;font-weight:500;margin:0}.bookings-page .error-container svg{color:#dc2626;margin-bottom:1rem}.bookings-page .error-container h3{font-size:1.5rem;font-weight:600;color:#333;margin-bottom:.5rem}.bookings-page .error-container p{font-size:1rem;margin-bottom:2rem;color:#666}.bookings-page .retry-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:.8rem 2rem;border-radius:12px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.5rem}.bookings-page .retry-btn:hover{background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.bookings-page .loading-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#ffffffe6;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:999;animation:bookingsFadeIn .2s ease-out}.bookings-page .loading-overlay .loading-spinner{display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a;border:1px solid rgba(220,38,38,.1)}.bookings-page .loading-overlay .spinner-icon{color:#dc2626;animation:bookingsSpin 1s linear infinite}.bookings-page .loading-overlay span{color:#666;font-size:.9rem;font-weight:500}@keyframes bookingsFadeIn{0%{opacity:0}to{opacity:1}}@keyframes bookingsSlideInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width: 1024px){.bookings-page .booking-body{grid-template-columns:1fr;gap:1.5rem}.bookings-page .car-info-section{min-width:auto}.bookings-page .date-section{flex-wrap:wrap}.bookings-page .modal-details-grid{grid-template-columns:1fr;gap:1.5rem}}@media (max-width: 768px){.bookings-page .bookings-header-container{flex-direction:column;gap:1.5rem;text-align:center}.bookings-page .bookings-stats{gap:1rem}.bookings-page .filters-top{flex-direction:column;gap:1rem}.bookings-page .search-bar{width:100%}.bookings-page .filters-toggle{align-self:stretch;justify-content:center}.bookings-page .filters-grid{grid-template-columns:1fr}.bookings-page .booking-header{flex-direction:column;gap:1rem;align-items:flex-start}.bookings-page .booking-actions{flex-direction:column}.bookings-page .car-info-section{flex-direction:column;text-align:center}.bookings-page .date-section{flex-direction:column;align-items:flex-start;gap:1rem}.bookings-page .date-separator{transform:rotate(90deg)}.bookings-page .modal-car-section{flex-direction:column;text-align:center}.bookings-page .modal-actions{flex-direction:column}.bookings-page .bookings-title h1{font-size:1.8rem}.bookings-page .modal-overlay{padding:.5rem}.bookings-page .modal-content{max-height:calc(100vh - 1rem);border-radius:16px}.bookings-page .modal-body{padding:1.5rem}.bookings-page .modal-close{top:1rem;right:1rem;width:36px;height:36px}.bookings-page .refresh-btn{padding:.6rem;min-width:44px;min-height:44px}.bookings-page .pagination{flex-direction:column;gap:.5rem}.bookings-page .pagination-btn{min-width:auto;width:100%}.bookings-page .pagination-info{width:100%;text-align:center}}@media (max-width: 480px){.bookings-page .booking-summary{min-width:auto}.bookings-page .car-specs{justify-content:center}.bookings-page .filters-actions{flex-direction:column;gap:1rem;align-items:center}.bookings-page .modal-body{padding:1rem}}.book-car-page{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.4;color:#333;font-size:14px;min-height:100vh;background:#f8f9fa;padding:2rem 0}.book-car-page *{box-sizing:border-box;margin:0;padding:0}.book-car-container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.booking-header{text-align:center;margin-bottom:2rem}.booking-header h1{font-size:2.2rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.booking-progress{display:flex;justify-content:center;margin-bottom:2rem}.progress-step{display:flex;flex-direction:column;align-items:center;position:relative;padding:0 2rem}.progress-step:not(:last-child):after{content:"";position:absolute;top:20px;right:-20px;width:40px;height:2px;background:#e5e7eb}.progress-step.active:after{background:#dc2626}.progress-step span{width:40px;height:40px;border-radius:50%;background:#e5e7eb;display:flex;align-items:center;justify-content:center;font-weight:600;margin-bottom:.5rem;color:#666}.progress-step.active span{background:#dc2626;color:#fff}.progress-step p{font-size:.85rem;color:#666;font-weight:500}.progress-step.active p{color:#1a1a1a}.booking-content{display:grid;grid-template-columns:350px 1fr;gap:2rem}.car-details-sidebar{background:#fff;border-radius:20px;padding:1.5rem;box-shadow:0 4px 16px #00000014;height:fit-content;position:sticky;top:2rem}.car-image{width:100%;height:200px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:16px;overflow:hidden;margin-bottom:1.5rem;display:flex;align-items:center;justify-content:center}.car-image img{width:100%;height:100%;object-fit:contain}.car-info{margin-bottom:1.5rem}.car-category{display:inline-block;background:#dc2626;color:#fff;padding:.3rem .8rem;border-radius:12px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin-bottom:.8rem}.car-info h2{font-size:1.4rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.car-specs{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.5rem}.car-specs span{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:#666}.car-features h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.8rem}.features-list{display:flex;flex-wrap:wrap;gap:.5rem}.feature-tag{background:#f1f3f4;color:#374151;padding:.4rem .8rem;border-radius:12px;font-size:.8rem;font-weight:500}.booking-summary-sidebar{background:#f8f9fa;border-radius:16px;padding:1.5rem;border:1px solid #e5e7eb}.booking-summary-sidebar h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.summary-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.8rem}.summary-item span:first-child{color:#666;font-size:.9rem}.summary-item span:last-child{color:#333;font-weight:500}.summary-item.total{margin-top:.8rem;padding-top:.8rem;border-top:1px solid #e5e7eb}.summary-item.total span:last-child{color:#dc2626;font-size:1.2rem;font-weight:700}.summary-divider{height:1px;background:#e5e7eb;margin:1rem 0}.booking-form{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 4px 16px #00000014}.booking-step h2{font-size:1.5rem;font-weight:700;color:#1a1a1a;margin-bottom:1.5rem}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:2rem}.form-group{display:flex;flex-direction:column}.form-group.full-width{grid-column:1 / -1}.form-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#333;font-size:.9rem;margin-bottom:.5rem}.form-group input,.form-group select{padding:.8rem 1rem;border:1px solid #e5e7eb;border-radius:8px;font-size:.9rem;transition:all .2s ease}.form-group input:focus,.form-group select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.step-actions{display:flex;justify-content:space-between;align-items:center;margin-top:2rem}.btn-back,.btn-next,.btn-confirm,.btn-dashboard{padding:.8rem 1.5rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:none}.btn-back{background:transparent;color:#666;border:1px solid #e5e7eb}.btn-back:hover{background:#f8f9fa}.btn-next,.btn-confirm,.btn-dashboard{background:#dc2626;color:#fff}.btn-next:hover,.btn-confirm:hover,.btn-dashboard:hover{background:#b91c1c;transform:translateY(-1px)}.btn-next:disabled,.btn-confirm:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.insurance-section{margin-bottom:2rem}.insurance-section h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.insurance-options{display:flex;flex-direction:column;gap:.8rem}.insurance-option{display:flex;align-items:center;padding:1rem;border:1px solid #e5e7eb;border-radius:12px;cursor:pointer;transition:all .2s ease}.insurance-option:hover{border-color:#dc2626}.insurance-option input[type=radio]{margin-right:1rem;accent-color:#dc2626}.option-content{flex:1}.option-content h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.3rem}.option-content p{font-size:.85rem;color:#666;margin-bottom:.5rem}.option-content .price{font-size:.9rem;font-weight:600;color:#dc2626}.payment-section h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.success-step{text-align:center;padding:2rem 0}.success-icon{color:#16a34a;margin-bottom:1.5rem}.success-step h2{font-size:1.8rem;color:#16a34a;margin-bottom:1rem}.success-step p{font-size:1rem;color:#666;margin-bottom:2rem;max-width:500px;margin-left:auto;margin-right:auto}.booking-summary{background:#f8f9fa;border-radius:16px;padding:1.5rem;margin-bottom:2rem;text-align:left}.booking-summary h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.summary-details{display:flex;flex-direction:column;gap:.8rem}.summary-details .summary-item{display:flex;justify-content:space-between;align-items:center}.summary-details .summary-item span:first-child{color:#666;font-weight:500}.summary-details .summary-item span:last-child{color:#333;font-weight:600}.payment-options-section{margin-bottom:2rem}.payment-options-section h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.payment-options{display:flex;flex-direction:column;gap:.8rem}.payment-option{display:flex;align-items:center;padding:1.2rem;border:2px solid #e5e7eb;border-radius:16px;cursor:pointer;transition:all .3s ease;background:#fff}.payment-option:hover{border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.payment-option input[type=radio]{margin-right:1rem;accent-color:#dc2626;width:18px;height:18px}.option-content{flex:1;display:flex;align-items:center;gap:1rem}.option-icon{width:48px;height:48px;border-radius:12px;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;align-items:center;justify-content:center;color:#dc2626}.payment-option:nth-child(1) .option-icon{background:linear-gradient(135deg,#10b981,#059669);color:#fff}.payment-option:nth-child(2) .option-icon{background:linear-gradient(135deg,#25d366,#128c7e);color:#fff}.option-details h4{font-size:1rem;font-weight:600;color:#1a1a1a;margin-bottom:.3rem}.option-details p{font-size:.85rem;color:#666;line-height:1.4}.mpesa-details-section{background:#f8f9fa;border-radius:16px;padding:1.5rem;margin-bottom:2rem;border:1px solid #e5e7eb}.mpesa-details-section h3{font-size:1.1rem;font-weight:600;color:#1a1a1a;margin-bottom:1rem}.mpesa-details-section .form-group{margin-bottom:0}.mpesa-details-section input{background:#fff;border:1px solid #d1d5db}.mpesa-details-section input:focus{border-color:#10b981;box-shadow:0 0 0 3px #10b9811a}.help-text{font-size:.8rem;color:#6b7280;margin-top:.5rem;font-style:italic}.whatsapp-info-section{background:linear-gradient(135deg,#f0fdf4,#dcfce7);border:1px solid #bbf7d0;border-radius:16px;padding:1.5rem;margin-bottom:2rem}.info-box{display:flex;align-items:flex-start;gap:.8rem}.info-box svg{color:#16a34a;flex-shrink:0;margin-top:.2rem}.info-box p{color:#166534;font-size:.9rem;line-height:1.5;margin:0}.btn-confirm{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:200px}.btn-confirm:hover:not(:disabled){background:linear-gradient(135deg,#b91c1c,#991b1b);transform:translateY(-2px);box-shadow:0 4px 16px #dc26264d}.btn-confirm:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none;box-shadow:none}.success-step .booking-summary{background:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 16px #00000014}.success-step .summary-item:last-child{padding-top:1rem;margin-top:1rem;border-top:2px solid #e5e7eb}.success-step .summary-item:last-child span:last-child{color:#dc2626;font-weight:700}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.02)}to{transform:scale(1)}}.payment-option input[type=radio]:checked~.option-content{animation:pulse .3s ease}.payment-option input[type=radio]:checked{border-color:#dc2626;background-color:#fef2f2}@media (max-width: 768px){.payment-option{padding:1rem}.option-content{flex-direction:column;align-items:flex-start;gap:.8rem}.option-icon{width:40px;height:40px}.option-details h4{font-size:.95rem}.option-details p{font-size:.8rem}.btn-confirm{width:100%;min-width:auto}.mpesa-details-section,.whatsapp-info-section{padding:1rem}}@media (max-width: 480px){.payment-options-section h3{font-size:1rem}.payment-option{flex-direction:column;align-items:flex-start}.payment-option input[type=radio]{margin-bottom:.8rem}.option-content{width:100%}.info-box{flex-direction:column;text-align:center}.info-box svg{align-self:center}}.payment-option:focus-within{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.mpesa-details-section input:focus{outline:2px solid #3b82f6;outline-offset:2px}.btn-confirm.processing{position:relative;color:transparent}.btn-confirm.processing:after{content:"";position:absolute;width:20px;height:20px;top:50%;left:50%;margin:-10px 0 0 -10px;border:2px solid transparent;border-top:2px solid white;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.whatsapp-info-section{background:linear-gradient(135deg,#25d3661a,#128c7e1a);border:1px solid rgba(37,211,102,.3)}.info-box svg[data-lucide=message-circle]{color:#25d366}.mpesa-details-section{background:linear-gradient(135deg,#10b9810d,#0596690d);border:1px solid rgba(16,185,129,.2)}.mpesa-details-section h3{color:#059669}.payment-option input[type=radio]:checked{transform:scale(1.1)}.payment-option input[type=radio]:checked~.option-content .option-icon{transform:scale(1.05);transition:transform .2s ease}.payment-option:hover .option-icon{transform:scale(1.05);transition:transform .2s ease}.payment-option,.option-icon,.btn-confirm{transition:all .3s cubic-bezier(.4,0,.2,1)}@media (prefers-contrast: high){.payment-option{border-width:3px}.payment-option:hover,.payment-option:focus-within{border-width:3px}}@media (prefers-reduced-motion: reduce){.payment-option,.option-icon,.btn-confirm{transition:none}.payment-option:hover{transform:none}.btn-confirm:hover:not(:disabled){transform:none}}@media (max-width: 1024px){.booking-content{grid-template-columns:1fr}.car-details-sidebar{position:static;margin-bottom:2rem}}@media (max-width: 768px){.booking-progress{flex-wrap:wrap;gap:1rem}.progress-step{padding:0 1rem}.progress-step:not(:last-child):after{display:none}.form-grid{grid-template-columns:1fr}.step-actions{flex-direction:column;gap:1rem}.btn-back,.btn-next,.btn-confirm,.btn-dashboard{width:100%}}@media (max-width: 480px){.book-car-container{padding:0 1rem}.booking-header h1{font-size:1.8rem}.booking-form{padding:1.5rem}.insurance-option{flex-direction:column;align-items:flex-start}.insurance-option input[type=radio]{margin-bottom:.5rem}}*{padding:0;margin:0;box-sizing:border-box;font-family:Outfit;scroll-behavior:smooth}body{min-height:100vh}a{text-decoration:none;color:inherit}.app{width:98%;margin:auto}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
