*{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{background-color:#fff;color:#333;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.5}img{height:auto;max-width:100%}.container{margin:0 auto;max-width:1200px;padding:0 1rem;width:100%}.section-padding{padding:4rem 0}.main-header{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);left:0;position:fixed;right:0;top:0;z-index:1000}.main-header .container{align-items:center;display:flex;height:80px;justify-content:space-between}.main-header .logo a{color:#2c3e50;font-size:1.5rem;font-weight:700;text-decoration:none}.main-header .nav-links{gap:2rem;list-style:none}.main-header .nav-links,.main-header .nav-links li{align-items:center;display:flex}.main-header .nav-links a{align-items:center;color:#333;display:inline-flex;font-weight:500;height:100%;text-decoration:none;transition:color .3s ease}.main-header .nav-links a:hover{color:#06c}.main-header .nav-links .cta-button{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.5rem 2rem;text-decoration:none;transition:all .3s ease}.main-header .nav-links .cta-button:hover{background-color:#004c99}.hero{background-image:url(../../assets/heroimage.png);background-position:50%;background-repeat:no-repeat;background-size:cover;margin-top:80px;padding:6rem 0;position:relative}.hero:before{background:rgba(0,0,0,.5);bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:1}.hero .container{padding:0 2rem;position:relative;text-align:center;z-index:2}.hero h1{color:#fff;font-size:2.8rem;font-weight:700;line-height:1.2;margin-bottom:2rem;text-shadow:2px 2px 4px rgba(0,0,0,.8)}@media (max-width:768px){.hero h1{font-size:2.2rem;margin-bottom:1rem}}@media (max-width:576px){.hero h1{font-size:1.8rem}}.hero .lead{color:#fff;font-size:1.3rem;line-height:1.4;margin-bottom:4rem;margin-left:auto;margin-right:auto;max-width:700px;text-shadow:1px 1px 3px rgba(0,0,0,.8)}@media (max-width:576px){.hero .lead{font-size:1.15rem;margin-bottom:2rem}}.hero .cta-group{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;margin-top:4rem}@media (max-width:576px){.hero .cta-group{gap:1rem;margin-top:2rem}}.hero .cta-group .button{font-size:1.1rem;font-weight:600;min-width:180px;padding:1rem 4rem;text-shadow:none}@media (max-width:576px){.hero .cta-group .button{min-width:160px;padding:.5rem 2rem}}.hero .cta-group .button-primary{background-color:#06c;border:2px solid #06c;color:#fff}.hero .cta-group .button-primary:hover{background-color:#004c99;border-color:#004c99}.hero .cta-group .button-secondary{background-color:transparent;border:2px solid #fff;color:#fff}.hero .cta-group .button-secondary:hover{background-color:#fff;color:#2c3e50}.services{background-color:#f5f5f5}.services .section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.services .services-grid{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr)}@media (max-width:992px){.services .services-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.services .services-grid{grid-template-columns:1fr}}.services .service-card{background-color:#fff;border-radius:8px;padding:2rem;text-align:center;transition:transform .3s ease}.services .service-card:hover{transform:translateY(-5px)}.services .service-card .service-icon{font-size:2.5rem;margin-bottom:1rem}.services .service-card h3{color:#2c3e50;margin-bottom:.5rem}.services .service-card p{color:#666}.work .section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.work .project-grid{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.work .project-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);overflow:hidden}.work .project-card .project-image{height:200px;object-fit:cover;width:100%}.work .project-card .project-content{padding:2rem}.work .project-card .project-content h3{color:#2c3e50;margin-bottom:.5rem}.work .project-card .project-content p{color:#666;margin-bottom:1rem}.work .project-card .project-content .button-text{color:#06c;font-weight:600;text-decoration:none}.work .project-card .project-content .button-text:hover{text-decoration:underline}.about{background-color:#f5f5f5}.about .section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.about .about-text{margin:0 auto;max-width:800px;text-align:center}.about .about-text p{color:#666;font-size:1.1rem;margin-bottom:1rem}.about .about-text p:last-child{margin-bottom:0}.contact .section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem;text-align:center}.contact .contact-form{margin:0 auto;max-width:600px}.contact .contact-form .form-group{margin-bottom:1rem}.contact .contact-form .form-group label{color:#2c3e50;display:block;font-weight:500;margin-bottom:.25rem}.contact .contact-form .form-group input,.contact .contact-form .form-group textarea{border:1px solid #ddd;border-radius:4px;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:1rem;padding:.5rem;width:100%}.contact .contact-form .form-group input:focus,.contact .contact-form .form-group textarea:focus{border-color:#06c;outline:none}.contact .contact-form button{background-color:#06c;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-size:1rem;font-weight:600;padding:.5rem 2rem;text-decoration:none;transition:all .3s ease;width:100%}.contact .contact-form button:hover{background-color:#004c99}.contact .contact-form button:disabled{background-color:#666;cursor:not-allowed}.contact .contact-form .form-status{border-radius:4px;font-weight:500;margin-top:1rem;padding:.5rem 1rem}.contact .contact-form .form-status.success{background-color:#d4edda;border:1px solid #c3e6cb;color:#155724}.contact .contact-form .form-status.error{background-color:#f8d7da;border:1px solid #f5c6cb;color:#721c24}.main-footer{background-color:#2c3e50;color:#fff;padding:2rem 0}.main-footer .footer-content{align-items:center;display:flex;justify-content:space-between}.main-footer .footer-contact a{color:#fff;text-decoration:none}.main-footer .footer-contact a:hover{text-decoration:underline}.menu-toggle{background:none;border:none;cursor:pointer;display:none;flex-direction:column;gap:5px;justify-content:center;padding:.5rem;z-index:1001}.menu-toggle span{background-color:#2c3e50;border-radius:2px;display:block;height:3px;transition:all .3s ease;width:25px}.menu-toggle.active span:first-child{transform:rotate(45deg) translate(5px,6px)}.menu-toggle.active span:nth-child(2){opacity:0}.menu-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(5px,-6px)}@media (max-width:768px){.main-header{transition:transform .3s ease}.main-header.nav-hidden{transform:translateY(-100%)}.main-header .container{flex-wrap:wrap;height:auto;padding:1rem}.main-header .menu-toggle{display:flex}.main-header .nav-links{display:none;flex-direction:column;gap:0;padding-top:1rem;text-align:center;width:100%}.main-header .nav-links.active{display:flex}.main-header .nav-links li{width:100%}.main-header .nav-links li .cta-button,.main-header .nav-links li a{border-top:1px solid #ddd;display:block;padding:1rem 0;width:100%}.hero{margin-top:60px;padding:4rem 1rem}.hero h1{font-size:2rem}.hero .cta-group{flex-direction:column}.section-padding{padding:2rem 1rem}.project-grid{grid-template-columns:1fr}.project-card .project-image{height:150px}.main-footer .footer-content{flex-direction:column;gap:1rem;text-align:center}}
/*# sourceMappingURL=index.9bdd2d1002f1b4909eb7.css.map*/