:root{--theme-red: #E53935;--theme-red-darker: #C62828;--theme-red-light: #FFEBEE;--theme-red-rgb: 229, 57, 53;--theme-dark: #263238;--theme-dark-rgb: 38, 50, 56;--theme-text: #455A64;--theme-text-muted: #78909C;--theme-light-gray: #ECEFF1;--theme-white: #ffffff;--theme-heading-font: "Poppins", "Cairo", sans-serif;--theme-body-font: "Nunito", "Cairo", sans-serif;--theme-border-radius: .375rem;--theme-border-radius-lg: .8rem;--theme-shadow-sm: 0 2px 4px rgba(var(--theme-dark-rgb), .06);--theme-shadow: 0 5px 15px rgba(var(--theme-dark-rgb), .08);--theme-shadow-lg: 0 10px 30px rgba(var(--theme-dark-rgb), .1);--theme-section-padding-y: 5rem;--btn-background-color: #ffc122;--btn-background-hover-color: #FF8008}body{--bs-primary: var(--theme-dark);--bs-primary-rgb: var(--theme-dark-rgb);--bs-secondary: var(--theme-text-muted);--bs-success: #4CAF50;--bs-info: #03A9F4;--bs-warning: #FFC107;--bs-danger: var(--theme-red);--bs-danger-rgb: var(--theme-red-rgb);--bs-light: var(--theme-light-gray);--bs-light-rgb: 236, 239, 241;--bs-dark: var(--theme-dark);--bs-dark-rgb: var(--theme-dark-rgb);--bs-body-color: var(--theme-text);--bs-body-bg: var(--theme-white);--bs-body-font-family: var(--theme-body-font);--bs-heading-font-family: var(--theme-heading-font);--bs-link-color: var(--theme-red);--bs-link-hover-color: var(--theme-red-darker);--bs-border-radius: var(--theme-border-radius);--bs-border-radius-lg: var(--theme-border-radius-lg);--bs-gradient-light: linear-gradient(180deg, var(--theme-white) 85%, var(--theme-light-gray) 100%);font-family:var(--bs-body-font-family);color:var(--bs-body-color);background-color:var(--bs-body-bg);line-height:1.7;scroll-behavior:smooth;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--bs-heading-font-family);font-weight:700;color:var(--theme-dark);line-height:1.3}.home{margin-top:70px;position:relative;display:flex;flex-direction:column;flex-grow:1}.navbar-brand{padding-top:0;padding-bottom:0}.navbar-brand img{-o-object-fit:contain;object-fit:contain}.cover-section{background:linear-gradient(#00000080,#0000001a);height:60vh;display:flex;flex-direction:column;position:relative;border-bottom:1px solid #fff;z-index:0;padding:0}.cover-content{display:flex;justify-content:right;align-items:center;padding:0 15%;height:60vh}.carouselTextContent{text-align:right}.text-right-content{text-align:right;max-width:500px}.cover-section h1{font-size:3rem;color:var(--h1-cover-color)}.cover-content h2{color:var(--h2-cover-color);font-size:1.5rem;margin-bottom:1rem}.cover-section .btn-primary{background-color:var(--btn-background-color);border:none;padding:10px 30px}.cover-section .btn-primary:hover{background-color:var(--btn-background-hover-color)}.carousel-item{height:60vh}.carousel-control-prev,.carousel-control-next{width:5%;min-width:70px;opacity:.7}.carousel-control-prev-icon,.carousel-control-next-icon{background-color:#00000080;border-radius:50%;padding:20px}.carousel-control-next-icon,.carousel-control-prev-icon{background-size:50% 50%}section{padding-top:var(--theme-section-padding-y);padding-bottom:var(--theme-section-padding-y);position:relative}.service-card{background-color:var(--bs-white);border-radius:var(--bs-border-radius-lg);border:1px solid var(--bs-light);padding:2.5rem 1.5rem;box-shadow:var(--bs-shadow);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.service-card:hover{transform:translateY(-10px);box-shadow:var(--bs-shadow-lg)}.service-icon{width:70px;height:70px;margin:0 auto 1.5rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:2rem;color:var(--bs-light);box-shadow:var(--theme-shadow)}.service-icon.icon-merchant{background:linear-gradient(135deg,var(--bs-accent),var(--bs-accent-darker))}.service-icon.icon-company{background:linear-gradient(135deg,var(--bs-primary),#546E7A)}.service-icon.icon-driver{background:linear-gradient(135deg,#42a5f5,#1e88e5)}.section-title-alt{font-weight:700;color:var(--theme-dark);margin-bottom:3rem;position:relative;display:inline-block}.section-title-alt span{position:relative;padding-bottom:.75rem}.section-title-alt span:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:var(--theme-red);border-radius:2px}.text-center .section-title-alt span:after{left:50%;width:60px;transform:translate(-50%)}.bg-gradient-light{background:var(--bs-gradient-light)}.bg-light{background-color:var(--bs-light)!important}.homeMainNavBar{font-family:var(--theme-heading-font)}.homeMainNavBar .navbar-nav .nav-link{color:var(--theme-text);font-weight:600;text-transform:uppercase;font-size:.85rem;padding:.6rem 1rem;border-radius:var(--theme-border-radius);transition:color .2s ease,background-color .2s ease}.homeMainNavBar .navbar-nav .nav-link:hover,.homeMainNavBar .navbar-nav .nav-link.active{color:var(--theme-red)!important;background-color:rgba(var(--theme-red-rgb),.08)}.homeMainNavBar .btn{font-family:var(--theme-heading-font);font-weight:600;font-size:.85rem;text-transform:uppercase;border-radius:50px;padding:.4rem 1.2rem;transition:all .3s ease}.homeMainNavBar .btn-danger{box-shadow:0 3px 10px rgba(var(--theme-red-rgb),.3)}.homeMainNavBar .btn-danger:hover{background-color:var(--theme-red-darker);border-color:var(--theme-red-darker);box-shadow:0 4px 15px rgba(var(--theme-red-rgb),.4);transform:translateY(-2px)}#profile-header-alt{border-bottom:1px solid var(--theme-light-gray)}.profile-image-container-alt{position:relative;display:inline-block}.profile-image-border-alt{position:absolute;top:-10px;left:-10px;width:calc(100% + 20px);height:calc(100% + 20px);border:5px solid var(--theme-red);border-radius:var(--theme-border-radius-lg);z-index:1;opacity:.7;pointer-events:none}.profile-image-alt{display:block;max-width:250px;width:100%;border-radius:var(--theme-border-radius);position:relative;z-index:2;box-shadow:var(--theme-shadow-lg)}.profile-name-alt{color:var(--theme-dark)}.profile-title-alt{color:var(--theme-text-muted);font-size:1.2rem}.stat-card-alt{background-color:var(--theme-white);border-radius:var(--theme-border-radius);border:1px solid var(--theme-light-gray);box-shadow:var(--theme-shadow-sm);transition:transform .2s ease,box-shadow .2s ease}.stat-card-alt:hover{transform:translateY(-4px);box-shadow:var(--theme-shadow)}.stat-icon-alt i{transition:transform .3s ease;color:var(--theme-red)}.stat-card-alt:hover .stat-icon-alt i{transform:scale(1.1)}.stat-value-alt{color:var(--theme-dark);font-weight:700}.stat-label-alt{color:var(--theme-text-muted);font-size:.75rem;letter-spacing:.5px}#driver-coverage-alt{background-color:var(--theme-white)}.coverage-tag-alt{background-color:var(--theme-red-light);color:var(--theme-red-darker);padding:.6em 1.2em;border-radius:var(--theme-border-radius);font-size:.9rem;font-weight:600;border:1px solid rgba(var(--theme-red-rgb),.2);transition:background-color .2s ease,color .2s ease,transform .2s ease}.coverage-tag-alt i{opacity:.8}.coverage-tag-alt:hover{background-color:var(--theme-red);color:var(--theme-white);transform:translateY(-2px);box-shadow:var(--theme-shadow-sm)}#driver-strengths-alt{background-color:var(--theme-light-gray)}.strength-card-alt{background-color:var(--theme-white);border-radius:var(--theme-border-radius);box-shadow:var(--theme-shadow);padding:2rem 1.5rem 1.5rem;border-top:4px solid var(--theme-red);transition:transform .25s ease,box-shadow .25s ease}.strength-card-alt:hover{transform:translateY(-6px);box-shadow:var(--theme-shadow-lg)}.strength-icon-wrapper-alt{width:70px;height:70px;background-color:var(--theme-red);color:var(--theme-white);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:-4rem auto 1.5rem;box-shadow:0 5px 15px rgba(var(--theme-red-rgb),.3);position:relative}.strength-icon-alt{font-size:1.8rem}.strength-title-alt{color:var(--theme-dark);font-weight:600;font-size:1.2rem}.strength-card-alt .card-text{font-size:.9rem;line-height:1.6}.hero-section{padding:2rem 0}.hero-section h1{font-weight:700;color:#333}.hero-section p{font-size:1.2rem;color:var(--theme-red-darker);font-weight:600;margin-bottom:.5rem;text-align:center}.hero-section .form-control{display:inline-block;width:300px;padding:1rem;background:#fff;border:1px solid var(--bs-gray-200);border-radius:12px;font-size:1.6rem!important;height:3.13rem!important}.tracking-form .input-group{max-width:400px}.tracking-form .btn{--bs-btn-padding-x: 1rem;--bs-btn-padding-y: .55rem}.hero-section .btn-theme-main{background-color:var(--theme-red-light);color:var(--theme-red-darker);padding:.8em 1.3em;border-radius:var(--theme-border-radius);font-size:.9rem;font-weight:600;border:1px solid rgba(var(--theme-red-rgb),.2);transition:background-color .2s ease,color .2s ease,transform .2s ease}.hero-section .btn-theme-main:hover{background-color:var(--theme-red);color:var(--theme-white);box-shadow:var(--theme-shadow-sm)}.whatsapp-float{position:fixed;width:60px;height:60px;bottom:30px;right:30px;background-color:var(--theme-red);color:#fff;border-radius:50%;text-align:center;font-size:30px;box-shadow:2px 2px 10px #0003;z-index:1000;display:flex;align-items:center;justify-content:center;transition:transform .3s ease;animation:pulse 2s infinite}#driver-testimonials-alt{background-color:var(--theme-white)}.testimonial-card-alt{background-color:var(--theme-light-gray);border-radius:var(--theme-border-radius);border-left:5px solid var(--theme-red);padding:1.5rem;box-shadow:var(--theme-shadow-sm)}.testimonial-text-alt{font-size:1rem;font-style:italic;color:var(--theme-text);line-height:1.7}.testimonial-author-alt{font-weight:600;font-style:normal;color:var(--theme-dark)}.quote-icon-alt{color:var(--theme-red);font-size:1.5rem;opacity:.2;position:absolute}.quote-icon-alt.start{top:.5rem;left:.5rem}.quote-icon-alt.end{bottom:.5rem;right:.5rem}#driver-testimonials-alt .btn-danger{padding:.7rem 1.8rem;font-weight:600;transition:all .3s ease}#driver-testimonials-alt .btn-danger:hover{background-color:var(--theme-red-darker);border-color:var(--theme-red-darker);transform:translateY(-2px) scale(1.02);box-shadow:0 5px 15px rgba(var(--theme-red-rgb),.3)}.driver-contact-alt{background-color:var(--theme-red);color:var(--theme-white);border-radius:var(--theme-border-radius-lg);margin:var(--theme-section-padding-y) auto;max-width:1140px;padding:4rem 2rem}.cta-content-alt{max-width:700px}.driver-contact-alt h2{color:var(--theme-white)}.driver-contact-alt p.lead{color:#ffffffd9}.cta-button-alt.btn-light{color:var(--theme-red)!important;background-color:var(--theme-white);border:1px solid var(--theme-white);font-weight:700;padding:.8rem 2rem;border-radius:50px;transition:all .3s ease;box-shadow:0 4px 15px rgba(var(--theme-dark-rgb),.1)}.cta-button-alt.btn-light:hover{background-color:var(--theme-light-gray);border-color:var(--theme-light-gray);color:var(--theme-red-darker)!important;transform:translateY(-3px);box-shadow:0 6px 20px rgba(var(--theme-dark-rgb),.15)}footer.bg-dark{background-color:var(--theme-light-gray)!important;color:var(--theme-text-muted);padding-top:4rem;padding-bottom:2rem}footer.bg-dark .footer-heading{color:var(--theme-dark);font-weight:600;margin-bottom:1rem;font-size:1rem;text-transform:uppercase}footer.bg-dark .footer-link,footer.bg-dark .noBtn{color:var(--theme-text);transition:color .2s ease,padding-left .2s ease;font-size:.9rem;text-decoration:none;background:none;border:none;padding:0;font:inherit;cursor:pointer;text-align:inherit;display:inline-block}footer.bg-dark .footer-link:hover,footer.bg-dark .noBtn:hover{color:var(--theme-red);padding-inline-start:4px}footer.bg-dark .list-unstyled i.me-2{color:var(--theme-red);width:18px;text-align:center;opacity:.8}footer.bg-dark .social-icon{font-size:1.3rem;color:var(--theme-text-muted);transition:color .2s ease,transform .2s ease}footer.bg-dark .social-icon:hover{color:var(--theme-red)!important;transform:translateY(-3px)}footer.bg-dark hr{border-color:rgba(var(--theme-dark-rgb),.1)}footer.bg-dark .small{color:var(--theme-text-muted);font-size:.8rem}@media(max-width:991.98px){.main-content-wrapper-alt{padding-top:65px}.profile-header-alt .profile-info-alt{text-align:center;margin-top:2rem}.profile-header-alt .stats-row-alt{justify-content:center}.profile-image-alt{max-width:200px}.profile-image-border-alt{top:-8px;left:-8px;width:calc(100% + 16px);height:calc(100% + 16px)}.strength-icon-wrapper-alt{width:60px;height:60px;margin-top:-3.5rem}.strength-icon-alt{font-size:1.5rem}footer.bg-dark .text-lg-start{text-align:center!important}}@media(max-width:767.98px){:root{--theme-section-padding-y: 3rem}.main-content-wrapper-alt{padding-top:60px}.profile-image-alt{max-width:160px}.profile-image-border-alt{top:-6px;left:-6px;width:calc(100% + 12px);height:calc(100% + 12px)}h1.display-4{font-size:calc(1.375rem + 1.8vw)}.stat-card-alt{margin-bottom:1rem}.section-title-alt{font-size:1.5rem;margin-bottom:2rem}.driver-contact-alt{margin-left:1rem;margin-right:1rem;padding:3rem 1rem;border-radius:var(--theme-border-radius)}.driver-contact-alt h2{font-size:1.8rem}footer.bg-dark .col-lg-3,footer.bg-dark .col-md-4{text-align:center!important;margin-bottom:1.5rem}footer.bg-dark ul.list-unstyled{padding-inline-start:0}}
