.header{display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:fixed;top:0;z-index:1000;width:100vw;height:auto;border-bottom:1px solid #e0e0e0}.header_left .logo{display:flex;align-items:center;font-size:24px;font-weight:700;color:#333}.header_logo{height:40px;width:auto}.header_nav{flex-grow:1;display:flex;justify-content:flex-end;margin-right:100px}.header_nav ul{display:flex;flex-wrap:wrap;justify-content:space-around;gap:15px;padding:0;margin:0;list-style:none}.header_nav li{flex:0 1 auto;text-align:center}.header_nav li a{text-decoration:none;color:#333;font-size:16px;padding:5px 15px;white-space:nowrap;font-weight:500;transition:color .3s ease}.header_nav li a:hover{color:#007bff}.burger-menu{display:none;font-size:24px;background:none;border:none;cursor:pointer;color:#333;position:absolute;top:10px;right:20px}@media screen and (max-width: 768px){.header{flex-direction:column;align-items:flex-start;padding:20px;width:100%}.burger-menu{display:block}.header_nav{display:none;flex-direction:column;align-items:center;gap:10px;margin-top:10px;width:100%}.header_nav.open{display:flex}.header_nav ul{flex-direction:column;align-items:center;gap:10px;margin-top:10px;width:100%}.header_nav li{width:100%}.header_nav li a{font-size:14px;padding:10px 0;display:block;width:100%}}.hero{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;overflow:hidden;background-color:var(--color-background);color:var(--color-text)}.hero-slider{position:absolute;width:100%;height:100%}.hero-slide{position:absolute;width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease-in-out}.hero-slide.active{opacity:1}.hero-overlay{position:absolute;width:100%;height:100%;background:#0006;z-index:1}.hero-content{position:absolute;text-align:center;color:#fff;z-index:3;max-width:800px}.hero-title{font-size:4rem;font-weight:700;text-shadow:2px 2px 10px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.5rem;margin-top:10px}.cta-button{display:inline-block;background-color:#2e8b57;color:#fff;padding:12px 24px;margin-top:20px;border-radius:8px;text-decoration:none;font-size:1.2rem;transition:background .3s ease}.cta-button:hover{background-color:#246b45}.hero-description{position:absolute;bottom:20px;left:20px;color:#fff;z-index:2;max-width:300px}.hero-description p{font-size:1.1rem;margin-bottom:5px}.details-button{display:inline-block;background-color:#fffc;color:#000;padding:8px 16px;border-radius:5px;text-decoration:none;font-size:1rem;transition:background .3s ease}.details-button:hover{background-color:#fff}.hero-dots{position:absolute;bottom:10px;left:50%;transform:translate(-50%);display:flex;gap:8px;z-index:3}.dot{width:12px;height:12px;background:#fff;border-radius:50%;opacity:.6;cursor:pointer;transition:opacity .3s ease}.dot.active{opacity:1}@media (max-width: 768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.2rem}.hero-description{bottom:10px;left:10px;font-size:.9rem;max-width:250px}.details-button{font-size:.9rem;padding:6px 12px}}.service{display:flex;flex-direction:column;align-items:center;padding:40px;background-color:#f9f9f9;text-align:center}.service_title{font-size:32px;margin-bottom:20px;color:#333}.service p{font-size:16px;color:#666;line-height:1.5;margin-bottom:20px}.service img{max-width:100%;height:auto;border-radius:8px;margin-bottom:20px}.service a{text-decoration:none;color:#007bff;font-weight:700;transition:color .3s ease}.service a:hover{color:#0056b3}.service .service-list{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.service_grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px}.service_item{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 6px #0000001a}.service_name{font-size:24px;margin-bottom:10px;color:#333}.service_description{font-size:16px;color:#666}.projects{background-color:#f1f1f1;padding:20px}.projects-container{max-width:1200px;margin:0 auto;text-align:center}.projects-title{font-size:2.5rem;font-weight:700;color:#246b45;margin-bottom:20px}.project-item{display:flex;align-items:center;margin-bottom:20px}.project-item.left{flex-direction:row}.project-item.right{flex-direction:row-reverse}.project-image-container{flex:1}.project-image{width:100%;height:auto;object-fit:cover}.project-info{flex:1;padding:20px;text-align:left}.project-title{font-size:1.8rem;font-weight:700;color:#333;margin-bottom:10px}.project-description{font-size:1.2rem;color:#555;margin-bottom:20px}.project-button{display:inline-block;background-color:#246b45;color:#fff;padding:10px 20px;border-radius:5px;text-decoration:none;font-size:1.1rem;transition:background .3s ease}.project-button:hover{background-color:#751220}.project-page{padding:20px;font-family:Arial,sans-serif}.project-page h1{font-size:2rem;color:#246b45}.project-page p{font-size:1.2rem;color:#333;line-height:1.6}.navigation-buttons{display:flex;justify-content:space-between;margin-top:20px}.back-link,.next-link{padding:10px 20px;text-decoration:none;color:#fff;background-color:#246b45;border-radius:5px;transition:background-color .3s ease}.back-link:hover,.next-link:hover{background-color:#0056b3}@media (max-width: 900px){.project-item{flex-direction:column;text-align:center}.project-info{text-align:center;padding:10px}.project-title{font-size:1.5rem}.project-description{font-size:1rem}}.ceo-section{background-color:#f9f9f9;padding:30px 20px;text-align:left;box-shadow:0 10px 20px #0003;border-radius:10px}.ceo-container{max-width:1200px;margin:0 auto;display:flex;align-items:flex-start;gap:50px}.ceo-title{font-size:2.5rem;font-weight:700;color:#246b45}.ceo-message{background-color:#f9f9f9;padding:40px;display:flex;justify-content:center;align-items:center;text-align:center}.ceo-message_content{display:flex;flex-wrap:wrap;max-width:1200px;gap:50px;justify-content:center}.ceo-message_image{flex:1;text-align:center}.ceo-image{width:100%;max-width:300px;border-radius:10px}.ceo-name{font-size:1.2rem;font-weight:700;margin-top:10px}.ceo-signature{font-size:1.5rem;font-weight:700;font-family:Brush Script MT,cursive}.ceo-message_text{flex:2;text-align:center}.ceo-message_title{font-size:2.8rem;font-weight:700;color:#246b45;margin-bottom:25px}.ceo-message p{font-size:1.3rem;color:#333;line-height:1.8}.ceo-button{display:inline-block;margin-top:25px;padding:12px 25px;background-color:#246b45;color:#fff;border-radius:8px;text-decoration:none;font-size:1.2rem;transition:background .3s ease;cursor:pointer}.ceo-button:hover{background-color:#1f5d39}@media (max-width: 900px){.ceo-container,.ceo-message_content{flex-direction:column;text-align:center}.ceo-message_text{text-align:center}}.contact{background-color:#fff;padding:80px 20px;text-align:center}.contact-container{max-width:800px;margin:0 auto;display:flex;flex-direction:column;gap:30px;align-items:center}.contact-form{width:100%;display:flex;flex-direction:column;gap:15px;background:#f9f9f9;padding:25px;border-radius:10px;box-shadow:0 8px 20px #00000026;transition:all .3s ease-in-out}.contact-form:hover{box-shadow:0 10px 25px #0003}.contact-form input,.contact-form textarea{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;font-size:1rem;transition:all .3s ease-in-out}.contact-form input:focus,.contact-form textarea:focus{border-color:#2e8b57;box-shadow:0 0 10px #2e8b574d;outline:none}.contact-form textarea{height:120px;resize:none}.submit-button{background:linear-gradient(to right,#2e8b57,#246b45);color:#fff;padding:14px;border:none;border-radius:8px;font-size:1.2rem;cursor:pointer;transition:transform .2s ease,background .3s ease}.submit-button:hover{background:linear-gradient(to right,#246b45,#1f5839);transform:scale(1.05)}.contact-info{width:100%;text-align:left;background:#f9f9f9;padding:25px;border-radius:10px;box-shadow:0 8px 20px #00000026;transition:all .3s ease-in-out}.contact-info:hover{box-shadow:0 10px 25px #0003}.contact-info p{font-size:1.1rem;margin:12px 0;color:#444}.contact-info strong{color:#2e8b57}@media (max-width: 900px){.contact-container{width:90%}}.footer{background-color:#2e8b57;color:#fff;padding:10px 20px;text-align:center}.footer-container{display:flex;justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;flex-wrap:wrap;padding:10px 0}.footer-left{display:flex;flex-direction:column;align-items:center;text-align:center}.footer-logo{width:100px;margin-bottom:10px}.footer-company-name{font-size:1rem;font-weight:700}.footer-nav{display:flex;gap:15px}.footer-nav a{color:#fff;text-decoration:none;font-size:1rem;transition:color .3s ease-in-out}.footer-nav a:hover{color:#d4ffeb}.footer-contact{text-align:right;font-size:1rem;line-height:1.3}.footer-contact p{display:flex;align-items:center;gap:5px;margin:5px 0}.footer-bottom{margin-top:10px;border-top:1px solid rgba(255,255,255,.2);padding-top:10px;font-size:.8rem;text-align:center}@media (max-width: 900px){.footer-container{flex-direction:column;text-align:center}.footer-contact{text-align:center;margin-top:10px}.footer-nav{flex-direction:column;gap:10px}}
