.reviews-container{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:0 auto;padding:50px 20px;box-sizing:border-box}.reviewslider-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80%;padding:25px;background-color:rgba(255,255,255,.8);border-radius:10px;box-shadow:0 4px 15px rgba(0,0,0,.2);overflow:hidden}.reviews-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:15px;width:100%;max-width:1200px}.review-header{justify-content:center}.review-header,.review-tile{display:flex;align-items:center;gap:10px}.review-tile{width:300px;min-height:350px;flex-direction:column;justify-content:space-between;border:1px solid #ddd;padding:15px;border-radius:8px;background:linear-gradient(0deg,rgb(255,255,255),rgb(244,247,251));transition:transform .3s ease,box-shadow .3s ease;text-align:center;box-shadow:0 4px 8px rgba(0,0,0,.1)}.review-tile:hover{transform:scale(1.05);box-shadow:0 4px 10px rgba(0,0,0,.2)}.review-text{margin:8px 0;color:black;font-size:1em;flex:1;width:100%;overflow-y:auto;text-align:left;padding:5px;font-size:14px;color:#333}.review-text b{font-weight:700}.rating span{font-size:1.2em}.star-filled{color:#e80f17}.star-empty{color:gray}.slick-dots li button:before{color:#e80f17;font-size:12px}.slick-dots li.slick-active button:before{color:#ff0000}.reviewslider-container .slick-next:before,.reviewslider-container .slick-prev:before{color:#e80f17;font-size:20px}.review-avatar{width:20%;height:20%}@media (max-width:768px){.reviewslider-container{width:90%;padding:20px}.reviews-list{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px}.review-tile{padding:12px;width:300px}.review-text{font-size:.9em}}@media (max-width:480px){.reviewslider-container{width:96%;padding:20px}.reviews-list{grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.review-tile{padding:10px;width:200px}.review-text{font-size:.8em}.rating span{font-size:1em}}.review-form{background:linear-gradient(0deg,rgb(255,255,255),rgb(244,247,251));padding:20px;width:400px;margin:20px auto;border-radius:40px;border:5px solid #01103b;box-shadow:0 0 20px 0 #01103b}.review-form h2{color:#0056b3;text-align:center;border-left:#01103b}label{display:block;margin-bottom:5px}input[type=text],select,textarea{width:100%;padding:10px;border:1px solid #0056b3;border-radius:4px;margin-bottom:10px}.rating{display:flex;justify-content:center;margin-bottom:10px}.rating span{font-size:24px;cursor:pointer}@media (max-width:768px){.review-form{width:90%;padding:15px;border-radius:30px}.review-form h2{font-size:24px}input[type=text],select,textarea{padding:8px}.rating span{font-size:20px}}@media (max-width:480px){.review-form{width:95%;padding:10px;border-radius:20px}.review-form h2{font-size:20px}input[type=text],select,textarea{padding:6px}.rating span{font-size:18px}}.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px;padding:40px 20px;color:white;font-family:Arial,sans-serif}.stat-item{text-align:center;padding:20px;background-color:#01103b;border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.25);transition:transform .3s ease,box-shadow .3s ease}.stat-item:hover{transform:translateY(-5px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.stat-number{font-size:2.8em;font-weight:700;color:#e80f17}.stat-text{font-size:1.2em;color:#d6d6d6;margin-top:10px}.stat-item p{margin-top:10px;line-height:1.5}@media (max-width:768px){.stats{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));margin:0 auto}.stat-item{padding:15px}.stat-number{font-size:2.3em}.stat-text{font-size:1em}}@media (max-width:480px){.stats{grid-template-columns:1fr}.stat-item{padding:15px}.stat-number{font-size:2em}.stat-text{font-size:.9em}}.become-driver{padding:30px;background-color:#f5f7fa;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,.1);font-family:Roboto,Arial,sans-serif;max-width:1200px;margin:40px auto;transition:transform .3s ease;will-change:transform;-webkit-font-smoothing:antialiased;min-height:100vh;min-height:-webkit-fill-available}.become-driver:active,.become-driver:hover{transform:scale(1.02)}.become-driver-content{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:30px}@supports not (gap:30px){.become-driver-content>*{margin-right:15px;margin-bottom:15px}}.become-driver-image{flex:0 1 auto;max-width:350px;max-height:300px;width:100%;height:auto;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.15)}.become-driver-text{flex:2;min-width:0}.become-driver-heading{font-size:2.2em;margin-bottom:15px;color:#01103b;font-weight:700}.become-driver-paragraph{font-size:1.2em;line-height:1.8;color:#4a4a4a;margin-bottom:20px}.become-driver-paragraph ul{font-size:1.1em;color:#4a4a4a;margin-left:25px;margin-bottom:20px;list-style-type:disc}.become-driver-button{padding:12px 25px;font-size:1.1em;color:#fff;background-color:#e80f17;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.become-driver-button:active,.become-driver-button:hover{background-color:#bf0c14;transform:translateY(-3px)}@media (max-width:768px){.become-driver-content{display:flex;flex-direction:column;align-items:center;text-align:center}.become-driver-image{max-width:100%}}@media (max-width:480px){.become-driver{padding:20px}.become-driver-heading{font-size:1.8em}.become-driver-paragraph{font-size:1em}.become-driver-button{font-size:1em;padding:10px 20px}}body,html{height:100%;min-height:-webkit-fill-available}.get-quote{padding:30px;background-color:#f5f7fa;border-radius:12px;box-shadow:0 6px 12px rgba(0,0,0,.1);font-family:Roboto,Arial,sans-serif;max-width:1200px;margin:40px auto;transition:transform .3s ease;will-change:transform;-webkit-font-smoothing:antialiased;min-height:100vh;min-height:-webkit-fill-available}.get-quote:active,.get-quote:hover{transform:scale(1.02)}.get-quote-content{display:flex;align-items:flex-start;flex-wrap:wrap;gap:30px}@supports not (gap:30px){.get-quote-content>*{margin-right:15px;margin-bottom:15px}}.get-quote-image{flex:0 1 350px;max-width:350px;max-height:300px;object-fit:cover;border-radius:10px;box-shadow:0 4px 8px rgba(0,0,0,.15);min-height:auto}.get-quote-text{flex:2;min-width:0}.get-quote-heading{font-size:2.2em;margin-bottom:15px;color:#01103b;font-weight:700}.get-quote-paragraph{font-size:1.2em;line-height:1.8;color:#4a4a4a;margin-bottom:20px}.get-quote-button{padding:12px 25px;font-size:1.2em;color:#fff;background-color:#e80f17;border:none;border-radius:8px;cursor:pointer;transition:background-color .3s ease,transform .2s ease;touch-action:manipulation}.get-quote-button:active,.get-quote-button:hover{background-color:#bf0c14;transform:translateY(-3px)}.remove-button{background-color:#01103b;color:white;border:none;padding:8px 12px;border-radius:5px;cursor:pointer;font-size:14px;transition:background-color .3s ease;margin-left:10px}.remove-button:hover{background-color:#e80f17}.remove-button:disabled{background-color:#d3d3d3;cursor:not-allowed}.responsive-div{background-color:#D32F2F;color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);text-align:center;font-family:Arial,sans-serif;font-size:1.2em;transition:background-color .3s ease,transform .3s ease;cursor:pointer}.responsive-div:hover{background-color:#1976D2;transform:scale(1.05)}@media (max-width:768px){.get-quote-content{flex-direction:column;align-items:center}.get-quote-image{max-width:100%;max-height:250px}.responsive-div{padding:15px;font-size:1em}}@media (max-width:480px){.get-quote{padding:20px}.get-quote-heading{font-size:1.8em}.get-quote-paragraph{font-size:1em}.get-quote-button{font-size:1em;padding:10px 20px}.responsive-div{padding:10px;font-size:.9em;border-radius:5px}.get-quote-image{max-height:200px}}body,html{height:-webkit-fill-available}.bgimgimg{width:100%;height:800px;object-fit:cover;display:block;filter:blur(5px)}@media (max-width:768px){.bgimgimg{height:500px;margin-bottom:-20px}}@media (max-width:480px){.bgimgimg{height:600px}}.red-rectangle{margin-top:62px;position:relative;width:100%;height:100vh;background-color:#01103b;display:flex;justify-content:center;align-items:center;overflow:hidden}@media (max-width:768px){.red-rectangle{height:300px}}@media (max-width:480px){.red-rectangle{height:600px}}.blue-circle{width:1200px;height:90vh;background:radial-gradient(circle,rgba(0,0,255,.8) 0,rgba(0,0,139,.6) 70%,rgba(0,0,139,0) 100%);border-radius:50%;margin-top:100px;position:absolute;top:0;left:40%;box-shadow:0 4px 10px rgba(0,0,139,.3)}@media (max-width:1024px){.blue-circle{display:none}}@media (max-width:768px){.blue-circle{display:none}}@media (max-width:480px){.blue-circle{display:none}}.logisticscontainer{display:flex;align-items:center;justify-content:space-between;width:100%;height:100vh;background-color:#01103b;position:relative;overflow:hidden}@media (max-width:768px){.logisticscontainer{flex-direction:column;height:750px}}.logisticsleft-section{flex:1;display:flex;justify-content:flex-start;align-items:center;padding:0;margin:0}.uk-map{height:70vh;margin-top:40px;object-fit:contain}@media (max-width:1024px){.uk-map{margin-top:100px}}@media (max-width:768px){.uk-map{width:90%;height:50vh}}@media (max-width:480px){.uk-map{width:100%;height:800px;margin-top:-40px;filter:blur(2px)}}.logisticsright-section{flex:1;display:flex;justify-content:center;align-items:center;padding:20px}@media (max-width:768px){.logisticsright-section{margin-top:20px;flex:none}}