*{background:linear-gradient(135deg, #ffffff4b 0%, #e9732a 100%,)}.hero{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);flex-direction:column;min-height:100vh;display:flex;position:relative;overflow-x:hidden}.hero-container{box-sizing:border-box;justify-content:space-between;align-items:center;width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex}.hero-content{z-index:1;flex-direction:column;flex:1;justify-content:center;margin-top:0;padding:4rem;animation:1s ease-out fadeInLeft;display:flex;position:relative}.hero-content:before{content:"";z-index:-1;background:linear-gradient(to bottom right,#ffa60014,#ff8c0000);border-radius:8px;width:100%;height:100%;position:absolute;top:0;left:0}.hero-content h1{margin-bottom:.5rem;font-family:Geist,sans-serif;font-size:2.9rem;font-weight:500;animation:1.2s ease-out fadeUp}p,.subtext,.trust-top{font-family:Poppins,sans-serif}.trust-top{color:#555;align-items:center;margin:3rem 0 1rem;font-weight:500;display:flex}.glow-dot{background:#00ff40;border-radius:50%;width:10px;height:10px;margin-right:.5rem;animation:1s infinite pulseGlowDot;box-shadow:0 0 10px #00ff40,0 0 20px #00ff40}@keyframes pulseGlowDot{0%{transform:scale(1);box-shadow:0 0 8px #00ff40,0 0 16px #00ff40}50%{transform:scale(1.2);box-shadow:0 0 15px #00ff40,0 0 30px #00ff40}to{transform:scale(1);box-shadow:0 0 8px #00ff40,0 0 16px #00ff40}}.subtext{margin-bottom:1.5rem;font-size:1.2rem;animation:1.5s ease-out fadeUp}.hero-buttons{gap:1rem;margin-bottom:1.5rem;animation:1.8s ease-out fadeUp;display:flex}.btn-apply{color:#fff;cursor:pointer;background:#ff6e00;border:none;border-radius:24px;justify-content:center;align-items:center;padding:.8rem 1.6rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none;transition:all .8s;animation:4s infinite pulseGlow;display:inline-flex}.btn-apply:hover{background:#ff8c00;transform:scale(1.08);box-shadow:0 0 20px #ff6e00}.btn-call{color:#ff6e00;cursor:pointer;background:#fff;border:2px solid #ff6e00;border-radius:12px;padding:.8rem 1.5rem;font-family:Inter,sans-serif;font-weight:700;text-decoration:none;transition:all .3s;display:inline-block}.btn-call:hover{color:#fff;background:#ff6e00;transform:scale(1.05);box-shadow:0 4px 12px #ff6e00}.hero-image{flex:1;justify-content:center;align-items:center;max-height:90vh;display:flex}.hero-image img{object-fit:cover;border-radius:0;width:100%;height:auto}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes pulseGlow{0%{transform:scale(1);box-shadow:0 0 10px #ff6e00,0 0 20px #ff6e00}50%{transform:scale(1.05);box-shadow:0 0 20px #ff6e00,0 0 40px #ff6e00}to{transform:scale(1);box-shadow:0 0 10px #ff6e00,0 0 20px #ff6f005e}}.trust-bottom-container{text-align:center;width:100%;position:absolute;bottom:0;left:0}.trust-bottom{color:#555;justify-content:center;align-items:center;font-family:Poppins,sans-serif;font-weight:500;display:inline-flex}@media (width>=1600px){.hero-container{max-width:1600px;padding:0 3rem}.hero-content{padding:5rem}.hero-content h1{font-size:3rem}.subtext{max-width:800px;margin:0 auto;font-size:1.4rem}.hero-image{flex:1;max-width:700px}}@media (width<=1024px){.hero-content{margin-top:6rem;padding:5rem}.hero-content h1{font-size:2.5rem}.subtext{font-size:1rem}.hero-image{flex:1;height:auto}}@media (width<=768px){.hero{flex-direction:column;margin-top:-60px}.hero-container{flex-direction:column}.hero-content{text-align:center;align-items:center;margin-top:5rem;padding:2rem}.hero-content h1{font-size:2rem}.subtext{font-size:.95rem}.hero-buttons{flex-direction:column;gap:.8rem}.btn-apply,.btn-call{text-align:center;width:100%}.hero-image{height:50vh;margin-top:1rem}.hero-image img{object-fit:cover;height:100%}}@media (width<=480px){.hero-content h1{width:80vw;font-size:1.6rem}.subtext{font-size:.85rem}.trust-top{justify-content:center;width:90vw}.trust-bottom-container{width:100%;padding:2rem 0}.btn-call{width:7rem}.btn-apply,.btn-call{padding:.7rem 1rem;font-size:.9rem}}.vision-mission{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;max-width:1400px;height:auto;margin:0 auto;padding:3rem 2rem;font-family:Inter,sans-serif}.vm-top-heading{text-align:center;color:#121212;width:55%;margin:0 auto;padding-bottom:5rem;font-size:2.2rem;font-weight:700}.vm-cards{justify-content:space-between;align-items:stretch;gap:2rem;max-width:1200px;margin:0 auto;display:flex}.vm-card{border-radius:8px;flex-direction:column;flex:1;display:flex;position:relative}.vm-left-card{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:8px;flex-direction:column;justify-content:flex-start;padding:1.5rem;display:flex;position:relative;overflow:hidden}.vm-card.vm-left-card{flex-direction:column;gap:.8rem;max-width:600px;margin:0 auto;padding:1rem;display:flex}.vm-card.vm-left-card h2,.vm-card.vm-left-card h3,.vm-card.vm-left-card p{margin:.1rem 0}.vm-small-heading{color:#121212;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.vm-small-heading1{color:#121212;align-items:center;margin-bottom:.5rem;font-size:1.2rem;font-weight:600;display:flex}.vm-text1{color:#555;width:100%;margin-bottom:1.5rem;font-size:.875rem}.vm-text{color:#555;width:60%;margin-bottom:1.5rem;font-size:1rem}.vm-button-heading{color:#fff;background:#223899;border-radius:6px;width:fit-content;margin-bottom:.5rem;padding:.5rem 1rem;font-size:1rem;font-weight:600;display:inline-block}.vm-lightbulb{width:320px;height:250px;position:absolute;bottom:5rem;right:-.7rem}.vm-right-card{opacity:2.9;background:url(/assets/network-overlay-DAifph0j.png) 50%/cover no-repeat;border-radius:8px;flex:1;justify-content:center;align-items:center;min-height:300px;display:flex;position:relative}.vm-handshake{z-index:1;border-radius:8px;width:90%;height:90%;position:relative}.vm-card{transition:transform .3s,box-shadow .3s}.vm-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.vm-button-heading{transition:background .3s,transform .2s}.vm-button-heading:hover{background:#2947a8;transform:scale(1.05)}.vm-handshake{transition:transform .4s,opacity .4s}.vm-handshake:hover{opacity:.95;transform:scale(1.03)}.vm-lightbulb{transition:opacity .3s,transform .3s}.vm-left-card:hover .vm-lightbulb{opacity:.2;transform:scale(1.05)}.vm-top-heading{transition:color .3s}.vm-top-heading:hover{color:#ff6e00}@media (width<=768px){.vm-cards{flex-direction:column;gap:1.5rem}.vm-handshake{width:100%}.vm-lightbulb{width:200px;right:-2rem}.vm-top-heading{width:90%;font-size:1.5rem}.vm-small-heading1{text-align:center;align-items:center;font-size:1rem}.vm-text1{text-align:center;font-size:.8rem}}.weekly-stats{box-sizing:border-box;background:linear-gradient(135deg,#e65c002f,#e65c0013 .5%,#f9d52309);border:none;border-radius:0;width:100%;margin:0 0;padding:4rem 2rem;font-family:Inter,sans-serif}.stats-container{justify-content:center;align-items:stretch;gap:1.5rem;max-width:1200px;margin:0 auto;display:flex}.stats-card{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:10px;flex-direction:column;justify-content:space-between;padding:1.5rem;transition:transform .3s,box-shadow .3s;display:flex;box-shadow:0 4px 12px #00000014}.stats-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.stats-card-small{flex:1}.stats-card-large{flex:1.2}.stats-card h3{color:#121212;margin-bottom:.8rem;font-size:1.2rem;font-weight:600}.stats-card p{color:#555;margin-bottom:1.2rem;font-size:.95rem}.stats-image{object-fit:cover;border-radius:8px;width:100%;height:220px}@media (width<=768px){.stats-container{flex-direction:column}.stats-card-small,.stats-card-large{flex:1}}.why-choose-us{text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#e65c0011,#e65c001c .5%,#f9d52309);width:100%;margin:0;padding:5rem 4rem;font-family:Inter,sans-serif}.wcu-heading{color:#121212;margin-bottom:.5rem;font-size:2rem;font-weight:700}.wcu-subheading{color:#555;margin-bottom:2rem;font-size:1rem}.wcu-cards{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.wcu-card{background:#fff;border-radius:10px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000014}.wcu-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px #0000001f}.wcu-icon{width:50px;height:50px;margin-bottom:1rem}.wcu-card h3{color:#121212;margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.wcu-card p{color:#555;font-size:.9rem}@media (width<=1200px){.wcu-cards{grid-template-columns:repeat(3,1fr)}}@media (width<=992px){.wcu-cards{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.wcu-cards{grid-template-columns:1fr}.wcu-card{max-width:90%;margin:0 auto}.wcu-heading{font-size:1.6rem}.wcu-subheading{font-size:.95rem}}.how-it-works{color:#fff;background:url(/assets/trucks-bg-DB_egnHP.jpg) 50%/cover no-repeat;height:30vh;padding:4rem 2rem 6rem;font-family:Inter,sans-serif;position:relative}.hiw-overlay{background:#00000080;border-radius:12px;max-width:1100px;height:30vh;margin:0 auto;padding:3rem 2rem}.hiw-heading{text-align:center;margin-bottom:0;font-size:2rem;font-weight:700}.hiw-cards{z-index:2;justify-content:center;align-items:flex-start;gap:1rem;max-width:1100px;margin:-4rem auto 0;display:flex;position:relative}.hiw-card{color:#121212;background:#fff;border-radius:10px;flex:1;min-width:280px;margin-top:8rem;padding:1rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000026}.hiw-card1{color:#121212;background:#fff;border-radius:10px;flex:1;min-width:280px;padding:1rem;transition:transform .3s,box-shadow .3s;transform:rotate(-15deg);box-shadow:0 4px 12px #00000026}.hiw-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0003}.hiw-image{object-fit:cover;border-radius:8px;width:100%;height:180px;margin-bottom:2rem}.hiw-training-image{object-fit:cover;border-radius:8px;width:100%;height:180px;margin-bottom:1rem;transition:transform .3s;transform:rotate(-3deg)}.hiw-training-image:hover{transform:rotate(-10deg)scale(1.03)}.hiw-card h3{margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.hiw-card p{color:#555;font-size:.95rem}@media (width<=992px){.hiw-cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:900px;margin:3rem auto 0}.hiw-card,.hiw-card1{flex:45%;margin-top:0;transform:none}}@media (width<=600px){.hiw-cards{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.5rem;max-width:900px;margin:3rem auto 0}.hiw-card,.hiw-card1{flex:45%;margin-top:0;transform:none}.hiw-training-image{object-fit:cover;border-radius:8px;width:100%;height:180px;margin-bottom:1rem;transform:none}.hiw-image{object-fit:cover;text-align:center;border-radius:8px;width:100%;height:180px;margin-bottom:2rem}.hiw-card1{color:#121212;background:#fff;border-radius:10px;flex:1;min-width:280px;margin-top:0;transition:transform .3s,box-shadow .3s;transform:none;box-shadow:0 4px 12px #00000026}.hiw-training-image:hover{transform:scale(1.03)}.hiw-image{object-fit:cover;border-radius:8px;width:100%;height:180px;margin-bottom:1rem}.hiw-cards{z-index:2;justify-content:center;align-items:flex-start;gap:1rem;max-width:1100px;margin:5rem auto 0;display:flex;position:relative}}.what-we-offer{text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#e65c0011,#e65c001c .5%,#f9d52309);width:100%;margin:20rem 0 0;padding:2rem;font-family:Inter,sans-serif}.wwo-heading{margin-bottom:2rem;font-size:2rem;font-weight:700}.wwo-card{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;width:70%;height:450px;margin:2rem auto;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.wwo-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.wwo-card-split{justify-content:space-between;align-items:center;display:flex}.wwo-card-split .wwo-content{text-align:left;flex:1;padding:1.5rem}.wwo-image-split{object-fit:cover;box-sizing:border-box;border:24px solid #fff;border-radius:24px;flex:1;width:100%;height:100%;max-height:250px}.wwo-content h3{color:#121212;margin-bottom:.8rem;font-size:1.3rem;font-weight:600}.wwo-content p{color:#555;margin-bottom:1rem;font-size:.95rem}.wwo-list{color:#555;padding-left:1.2rem;font-size:.9rem;list-style-type:disc}.wwo-buttons{gap:1rem;margin-top:1rem;display:flex}.wwo-btn{cursor:pointer;border:none;border-radius:6px;padding:.6rem 1.2rem;font-size:.95rem;font-weight:600;transition:background .3s}.wwo-btn.enroll{color:#fff;background:#140979;text-decoration:none}.wwo-btn.enroll:hover{background:#0f0946}.wwo-btn.call{color:#fff;background:#140979}.wwo-btn.call:hover{background:#0f0946}@media (width<=768px){.wwo-card-split{flex-direction:column}.wwo-image-split{border-radius:0 0 12px 12px;max-height:220px;margin-top:1rem}.wwo-card{width:95%}}@media (width<=1024px){.wwo-card{width:90%}.wwo-card-split{flex-direction:column}.what-we-offer{margin-top:60rem}.wwo-image-split{border-radius:0 0 12px 12px;max-height:220px;margin-top:1rem}}@media (width<=480px){.wwo-card{width:100%;margin:1rem auto}.wwo-content{padding:1rem}.wwo-buttons{flex-direction:column;gap:.5rem}.wwo-btn{width:100%}.what-we-offer{text-align:center;width:100%;margin-top:56rem}}.testimonials{text-align:center;box-sizing:border-box;background:linear-gradient(135deg,#e65c0011,#e65c001c .5%,#f9d52309);border-radius:0;width:100%;margin:0;padding:4rem;font-family:Inter,sans-serif}.testimonials-heading{color:#121212;text-align:left;margin-bottom:2rem;font-size:2rem;font-weight:700}.slider{width:100%;position:relative;overflow:hidden}.slider-track{gap:2rem;animation:40s linear infinite scroll;display:flex}.testimonial-card{text-align:left;background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;flex:0 0 300px;padding:1.5rem;box-shadow:0 4px 12px #00000014}.testimonial-text{color:#333;margin-bottom:1rem;font-size:.95rem}.testimonial-rating{color:#ff6e00;margin-bottom:.5rem;font-size:1rem}.testimonial-footer{color:#121212;font-size:.9rem;font-weight:600}.testimonial-btn{color:#fff;cursor:pointer;background:#ff6e00;border:none;border-radius:6px;margin-top:1rem;padding:.6rem 1.2rem;font-weight:600;transition:background .3s}.testimonial-btn:hover{background:#e65c00}@keyframes scroll{0%{transform:translate(0)}to{transform:translate(-100%)}}@media (width<=768px){.testimonial-card{flex:0 0 80%}}@media (width<=480px){.testimonial-card{flex:0 0 95%}}.academy-section{background:linear-gradient(135deg,#fff 0%,#e678341a 100%,#f0f4ff44 40%);gap:2rem;max-width:1200px;margin:0 auto;padding:2rem;font-family:Inter,sans-serif;display:flex}.academy-card{text-align:left;background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;flex:1;padding:2rem;box-shadow:0 4px 12px #00000014}.academy-card h2{color:#121212;margin-bottom:1rem;font-size:1.8rem;font-weight:700}.academy-card p{color:#555;margin:1rem 0;font-size:.95rem}.academy-btn{color:#fff;cursor:pointer;background:#ff6e00;border:none;border-radius:6px;margin-top:1rem;padding:.6rem 1.2rem;font-weight:600;text-decoration:none;transition:background .3s;display:inline-block}.academy-btn:hover{background:#e65c00}.academy-subcards{gap:1rem;margin-top:2rem;display:flex}.subcard{text-align:center;flex:1}.subcard img{object-fit:cover;border-radius:8px;width:100%;height:200px;margin-bottom:.5rem}.subcard p{color:#333;text-align:left;font-size:.85rem}.right-card img{border-radius:8px;width:100%;height:80%;margin-bottom:1rem}@media (width<=992px){.academy-section,.academy-subcards{flex-direction:column}}@media (width<=768px){.banner-content h1{font-size:1.8rem}.banner-content p{font-size:.95rem}}@media (width<=480px){.banner{padding:4rem 1rem}.banner-content h1{font-size:1.5rem}.banner-content p{font-size:.9rem}}.footer{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-top:4px solid #ff6e00;justify-content:space-between;align-items:flex-start;padding:3rem 2rem;font-family:Inter,sans-serif;display:flex}.footer-left{flex:1}.footer-truck{width:100%;max-width:400px}.footer-right{flex-direction:column;flex:2;gap:2rem;display:flex}.footer-links{justify-content:space-between;gap:2rem;display:flex}.link-group h4{color:#121212;margin-bottom:.8rem;font-size:1rem;font-weight:700}.link-group ul{margin:0;padding:0;list-style:none}.link-group li{color:#555;cursor:pointer;margin-bottom:.4rem;font-size:.9rem;transition:color .3s}.link-group li:hover{color:#ff6e00}.footer-social{align-items:center;gap:1rem;display:flex}.social-icon{color:#ff6e00;cursor:pointer;font-size:1.4rem;transition:transform .3s}.social-icon:hover{transform:scale(1.1)}.footer-contact{color:#121212;align-items:center;gap:.5rem;font-weight:600;display:flex}@media (width<=992px){.footer{text-align:center;flex-direction:column;align-items:center}.footer-right{width:100%}.footer-links{flex-direction:column;align-items:center}}.about{text-align:center;background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;width:100vw;max-width:1200px;margin:9rem auto 4rem;padding:2rem;font-family:Inter,sans-serif}.about-hero h1{color:#121212;margin-bottom:1rem;font-size:2.2rem;font-weight:700}.about-hero .highlight{color:#0a3383}.about-hero p{color:#555;margin-bottom:3rem;font-size:1rem}.about-gallery{justify-content:center;gap:1.5rem;display:flex}.about-card{background:#fff;border-radius:12px;flex:1;min-width:220px;transition:transform .3s,box-shadow .3s;overflow:hidden;box-shadow:0 4px 12px #00000014}.about-card img{object-fit:cover;width:100%;height:200px}.about-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}@media (width<=992px){.about-gallery{flex-flow:wrap;gap:1rem}.about-card{flex:45%}}@media (width<=600px){.about-gallery{flex-flow:wrap;gap:1rem}.about-card{flex:45%}}.mission-two-cards{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);gap:2rem;max-width:1200px;margin:3rem auto 4rem;padding:2rem;font-family:Inter,sans-serif;display:flex}.mission-card{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;flex-direction:column;flex:1;gap:1rem;padding:2rem;display:flex;box-shadow:0 4px 12px #00000014}.mission-card h2,.mission-card h3{color:#0a3383;font-weight:700}.mission-card h2{width:60%;font-size:2.1rem}.left-card h2,.right-card h3{color:#000}.mission-card p{color:#555;font-size:1rem;line-height:1.6}.mission-card img{object-fit:cover;border-radius:8px;width:1200px;max-width:100%;height:150px}.right-card img,.left-card img{object-fit:cover;width:100%;height:auto;max-height:350px}.mission-banner{border-radius:8px;margin:1rem 0}@media (width<=992px){.mission-two-cards{flex-direction:column}.left-card h2{text-align:center}}.wcu{background:linear-gradient(135deg,#fff 40%,#e6783404 100%,#f0f4ff44 0%);max-width:1200px;margin:1rem auto;padding:2rem;font-family:Inter,sans-serif}.wcu-header{text-align:center;background:linear-gradient(135deg,#fff 40%,#e6783404 100%,#f0f4ff44 0%);margin-bottom:3rem}.wcu-header h2{color:#101622;font-family:Inter,sans-serif;font-size:2rem;font-weight:700}.wcu-header p{color:#555;margin-top:.5rem;font-family:Inter,sans-serif;font-size:1.5rem}.wcu-body{background:linear-gradient(135deg,#fff 40%,#e6783404 100%,#f0f4ff44 0%);gap:2rem;display:flex}.wcu-left{background:linear-gradient(135deg,#fff 40%,#e6783404 100%,#f0f4ff44 0%);border-radius:12px;flex:1;padding:2rem;box-shadow:0 4px 12px #00000014}.wcu-left h3{color:#1f1a16;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1.4rem;font-weight:600}.wcu-left p{color:#555;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:1rem}.wcu-left-images{gap:1rem;margin-top:1.5rem;display:flex}.wcu-left-images img{object-fit:cover;border-radius:8px;flex:1;height:140px}.wcu-right{background:linear-gradient(135deg,#fff 40%,#e6783404 100%,#f0f4ff44 0%);flex:2;grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.wcu-feature{text-align:left;background:linear-gradient(135deg,#fff 40%,#e6783404 100%,#f0f4ff44 0%);border-radius:12px;padding:1.5rem;transition:all .3s,transform .3s;box-shadow:0 4px 12px #00000014}.feature-icon{color:#ff6e00;background:#fce5d6;border-radius:50%;justify-content:center;align-items:center;margin-bottom:.8rem;padding:.8rem;font-size:1.5rem;transition:all .3s;display:inline-flex}.wcu-feature:hover{background:#ff6e00}.wcu-feature:hover p{color:#fff;transform:translateY(-6px)scale(1.05)}.wcu-feature:hover h4{color:#fff}.wcu-feature:hover .feature-icon{color:#ff6e00;background:#fff;transform:rotate(10deg)}.wcu-feature h4{color:#0b1324;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.wcu-feature p{color:#555;font-size:.95rem;line-height:1.5}@media (width<=992px){.wcu-body{flex-direction:column}.wcu-right{grid-template-columns:1fr;width:90%}}.stats{color:#fff;text-align:center;background:#0a3383;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:2rem;padding:3rem 2rem;display:grid}.stats-item h2{color:#f7f6f5;margin-bottom:.5rem;font-family:inter,sans-serif;font-size:2.5rem;font-weight:700}.stats-item p{color:#ff6e00;font-family:inter,sans-serif;font-size:1rem;font-weight:500}@media (width<=992px){.stats{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.stats{grid-template-columns:1fr}}.wsa{background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);max-width:1200px;margin:6rem auto;padding:2rem;font-family:Inter,sans-serif}.wsa-header{text-align:center;margin-bottom:3rem}.wsa-header h2{color:#101c36;font-size:3rem;font-weight:600}.wsa-header p{color:#0e0101;margin-top:.5rem;font-size:1.2rem}.wsa-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.wsa-card{text-align:left;background:linear-gradient(135deg,#fff 0%,#e6783423 100%,#f0f4ff44 40%);border-radius:12px;padding:1.5rem;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 12px #00000014}.wsa-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.image-wrapper{text-align:right;margin-bottom:1rem}.image-wrapper img{object-fit:cover;border-radius:8px;width:100%;height:160px;margin-bottom:0;display:block}.card-icon{color:#fff;background:linear-gradient(#301501 40%,#e68e0b 70%);border-radius:0 0 50% 50%;justify-content:center;align-items:center;width:50px;height:50px;margin-top:-5px;display:inline-flex;box-shadow:0 4px 10px #00000026}.wsa-card h4{color:#111724;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.wsa-card ul{margin:0;padding:0;list-style:none}.wsa-card li{color:#555;align-items:center;margin-bottom:.6rem;font-size:.95rem;display:flex}.tick{color:#fff;background:#ff6e00;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;margin-right:.6rem;font-size:.75rem;font-weight:700;display:inline-flex}.tick:before{content:"✓"}@media (width<=992px){.wsa-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.wsa-grid{grid-template-columns:1fr}.wsa-header h2{font-size:2rem}.wsa-header p{font-size:1rem}}.banner{box-sizing:border-box;background:linear-gradient(135deg,#ffe0cc,#fff);justify-content:center;align-items:center;width:100%;margin:0;padding:6rem 2rem;display:flex}.banner-content{text-align:center;max-width:800px}.banner-content h1{color:#121212;margin-bottom:1rem;font-family:Inter,sans-serif;font-size:3rem;font-weight:700}.banner-content p{color:#555;margin-bottom:2rem;font-size:1.3rem}.banner-btn{color:#fff;cursor:pointer;background:#ff6e00;border:none;border-radius:17px;padding:.8rem 1.6rem;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;text-decoration:none}.banner-btn:hover{background:#99460f}@media (width<=768px){.banner-content h1{font-size:1.8rem}.banner-content p{font-size:.95rem}}@media (width<=480px){.banner{padding:4rem 1rem}.banner-content h1{font-size:1.5rem}.banner-content p{font-size:.9rem}}.contact-hero{text-align:center;background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);border-radius:12px;padding:6rem 2rem;font-family:Inter,sans-serif}.contact-hero-content h1{color:#0a3383;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.contact-hero-content p{color:#555;max-width:700px;margin:0 auto 3rem;font-size:1.1rem;line-height:1.6}.contact-form{text-align:left;grid-template-columns:1fr 1fr;gap:1.5rem;max-width:700px;margin:8.5rem auto 0;display:grid}.form-group.full-width{grid-column:span 2}.form-group label{color:#0a162c;margin-bottom:.5rem;font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:.8rem;font-family:inherit;font-size:1rem}.form-group textarea{resize:vertical;min-height:120px}.submit-btn{color:#fff;cursor:pointer;background:#1c2388;border:none;border-radius:8px;grid-column:span 2;padding:1rem;font-size:1rem;font-weight:600;transition:background .3s,transform .3s}.submit-btn:hover{background:#3c28f1;transform:translateY(-2px)}.contact-info{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:3rem;display:flex}.info-card{text-align:center;background:#fff;border-radius:12px;flex:1;min-width:250px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;box-shadow:0 4px 12px #00000014}.info-card:hover{transform:translateY(-6px);box-shadow:0 8px 20px #0000001f}.info-icon{color:#ff6e00;margin-bottom:1rem;font-size:2rem}.info-card h4{color:#071c46;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.info-card p{color:#555;margin-bottom:1.5rem;font-size:1rem}.info-btn{color:#fff;cursor:pointer;background:#0a3383;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:background .3s;display:inline-flex}.info-btn:hover{background:#ff6e00}@media (width<=992px){.contact-form{grid-template-columns:1fr}.form-group.full-width,.submit-btn{grid-column:span 1}}@media (width<=600px){.contact-form{gap:1rem}.form-group input,.form-group textarea{font-size:.95rem}.submit-btn{padding:.9rem;font-size:1rem}.contact-info{flex-direction:column;align-items:center}.info-card{max-width:400px}}.dashboard{box-sizing:border-box;background:linear-gradient(135deg,#fff 0%,#e6783411 100%,#f0f4ff44 40%);width:100%;margin:7rem 0;padding:1rem}.pipeline-header{flex-wrap:wrap;justify-content:center;gap:1rem;margin:2rem 0;display:flex}.pipeline-stage{text-align:center;color:#fff;cursor:pointer;border-radius:6px 0 0 6px;flex:auto;min-width:140px;margin-right:40px;padding:12px 30px;font-weight:600;transition:all .3s;position:relative;box-shadow:0 4px 10px #00000026}.pipeline-stage:after{content:"";border-top:24px solid #0000;border-bottom:24px solid #0000;border-left:30px solid;width:0;height:0;position:absolute;top:0;right:-30px}.pipeline-stage:hover{opacity:.95;transform:translateY(-3px);box-shadow:0 6px 14px #0003}.pipeline-stage.active{border:2px solid #fff;box-shadow:0 0 12px #fff9}.pipeline-stage.leads{background:#f57c00}.pipeline-stage.leads:after{border-left-color:#f57c00}.pipeline-stage.contacted{background:#ff9800}.pipeline-stage.contacted:after{border-left-color:#ff9800}.pipeline-stage.applied{background:#2196f3}.pipeline-stage.applied:after{border-left-color:#2196f3}.pipeline-stage.approved{color:#fff;background:#1be222}.pipeline-stage.approved:after{border-left-color:#1be222}.pipeline-stage.pending{color:#fff;background:#4b534c}.pipeline-stage.pending:after{border-left-color:#4b534c}.table-wrapper{max-width:100%;margin:1.5rem auto;padding:0 1rem;overflow-x:auto}.styled-table{border-collapse:collapse;border:4px solid #240e0e;border-radius:12px;width:100%;min-width:650px;margin:0 auto;font-size:.95rem;overflow:hidden}.styled-table th{color:#fff;text-align:left;background:#ec6d16;padding:12px}.styled-table td{border-bottom:1px solid #eee;padding:10px 12px}.styled-table tbody tr:nth-child(2n){background:#f9f9f9}.styled-table tbody tr:hover{background:#e3f2fd;transition:background .3s}.card{background:#fff;border-radius:12px;max-width:95%;margin:2rem auto;padding:1.5rem;box-shadow:0 4px 12px #0000001a}.card h2{text-align:left;color:#333;margin-bottom:1rem;padding-left:1rem;font-size:1.3rem;font-weight:600}.contact-card{background:#fff;border-radius:12px;max-width:800px;margin:2rem auto;padding:2rem;box-shadow:0 4px 12px #0000001a}.contact-form{flex-direction:column;gap:1rem;display:flex}.form-group{flex-direction:column;display:flex}.form-group label{color:#333;margin-bottom:.5rem;font-weight:600}.form-group input,.form-group textarea{border:1px solid #ccc;border-radius:6px;padding:10px;font-size:.95rem}.form-group input:focus,.form-group textarea:focus{border-color:#2196f3;outline:none}.contact-btn{color:#fff;cursor:pointer;white-space:nowrap;background:#ec6d16;border:none;border-radius:6px;padding:8px 12px;font-weight:700;transition:background .3s;display:inline-block}.contact-btn:hover{background:#e9a67a}.modal-overlay{background:#00000080;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.modal{background:#fff;border-radius:12px;width:90%;max-width:500px;padding:2rem;box-shadow:0 4px 12px #0003}.modal h3{color:#333;margin-bottom:1rem}.modal p{margin:.5rem 0}.modal button{cursor:pointer;border-radius:6px;padding:10px 16px;font-weight:700}.modal .contact-btn{color:#fff;background:#1b3d99;border:none}.modal .contact-btn:hover{background:#121a61}.charts{flex-wrap:wrap;justify-content:center;gap:2rem;margin-top:2rem;display:flex}.charts .card{background:#fff;border-radius:12px;flex:300px;max-width:500px;padding:20px;box-shadow:0 4px 12px #0000001a}.charts canvas{max-height:300px}@media (width<=768px){.pipeline-header{flex-direction:column;align-items:stretch}.pipeline-stage{border-radius:6px;margin-right:0}.pipeline-stage:after{display:none}.styled-table{min-width:unset;font-size:.8rem}.card{padding:1rem}.contact-btn{padding:6px 10px;font-size:.75rem}.modal{width:95%;padding:1rem}}@media (width<=480px){.styled-table{font-size:.75rem}.contact-form input,.contact-form textarea{font-size:.85rem}.contact-btn{width:100%}.styled-table{min-width:450px;font-size:.75rem}.styled-table th,.styled-table td{padding:8px}.card h2{padding-left:.5rem;font-size:1rem}.contact-btn{text-align:center;width:100%}}.admin-login{background:linear-gradient(135deg,#e65c0011,#f9d52309,#fff);justify-content:center;align-items:center;width:100%;min-height:100vh;margin:7rem 0;font-family:Inter,sans-serif;display:flex}.login-card{text-align:center;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:3rem 2rem;transition:transform .3s,box-shadow .3s;box-shadow:0 8px 24px #0000001f}.login-card:hover{transform:translateY(-6px);box-shadow:0 12px 28px #0000002e}.login-heading{color:#0a3383;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.login-subtext{color:#555;margin-bottom:2rem;font-size:.95rem}.form-group{text-align:left;margin-bottom:1.5rem}.form-group label{color:#121212;margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.form-group input{border:1px solid #ccc;border-radius:8px;width:100%;padding:.8rem;font-size:1rem;transition:border .3s}.form-group input:focus{border:1px solid #ff6e00;outline:none}.error-text{color:red;margin-bottom:1rem;font-size:.9rem}.login-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff6e00,#e65c00);border:none;border-radius:8px;width:100%;padding:.9rem;font-size:1rem;font-weight:600;transition:background .3s}.login-btn:hover{background:linear-gradient(135deg,#e65c00,#792e10)}.login-footer{color:#777;margin-top:2rem;font-size:.85rem}.application-form{background:linear-gradient(135deg,#fff 0%,#fdf5f05b 40%,#f0f4ff71 100%);border-radius:12px;width:70%;max-width:100%;margin:7rem auto 2rem;padding:3rem;font-family:Inter,sans-serif;box-shadow:0 6px 20px #0000001a}.form-title{text-align:center;color:#121212;margin-bottom:2rem;font-size:2rem;font-weight:700}.progress-bar{justify-content:space-between;align-items:center;margin-bottom:2.5rem;display:flex;position:relative}.progress-step-wrapper{flex-direction:column;flex:1;align-items:center;display:flex;position:relative}.progress-step{color:#555;z-index:1;background:#ddd;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-weight:600;transition:background .3s,color .3s;display:flex}.progress-step.active{color:#fff;background:#ff6e00}.progress-title{text-align:center;color:#121212;margin-top:.5rem;font-size:.9rem;font-weight:600}.progress-divider{z-index:0;background:#ddd;width:100%;height:3px;position:absolute;top:20px;left:50%}.progress-step-wrapper:not(:last-child) .progress-divider{background:#ddd}.progress-step-wrapper .progress-step.active~.progress-divider{background:#ff6e00}.form-section-title{color:#121212;border-bottom:2px solid #ff6e00;margin:1.5rem 0 1rem;padding-bottom:.4rem;font-size:1.3rem;font-weight:700}.form-subtitle{color:#0a3383;margin:1.2rem 0 .8rem;font-size:1.1rem;font-weight:600}.form-content{grid-template-columns:repeat(2,1fr);align-items:start;gap:1.5rem 2rem;width:100%;display:grid}.form-content input,.form-content select,textarea{box-sizing:border-box;border:1px solid #ccc;border-radius:8px;width:100%;padding:.9rem 1.2rem;font-size:1rem}textarea{resize:vertical;min-height:100px}.form-row{flex-wrap:wrap;align-items:center;gap:1rem;margin:1rem 0;display:flex}.form-row label{font-weight:600}.form-navigation{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.nav-btn{cursor:pointer;border:none;border-radius:8px;padding:.7rem 1.2rem;font-size:1rem;font-weight:600;transition:background .3s}.nav-btn.next{color:#fff;background:#ff6e00}.nav-btn.next:hover{background:#e65c00}.nav-btn.prev{color:#121212;background:#ccc}.nav-btn.submit{color:#fff;background:#0a3383}.nav-btn.submit:hover{background:#06245c}@media (width<=1024px){.application-form{width:85%;margin:4rem auto 2rem;padding:2.5rem}}@media (width<=768px){.application-form{width:90%;margin:3rem auto 2rem;padding:2rem}.form-content{grid-template-columns:1fr}.progress-bar{gap:.5rem}.progress-title{font-size:.75rem}.progress-step{width:32px;height:32px;font-size:.85rem}}@media (width<=480px){.application-form{border:2px solid #5c3e06;width:90%;margin:6rem auto;padding:1rem}.form-title{font-size:1.6rem}.form-section-title{font-size:1.1rem}.nav-btn{flex:1}.form-navigation{flex-direction:column;gap:.8rem}}.navbar{z-index:1000;background:#fff;border-radius:10px;justify-content:space-between;align-items:center;width:85%;height:3rem;padding:.6rem 2rem;font-family:Inter,sans-serif;font-size:1rem;transition:top .3s,opacity .3s;display:flex;position:fixed;top:20px;left:50%;transform:translate(-50%);box-shadow:0 2px 5px #0000001a}.navbar.hidden{opacity:0;top:-100px}.navbar-left{flex:1;align-items:center;gap:.6rem;display:flex}.navbar-logo{object-fit:contain;width:170px;height:auto;max-height:140px}.navbar-brand{display:none}.navbar-center{flex:2;justify-content:center;gap:1.5rem;display:flex}.nav-link.active{color:#ff6e00;border-bottom:none;font-weight:600;text-decoration:none}.nav-link{color:#333;font-weight:500;text-decoration:none;transition:color .3s,border-bottom .3s}.nav-link:hover{color:#ff6e00;border-bottom:none;text-decoration:none}.navbar-right{flex:1;justify-content:flex-end;align-items:center;gap:.8rem;display:flex}.btn-admin{cursor:pointer;color:#333;white-space:nowrap;background:0 0;border:1.5px solid #ff6e00;border-radius:4px;padding:.7rem 1.6rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:all .3s}.btn-admin:hover{color:#fff;background:#ff6e00}.btn-apply{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6e00;border:none;border-radius:4px;padding:.7rem 1.6rem;font-size:.85rem;font-weight:600;text-decoration:none;transition:background .3s,transform .2s}.btn-apply:hover{color:#333;background:0 0;border:1.5px solid #ff6e00}.btn-logout{color:#fff;cursor:pointer;white-space:nowrap;background:#ff6e00;border:none;border-radius:4px;padding:.7rem 1.6rem;font-size:.85rem;font-weight:600;transition:background .3s,transform .2s}.btn-logout:hover{background:#c50;transform:scale(1.05)}.hamburger{cursor:pointer;background-color:#ff6e00;border-radius:6px;flex-direction:column;gap:4px;padding:6px;display:none}.bar{background-color:#fff;border-radius:2px;width:25px;height:3px;transition:all .3s}.bar.open{background-color:#fff}.navbar-links{flex:3;justify-content:space-between;align-items:center;display:flex}@media (width<=768px){.hamburger{display:flex}.navbar-links{background:#fff;flex-direction:column;align-items:center;gap:1rem;width:100%;padding:1rem 0;display:none;position:absolute;top:70px;left:0;box-shadow:0 2px 5px #0000001a}.navbar-links.active{display:flex}.navbar{width:70%}.navbar-center,.navbar-right{flex-direction:column;gap:1rem}.navbar-logo{object-fit:contain;width:70px;height:auto;max-height:70px}}
