body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background:#f4f4f4;font-family:Arial,sans-serif;margin:0}header{background:#333;color:#fff;padding:1em;text-align:center}h2{color:#444}ul{padding-left:1.2em}form{background:#fff;border-radius:5px;box-shadow:0 0 10px #ccc;padding:2em}button,input,textarea{border:1px solid #ccc;border-radius:4px;display:block;margin-bottom:1em;padding:.8em;width:100%}button{background:#333;border:none;color:#fff;cursor:pointer}footer{color:#666;font-size:.9em;padding:1em;text-align:center}.site-header{align-items:center;background-color:#fff;box-shadow:0 2px 4px #0000000d;display:flex;justify-content:space-between;padding:1.5rem 2rem;position:sticky;top:0;z-index:100}.logo-icon{display:inline-block;height:32px;margin-right:10px;width:32px}.logo-full{display:none}.logo-text{color:#000;font-size:1.2rem;font-weight:800;text-transform:uppercase}.nav-links{align-items:center;display:flex;gap:1.5rem}.nav-links a{color:#333;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-links a:hover{color:#2ecc40}.contact-btn{border:2px solid #000;border-radius:3px;font-weight:700;padding:.5rem 1rem;text-transform:uppercase;transition:background .3s,color .3s}.contact-btn:hover{background:#000;color:#fff}.hamburger{cursor:pointer;display:none;flex-direction:column;height:18px;justify-content:space-between;width:24px}.hamburger .bar{background-color:#000;border-radius:2px;height:3px}@media (max-width:768px){.hamburger{display:flex}.site-header{padding:.25rem 1rem}.nav-links{background-color:#fff;box-shadow:0 8px 16px #0000000d;flex-direction:column;justify-content:center;max-height:0;overflow:hidden;padding:0;position:absolute;right:0;top:100%;transition:max-height .3s ease;width:100%}.nav-links.open{align-items:center;max-height:300px;padding-bottom:1rem;padding-top:1rem}.nav-links a{font-size:1rem;padding:.5rem 1rem}.logo-icon,.logo-text{display:none}.logo-full{display:inline-block;height:75px;width:80px}}.hero-section{align-items:center;background-position:50%;background-size:cover;color:#fff;height:80vh;justify-content:center;overflow:hidden}.hero-overlay,.hero-section{display:flex;position:relative}.hero-overlay{background-color:#0f1a0ff2;clip-path:polygon(0 0,76% 0,42% 100%,0 100%);height:100%;width:100%;z-index:2}.hero-content{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding-left:4rem;text-align:left;width:50%}.hero-title{font-size:4rem;font-weight:800;margin-bottom:1rem}.hero-subtitle{font-size:1.2rem;margin-bottom:1.5rem}.hero-btn{background:#2ecc40;border-radius:5px;color:#fff;display:inline-block;font-weight:700;padding:.8rem 1.5rem;text-decoration:none;text-transform:uppercase}@media screen and (max-width:768px){.hero-section{height:50vh;padding:0}.hero-overlay{clip-path:polygon(0 0,100% 0,100% 100%,0 100%);display:flex;flex-direction:column}.hero-content,.hero-overlay{align-items:center;justify-content:center}.hero-content{padding:0;text-align:center;width:100%}.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1rem}.hero-btn{font-size:.9rem;padding:.6rem 1.2rem}.hero-text h1{font-size:2.4rem}}.services-section{padding:3rem 0;width:100%}.services-container{margin:auto;max-width:1200px;text-align:center}.services-title{font-size:2.5rem;margin-bottom:3rem}.services-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.service-card{background-color:#1c2a1c;border-radius:10px;box-shadow:0 4px 10px #0000001a;color:#ccc;cursor:pointer;margin:1rem;padding:2rem;transition:transform .3s ease,background-color .3s ease}.service-card:hover{background-color:#263a26;transform:translateY(-5px)}.service-card h3{font-size:1.5rem;margin-bottom:.8rem}.service-card p{font-size:.95rem;line-height:1.5}@media screen and (max-width:480px){.services-title{font-size:2rem}.service-card{margin-left:1rem;margin-right:1rem}.service-card h3{font-size:1.2rem}.service-card p{font-size:.95rem}}.bid-form-section{background-color:#121d12;color:#eef1ef;padding:5rem 2rem;text-align:center}.bid-form-container{margin:0 auto;max-width:700px}.form-title{color:#eef1ef;font-size:2.5rem;margin-bottom:1rem}.form-subtitle{color:#eef1ef;font-size:1.1rem;margin-bottom:2.5rem}.bid-form{align-items:center;background:#1c2a1c;border-radius:10px;box-shadow:0 5px 10px #00000026;display:flex;flex-direction:column;gap:1.2rem;padding:2.5rem 3rem}.bid-form input,.bid-form textarea{background-color:#0f1a0f;border:1px solid #2ecc40;border-radius:5px;color:#eef1ef;font-size:1rem;padding:1rem;transition:border-color .3s ease,box-shadow .3s ease}.bid-form input::placeholder,.bid-form textarea::placeholder{color:#999}.bid-form input:focus,.bid-form textarea:focus{border-color:#2ecc40;box-shadow:0 0 0 2px #2ecc4033;outline:none}.bid-form button{background:#2ecc40;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;padding:1rem;text-transform:uppercase;transition:background .3s ease}.bid-form button:hover{background:#28b737}.form-submitted{color:#2ecc40;font-size:1.3rem;margin-top:2rem}@media screen and (max-width:480px){.form-title{font-size:2rem}.form-subtitle{font-size:1rem}.bid-form{padding:2rem 1.25rem}.bid-form button,.bid-form input,.bid-form textarea{font-size:.95rem}}.site-footer{background-color:#0f1a0f;color:#fff;padding:3rem 2rem;text-align:center}.footer-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin:0 auto 2rem;max-width:1000px;text-align:left}.site-footer h4{font-size:1.1rem;font-weight:600;margin-bottom:.5rem}.site-footer a{color:#2ecc40;text-decoration:none}.site-footer a:hover{text-decoration:underline}.footer-copy{color:#aaa;font-size:.85rem}@media (max-width:768px){.footer-grid{gap:0}}.about-section{background-color:#eef1ef;color:#1c2a1c;padding:5rem 2rem}.about-container{margin:0 auto;max-width:800px;text-align:center}.about-title{color:#1c2a1c;font-size:2.5rem;font-weight:700;margin-bottom:2rem}.about-text{color:#3a4a3a;font-size:1.1rem;line-height:1.7;margin-bottom:1.5rem}@media screen and (max-width:480px){.about-title{font-size:2rem}.about-text{font-size:1rem}}
/*# sourceMappingURL=main.d2de10f8.css.map*/