@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap";:root{--navbar-height: 64px;--text-color: #333;--hover-color: #666;--primary-color: #000;--primary-hover-color: #444;--bg-white: #fff;--spacing-xl: 24px;--container-width: 1200px;--transition-fast: .2s ease;--menu-font-family: serif}*{margin:0;padding:0;box-sizing:border-box}.logo-fun{display:flex;justify-content:left;width:100px;height:auto}.logo{display:flex;align-items:center}.logo img{height:50px;width:auto}.navbar{background-color:#fff;color:var(--text-color);height:var(--navbar-height);width:100%;position:fixed;top:0;left:0;z-index:1000;font-family:var(--menu-font-family);text-transform:uppercase;box-shadow:0 2px 8px #0003}.navbar-container{display:flex;justify-content:space-between;align-items:center;height:100%;padding:0 var(--spacing-xl);max-width:var(--container-width);margin:0 auto}.navbar-menu{display:flex;list-style:none}.navbar-menu li{margin:0 1rem}.navbar-menu a{color:var(--text-color);text-decoration:none;font-size:1rem;transition:color var(--transition-fast);display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;line-height:1;gap:.25rem}.navbar-menu a:hover{color:var(--hover-color)}.navbar-action{display:flex;align-items:center;gap:1rem}.navbar-newsletter{display:inline-flex;align-items:center;justify-content:center;background-color:var(--primary-color);color:#fff!important;padding:8px 16px;border-radius:999px;font-weight:500;text-decoration:none;transition:background-color .2s ease}.navbar-newsletter:hover{background-color:var(--primary-hover-color)!important}.navbar-hamburger{display:none;flex-direction:column;justify-content:space-between;width:30px;height:21px;cursor:pointer}.navbar-hamburger span{width:100%;height:3px;background-color:var(--text-color);border-radius:10px}.navbar-mobile-menu{display:none;position:absolute;top:var(--navbar-height);left:0;width:100%;background-color:var(--primary-color);flex-direction:column;list-style:none;max-height:0;overflow:hidden;transition:max-height var(--transition-fast)}.navbar-mobile-menu.active{max-height:100vh;overflow-y:auto}.navbar-mobile-menu li{border-top:1px solid rgba(255,255,255,.1)}.navbar-mobile-menu a{display:block;padding:1rem 0;color:var(--bg-black)!important;text-decoration:none;font-size:1rem;text-transform:uppercase;transition:background-color .2s ease,transform .2s ease;text-align:center}.navbar-mobile-menu a:hover,.navbar-mobile-menu li:hover{background-color:#bababa;transform:scale(1.03)}@media (max-width: 980px){.navbar-menu,.navbar-action,.navbar-newsletter{display:none}.navbar-hamburger{display:flex;position:absolute;right:var(--spacing-xl);z-index:1001}.navbar-container{justify-content:center}.navbar-mobile-menu{display:flex}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}#home-container{position:relative;min-height:100vh;display:flex;justify-content:center;align-items:center;overflow:hidden}.home-banner{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.white-box{position:relative;z-index:2;background-color:#fff;padding:2rem;border-radius:4px;box-shadow:0 4px 10px #00000026;max-width:700px;width:100%;display:flex;flex-direction:column;align-items:center;text-align:center}h1.home-h1{color:#7f0000;font-size:2.5rem;font-weight:900}h2.home-h2{font-size:1.4rem;font-weight:200;color:#000;margin-top:1rem}h3.home-h3{font-size:1.2rem;color:#7f0000;font-weight:400;margin-top:1rem}.link a{text-decoration:none;color:#7f0000;font-weight:400px;font-size:larger}.link a:hover{text-decoration:underline;color:#7f0000}.link{list-style:none}@media (max-width: 768px){h1.home-h1{font-size:2rem}h2.home-h2{font-size:1.2rem}h3.home-h3{font-size:1rem}.white-box{padding:1rem;width:95%}}*{margin:0;padding:0;box-sizing:border-box;background-color:#fff}html,body{width:100%;height:100%;font-family:serif;background-color:#fff}.contact-container{width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.contact-box{display:flex;flex-direction:column;align-items:center;gap:20px}.contact-form{display:flex;flex-direction:column;align-items:center;gap:15px}.input-field{width:400px;height:50px;padding:0 20px;font-size:1rem;border:1px solid #ccc;border-radius:4px;color:#000}textarea.input-field{height:150px;padding-top:15px;resize:none}button{width:200px;height:50px;background-color:#7f0000;color:#fff;font-weight:700;border:none;border-radius:5px;cursor:pointer}.contact-title{font-size:2rem;font:serif;color:#7f0000;text-align:center;padding-bottom:5%}.response-message{text-align:center;color:green}.input-field::placeholder{color:gray;font-style:italic;opacity:1}.call-us{padding-top:0;text-align:center;color:#7f0000;font-weight:400}.about-container{max-width:1800px;margin:0 auto;padding:100px 1rem 2rem;width:100%;min-height:100vh;max-height:100vh}.about-content{display:flex;align-items:center;justify-content:center;gap:5rem}.about-text{flex:1;display:flex;flex-direction:column;gap:1rem;text-align:center;align-items:center}.img-truck{width:500px;flex-shrink:0;border-radius:8px;object-fit:cover}.text-style{color:#7f0000;font-size:2rem;margin-bottom:.5rem}.subheading{font-size:1.5rem;color:#560000;margin-top:1rem}.about-description{font-size:1.1rem;color:#333;line-height:1.6;max-width:700px;text-align:center}@media (max-width: 768px){.about-content{flex-direction:column;gap:2rem;text-align:center}.about-description{font-size:1.2rem;width:100%;max-width:90%}.img-truck{width:100%;max-width:400px}}
