:root{--background-light: #f3f4f6;--background-dark: #022c22;--text-light: #f3f4f6;--text-dark: #030712;--heading-primary: #ecfdf5;--heading-accent-dark: #047857;--heading-accent-light: #a7f3d0;--heading-linear-end: #10b981;--heading-linear-start: #022c22;--heading-icon-light: #d1fae5;--heading-icon-dark: #030712;--icon-quote: #047857;--icon-star: #c4ca54;--button-background-primary: #047857;--button-background-secondary: #f3f4f6;--button-text-primary: #f3f4f6;--button-text-secondary: #047857;--border: #059669;--container-background: #ecfdf5;--menu: #047857;--tab-bg: #d1fae5;--form-bg: #dde0e4}html{scroll-behavior:smooth}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}ul{list-style-type:none}body{background-color:var(--background-light);color:var(--text-dark);font-family:Kameron,serif;font-optical-sizing:auto;font-weight:400;font-style:normal;height:100vh}a{color:var(--background-light);text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;letter-spacing:-.5px}h2{font-weight:700;font-size:2rem;text-align:center}h4{font-weight:600;font-size:1.15rem}p{font-size:1rem}a:hover{text-decoration:underline;cursor:pointer}button:hover{cursor:pointer}section{padding:4rem 2rem;background-color:var(--background-light)}.section-dark{background-color:var(--background-dark)}.heading-light{color:var(--text-dark)}.heading-dark{color:var(--text-light)}@media screen and (min-width: 768px){h1{font-size:2rem}section{padding:4rem 5rem}}@media screen and (min-width: 1280px){h1{font-size:2.25rem}}.nav{background:var(--background-dark);box-shadow:4px 4px 4px #d1fae540}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 1rem;overflow-y:visible}.menu{height:2.25rem;width:2.25rem;stroke:var(--menu)}.nav-links,.cta-button{display:none}.cta-button:hover{background-color:var(--container-background);color:var(--background-dark);transition:all .2s}.nav-links-mobile{display:flex;flex-direction:column;justify-content:space-between;gap:.5rem;padding:1.5rem 1rem;border-top:var(--border) 1px solid}@media screen and (min-width: 768px){.nav-container{padding:1.5rem 2rem}.menu{display:none}.nav-links{display:flex;gap:1.5rem}.cta-button{display:flex;background-color:var(--button-background-primary);color:var(--button-text-primary);border:1px solid var(--border);font:inherit;text-transform:capitalize;padding:.5rem 2rem;border-radius:.25rem;box-shadow:0 4px 4px #022c2240}.nav-links-mobile{display:none}}@media screen and (min-width: 1280px){.nav-container{max-width:1280px;margin:0 auto}}.logo{display:flex;color:var(--text-light);cursor:pointer;text-decoration:none!important;height:3rem}.logo-text-container{display:flex;flex-direction:column;justify-content:center;margin-left:.5rem}.logo-text{font-weight:600;font-size:1.125rem}.logo-icon{stroke-width:.125rem;height:2rem;width:2rem}.header{position:relative;background-image:url(/images/hero.png);background-size:cover;background-repeat:no-repeat;background-position:center;padding:2rem;z-index:0;color:var(--text-light)}.header:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000e0bbf;z-index:-1}.primary-heading{text-align:center;padding-bottom:2rem;color:var(--heading-primary)}.header-articles{display:flex;flex-direction:column;align-items:center;gap:.5rem}.header-article{background-color:var(--container-background);padding:2rem 1rem;border-radius:.25rem;color:var(--text-dark)}.article-heading{width:fit-content;background:linear-gradient(to right,var(--heading-linear-start),var(--heading-linear-end));margin-bottom:.5rem;-webkit-text-fill-color:transparent;-webkit-background-clip:text}.separator{font-size:1.5rem;font-weight:600}.contact-links{display:flex;flex-direction:column;align-items:center;margin-top:1rem}.contact-link{display:flex;align-items:center;color:var(--text-light);gap:1rem;margin-top:1rem}.heading-icon{width:1.5rem;height:1.5rem;stroke:var(--heading-icon-light)}@media screen and (min-width: 768px){.header{padding:6rem 2rem}.header-articles{flex-direction:row;margin-bottom:4rem}.primary-heading{padding-bottom:4rem}}@media screen and (min-width: 1280px){.header-articles{max-width:1000px;margin:0 auto;justify-content:space-between}.header-article{max-width:450px;padding:2rem 3rem}.primary-heading{padding-bottom:4rem}}.services-heading{margin-bottom:1.5rem}.heading-accent{color:var(--heading-accent-dark)}.services-list{margin-top:1.5rem;display:flex;flex-direction:column;gap:1.5rem}@media screen and (min-width: 768px){.heading-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center}}@media screen and (min-width: 1280px){.services-container{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:4rem}.services{max-width:1280px;margin:0 auto}}.canvas{height:20rem;width:100%}@media screen and (min-width: 1280px){.canvas{height:30rem;max-width:30rem}}.spinner{width:40px;height:40px;border:4px solid var(--background-dark);border-top:4px solid transparent;border-radius:50%;animation:spin 1s linear infinite;margin:auto}@keyframes spin{to{transform:rotate(360deg)}}.tab-navigation{background-color:var(--tab-bg);padding:.5rem;display:flex;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}@media screen and (min-width: 1280px){.tab-navigation{min-width:20rem}}.tab-button{background-color:var(--button-background-secondary);color:var(--button-text-secondary);border:1px solid var(--border);font:inherit;text-transform:capitalize;padding:.5rem 2rem;border-radius:.25rem;box-shadow:0 4px 4px #022c2240;width:100%}.tab-button:hover{background-color:var(--container-background)}.tab-button-active{background-color:var(--button-background-primary);color:var(--button-text-primary)}.tab-button-active:hover{background-color:#06433b}.service-card{background-color:var(--container-background);border:1px solid var(--border);border-radius:.5rem;display:flex;flex-direction:column;padding:1rem;gap:2rem}.service-container{display:flex;gap:2rem}.service-icon{height:3rem;width:3rem}.service-title{font-size:1.25rem;font-weight:500;margin-bottom:.25rem}.jobs-badge{width:100%;padding:.75rem;display:flex;flex-direction:column;align-items:center;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 4px #00000026}.service-jobs-number{color:var(--heading-accent-dark);font-weight:700;font-size:1.5rem}.service-jobs{color:var(--heading-accent-dark);font-weight:500}@media screen and (min-width: 768px){.service-card{flex-direction:row;gap:2rem;justify-content:space-between;height:10rem}.jobs-badge{width:fit-content;height:fit-content;align-self:flex-end}.service-jobs{width:8rem}}@media screen and (min-width: 1280px){.service-card{height:8rem}}.testimonials{position:relative;overflow:hidden}.testimonials-heading{color:var(--text-light);text-align:center;margin-bottom:.5rem;position:relative;z-index:1}.testimonials-text{color:var(--text-light);text-align:center;position:relative;z-index:1}.testimonials-span{color:var(--heading-accent-light)}.testimonials-list{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:1.5rem}@media (min-width: 768px){.testimonials-list{grid-template-columns:1fr 1fr}}@media (min-width: 1280px){.testimonials-list{grid-template-columns:1fr 1fr 1fr;max-width:1280px;margin:0 auto;margin-top:2rem}}.testimonial{background-color:var(--background-light);border-radius:.5rem;padding:1rem;display:flex;flex-direction:column;gap:1.25rem;position:relative;z-index:1}.testimonial-rating{font-weight:500;font-size:1.05rem}.icon-quote{stroke:var(--icon-quote);height:2rem;width:2rem}.icon-star{stroke:transparent;fill:var(--icon-star)}.grass-container{position:absolute;overflow:visible;height:7rem;width:7rem;z-index:0}.grass{height:4.25rem;width:4.25rem;fill:#065f46;opacity:.5;position:absolute}.grass-one{top:0;right:0}.grass-two{top:1.5rem;left:0rem}.grass-three{top:2.5rem;right:0rem}@media screen and (min-width: 768px){.grass-container{height:8rem;width:8rem}.grass{height:5.25rem;width:5.25rem}.grass-one{top:0;right:0}.grass-two{top:1.5rem;left:0rem}.grass-three{top:3rem;right:0rem}}.contact-text{text-align:center;margin-top:.5rem;margin-bottom:1.5em}.service-area{display:block;color:var(--heading-accent-dark);font-weight:500;font-size:1.125rem}.business-hours{display:flex;flex-direction:column;gap:.5rem;align-items:center}.days{display:flex;flex-direction:column;gap:.5rem}.day-container{display:flex;gap:.5rem}.day{width:6rem;font-weight:500}.business-info{display:flex;flex-direction:column;gap:1.5rem}.contact-links-contact{display:flex;flex-direction:column;align-items:center;gap:.5rem}.contact-link-dark{display:flex;align-items:center;color:var(--text-dark);gap:1rem}.icon-dark{width:1.5rem;height:1.5rem;stroke:var(--heading-icon-dark)}@media screen and (min-width: 768px){.business-info{flex-direction:row;gap:4rem}.contact-links-contact,.business-hours{align-items:start}}@media screen and (min-width: 1280px){.contact-content{display:flex;justify-content:space-between;gap:4rem;max-width:1280px;margin:0 auto}.business-info{flex-direction:row;gap:3rem}}.contact-form{background-color:var(--form-bg);padding:2.5rem 1.5rem;border-radius:.5rem;box-shadow:0 4px 4px #00000040;display:grid;gap:1.5rem;margin-bottom:3rem}.name-row{display:grid;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.input{border:none;outline:none;box-shadow:0 2px 2px #0000001a;padding:.75rem .5rem;border-radius:.25rem;resize:vertical;font:inherit}.input::placeholder{color:#9ca3af}.textarea{height:7rem}.error{color:#e40505;font-size:.875rem;margin-top:.25rem}.button-submit{font:inherit;background-color:var(--background-dark);color:var(--text-light);display:flex;justify-content:center;align-items:center;gap:1rem;border:none;outline:none;padding:.75rem;box-shadow:0 4px 4px #022c2240;transition:all .2s}.button-submit:hover,.button-submit:focus{background-color:#047857}@media screen and (min-width: 768px){.contact-form{padding:3rem 2rem}.name-row{grid-template-columns:1fr 1fr}}@media screen and (min-width: 180px){.contact-form{flex-grow:1}}.footer{background-color:var(--background-dark);color:var(--text-light);overflow:hidden;position:relative}.footer-content{padding:4rem 2rem;display:flex;flex-direction:column;gap:2rem}.service-links{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.service-links-container,.footer-logo{display:flex;flex-direction:column;gap:1rem}.footer-text{width:70%;max-width:12rem}.directory-links{display:flex;flex-direction:column;gap:.75rem}.directory-links-container{display:flex;flex-direction:column;gap:1rem}.contact-links-footer{display:flex;flex-direction:column}.links{display:flex;flex-direction:column;gap:2rem}@media screen and (min-width: 768px){.service-links{width:fit-content}}@media screen and (min-width: 1280px){.footer-content{flex-direction:row;justify-content:space-between;max-width:1280px;margin:0 auto}}
