.navbar{align-items:center;background:#fff;border-bottom:1px solid #eee;box-sizing:border-box;display:flex;justify-content:space-between;padding:20px 120px;position:-webkit-sticky;position:sticky;top:0;z-index:100}.logo-img{height:48px;object-fit:contain;width:auto}.nav-links{align-items:center;display:flex;gap:35px;list-style:none;margin:0;padding:0}.link{color:#333;font-size:16px;font-weight:500;text-decoration:none;transition:.2s ease}.link:hover{color:#000;letter-spacing:.5px}.language-switcher{display:flex;gap:12px}.lang-btn{background:#0000;border:1px solid #333;border-radius:6px;color:#333;cursor:pointer;font-size:14px;font-weight:500;padding:6px 14px;transition:.2s}.lang-btn.active{background:#333;color:#fff}.lang-btn:hover{background:#000;color:#fff}.footer{background-color:#000;color:#fff;font-family:Inter,sans-serif;padding:70px 120px 30px}.footer-top{margin:0 auto 60px;max-width:760px;text-align:center}.footer-top h2{font-size:32px;font-weight:600;margin-bottom:15px}.footer-top p{font-size:17px;line-height:1.5;margin-bottom:28px;opacity:.85}.footer-buttons{display:flex;gap:18px;justify-content:center}.footer-buttons .btn{border-radius:30px;cursor:pointer;font-size:16px;font-weight:500;padding:14px 32px;transition:.25s ease}.btn-get{background:#fff;border:none;color:#000}.btn-get:hover{background:#e5e5e5}.btn-portfolio{background:#0000;border:2px solid #fff;color:#fff}.btn-portfolio:hover{background:#ffffff26}.footer-middle{display:flex;flex-wrap:wrap;gap:100px;justify-content:space-between;margin-bottom:50px}.footer-brand{max-width:260px}.brand-row{align-items:center;display:flex;gap:12px}.brand-logo{filter:brightness(0) invert(1);height:auto;object-fit:contain;width:150px}.brand-title{font-size:24px;font-weight:600;letter-spacing:.5px}.brand-text{font-size:15px;line-height:1.6;margin-top:12px;opacity:.85}.footer-section h3{font-size:19px;margin-bottom:12px}.footer-section ul{list-style:none;padding:0}.footer-section ul li{margin-bottom:7px}.footer-link{color:#fff;opacity:.85;text-decoration:none;transition:.2s}.footer-link:hover{opacity:1;text-decoration:underline}.footer-bottom{border-top:1px solid #444;color:#aaa;font-size:14px;padding-top:20px;text-align:center}*{margin:0;padding:0}.home-container{background:#f7f3ee;box-sizing:border-box;width:100%}.hero-section{align-items:center;display:flex;gap:60px;justify-content:space-between;padding:100px 120px}.hero-left{display:flex;flex:1 1;flex-direction:column}.hero-title{color:#222;font-size:50px;font-weight:700;margin:0;padding:0}.hero-text{color:#555;font-size:18px;line-height:1.6;margin-bottom:30px;max-width:480px}.hero-buttons{display:flex;gap:20px;margin-bottom:40px}.btn-primary{background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:16px;padding:14px 34px;transform:scale(1)}.btn-primary:hover{background:#222;transform:scale(1.08)}.btn-secondary{background:#fff;border:1px solid #ccc;border-radius:40px;color:#000;cursor:pointer;font-size:16px;padding:14px 34px;transform:scale(1)}.btn-secondary:hover{background:#f1ece6;transform:scale(1.05)}.stats{display:flex;gap:50px;margin-top:-20px}.stat-box h2{font-size:34px;font-weight:700;margin:0}.stat-box h2:hover{color:#000}.stat-box p{color:#666;font-size:14px;margin-top:4px}.hero-right img{border-radius:20px;box-shadow:0 25px 50px #0000001a;max-width:600px;transform:translateY(0);width:100%}.hero-right img:hover{box-shadow:0 35px 70px #0000002e;transform:translateY(-12px)}.services-section{background:#fff;padding:100px 120px;text-align:center}.section-title{font-size:36px;font-weight:700;margin-bottom:10px}.section-title:hover{letter-spacing:1px}.section-description{color:#666;font-size:18px;margin:0 auto 50px;max-width:600px}.services-container{display:flex;gap:40px;justify-content:space-between}.service-item{align-items:flex-start;background:#f7f3ee;border-radius:14px;box-shadow:0 12px 35px #0000000f;display:flex;flex:1 1;flex-direction:column;padding:40px 30px;transform:translateY(0)}.service-item:hover{box-shadow:0 18px 50px #00000021;transform:translateY(-12px)}.service-icon{color:#000;font-size:48px;padding-bottom:15px;transform:scale(1)}.service-item:hover .service-icon{transform:scale(1.1)}.service-item h3{font-size:22px;font-weight:700;margin:0;padding:0}.service-item h3:hover{letter-spacing:1px}.service-item p{color:#000;font-size:15px;text-align:left}.service-item ul{align-items:flex-start;display:flex;flex-direction:column;list-style:disc;margin-bottom:0;padding-left:20px}.service-item ul li{color:#000;font-size:14px}.service-item li{margin-bottom:8px}.projects-section{background:#f5efe8;padding:80px 120px;text-align:center}.projects-title{color:#222;font-size:32px;font-weight:700;margin-bottom:10px}.projects-title:hover{letter-spacing:1px}.projects-subtitle{color:#666;font-size:17px;line-height:1.6;margin:0 auto 50px;max-width:650px}.projects-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(3,1fr);margin-bottom:40px}.project-card{background:#fff;border-radius:16px;box-shadow:0 12px 30px #00000014;cursor:pointer;display:flex;flex-direction:column;height:380px;overflow:hidden;transform:translateY(0)}.project-card:hover{box-shadow:0 18px 55px #00000029;transform:translateY(-10px)}.project-card img{height:280px;object-fit:cover;transform:scale(1);width:100%}.project-card:hover img{transform:scale(1.05)}.project-info{box-sizing:border-box;height:100px;padding:16px 18px;text-align:left}.project-info span{color:#999;font-size:14px}.project-info h3{color:#222;font-size:18px;font-weight:600;margin-top:8px}.project-info h3:hover{letter-spacing:1px}.view-projects{color:#000;cursor:pointer;font-size:16px;font-weight:500;margin-top:20px;transform:translateX(0)}.view-projects:hover{transform:translateX(7px)}.why-section{background:#fff;padding:100px 120px;text-align:center}.why-title{color:#222;font-size:32px;font-weight:700;margin-bottom:8px}.why-title:hover{letter-spacing:1px}.why-subtitle{color:#666;font-size:17px;margin-bottom:60px}.why-container{display:flex;gap:40px;justify-content:space-between}.why-item{flex:1 1;text-align:center;transform:translateY(0)}.why-item:hover{transform:translateY(-8px)}.why-icon{align-items:center;background:#000;border-radius:50%;display:flex;height:72px;justify-content:center;margin:0 auto 20px;transform:scale(1);width:72px}.why-item:hover .why-icon{transform:scale(1.1)}.why-icon svg{stroke:#fff;height:34px;width:34px}.why-item h3{color:#222;font-size:20px;font-weight:700;margin-bottom:10px}.why-item h3:hover{letter-spacing:1px}.why-item p{color:#666;font-size:15px;line-height:1.5}.testimonials-section{background:#f6f1eb;padding:120px 160px;text-align:center}.testimonials-title{color:#222;font-size:28px;font-weight:700;margin-bottom:8px}.testimonials-title:hover{letter-spacing:1px}.testimonials-subtitle{color:#666;font-size:16px;margin-bottom:60px}.testimonials-container{display:flex;gap:40px;justify-content:center}.testimonial-card{background:#fff;border:1px solid #e5e5e5;border-radius:14px;box-shadow:0 10px 25px #0000000f;display:flex;flex-direction:column;padding:28px 26px;text-align:left;transform:translateY(0);width:330px}.testimonial-card:hover{box-shadow:0 18px 50px #0000001f;transform:translateY(-10px)}.stars{font-size:28px;font-weight:700;transform:scale(1)}.testimonial-card:hover .stars{transform:scale(1.1)}.testimonial-text{color:#444;font-size:14.5px;line-height:1.5;margin-bottom:18px}.testimonial-divider{background:#e5e5e5;height:1px;width:100%}.testimonial-name{color:#222;font-size:15px;font-weight:700;margin-bottom:2px}.testimonial-name:hover{letter-spacing:1px}.testimonial-role{color:#777;font-size:13px;margin:0}body{background-color:#f5efe8}*{transition:all .25s ease}.about-banner{align-items:center;display:flex;gap:70px;justify-content:space-between;padding:120px 140px}.about-text{flex:1 1;max-width:520px}.about-text h2{font-size:46px;font-weight:700;margin-bottom:25px;transition:.3s ease}.about-text h2:hover{color:#111;letter-spacing:1px}.about-text p{color:#555;font-size:18px;line-height:1.65;margin-bottom:22px}.about-image img{border-radius:22px;box-shadow:0 30px 55px #0000002e;max-width:560px;transform:translateY(0);width:100%}.about-image img:hover{box-shadow:0 40px 70px #00000040;transform:translateY(-10px)}.foundation-section{padding:0 140px 100px}.foundation-title{font-size:30px;margin:0;text-align:center}.foundation-subtitle{font-size:20px;margin:0;padding-bottom:70px;text-align:center}.foundation-row{display:flex;gap:40px;justify-content:space-between}.foundation-card{background:#fff;border-radius:18px;box-shadow:0 14px 40px #00000014;flex:1 1;padding:32px;transform:translateY(0)}.foundation-card:hover{box-shadow:0 22px 55px #0000002b;transform:translateY(-12px)}.foundation-card h3{transition:.25s ease}.foundation-card:hover h3{color:#000;letter-spacing:1px}.foundation-icon{align-items:center;background:#000;border-radius:16px;display:flex;height:70px;justify-content:center;width:70px}.foundation-icon svg{color:#fff;font-size:32px}.story-wrapper{padding:0 140px}.story-section{align-items:center;background:#fff;border-radius:24px;box-shadow:0 25px 55px #0000001a;display:flex;gap:40px;justify-content:center;padding:60px 50px}.story-section:hover{box-shadow:0 35px 70px #00000026;transform:translateY(-10px)}.story-text{flex:1 1}.story-text h2{font-size:34px;font-weight:700;margin-bottom:20px}.story-text h2:hover{letter-spacing:1px}.story-text p{color:#555;font-size:17px;line-height:1.65;margin-bottom:18px}.story-image img{border-radius:18px;box-shadow:0 20px 45px #0000001f;height:380px;object-fit:cover;object-position:center;transform:scale(1);width:400px}.story-image img:hover{transform:scale(1.04)}.single-img-wrapper1{margin:60px 0;padding-bottom:20px;padding-top:60px;width:100%}.single-img1{border-radius:22px;box-shadow:0 25px 55px #00000026;height:480px;object-fit:cover;transform:scale(1);width:100%}.single-img1:hover{box-shadow:0 35px 70px #0003;transform:scale(1.03)}.process-wrapper{margin:80px 0;overflow:hidden}.process-card,.process-wrapper{border-radius:24px;box-sizing:border-box;width:100%}.process-card{background:#fff;box-shadow:0 25px 55px #0000001a;padding:60px 50px;position:relative}.process-card:hover{box-shadow:0 35px 70px #00000026}.process-title{font-size:26px;font-weight:600;margin-bottom:5px;text-align:center}.process-subtitle{color:#777;font-size:17px;margin-bottom:60px;text-align:center}.process-step:hover h3{color:#000}.process-step:hover .process-number{background:#222;transform:scale(1.1)}.process-line{background:#d9d9d9;height:2px;left:50px;position:absolute;right:250px;top:240px}.process-steps{display:flex;gap:40px;justify-content:space-between;position:relative}.process-step{flex:1 1;text-align:left}.process-number{align-items:center;background:#000;border-radius:50%;color:#fff;display:flex;font-size:18px;font-weight:600;height:55px;justify-content:center;margin-bottom:20px;transition:.25s ease;width:55px}.process-step h3{font-size:18px;font-weight:600;margin-bottom:12px}.process-step p{color:#666;font-size:15px;line-height:1.65;max-width:230px}.team-section{text-align:center}.team-title{font-size:28px;font-weight:600;margin-bottom:12px}.team-title:hover{letter-spacing:1px}.team-subtitle{color:#777;font-size:17px;line-height:1.6;margin:0 auto 50px;max-width:650px}.team-image-wrapper{width:100%}.team-image{border-radius:22px;box-shadow:0 25px 55px #0000001f;transform:scale(1);width:100%}.team-image:hover{box-shadow:0 35px 70px #0000002e;transform:scale(1.03)}.sustain-wrapper{padding:120px 140px;text-align:center}.sustain-box{background:#0e0e0e;border-radius:28px;box-shadow:0 25px 55px #00000059;color:#fff;margin-bottom:70px;padding:60px 80px;transform:translateY(0)}.sustain-box:hover{box-shadow:0 35px 70px #0006;transform:translateY(-10px)}.sustain-box h3:hover{letter-spacing:1px}.sustain-desc{color:#ddd;font-size:17px;line-height:1.7;margin:0 auto 50px;max-width:720px}.sustain-grid{display:flex;gap:50px;justify-content:space-between}.sustain-item:hover h4{color:#fff;letter-spacing:1px}.sustain-item:hover p{color:#eee}.sustain-item{transform:translateY(0)}.sustain-item:hover{transform:translateY(-10px)}.sustain-bottom-text{color:#444;font-size:17px;line-height:1.7;margin:0 auto 40px;max-width:760px}.sustain-btn{background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;font-size:15px;padding:20px 40px;transform:scale(1);transition:.25s ease}.sustain-btn:hover{background:#222;transform:scale(1.08)}.work-container{background:#f7f3ee;box-sizing:border-box;padding:100px 120px;text-align:center;width:100%}.work-title{color:#222;font-size:32px;font-weight:700;margin-bottom:10px;margin-top:0}.work-subtext{color:#666;font-size:17px;line-height:1.6;margin:0 auto 40px;max-width:650px}.filter-container{display:flex;gap:16px;justify-content:center;margin-bottom:50px}.filter-btn{background:#fff;border:1px solid #ddd;border-radius:25px;color:#333;cursor:pointer;font-size:15px;padding:10px 26px}.filter-btn:hover{background:#f1ece6}.active-filter{background:#000;color:#fff}.work-grid{grid-gap:35px;display:grid;gap:35px;grid-template-columns:repeat(3,1fr);margin-top:20px}.work-card{background:#fff;border-radius:16px;box-shadow:0 12px 30px #00000014;cursor:pointer;overflow:hidden;transform:translateY(0)}.work-card:hover{box-shadow:0 18px 55px #00000029;transform:translateY(-10px)}.work-image{height:260px;object-fit:cover;transform:scale(1);width:100%}.work-card:hover .work-image{transform:scale(1.05)}.work-info{padding:18px;text-align:left}.work-category{color:#999;font-size:14px}.work-item-title{color:#222;font-size:18px;font-weight:600;margin-top:6px}.work-subtitle{color:#666;font-size:14.5px;line-height:1.4;margin-top:6px}*{box-sizing:border-box;transition:.25s ease}.contact-container{align-items:center;background:#f7f3ee;display:flex;flex-direction:column;padding:60px 20px;width:100%}.contact-header{margin-bottom:60px;max-width:650px;text-align:center}.contact-header h2{color:#222;font-size:36px;font-weight:700}.contact-header p{color:#666;font-size:17px;line-height:1.6;margin-top:12px}.contact-wrapper{grid-gap:45px;align-items:stretch;display:grid;gap:45px;grid-template-columns:2fr 1fr;margin-bottom:45px;max-width:1200px;width:100%}.contact-left{display:flex;flex-direction:column;gap:35px}.contact-form-card{background:#fff;border-radius:16px;box-shadow:0 12px 35px #0000000f;flex:1 1;padding:40px}.contact-right{display:flex;flex-direction:column;gap:35px}.info-card{background:#fff;border-radius:16px;box-shadow:0 12px 35px #0000000f;padding:35px}.info-card h3{font-size:20px;font-weight:700;margin:0 0 20px}.info-item{gap:15px;margin-bottom:22px}.info-icon,.info-item{align-items:center;display:flex}.info-icon{background:#000;border-radius:50%;color:#fff;font-size:20px;justify-content:center;min-height:48px;min-width:48px;padding:14px}.info-item h4{color:#222;font-weight:700;margin:0}.info-item p{color:#666;font-size:14px;line-height:1.5;margin-top:3px}.business-card{background:#000;color:#fff}.business-card h3{color:#fff}.hours-row{display:flex;font-size:15px;justify-content:space-between;padding:6px 0}.form-title{font-size:22px;font-weight:700;margin-bottom:25px}.form-group{display:flex;flex-direction:column;margin-bottom:22px}.form-group label{color:#444;font-size:14px;margin-bottom:6px}input,textarea{background:#f7f3ee;border:none;border-radius:10px;font-size:15px;padding:14px 16px}textarea{height:130px;resize:none}.send-btn{align-items:center;background:#000;border:none;border-radius:40px;color:#fff;cursor:pointer;display:flex;font-size:16px;gap:8px;justify-content:center;padding:15px;width:100%}.send-btn:hover{transform:scale(1.05)}.map-full{margin-bottom:70px;margin-top:30px;max-width:1200px;width:100%}.map-box iframe{border:0;border-radius:16px;height:400px;width:100%}@media (max-width:992px){.contact-wrapper{display:flex;flex-direction:column;gap:35px}.map-full{margin-top:20px}}.single-container{box-sizing:border-box;margin:0 auto;max-width:1200px;padding:80px 30px;position:relative;width:100%}.arrow-btn{align-items:center;background:#2c2c2c;border-radius:50%;color:#fff;display:flex;height:45px;justify-content:center;margin-bottom:40px;text-decoration:none;transition:.3s ease;width:45px}.arrow-btn:hover{background:#c59423}.single-inner{align-items:center;animation:fadeUp .8s ease forwards;display:flex;gap:50px;opacity:0;transform:translateY(20px)}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.single-image{border-radius:16px;box-shadow:0 8px 25px #00000026;height:450px;object-fit:cover;transition:.3s ease;width:50%}.single-image:hover{transform:scale(1.02)}.single-divider{background:#d6a645;border-radius:3px;height:70%;width:3px}.single-info{padding-right:20px;text-align:left;width:50%}.single-info h1{color:#2c2c2c;font-size:42px;font-weight:700;margin-bottom:15px}.single-info h3{color:#c59423;font-size:20px;font-weight:600;letter-spacing:1px;margin-bottom:20px;text-transform:uppercase}.single-info p{color:#4a4a4a;font-size:18px;line-height:1.7;max-width:600px}.details-box{background:#f0e9dd;border-radius:12px;box-shadow:0 5px 15px #0000001a;font-size:16px;margin-top:30px;padding:20px}@media (max-width:850px){.single-inner{flex-direction:column;text-align:center}.single-divider{display:none}.single-image{height:350px;width:100%}.single-info{padding:0;width:100%}.details-box,.single-info{text-align:center}}
/*# sourceMappingURL=main.95893ee9.css.map*/