*{box-sizing:border-box;margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}nav{z-index:10;color:#fff;background-color:#000813;justify-content:space-between;align-items:center;width:100%;height:60px;padding:0 40px;font-weight:500;display:flex;position:fixed}body::-webkit-scrollbar{width:10px}.logo{width:200px;height:100%}.logo>img{width:100%;height:100%}.middle-side{align-items:center;display:flex}.middle-side>ul{gap:35px;list-style-type:none;display:flex}ul>li{cursor:pointer;padding:5px 0}.active{border-bottom:2px solid #004ff0}ul>li:hover{border-bottom:2px solid #004ff0;transition:all .4s}.btns{gap:10px;display:flex}button{color:#fff;font-size:14px;font-weight:500px;cursor:pointer;border:none;border-radius:8px;outline:none;padding:10px 30px}.login{background:0 0;border:2px solid #6e6c71}.signup{background-color:#004ff0;border:2px solid #004ff0}.signup:hover{background-color:#417df5;transition:all .3s}.login:hover{background:#504e4e;transition:all .3s}.hero-sec{background:#030f25;padding-top:70px;padding-bottom:30px;display:flex;position:relative}.hero-sec>.left-side{z-index:1;flex-direction:column;justify-content:center;gap:30px;padding:0 0 0 80px;display:flex}.content{color:#d8dde7;flex-direction:column;gap:10px;width:60%;display:flex}.content>h2{color:#f0f1f2;font-size:45px;line-height:50px}.content>h2>span{color:#0e65ef}.hero-sec>.right-side{width:700px;position:absolute;bottom:0;right:0}.hero-sec>.right-side>img{object-fit:contain;width:100%}.booking-box{background:#fff;border-radius:16px;align-items:flex-end;gap:12px;width:530px;padding:16px;display:flex;box-shadow:0 8px 30px #0000001f}.booking-field{flex:1;min-width:0}.booking-field label{color:#20252d;margin-bottom:7px;font-size:10px;font-weight:600;display:block}.field-input{color:#6b7280;background:#fff;border:1px solid #e2e5ea;border-radius:8px;align-items:center;gap:8px;height:42px;padding:0 10px;font-size:11px;transition:all .2s;display:flex}.field-input:hover{border-color:#b9c3d0}.field-input:focus-within{border-color:#0969ed;box-shadow:0 0 0 2px #0969ed14}.field-input>i:first-child{color:#1d2939;flex-shrink:0;font-size:14px}.field-input select{color:#6b7280;cursor:pointer;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:11px}.field-input input[type=date]{color:#6b7280;cursor:pointer;background:0 0;border:none;outline:none;width:100%;height:100%;font-family:inherit;font-size:11px}.field-input input[type=date]::-webkit-datetime-edit{color:#6b7280}.field-input input[type=date]::-webkit-calendar-picker-indicator{cursor:pointer;opacity:.7}.dropdown-icon{pointer-events:none;flex-shrink:0;margin-left:auto;color:#111827!important;font-size:10px!important}.search-btn{color:#fff;cursor:pointer;background:#0969ed;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;gap:7px;height:42px;padding:0 17px;font-size:11px;font-weight:600;transition:all .2s;display:flex}.search-btn:hover{background:#0058d6;transform:translateY(-1px)}.search-btn:active{transform:translateY(0)}.search-btn i{font-size:13px}.hero-stats{justify-content:space-between;align-items:center;gap:25px;width:530px;margin-top:22px;display:flex}.stat-item{align-items:center;gap:9px;display:flex}.stat-icon{color:#006eff;justify-content:center;align-items:center;font-size:24px;display:flex}.stat-content h3{color:#fff;margin:0;font-size:16px;font-weight:700;line-height:1.2}.stat-content p{color:#d1d5db;white-space:nowrap;margin:3px 0 0;font-size:9px;font-weight:400}.section{background:#fff;padding:35px 50px}.section-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.section-header h2{color:#101828;margin:0;font-size:22px}.section-header a{color:#006bea;font-size:14px;font-weight:500;text-decoration:none}.section-header a i{margin-left:5px}.category-grid{grid-template-columns:repeat(6,1fr);gap:20px;display:grid}.category-card{text-align:center;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;height:190px;padding:15px;transition:transform .3s,box-shadow .3s,border-color .3s;position:relative}.category-card:hover{border-color:#1475ed;transform:translateY(-6px);box-shadow:0 12px 30px #00000014}.category-icon{color:#006bea;background:#f0f6ff;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;font-size:16px;display:flex;position:absolute;top:12px;left:14px}.category-image{justify-content:center;align-items:center;height:110px;display:flex}.category-image img{object-fit:contain;width:90%;height:100%;transition:transform .3s}.category-card:hover img{transform:scale(1.08)}.category-card h3{color:#111827;margin:5px 0 3px;font-size:14px}.category-card p{color:#667085;margin:0;font-size:11px}.featured-grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.car-card{background:#fff;border:1px solid #e4e7ec;border-radius:14px;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden}.car-card:hover{transform:translateY(-7px);box-shadow:0 15px 35px #0000001a}.discount{color:#fff;z-index:2;background:#28a745;border-radius:5px;padding:5px 9px;font-size:11px;font-weight:600;position:absolute;top:12px;left:12px}.car-image{justify-content:center;align-items:center;height:180px;padding:15px;display:flex}.car-image img{object-fit:contain;width:100%;height:100%;transition:transform .4s}.car-card:hover .car-image img{transform:scale(1.06)}.car-info{padding:0 14px 14px}.car-info h3{color:#101828;margin:0 0 9px;font-size:15px}.car-details{color:#667085;gap:10px;font-size:10px;display:flex}.car-details span{align-items:center;gap:4px;display:flex}.car-details i{font-size:11px}.price{align-items:baseline;gap:4px;margin:12px 0;display:flex}.price strong{color:#006bea;font-size:17px}.price span{color:#667085;font-size:11px}.price del{color:#98a2b3;margin-left:5px;font-size:10px}.book-btn{color:#fff;cursor:pointer;background:#0869ed;border:none;border-radius:7px;width:100%;padding:9px;font-size:11px;font-weight:600;transition:all .25s}.book-btn:hover{background:#0056c9}.benefits-grid{grid-template-columns:repeat(5,1fr);gap:18px;display:grid}.benefit-card{border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:18px;transition:all .3s;display:flex}.benefit-card:hover{border-color:#1475ed;transform:translateY(-5px);box-shadow:0 10px 25px #00000012}.benefit-icon{color:#fff;background:#0869ed;border-radius:50%;justify-content:center;align-items:center;min-width:42px;height:42px;font-size:19px;display:flex}.benefit-card h3{margin:0 0 4px;font-size:12px}.benefit-card p{color:#667085;margin:0;font-size:10px;line-height:1.4}.deals-section{color:#fff;background:#071426;border-radius:14px;align-items:center;gap:70px;min-height:145px;margin:0 50px;padding:25px;display:flex;position:relative;overflow:hidden}.deal-content{z-index:2;width:260px;position:relative}.deal-tag{color:#52a0ff;background:#073b75;border-radius:5px;padding:5px 9px;font-size:9px;display:inline-block}.deal-content h2{margin:10px 0 5px;font-size:20px}.deal-content p{color:#d0d5dd;margin:0 0 12px;font-size:10px}.deal-btn{color:#fff;cursor:pointer;background:#0869ed;border:none;border-radius:6px;padding:9px 15px;font-size:10px;transition:all .25s}.deal-btn:hover{background:#2583ff}.deal-btn i{margin-left:6px}.deal-timer{z-index:2;gap:12px;display:flex;position:relative}.timer-box{background:#ffffff0a;border:1px solid #344054;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:58px;height:58px;display:flex}.timer-box strong{font-size:17px}.timer-box span{color:#98a2b3;margin-top:3px;font-size:9px}.deal-car{width:360px;position:absolute;bottom:-10px;right:20px}.deal-car img{object-fit:contain;width:100%}.testimonial-grid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.testimonial-card{border:1px solid #e5e7eb;border-radius:12px;padding:20px;transition:all .3s}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000012}.stars{color:#f5a300;margin-bottom:12px;font-size:13px}.testimonial-card>p{color:#344054;margin:0 0 18px;font-size:12px;line-height:1.5}.customer{align-items:center;gap:10px;display:flex}.customer-avatar{color:#0869ed;background:#e8f1ff;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;display:flex}.customer-avatar>img{border-radius:50%;width:100%;height:100%}.customer h4{margin:0;font-size:11px}.customer span{color:#667085;font-size:9px}.newsletter{border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:15px;margin:0 50px 25px;padding:18px;display:flex}.newsletter-icon{color:#fff;background:#0869ed;border-radius:50%;justify-content:center;align-items:center;min-width:45px;height:45px;font-size:18px;display:flex}.newsletter-text{min-width:270px}.newsletter-text h2{margin:0;font-size:15px}.newsletter-text p{color:#667085;margin:3px 0 0;font-size:10px}.newsletter-form{flex:1;gap:12px;display:flex}.newsletter-form input{background:#f2f4f7;border:none;border-radius:7px;outline:none;flex:1;padding:11px 15px;font-size:11px}.newsletter-form button{color:#fff;cursor:pointer;background:#0869ed;border:none;border-radius:7px;width:150px;transition:all .25s}.newsletter-form button:hover{background:#0056c9}.footer{color:#fff;background:#061426;padding:35px 50px 15px}.footer-grid{grid-template-columns:1.6fr repeat(5,1fr);gap:35px;display:grid}.footer-brand h2{margin:0 0 12px;font-size:20px}.footer-brand h2 i{color:#0877ff;margin-right:7px}.footer-brand p{color:#98a2b3;max-width:230px;font-size:10px;line-height:1.6}.social-icons{gap:10px;margin-top:15px;display:flex}.social-icons i{color:#d0d5dd;cursor:pointer;background:#10243c;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:all .25s;display:flex}.social-icons i:hover{color:#fff;background:#0869ed;transform:translateY(-3px)}.footer-column h3{margin:0 0 13px;font-size:12px}.footer-column a{color:#98a2b3;margin-bottom:8px;font-size:10px;text-decoration:none;transition:all .2s;display:block}.footer-column a:hover{color:#fff;padding-left:3px}.footer-column p{color:#98a2b3;gap:7px;font-size:10px;line-height:1.5;display:flex}.footer-column p i{color:#0877ff}.footer-bottom{text-align:center;color:#667085;border-top:1px solid #1d3048;margin-top:25px;padding-top:15px;font-size:9px}.aceept-img{gap:10px;margin-bottom:20px;display:flex}.aceept-img>img{cursor:pointer;border-radius:8px;width:60px;height:35px}.download-logo{align-items:center;display:flex}.download-logo>img{cursor:pointer;width:120px;height:55px}.download-logo>img:nth-child(2){width:170px;height:80px}.booking-overlay{z-index:9999;background:#000000a6;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.booking-modal{background:#fff;border-radius:20px;width:850px;max-width:100%;display:flex;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000040}.close-btn{color:#333;cursor:pointer;z-index:2;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;margin:0;padding:0 0 3px;font-size:24px;display:flex;position:absolute;top:15px;right:18px}.booking-car{background:#f5f8ff;justify-content:center;align-items:center;width:45%;padding:30px;display:flex}.booking-car img{object-fit:contain;width:100%;max-width:330px}.booking-content{width:55%;padding:45px 40px}.booking-badge{color:#0759e8;background:#eaf2ff;border-radius:20px;padding:6px 12px;font-size:13px;font-weight:600;display:inline-block}.booking-content h2{color:#111827;margin:15px 0 5px;font-size:32px}.booking-subtitle{color:#6b7280;margin-bottom:25px;font-size:14px}.selected-car{background:#f7f9fc;border:1px solid #e5e7eb;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:22px;padding:18px;display:flex}.selected-car h3{color:#111827;margin:0 0 7px;font-size:17px}.selected-car p{color:#6b7280;margin:0;font-size:13px}.car-price strong{color:#0759e8;font-size:24px}.car-price span{color:#6b7280;font-size:13px}.input-group{margin-bottom:20px}.input-group label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:600;display:block}.input-group input{box-sizing:border-box;border:1px solid #d1d5db;border-radius:9px;outline:none;width:100%;padding:13px 14px;font-size:14px}.input-group input:focus{border-color:#0759e8}.confirm-btn{color:#fff;cursor:pointer;background:#0759e8;border:none;border-radius:9px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:all .2s}.confirm-btn:hover{background:#0049c7}.secure-text{text-align:center;color:#6b7280;margin:14px 0 0;font-size:12px}@media (width<=1024px){nav{padding:0 25px}.logo{width:160px}.middle-side>ul{gap:20px}.btns{gap:6px}button{padding:9px 18px}.hero-sec{padding-top:60px}.hero-sec>.left-side{width:60%;padding:35px 0 25px 45px}.content{width:80%}.content>h2{font-size:38px;line-height:44px}.booking-box{width:500px}.hero-stats{gap:15px;width:500px}.section{padding:35px}.category-grid{grid-template-columns:repeat(3,1fr);gap:18px}.featured-grid{grid-template-columns:repeat(2,1fr);gap:18px}.benefits-grid{grid-template-columns:repeat(2,1fr)}.deals-section{gap:40px;margin:0 35px}.deal-car{opacity:.45;width:300px}.testimonial-grid{grid-template-columns:repeat(2,1fr)}.newsletter{margin:0 35px 25px}.footer{padding:35px}.footer-grid{grid-template-columns:repeat(3,1fr);gap:30px}}@media (width<=768px){nav{height:58px;padding:0 20px}.logo{width:140px}.middle-side{display:none}.btns{gap:5px}.login{display:none}.signup{padding:8px 15px;font-size:12px}.hero-sec{flex-direction:column;padding-top:58px}.hero-sec>.left-side{width:100%;padding:40px 30px 25px}.booking-box,.hero-stats{width:100%;max-width:600px}.right-side{opacity:.5;width:100%}.right-side>img{width:100%}.hero-sec{flex-direction:row;align-items:center;overflow:hidden}.hero-sec>.left-side{gap:22px;width:58%;padding:35px 0 25px 25px}.content{width:100%;max-width:100%}.content>h2{font-size:32px;line-height:38px}.content>p{font-size:12px;line-height:19px}.booking-box{gap:7px;width:100%;max-width:430px;padding:10px}.booking-field{min-width:0}.field-input{width:100%;min-width:0;padding:0 8px;font-size:10px}.search-btn{flex-shrink:0;padding:0 12px;font-size:10px}.hero-stats{gap:10px;width:100%;max-width:430px}.stat-item{gap:5px;min-width:0}.stat-icon{flex-shrink:0;font-size:20px}.stat-content h3{font-size:13px}.stat-content p{font-size:7px}.hero-sec>.right-side{justify-content:center;align-items:center;width:42%;height:auto;display:flex;overflow:hidden}.hero-sec>.right-side>img{object-fit:contain;width:125%;max-width:none;height:auto;display:block}.section{padding:30px}.section-header{margin-bottom:18px}.section-header h2{font-size:20px}.category-grid{grid-template-columns:repeat(2,1fr);gap:15px}.category-card{height:185px}.featured-grid{grid-template-columns:repeat(2,1fr);gap:15px}.car-image{height:165px}.car-details{gap:7px}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:15px}.deals-section{flex-direction:column;align-items:flex-start;gap:20px;margin:0 30px;padding:22px}.deal-content{width:100%}.deal-timer{gap:10px}.deal-car{opacity:.35;width:280px;right:-20px}.testimonial-grid{grid-template-columns:1fr;gap:15px}.newsletter{flex-wrap:wrap;margin:0 30px 25px}.newsletter-text{min-width:200px}.newsletter-form{width:100%}.footer{padding:30px}.footer-grid{grid-template-columns:repeat(2,1fr);gap:25px}}@media (width<=430px){nav{padding:0 15px}.logo{width:125px}.signup{padding:7px 11px;font-size:11px}.hero-sec>.left-side{gap:22px;width:100%;padding:30px 18px 20px}.content>h2{font-size:30px;line-height:36px}.content{gap:8px}.hero-sec>.right-side{opacity:.3;width:100%}.booking-box{flex-direction:column;align-items:stretch;gap:10px;width:100%;padding:12px}.booking-field,.field-input,.search-btn{width:100%}.hero-stats{grid-template-columns:repeat(2,1fr);gap:18px 10px;width:100%;display:grid}.stat-item{gap:7px}.stat-icon{font-size:20px}.stat-content h3{font-size:14px}.stat-content p{font-size:8px}.section{padding:25px 18px}.section-header h2{font-size:18px}.section-header a{font-size:12px}.category-grid{grid-template-columns:repeat(2,1fr);gap:12px}.category-card{height:170px;padding:10px}.category-icon{width:26px;height:26px;font-size:14px;top:9px;left:9px}.category-image{height:95px}.category-card h3{font-size:13px}.category-card p{font-size:10px}.featured-grid{grid-template-columns:1fr;gap:15px}.car-image{height:190px}.car-info{padding:0 13px 13px}.car-info h3{font-size:15px}.benefits-grid{grid-template-columns:1fr;gap:12px}.benefit-card{padding:15px}.deals-section{min-height:auto;margin:0 18px;padding:20px}.deal-content h2{font-size:18px}.deal-timer{justify-content:space-between;width:100%}.timer-box{width:52px;height:52px}.timer-box strong{font-size:15px}.deal-car{opacity:.2;width:220px;bottom:0;right:-35px}.testimonial-grid{grid-template-columns:1fr}.testimonial-card{padding:16px}.newsletter{flex-direction:column;align-items:stretch;margin:0 18px 20px;padding:15px}.newsletter-icon{width:45px}.newsletter-text{min-width:100%}.newsletter-form{flex-direction:column;gap:10px}.newsletter-form button{width:100%;height:40px}.footer{padding:28px 18px 15px}.footer-grid{grid-template-columns:1fr;gap:25px}.footer-brand p{max-width:100%}.footer-bottom{margin-top:20px}.booking-overlay{align-items:center;padding:12px}.booking-modal{border-radius:16px;flex-direction:column;width:100%;max-height:94vh;overflow-y:auto}.close-btn{width:34px;height:34px;font-size:22px;top:12px;right:12px}.booking-car{box-sizing:border-box;flex-shrink:0;width:100%;height:155px;padding:15px}.booking-car img{width:100%;max-width:210px;max-height:135px}.booking-content{box-sizing:border-box;width:100%;padding:22px 20px}.booking-badge{padding:5px 10px;font-size:12px}.booking-content h2{margin:10px 0 4px;font-size:25px}.booking-subtitle{margin-bottom:16px;font-size:13px}.selected-car{gap:10px;margin-bottom:16px;padding:13px}.selected-car h3{margin-bottom:5px;font-size:15px}.selected-car p{font-size:11px}.car-price strong{font-size:21px}.car-price span{font-size:11px}.input-group{margin-bottom:16px}.input-group label{margin-bottom:6px;font-size:13px}.input-group input{padding:12px;font-size:13px}.confirm-btn{padding:12px;font-size:14px}.secure-text{margin-top:10px;font-size:11px}}@media (width<=380px){nav{padding:0 12px}.logo{width:115px}.signup{padding:7px 9px;font-size:10px}.hero-sec>.left-side{padding:25px 14px 18px}.content>h2{font-size:27px;line-height:33px}.hero-stats{gap:15px 6px}.stat-icon{font-size:18px}.stat-content h3{font-size:13px}.section{padding:22px 14px}.category-grid{gap:10px}.category-card{height:160px}.category-image{height:88px}.deals-section{margin:0 14px;padding:17px}.deal-timer{gap:6px}.timer-box{width:48px;height:50px}.timer-box strong{font-size:14px}.timer-box span{font-size:8px}.newsletter{margin:0 14px 18px}.footer{padding:25px 14px 12px}}@media (width<=320px){nav{padding:0 10px}.logo{width:105px}.signup{padding:6px 8px;font-size:9px}.hero-sec>.left-side{padding:22px 10px 15px}.content>h2{font-size:24px;line-height:29px}.booking-box{padding:10px}.booking-field label{font-size:9px}.field-input,.search-btn{height:38px;font-size:10px}.hero-stats{gap:12px 4px}.stat-item{gap:5px}.stat-icon{font-size:16px}.stat-content h3{font-size:12px}.stat-content p{font-size:7px}.section{padding:20px 10px}.section-header h2{font-size:16px}.section-header a{font-size:11px}.category-grid{gap:8px}.category-card{border-radius:10px;height:150px;padding:8px}.category-icon{width:23px;height:23px;font-size:12px}.category-image{height:78px}.category-card h3{font-size:11px}.category-card p{font-size:9px}.car-image{height:165px}.car-details{flex-wrap:wrap;gap:5px}.price strong{font-size:15px}.benefit-card{padding:12px}.benefit-icon{min-width:36px;height:36px;font-size:16px}.deals-section{margin:0 10px;padding:15px}.deal-content h2{font-size:16px}.deal-content p{font-size:9px}.deal-timer{gap:4px}.timer-box{width:44px;height:46px}.timer-box strong{font-size:13px}.deal-car{opacity:.15;width:180px;right:-45px}.testimonial-card{padding:13px}.testimonial-card>p{font-size:11px}.newsletter{margin:0 10px 15px;padding:12px}.newsletter-text h2{font-size:14px}.newsletter-text p{font-size:9px}.footer{padding:22px 10px 12px}.footer-grid{gap:20px}.footer-brand h2{font-size:18px}.footer-brand p{font-size:9px}.footer-column h3{font-size:11px}.footer-column a,.footer-column p{font-size:9px}.footer-bottom{font-size:8px}.aceept-img{flex-wrap:wrap;gap:6px}.aceept-img>img{width:52px;height:30px}.download-logo{flex-wrap:wrap}.download-logo>img{width:100px;height:48px}.download-logo>img:nth-child(2){width:135px;height:65px}}
