body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}.App{display:flex;flex-direction:column;min-height:100vh}.header{background:#2c3e50;color:#fff;padding:1rem 0;position:fixed;top:0;width:100%;z-index:1000}.header-content{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 1rem}.company-name{color:#fff;font-size:1.5rem;font-weight:700;text-decoration:none}.company-name span{color:#2ecc71!important}.header nav{display:flex;gap:2rem}.header nav a{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.header nav a:hover{color:#3498db}.burger-menu{background:none;border:none;cursor:pointer;display:none;flex-direction:column;height:20px;padding:0;position:relative;width:25px;z-index:1002}.burger-menu span{background-color:#fff;display:block;height:3px;margin:2px 0;transform-origin:center;transition:all .3s ease;width:100%}.burger-menu.open span:first-child{transform:rotate(45deg) translate(6px,6px)}.burger-menu.open span:nth-child(2){opacity:0}.burger-menu.open span:nth-child(3){transform:rotate(-45deg) translate(6px,-6px)}.nav-menu{display:flex;gap:2rem;list-style:none;margin:0;padding:0}.nav-menu a{color:#fff;font-size:1.1rem;text-decoration:none;transition:color .3s ease}.nav-menu a:hover{color:#3498db}.menu-overlay{display:none}@media (max-width:768px){.burger-menu{display:flex}.nav-menu{background:#2c3e50;box-shadow:-2px 0 10px #0000001a;flex-direction:column;gap:1.5rem;height:100vh;max-width:300px;padding:80px 2rem 2rem;position:fixed;right:-100%;top:0;transition:right .3s ease;width:80%;z-index:1001}.nav-menu-open{right:0}.nav-menu a{border-bottom:1px solid #34495e;font-size:1.1rem;padding:.5rem 0}.menu-overlay{background:#00000080;display:block;height:100vh;left:0;position:fixed;top:0;width:100%;z-index:1000}}@media (max-width:1024px) and (min-width:769px){.header-content{padding:0 1rem}.nav-menu{gap:1.5rem}}main{flex:1 1;margin-top:4rem;padding:2rem}.footer{background:#2c3e50;color:#fff;margin-top:auto;padding:1rem;text-align:center}.page-container{margin:0 auto;max-width:1200px;padding:2rem}.page-title{color:#2c3e50;font-size:2.5rem;margin-bottom:2rem}.page-content{color:#333;line-height:1.6}.contacts-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.contact-card{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.contact-content{align-items:center;display:flex;flex-direction:column;padding:1.5rem;text-align:center}.contact-image{border-radius:50%;flex-shrink:0;height:120px;margin-bottom:1rem;overflow:hidden;width:120px}.contact-image img{height:100%;object-fit:cover;width:100%}.contact-info{flex:1 1}.contact-info h3{color:#2c3e50;font-size:1.5rem;margin-bottom:.5rem}.contact-info p{color:#666;line-height:1.6;margin:.5rem 0}@media (min-width:768px){.contacts-grid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}.contact-content{align-items:center;flex-direction:row;text-align:left}.contact-image{height:150px;margin-bottom:0;margin-right:1.5rem;width:150px}}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:1fr;margin-top:2rem}.service-card{background:#f8f9fa;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem;transition:transform .3s ease,box-shadow .3s ease}.service-card:hover{box-shadow:0 4px 8px #0003;transform:translateY(-5px)}.service-card h3{color:#2c3e50;font-size:1.5rem;margin-bottom:1rem}.service-card p{color:#666;line-height:1.6;margin-bottom:1rem}.featured-service{background:#2c3e50;color:#fff;grid-column:1/-1}.featured-service h3{color:#fff;font-size:2rem;margin-bottom:1.5rem}.featured-service .service-description{color:#ecf0f1;font-size:1.2rem;margin-bottom:2rem}.service-details{margin-top:1.5rem}.service-details h4{color:#2ecc71;font-size:1.2rem;margin-bottom:1rem}.service-details ul{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));list-style:none;padding:0}.service-details li{color:#ecf0f1;line-height:1.6;padding-left:1.5rem;position:relative}.service-details li:before{color:#2ecc71;content:"•";left:0;position:absolute}.services-grid>.service-card:not(.featured-service){flex:1 1}.company-section{align-items:center;display:flex;flex-direction:row;gap:2rem;margin:2rem 0}.video-container{border-radius:8px;box-shadow:0 4px 12px #0000001a;flex:1 1;overflow:hidden}.video-container video{display:block;height:auto;width:100%}.company-message{flex:1 1;padding:1.5rem}.company-message h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1rem}.company-message p{color:#555;font-size:1.1rem;line-height:1.8}@media (max-width:768px){.company-section{flex-direction:column}.company-message,.video-container{width:100%}}.section-divider{margin:4rem 0 2rem;padding-bottom:1rem;position:relative;text-align:center}.section-divider:after{background:#2ecc71;border-radius:2px;bottom:0;content:"";height:3px;left:25%;position:absolute;right:25%}.section-title{color:#2c3e50;font-size:2.5rem;margin-bottom:.5rem}.reference-section-title{color:#2c3e50;font-size:1.8rem;margin-bottom:.5rem}.tjanster{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;margin-bottom:3rem}.company-section,.tjanster{border-radius:12px;box-shadow:0 4px 12px #0000000d;padding:2rem}.company-section{background-color:#fff}html{scroll-behavior:smooth;scroll-padding-top:40px}#tjanster{scroll-margin-top:40px}.about-container{margin:0 auto;max-width:900px}.about-intro{margin-bottom:3rem}.lead-text{border-left:4px solid #2ecc71;color:#2c3e50;font-size:1.3rem;font-weight:300;line-height:1.7;padding-left:1.5rem}.about-conclusion,.about-experience,.about-founder{margin-bottom:3rem}.about-experience h2,.about-founder h2{color:#2c3e50;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.8rem;position:relative}.about-experience h2:after,.about-founder h2:after{background-color:#2ecc71;bottom:0;content:"";height:3px;left:0;position:absolute;width:60px}.founder-content{align-items:flex-start;display:flex;gap:2rem}.founder-image{align-items:center;background-color:#f0f0f0;border-radius:8px;color:#999;display:flex;flex:0 0 200px;height:200px;justify-content:center;overflow:hidden}.founder-image img{height:100%;object-fit:cover;width:100%}.founder-text{flex:1 1}.about-conclusion p,.founder-text p{color:#444;line-height:1.7;margin-bottom:1.5rem}.experience-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.experience-card{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:1.5rem;transition:transform .2s,box-shadow .2s}.experience-card:hover{box-shadow:0 5px 15px #0000001a;transform:translateY(-5px)}.experience-card h3{color:#2c3e50;font-size:1.4rem;margin-bottom:1rem}.experience-card p{color:#555;line-height:1.6}.about-conclusion{background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 10px #0000000d;padding:1.5rem}@media (max-width:768px){.founder-content{flex-direction:column}.founder-image{margin-bottom:1.5rem;width:100%}}@media (min-width:768px){.services-grid{grid-template-columns:repeat(2,1fr)}}.references-intro{margin:0 auto 3rem;max-width:800px;text-align:center}.references-intro p{color:#555;font-size:1.2rem;line-height:1.7}.references-grid{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr;margin-bottom:4rem}.reference-card{background-color:#fff;border-radius:8px;box-shadow:0 3px 15px #00000014;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s,box-shadow .3s}.reference-card:hover{box-shadow:0 8px 25px #0000001f;transform:translateY(-5px)}.reference-image{background-color:#f0f0f0;height:350px;overflow:hidden}.reference-image img{display:block;height:100%;object-fit:cover;width:100%}.image-placeholder{align-items:center;background-color:#f8f9fa;color:#999;display:flex;font-style:italic;height:100%;justify-content:center;width:100%}.reference-content{display:flex;flex:1 1;flex-direction:column;padding:1.5rem}.reference-title{color:#2c3e50;font-size:1.5rem;margin-bottom:.7rem}.reference-details{color:#7f8c8d;display:flex;font-size:.95rem;gap:1.5rem;margin-bottom:1.2rem}.reference-location:before{content:"📍";margin-right:.3rem}.reference-year:before{content:"🗓️";margin-right:.3rem}.reference-description{color:#444;flex:1 1;line-height:1.6;margin-bottom:1.5rem}.reference-services h4{color:#2c3e50;font-size:1.1rem;margin-bottom:.7rem}.reference-services ul{display:flex;flex-wrap:wrap;gap:.7rem;list-style:none;padding:0}.reference-services li{background-color:#ecf0f1;border-radius:4px;color:#2c3e50;font-size:.9rem;padding:.4rem .8rem}.reference-thumbnails{display:flex;gap:.8rem;margin-top:1.5rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail{border:2px solid #ecf0f1;border-radius:4px;cursor:pointer;flex-shrink:0;height:60px;overflow:hidden;transition:border-color .2s;width:80px}.thumbnail:hover{border-color:#3498db}.thumbnail img{display:block;height:100%;object-fit:cover;width:100%}.clickable-image{cursor:pointer}.modal-overlay{align-items:center;background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background-color:#fff;border-radius:8px;display:flex;flex-direction:column;max-height:90vh;max-width:90%;overflow:hidden;position:relative;width:auto}.modal-close{align-items:center;background:none;background-color:#0000004d;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;position:absolute;right:10px;top:10px;width:40px;z-index:10}.modal-title{background-color:#2c3e50;color:#fff;font-size:1.2rem;margin:0;padding:15px 20px}.modal-image-container{align-items:center;background-color:#f8f9fa;display:flex;justify-content:center;max-height:calc(90vh - 130px);overflow:hidden;position:relative}.modal-image{display:block;max-height:calc(90vh - 130px);max-width:100%;object-fit:contain}.modal-controls{background-color:#f8f9fa;border-top:1px solid #ddd;justify-content:space-between;padding:15px 20px}.modal-controls,.modal-nav{align-items:center;display:flex}.modal-nav{background-color:#2c3e50;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:18px;height:40px;justify-content:center;transition:background-color .2s;width:40px}.modal-nav:hover:not(:disabled){background-color:#3498db}.modal-nav:disabled{background-color:#bdc3c7;cursor:not-allowed}.modal-counter{color:#7f8c8d;font-size:14px}.thumbnail.active{border-color:#3498db}.references-contact{background-color:#f8f9fa;border-radius:8px;margin-top:3rem;padding:2.5rem;text-align:center}.references-contact h3{color:#2c3e50;font-size:1.6rem;margin-bottom:1rem}.references-contact p{color:#555;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;max-width:600px}.contact-button{background-color:#2ecc71;border-radius:4px;color:#fff;display:inline-block;font-weight:500;padding:.8rem 1.8rem;text-decoration:none;transition:background-color .3s}.contact-button:hover{background-color:#27ae60}@media (min-width:1024px){.reference-card{align-items:stretch;flex-direction:row}.reference-image{height:auto;width:50%}.reference-content{width:50%}.thumbnail{height:75px;width:100px}}.contact-intro{margin:0 auto 3rem;max-width:800px;text-align:center}.contact-intro p{color:#555;font-size:1.2rem;line-height:1.7}.project-description{margin-bottom:20px}
/*# sourceMappingURL=main.273c5629.css.map*/