.home{height:100vh;font-family:Segoe UI,sans-serif;color:#333;box-sizing:border-box;padding:2rem 0;margin:0}.home .header .brand{color:#c0395b;font-size:2.5rem;font-weight:600;margin:0}.home .header .subtitle{font-size:18px;color:#555}.home .hero{display:flex;justify-content:space-between;align-items:flex-start}.home .hero .left{width:45%}.home .hero .left h2{font-size:2rem;margin-bottom:20px}.home .hero .left .logo{width:350px;max-width:100%}.home .hero .right{width:50%;font-size:18px;line-height:1.7}.home .hero .right .quote{font-size:1rem;margin-bottom:20px}.home .hero .right p{font-size:1rem;margin-bottom:14px}.home .hero .right .know-more{margin-top:20px;background:none;border:none;color:#c0395b;font-size:18px;cursor:pointer;text-decoration:underline}.home .hero .right .know-more:hover{opacity:.7}@media(max-width:900px){.hero{flex-direction:column}.hero .left,.hero .right{width:100%}.hero .left{text-align:center}.hero .left .logo{margin:0 auto}}.services{text-align:center;font-family:Segoe UI,sans-serif;color:#333}.services .services-title{font-size:1.5rem;font-weight:700;margin-bottom:4rem;letter-spacing:1px}.services .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem 1rem;justify-items:start;text-align:left}.services .service-card{max-width:350px}.services .service-card img{width:48px;height:48px;margin-bottom:18px}.services .service-card h3{font-size:20px;letter-spacing:.5px;margin-bottom:12px;color:#2d2d2d}.services .service-card p{font-size:16px;line-height:1.6;color:#555}@media(max-width:1024px){.services{padding:60px 40px}.services .services-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.services .services-grid{grid-template-columns:1fr}.services{text-align:center}.services .service-card{max-width:100%;text-align:center}}.projects{display:grid;grid-template-columns:repeat(4,1fr);gap:0;width:100%;margin:8rem 0}.project-card{perspective:1000px;height:500px;position:relative}.card-inner{position:relative;width:100%;height:100%;transition:transform .7s ease;transform-style:preserve-3d}.project-card:hover .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;inset:0;backface-visibility:hidden}.card-front{background-size:cover;background-position:center}.card-back{background:#98c5f6;color:#fff;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;padding:40px;text-align:center}.card-back h3{font-size:1.4rem;margin-bottom:10px;letter-spacing:.5px;color:#fff}.card-back p{font-size:14px;line-height:1.6;color:#1e1b1b}@media(max-width:1024px){.projects{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.projects{grid-template-columns:1fr}}.why-choose{background-size:cover;background-position:center;position:relative;padding:0;margin:4rem 0;overflow-x:hidden}.why-choose .overlay{background:#d2e6f5d9;width:100%;height:100%;padding:60px 80px}.why-choose .content{max-width:520px}.why-choose .feature{display:flex;flex-direction:column;gap:10px;margin-bottom:30px;align-items:flex-start}.why-choose .feature img{width:3.2rem;margin-top:4px}.why-choose .feature h3{font-size:18px;letter-spacing:.5px;margin-bottom:8px;color:#2b2b2b}.why-choose .feature p{font-size:15px;line-height:1.6;color:#444}@media(max-width:768px){.why-choose .overlay{padding:40px 24px}.why-choose .content{max-width:100%}}.cta-banner{display:flex;width:100%;height:90px;margin:6rem 0 0;overflow:hidden}.cta-blue{flex:2;background:#5b86b5;display:flex;align-items:center;justify-content:center;color:#fff;clip-path:polygon(0 0,88% 0,100% 50%,88% 100%,0 100%)}.cta-blue h2{font-size:18px;letter-spacing:1px;text-align:center}.cta-yellow{flex:1;background:#f4b400;display:flex;align-items:center;justify-content:center;clip-path:polygon(12% 0,100% 0,100% 100%,12% 100%,0 50%)}.cta-yellow button{background:none;border:none;color:#d32f2f;font-weight:600;letter-spacing:1px;cursor:pointer;text-decoration:underline;font-size:14px}.cta-yellow button:hover{opacity:.8}.map-wrapper{width:100%;height:420px;margin-bottom:8rem}.map-wrapper iframe{width:100%;height:100%;border:0;display:block}.contact-section{padding:40px 60px}.contact-section h1{color:#333;margin-top:0}.contact-section .contact-container{display:grid;grid-template-columns:2fr 1fr;gap:30px;height:400px}.contact-section .map-wrapper iframe{width:100%;height:400px;border:0;border-radius:4px}.contact-section .form-wrapper{display:flex;justify-content:center}.contact-section .quote-form{width:100%;display:flex;flex-direction:column;gap:18px}.contact-section .quote-form input,.contact-section .quote-form textarea{width:100%;padding:14px;border:1px solid #9a9a9a;border-radius:3px;font-size:14px;outline:none;background:#fff}.contact-section .quote-form textarea{resize:none}.contact-section .quote-form button{width:110px;padding:12px;border:2px solid #e63946;background:transparent;color:#e63946;font-weight:600;cursor:pointer;transition:.3s ease}.contact-section .quote-form button:hover{background:#e63946;color:#fff}.contact-section .contact-info{display:grid;grid-template-columns:repeat(3,1fr);gap:40px;font-size:14px;color:#333}.contact-section .contact-info h4{margin-bottom:10px;font-weight:600}@media(max-width:1024px){.contact-container{grid-template-columns:1fr}.contact-info{grid-template-columns:1fr;gap:20px}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;padding:0 9rem;margin:0;box-sizing:border-box}
