.home-container{flex-direction:column}.home-container,.home-header-image{width:100%;display:flex;align-items:center;justify-content:center}.home-header-image{background-image:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.5)),url(/background.webp);background-size:cover;height:100vh}.home-content{max-width:1300px;width:100%;height:100vh;display:flex;flex-direction:column;justify-content:center;padding:20px 0 0 100px}.home-content h1{font-size:43px;line-height:70px;max-width:70%;width:100%}.home-content p{font-size:18px;margin:20px 0 40px;line-height:28px;max-width:60%;width:100%}.home-btn-1{background-color:var(--red);padding:12px;border:none;font-size:14px;color:white;border-radius:6px;width:140px;cursor:pointer}.home-btn-1:hover{background-color:var(--hover-red)}.home-btn-2{background-color:transparent;border:1px solid white;padding:12px;width:140px;font-size:14px;color:white;border-radius:6px;cursor:pointer}.home-btn-2:hover{background-color:rgba(255,255,255,.111)}.featured-projects,.process-section,.services-section,.testimonials-section{background-color:var(--background-color);width:100vw;display:flex;align-items:center;justify-content:center;padding:0 20px}.featured-projects-container,.process-container,.services-container,.testimonials-container{display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:1300px;width:100%;margin:60px 0}.featured-projects-header,.process-header,.services-header,.testimonials-header{text-align:center;margin-bottom:60px}.featured-projects-header h2,.process-header h2,.services-header h2,.testimonials-header h2{font-size:32px;margin-bottom:16px}.featured-projects-header p,.process-header p,.services-header p,.testimonials-header p{color:#A3A3A3}.services-grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding:20px}.services-grid>.service-card{flex:1 1 calc(25% - 24px);max-width:calc(25% - 24px);box-sizing:border-box;padding:24px}.icon-wrapper{margin-bottom:16px;color:var(--red)}.service-title{margin-bottom:24px;font-size:20px}.service-description{font-size:16;color:#A3A3A3;line-height:1.5rem}.process-steps{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;padding:20px}.process-steps>.process-step{flex:1 1 calc(25% - 24px);max-width:calc(25% - 24px);box-sizing:border-box;padding:24px;border:1px solid #e5e7eb39;border-radius:10px}.process-step-number{color:var(--red);font-size:40px;font-weight:600}.process-step-title{font-size:20px;margin:10px 0 25px}.process-step-description{font-size:16px;color:#A3A3A3;line-height:1.5rem}.featured-projects-grid{display:flex;gap:80px;align-items:center}.project-card{margin:30px auto}.project-card img{max-width:250px;width:100%;height:auto;transition:transform .3s ease}.project-card:hover img{transform:scale(1.05)}.project-card-content{padding:24px}.project-card-title{font-size:18px;margin-bottom:10px}.project-card-category{font-size:14px;color:#A3A3A3}.featured-projects-footer{text-align:center;margin-top:3rem}.view-all-button{display:inline-flex;align-items:center;padding:.625rem 1.25rem;border:1px solid #e5e7eb;border-radius:.375rem;font-weight:500;background-color:transparent;text-decoration:none;transition:all .2s ease;cursor:pointer;font-size:15px;line-height:1.5}.view-all-button:hover{background-color:rgba(255,255,255,.111);border-color:#d1d5db}.view-all-button-icon{margin-left:.5rem;transition:transform .2s ease;display:inline-block;font-size:1rem}.view-all-button:hover .view-all-button-icon{transform:translateX(.25rem)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.testimonial-card{margin:0 10px;padding:24px;border:1px solid #e5e7eb39;border-radius:10px;height:100%;text-align:justify;hyphens:auto}.quote{color:var(--red)}.testimonial-quote{margin:15px 0 30px;line-height:25px;font-size:16px}.testimonial-author{display:flex;flex-direction:column}.author-name{font-size:16px;margin-bottom:8px}.author-position{font-size:14px;color:#A3A3A3}@media (max-width:1024px){.services-grid>.service-card{flex:1 1 calc(50% - 24px);max-width:calc(50% - 24px)}.process-steps>.process-step{flex-basis:calc(50% - 24px);max-width:calc(50% - 24px)}.featured-projects-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:30px 100px}.project-card-zhc{display:flex;align-items:center;justify-content:center}.home-content{padding:20px 40px;align-items:flex-start}.home-content h1{font-size:36px;line-height:60px;max-width:100%}.home-content p{font-size:16px;line-height:26px;max-width:100%}.home-btn-1,.home-btn-2{width:130px;font-size:13px;padding:10px}}@media (max-width:768px){.services-grid{gap:15px;padding:0}.services-grid>.service-card{flex:1 1 100%;max-width:100%}.service-title{margin-bottom:15px}.process-steps{flex-direction:column;align-items:center;padding:0}.process-steps>.process-step{flex-basis:calc(100% - 24px);max-width:calc(100% - 24px)}.featured-projects-grid{display:flex;flex-direction:column;gap:50px}.project-card{margin:0}.project-card-zhc img{max-width:100px!important;width:100%}.home-content{padding:20px;align-items:center;text-align:center}.home-content h1{font-size:28px;line-height:45px}.home-content p{font-size:15px;line-height:24px}.home-btn-1,.home-btn-2{width:120px;font-size:15px;padding:10px;margin:5px}.testimonial-card{height:auto;margin:0}}