*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333}.app{min-height:100vh;background-color:#f9fafb}.container{max-width:1200px;margin:0 auto;padding:0 1rem}.header{position:fixed;width:100%;background-color:#fff;box-shadow:0 4px 6px -1px #0000001a;z-index:50}.header-content{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem}.logo-section{display:flex;align-items:center}.logo-icon{padding:.5rem;margin-right:.5rem}.skinfra{width:70px}.logo-text{color:#fff;font-size:1.5rem;font-weight:700}.logo-accent{color:#dc2626}.company-name{font-size:1.5rem;font-weight:700;color:#dc2626}.company-tagline{font-size:.875rem;color:#374151}.nav-desktop{display:none;gap:1.5rem}.nav-button{background:none;border:none;color:#374151;cursor:pointer;padding:.5rem;transition:color .3s ease;font-size:1rem}.nav-button:hover,.nav-button.active{color:#dc2626}.mobile-menu-btn{display:block;background:none;border:none;color:#374151;cursor:pointer}.menu-icon{width:1.5rem;height:1.5rem}.hero-section{padding:6rem 0 3rem;background:linear-gradient(to right,#1f2937,#111827);color:#fff}.hero-content{display:flex;flex-direction:column;align-items:center;gap:2rem}.hero-text{flex:1;margin-bottom:2rem}.hero-title{font-size:2.25rem;font-weight:700;margin-bottom:1rem}.hero-description{font-size:1.125rem;margin-bottom:1.5rem}.hero-quote{margin-bottom:2rem;color:#d1d5db}.cta-button{background-color:#dc2626;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;transition:background-color .3s ease}.cta-button:hover{background-color:#b91c1c}.hero-image{flex:1;display:flex;justify-content:center}.image-container{background-color:#fff;padding:1rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a}.image-container img{border-radius:.375rem;width:100%;height:auto}.services-section,.team-section,.contact-section{padding:4rem 0;background-color:#fff}.projects-section{padding:4rem 0;background-color:#f3f4f6}.strength-section{padding:4rem 0;background-color:#1f2937;color:#fff}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}.strength-section .section-title{color:#fff}.section-divider{width:6rem;height:.25rem;background-color:#dc2626;margin:1rem auto 1.5rem}.section-description{color:#4b5563;max-width:42rem;margin:0 auto}.strength-section .section-description{color:#d1d5db}.book-car{justify-content:center;display:flex;align-items:center}.services-grid,.projects-grid,.team-grid{display:grid;grid-template-columns:1fr;gap:2rem}.strength-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;max-width:64rem;margin:0 auto}.gallery-section{margin-top:4rem;margin-bottom:4rem;text-align:center}.gallery-grid{column-count:3;column-gap:1rem;padding-top:2rem}.gallery-image-container{display:inline-block;width:100%;margin-bottom:1rem;border-radius:10px;overflow:hidden;box-shadow:0 8px 16px #00000014;transition:transform .3s ease}.gallery-image-container:hover{transform:translateY(-5px)}.gallery-image{width:100%;height:auto;display:block;object-fit:cover;transition:transform .3s ease}.service-card,.project-card,.team-card{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:box-shadow .3s ease}.service-card:hover,.project-card:hover,.team-card:hover{box-shadow:0 10px 15px -3px #0000001a}.project-card,.team-card{background-color:#fff;border-radius:.5rem;overflow:hidden}.service-icon{font-size:2rem;margin-bottom:1rem}.service-title,.project-title,.team-name{font-size:1.25rem;font-weight:600;margin-bottom:.5rem;color:#1f2937}.service-description,.project-description{color:#4b5563}.project-image,.team-image{width:100%;height:12rem;object-fit:cover}.project-content,.team-content{padding:1.5rem}.project-details{display:flex;justify-content:space-between;font-size:.875rem;color:#6b7280;margin-bottom:.75rem}.team-role{color:#dc2626;font-weight:500;margin-bottom:.75rem}.team-experience{color:#4b5563;font-size:.875rem}.strength-card{background-color:#374151;padding:1rem;border-radius:.5rem;text-align:center}.strength-count{font-size:1.5rem;font-weight:700;color:#ef4444;margin-bottom:.25rem}.strength-position{color:#d1d5db}.contact-content{display:flex;flex-direction:column;gap:2rem}.contact-info{flex:1}.contact-card{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a;height:100%}.contact-heading{font-size:1.25rem;font-weight:600;margin-bottom:1rem;color:#1f2937}.contact-text{color:#4b5563;margin-bottom:.5rem}.contact-form-container{flex:1}.contact-form{background-color:#f9fafb;padding:1.5rem;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.form-group{margin-bottom:1rem}.form-label{display:block;color:#374151;font-size:.875rem;font-weight:700;margin-bottom:.5rem}.form-input,.form-textarea{box-shadow:0 1px 3px #0000001a;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid #d1d5db;border-radius:.375rem;width:100%;padding:.75rem 1rem;color:#374151;line-height:1.25;transition:all .3s ease}.form-input:focus,.form-textarea:focus{outline:none;box-shadow:0 0 0 3px #3b82f61a;border-color:#3b82f6}.form-textarea{height:8rem;resize:vertical}.form-submit{display:flex;align-items:center;justify-content:center}.submit-button{background-color:#dc2626;color:#fff;font-weight:700;padding:.75rem 1.5rem;border:none;border-radius:.375rem;cursor:pointer;width:100%;transition:background-color .3s ease}.submit-button:hover{background-color:#b91c1c}.submit-button:focus{outline:none;box-shadow:0 0 0 3px #dc26261a}.footer{background-color:#111827;color:#fff;padding:2rem 0}.footer-content{display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}.footer-brand{margin-bottom:1rem}.footer-logo{display:flex;align-items:center;margin-bottom:.5rem}.footer-logo-icon{background-color:#000;padding:.25rem;margin-right:.5rem}.footer-logo-text{color:#fff;font-size:1.25rem;font-weight:700}.footer-logo-accent{color:#dc2626}.footer-brand-name{font-size:1.25rem;font-weight:700}.footer-tagline{font-size:.875rem;color:#9ca3af;margin-top:.5rem}.footer-copyright{font-size:.875rem;color:#9ca3af;margin-bottom:1rem;text-align:center}.footer-social{display:flex;gap:1rem}.social-link{color:#9ca3af;transition:color .3s ease}.social-link:hover{color:#fff}.social-icon{width:1.5rem;height:1.5rem}.slideshow-container{display:flex;flex-direction:column;align-items:center;gap:1.5rem;margin-top:3rem}.main-image-wrapper{width:100%;max-width:800px;aspect-ratio:4 / 3;background-color:#f3f3f3;overflow:hidden;border-radius:10px;box-shadow:0 10px 20px #0000001a;display:flex;align-items:center;justify-content:center}.main-gallery-image{width:100%;height:100%;object-fit:cover;border-radius:10px}.thumbnail-row{display:flex;overflow-x:auto;gap:.75rem;padding:1rem;scroll-snap-type:x mandatory;border-radius:8px;background-color:#f1f1f1;max-width:95%;margin:0 auto}.thumbnail-image{flex:0 0 auto;width:100px;height:70px;object-fit:cover;border-radius:6px;cursor:pointer;opacity:.7;transition:transform .3s ease,opacity .3s;border:2px solid transparent;scroll-snap-align:start}.thumbnail-image:hover{opacity:1;transform:scale(1.05)}.thumbnail-image.active{border:2px solid #dc2626;opacity:1}@media (min-width: 768px){.nav-desktop{display:flex}.mobile-menu-btn{display:none}.company-name{font-size:1.5rem}.company-tagline{font-size:.875rem}.hero-section{padding:8rem 0 4rem}.hero-content{flex-direction:row;align-items:center}.hero-text{flex:1;margin-bottom:0;padding-right:0}.hero-image{flex:1}.hero-title{font-size:2.5rem}.services-grid,.projects-grid,.team-grid{grid-template-columns:repeat(2,1fr)}.strength-grid{grid-template-columns:repeat(3,1fr)}.contact-content{flex-direction:row}.contact-info{padding-right:0}.contact-info,.contact-form-container{flex:1}.footer-content{flex-direction:row;text-align:left}.footer-brand{margin-bottom:0}.footer-copyright{margin-bottom:0;text-align:center}}@media (min-width: 1024px){.services-grid,.projects-grid,.team-grid{grid-template-columns:repeat(3,1fr)}.strength-grid{grid-template-columns:repeat(4,1fr)}.hero-text{padding-right:2rem}}@media (max-width: 767px){.container{padding:0 1rem}.hero-title,.section-title{font-size:1.875rem}.hero-section{padding:6rem 0 3rem}.services-section,.projects-section,.team-section,.contact-section,.strength-section{padding:3rem 0}}@media (max-width: 1024px){.gallery-grid{column-count:2}}@media (max-width: 600px){.gallery-grid{column-count:1}}
