*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff}.container{max-width:1200px;margin:0 auto;padding:0 20px}.header{background:#fff;box-shadow:0 2px 10px #0000001a;position:fixed;top:0;left:0;right:0;z-index:1000}.header-content{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.logo-text{font-size:1.2rem;font-weight:700;color:#ff6b35}.nav{display:flex;gap:2rem}.nav-link{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-link:hover{color:#ff6b35}.cta-button{background:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-weight:700;cursor:pointer;transition:background .3s ease}.cta-button:hover{background:#e55a2b}.mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer}.mobile-menu-toggle span{width:25px;height:3px;background:#333;margin:3px 0;transition:.3s}.hero{position:relative;height:100vh;overflow:hidden;margin-top:80px}.hero-image{position:absolute;top:0;left:0;width:100%;height:100%}.hero-image img{width:100%;height:100%;object-fit:cover}.hero-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000000b3);color:#fff;padding:4rem 0 2rem}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-align:center}.hero-description{font-size:1.1rem;text-align:center;max-width:800px;margin:0 auto;line-height:1.8}.stats{padding:4rem 0;background:#f8f9fa}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;margin-bottom:3rem}.stat-item{text-align:center}.stat-icon{margin-bottom:1rem}.icon-placeholder{width:60px;height:60px;background:#ff6b35;border-radius:50%;margin:0 auto}.stat-number{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem}.stat-label{color:#666;font-size:.9rem}.view-projects-btn{display:block;margin:0 auto;background:#ff6b35;color:#fff;border:none;padding:1rem 2rem;border-radius:5px;font-weight:700;cursor:pointer;transition:background .3s ease}.view-projects-btn:hover{background:#e55a2b}.projects{padding:4rem 0}.section-title{font-size:2.5rem;text-align:center;margin-bottom:3rem;color:#333}.projects-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-bottom:3rem}.project-item{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease}.project-item:hover{transform:translateY(-5px)}.project-item img{width:100%;height:200px;object-fit:cover}.project-title{padding:1rem;font-size:1.1rem;font-weight:600;text-align:center}.view-all-btn{display:block;margin:0 auto;background:transparent;color:#ff6b35;border:2px solid #ff6b35;padding:1rem 2rem;border-radius:5px;font-weight:700;cursor:pointer;transition:all .3s ease}.view-all-btn:hover{background:#ff6b35;color:#fff}.about{padding:4rem 0;background:#f8f9fa}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.about-title{font-size:2rem;margin-bottom:1.5rem;color:#333}.about-description{color:#666;line-height:1.8;font-size:1rem}.services{padding:4rem 0}.services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem}.additional-services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.service-item{position:relative;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a}.service-item img{width:100%;height:250px;object-fit:cover}.service-item.large img{height:300px}.service-content{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);color:#fff;padding:2rem 1rem 1rem}.service-title{font-size:1.2rem;margin-bottom:1rem}.service-btn{background:#ff6b35;color:#fff;border:none;padding:.5rem 1rem;border-radius:3px;font-size:.8rem;cursor:pointer;transition:background .3s ease}.service-btn:hover{background:#e55a2b}.excellence{padding:4rem 0;background:#f8f9fa}.excellence-header{text-align:center;margin-bottom:3rem}.section-subtitle{color:#666;font-size:1.1rem;margin-top:.5rem}.excellence-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.excellence-item{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 5px 15px #0000001a}.excellence-icon{width:60px;height:60px;margin:0 auto 1rem}.icon-image{width:100%;height:100%;object-fit:contain}.excellence-title{font-size:1.3rem;margin-bottom:1rem;color:#333}.excellence-description{color:#666;line-height:1.6;margin-bottom:1.5rem}.excellence-btn{background:#ff6b35;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:5px;font-size:.9rem;cursor:pointer;transition:background .3s ease}.excellence-btn:hover{background:#e55a2b}.consultation{padding:4rem 0;background:linear-gradient(135deg,#ff6b35,#e55a2b);color:#fff}.consultation-content{text-align:center}.consultation-title{font-size:2.5rem;margin-bottom:2rem}.consultation-btn{background:#fff;color:#ff6b35;border:none;padding:1rem 2rem;border-radius:5px;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .3s ease}.consultation-btn:hover{background:#f0f0f0;transform:translateY(-2px)}.faq{padding:4rem 0}.faq-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.faq-title{font-size:2.2rem;margin-bottom:1.5rem;color:#333}.faq-description{color:#666;line-height:1.8;margin-bottom:2rem}.faq-info h3{color:#ff6b35;font-size:1.3rem;margin-bottom:.5rem}.faq-form{background:#f8f9fa;padding:2rem;border-radius:10px}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#ff6b35}.submit-btn{background:#ff6b35;color:#fff;border:none;padding:1rem 2rem;border-radius:5px;font-weight:700;cursor:pointer;transition:background .3s ease;width:100%}.submit-btn:hover{background:#e55a2b}.footer{background:#1a1a1a;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-bottom:2rem}.footer-title{font-size:1.3rem;margin-bottom:1.5rem;color:#ff6b35}.contact-info p,.find-us-info p{margin-bottom:.5rem;color:#ccc}.social-links{margin-top:1rem}.social-link{color:#ff6b35;text-decoration:none;margin-right:1rem;transition:color .3s ease}.social-link:hover{color:#fff}.company-links{display:flex;flex-direction:column;gap:.5rem}.footer-link{color:#ccc;text-decoration:none;transition:color .3s ease}.footer-link:hover{color:#ff6b35}.footer-bottom{border-top:1px solid #333;padding-top:1rem;text-align:center;color:#999}@media (max-width: 1024px){.container{padding:0 15px}.hero-title{font-size:2.5rem}.stats-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.projects-grid{grid-template-columns:repeat(2,1fr)}.about-content{gap:2rem}.services-grid,.additional-services-grid,.excellence-grid{grid-template-columns:repeat(2,1fr)}.faq-content,.footer-content{gap:2rem}}@media (max-width: 768px){.nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fff;flex-direction:column;padding:1rem;box-shadow:0 2px 10px #0000001a}.nav-open,.mobile-menu-toggle{display:flex}.cta-button{display:none}.hero{height:70vh}.hero-title{font-size:2rem}.hero-description{font-size:1rem}.stats-grid{grid-template-columns:1fr;gap:1rem}.projects-grid{grid-template-columns:1fr}.about-content{grid-template-columns:1fr;gap:2rem}.about-title{font-size:1.8rem}.services-grid,.additional-services-grid,.excellence-grid{grid-template-columns:1fr}.consultation-title{font-size:2rem}.faq-content{grid-template-columns:1fr;gap:2rem}.faq-title{font-size:1.8rem}.footer-content{grid-template-columns:1fr;gap:2rem}.section-title{font-size:2rem}}@media (max-width: 480px){.container{padding:0 10px}.header-content{padding:.5rem 0}.logo-text{font-size:1rem}.hero-title{font-size:1.5rem}.hero-description{font-size:.9rem}.section-title{font-size:1.8rem}.consultation-title,.faq-title,.about-title{font-size:1.5rem}.excellence-item,.faq-form{padding:1.5rem}}@media (min-width: 1400px){.container{max-width:1400px}.hero-title{font-size:3.5rem}.section-title,.consultation-title{font-size:3rem}}@media print{.header,.consultation,.faq-form{display:none}.hero{height:auto;margin-top:0}.hero-content{position:static;background:none;color:#000;padding:2rem 0}*{color:#000!important;background:#fff!important}}
