@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{--jobber-green: #1e9d3b;--jobber-green-dark: #126323;--jobber-dark-green: #0f401b;--jobber-darker-green: #08240f;--jobber-text-dark: #222222;--jobber-text-gray: #444444;--jobber-bg-light: #e5ebe8;--jobber-white: #ffffff;--jobber-border: #d0d7d4;--transition-fast: .2s ease-in-out}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;color:var(--jobber-text-dark);background-color:var(--jobber-bg-light);line-height:1.6}a{text-decoration:none;color:var(--jobber-green)}img{max-width:100%}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.bg-white{background-color:var(--jobber-white)}.bg-light-gray{background-color:var(--jobber-bg-light)}.bg-dark-green{background-color:var(--jobber-dark-green)}.bg-darker-green{background-color:var(--jobber-darker-green)}.text-white{color:var(--jobber-white)}.text-dark{color:var(--jobber-text-dark)}.mt-4{margin-top:1.5rem}.mb-4{margin-bottom:1.5rem}.w-100{width:100%}.jobber-section{padding:5rem 0}.jobber-heading{font-size:2.2rem;font-weight:700;margin-bottom:1.5rem;color:var(--jobber-text-dark)}.bg-dark-green .jobber-heading{color:#fff}.jobber-subheading{font-size:1.1rem;color:var(--jobber-text-gray);max-width:700px;margin:0 auto 3rem}.jobber-sub-heading{font-size:1.5rem;font-weight:600;color:var(--jobber-text-dark)}.btn{display:inline-block;padding:.8rem 1.8rem;border-radius:6px;font-weight:600;transition:all var(--transition-fast);cursor:pointer;border:none;font-size:1rem}.btn-green{background-color:var(--jobber-green);color:#fff!important}.btn-green:hover{background-color:var(--jobber-green-dark)}.btn-outline-white{background-color:transparent;color:#fff!important;border:2px solid white}.btn-outline-white:hover{background-color:#fff;color:var(--jobber-dark-green)!important}.jobber-navbar{position:fixed;top:0;width:100%;z-index:100;background-color:#fff;box-shadow:0 4px 20px #00000014;transition:padding .3s ease;padding:1rem 0}.jobber-navbar.scrolled{padding:.5rem 0}.jobber-nav-container{display:flex;justify-content:space-between;align-items:center}.jobber-logo{height:65px;object-fit:contain}.jobber-nav-links{display:flex;gap:2rem;align-items:center}.jobber-nav-links a{color:var(--jobber-text-dark);font-weight:500}.jobber-nav-links a:hover{color:var(--jobber-green)}@media(max-width:800px){.jobber-logo{height:45px}.jobber-nav-links{gap:1rem;font-size:.95rem}.phone-btn{display:none}}.jobber-hero{position:relative;height:80vh;min-height:600px;display:flex;align-items:center;justify-content:center;text-align:center;margin-top:70px;overflow:hidden}.jobber-hero-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:1}.jobber-hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00321480;z-index:2}.jobber-hero-content{position:relative;z-index:3;max-width:800px;padding:0 1rem;color:#fff}.jobber-hero-content h1{font-size:3.5rem;font-weight:800;margin-bottom:1rem}@media(max-width:768px){.jobber-hero-content h1{font-size:2.2rem}.jobber-hero-actions{flex-direction:column;padding:0 1rem}}.jobber-hero-content .jobber-subtitle{font-size:1.4rem;margin-bottom:2.5rem}.jobber-hero-actions{display:flex;gap:1rem;justify-content:center}.jobber-hero-service{position:relative;height:40vh;min-height:300px;background:linear-gradient(#0009,#0009),url(/general_service.jpeg) center/cover;display:flex;align-items:center;justify-content:center;margin-top:70px}.jobber-features{display:flex;flex-direction:column;gap:1.2rem;align-items:center;margin-top:2rem}.jobber-feature-item{display:flex;align-items:center;font-size:1.2rem;font-weight:500;color:var(--jobber-text-dark)}.jobber-check{color:#fff;background-color:var(--jobber-green);border-radius:50%;width:28px;height:28px;display:inline-flex;align-items:center;justify-content:center;margin-right:1rem;font-size:.9rem}.jobber-services-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem;margin-top:3rem}.jobber-service-card{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px #00000014;border:1px solid var(--jobber-border);transition:transform var(--transition-fast),box-shadow var(--transition-fast);display:block}.jobber-service-card:hover{transform:translateY(-8px);box-shadow:0 15px 35px #00000026}.jobber-card-image img{width:100%;height:200px;object-fit:cover;display:block}.jobber-card-content{padding:1.5rem}.jobber-card-content h3{font-size:1.25rem;color:var(--jobber-text-dark);margin-bottom:.5rem}.jobber-card-content p{color:var(--jobber-text-gray);margin-bottom:1.5rem;font-size:.95rem}.jobber-card-link{color:var(--jobber-green);font-weight:600}.jobber-breadcrumb{margin-bottom:2rem;font-size:.9rem;color:var(--jobber-text-gray)}.jobber-breadcrumb a{color:var(--jobber-green)}.jobber-service-layout{display:grid;grid-template-columns:2fr 1fr;gap:3rem}.service-detail-img{width:100%;border-radius:8px;object-fit:cover;max-height:400px}.jobber-sidebar-list{list-style:none}.jobber-sidebar-list li{margin-bottom:.8rem;padding-bottom:.8rem;border-bottom:1px solid var(--jobber-border)}.jobber-sidebar-list li:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.jobber-list-layout{background:var(--jobber-bg-light);padding:3rem;border-radius:8px}.jobber-comprehensive-list{display:grid;grid-template-columns:1fr 1fr;gap:1rem;list-style-type:disc;padding-left:1.5rem;color:var(--jobber-text-gray)}@media(max-width:768px){.jobber-comprehensive-list,.jobber-service-layout{grid-template-columns:1fr}}.jobber-about-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.jobber-about-img img{border-radius:8px;box-shadow:0 10px 30px #0000001a}.jobber-fleet-img{margin-top:2rem;border-radius:8px;width:100%}@media(max-width:768px){.jobber-about-layout{grid-template-columns:1fr;gap:2rem}}.jobber-faq-container{max-width:800px;margin:0 auto}.jobber-faq-item{border-bottom:1px solid var(--jobber-border);margin-bottom:.5rem}.jobber-faq-q{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;background:none;border:none;font-size:1.1rem;font-weight:600;color:var(--jobber-text-dark);cursor:pointer;text-align:left}.jobber-faq-icon{font-size:1.5rem;color:var(--jobber-green)}.jobber-faq-a{max-height:0;overflow:hidden;transition:max-height .3s ease-out}.jobber-faq-item.active .jobber-faq-a{max-height:500px}.jobber-faq-a p{padding-bottom:1.5rem;color:var(--jobber-text-gray)}.jobber-contact-layout{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.jobber-form-card{padding:2.5rem;border-radius:8px;box-shadow:0 10px 30px #0003}.form-group{margin-bottom:1.2rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:500}.form-group input,.form-group textarea{width:100%;padding:.8rem;border:1px solid var(--jobber-border);border-radius:4px;font-family:inherit}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:var(--jobber-green)}@media(max-width:900px){.jobber-contact-layout{grid-template-columns:1fr}}.jobber-footer{padding:3rem 0}
