.home .hero{background:linear-gradient(to right,rgba(0,51,102,.85),rgba(0,95,163,.85));color:var(--white);text-align:center;padding:10rem 5%;position:relative;overflow:hidden;border-radius:0 0 30px 30px;box-shadow:0 10px 20px rgba(0,0,0,.15);animation:1s ease-in-out fadeIn}.home .hero h1{font-size:2.5rem;margin-bottom:15px}.home .hero p{font-size:1.2rem;margin-bottom:25px}.home .services-section{background-color:var(--light-bg);padding:2rem 1rem;animation:.8s ease-out forwards fadeIn;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.home .services-section .services-grid,.home .why-us.modern-section .why-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:30px;margin:0 auto}.home .services-section .service-card{display:block;background-color:var(--white);border-radius:1rem;padding:1rem;text-align:center;text-decoration:none;color:inherit;box-shadow:0 2px 8px rgba(0,0,0,.05);transition:transform .2s,box-shadow .2s}.home .industries-section,.home .why-us.modern-section{border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.1)}.home .services-section .service-card:hover{transform:translateY(-4px);box-shadow:0 10px 20px rgba(0,0,0,.1)}.home .industries-section .industry-grid .industry-card,.home .why-us.modern-section .why-card{padding:30px 20px;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.06);transition:transform .3s,box-shadow .3s,background-color .3s;text-align:center}.home .services-section .service-card i{font-size:2rem;color:#0077b6;margin-bottom:.5rem}.home .services-section .service-card h3{font-size:1.1rem;font-weight:600;margin:.5rem 0}.home .services-section .service-card p{font-size:.9rem;color:#555}.home .why-us.modern-section{background-color:var(--white);padding:60px 0;animation:.8s ease-out forwards fadeIn}.home .why-us.modern-section .section-title{font-size:2.5rem;color:var(--primary-color);text-align:center;margin-bottom:40px;font-weight:700}.home .why-us.modern-section .why-card{background-color:var(--card-bg)}.home .why-us.modern-section .why-card:hover{transform:translateY(-6px);background-color:var(--card-bg-hover);box-shadow:0 10px 20px rgba(0,0,0,.1)}.home .why-us.modern-section .why-card .why-icon{font-size:2.5rem;color:var(--secondary-color);margin-bottom:20px}.home .why-us.modern-section .why-card h3{font-size:1.3rem;color:var(--accent-color);margin-bottom:12px;font-weight:600}.home .why-us.modern-section .why-card p{font-size:1rem;line-height:1.6;color:#222}.home .industries-section{background-color:var(--industry-bg);padding:60px 20px;text-align:center}.home .industries-section .section-title{font-size:2.5rem;color:var(--primary-color);margin-bottom:15px;font-weight:700}.home .industries-section .section-subtitle{font-size:1.1rem;color:#444;margin-bottom:40px;max-width:700px;margin-left:auto;margin-right:auto}.home .industries-section .industry-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.home .industries-section .industry-grid .industry-card{background-color:var(--white);border:2px solid transparent}.home .industries-section .industry-grid .industry-card:hover{transform:translateY(-6px);background-color:var(--card-bg-hover);border-color:var(--accent-color);box-shadow:0 8px 18px rgba(0,0,0,.1)}.home .industries-section .industry-grid .industry-card .industry-icon{font-size:2.5rem;color:var(--secondary-color);margin-bottom:15px}.home .industries-section .industry-grid .industry-card h3{font-size:1.2rem;color:var(--primary-color);font-weight:600}.home .contact{padding:5rem 5%;background:linear-gradient(135deg,#e1f5fe,#b3e5fc);text-align:center;border-radius:20px;box-shadow:0 10px 30px rgba(0,0,0,.08)}.home .contact .container{margin:0 auto;background:#fff;padding:3rem 2rem;min-width:80%;border-radius:16px;box-shadow:0 8px 20px rgba(0,0,0,.1)}.home .contact h2{font-size:2.5rem;color:var(--primary-color);margin-bottom:1rem;font-weight:700}.home .contact .subtext{font-size:1.15rem;color:#444;margin-bottom:.5rem}.home .contact .highlight{font-size:1.05rem;color:var(--secondary-color);font-weight:500;margin-bottom:1.5rem}.home .contact .contact-btn{display:block;max-width:750px;width:100%;margin:0 auto 2rem;padding:.9rem 1rem;font-size:1rem;border-radius:50px;text-align:center;background-color:var(--secondary-color);color:#fff;font-weight:600;text-decoration:none;transition:.3s}.home .contact .contact-btn:hover{background-color:var(--hover-green);transform:translateY(-4px)}.home .contact .contact-info p{font-size:1rem;margin-bottom:.75rem;color:#333}.home .contact .contact-info a{color:var(--accent-color);text-decoration:none;font-weight:500}.home .contact .contact-info a:hover{text-decoration:underline}.home .industries{background:var(--industry-bg);padding:60px 0}.home .industries .industry-grid{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.home .industries .industry-grid .industry-item{background:var(--white);padding:20px 30px;border:2px solid var(--accent-color);border-radius:6px;font-weight:600}@media (max-width:1024px){.home .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.home .hero h1,.home .why-us .section-title{font-size:2rem}.home .contact .highlight,.home .contact .subtext,.home .hero p{font-size:1rem}.home .why-card{padding:25px 15px}.home .why-card .why-icon{font-size:2.2rem;margin-bottom:15px}.home .contact{padding:3rem 4%;border-radius:12px}.home .contact .container{padding:2rem 1.5rem}.home .contact h2{font-size:1.8rem}.home .contact .contact-btn{font-size:1.05rem}.home .contact .contact-info p{font-size:.95rem}}@media (max-width:600px){.home .industries-section .section-title{font-size:2rem}.home .industry-card{padding:25px 15px}.home .industry-card h3{font-size:1.05rem}.home .industry-card .industry-icon{font-size:2rem;margin-bottom:10px}.home .services-grid{grid-template-columns:1fr}}@media (max-width:480px){.home .hero{padding:8rem 5%}.home .contact h2,.home .hero h1{font-size:1.6rem}.home .contact .highlight,.home .contact .subtext,.home .hero p,.home .why-us .why-card p{font-size:.95rem}.home .why-us{padding:40px 0}.home .why-us .section-title{font-size:1.8rem;margin-bottom:25px}.home .why-us .why-card h3{font-size:1.2rem}.home .contact{padding:2rem 5%}.home .contact .contact-btn{font-size:.95rem;padding:.75rem 1rem}.home .contact .contact-info p{font-size:.9rem}}