.hero[data-astro-cid-anhloy43]{height:75vh;background-color:var(--dark-color);color:var(--text-light);position:relative;overflow:hidden;display:flex;align-items:center;background-image:url(/images/hero/alaska-freight-transport-trucking1.webp);background-size:cover;background-position:center;background-repeat:no-repeat}.hero[data-astro-cid-anhloy43]:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right,#000c,#0009);z-index:1}.hero-content[data-astro-cid-anhloy43]{position:relative;z-index:2;max-width:800px;margin-top:4rem}.hero-title[data-astro-cid-anhloy43]{font-size:3.5rem;margin-bottom:1.5rem;color:var(--text-light)}.hero-subtitle[data-astro-cid-anhloy43]{font-size:1.5rem;margin-bottom:2rem;color:var(--accent-color)}.hero-btns[data-astro-cid-anhloy43]{display:flex;gap:1rem}.hero[data-astro-cid-anhloy43] .btn-primary[data-astro-cid-anhloy43]{padding-top:14px}.hero[data-astro-cid-anhloy43] .btn-outline[data-astro-cid-anhloy43]{background-color:transparent;border:2px solid #ffffff;color:#fff}.hero[data-astro-cid-anhloy43] .btn-outline[data-astro-cid-anhloy43]:hover{background-color:var(--primary-color)!important;border-color:transparent;color:#fff}.hero[data-astro-cid-anhloy43] .seo-link[data-astro-cid-anhloy43]{color:#52b6ff!important;font-weight:400!important;transition:var(--transition)}.hero[data-astro-cid-anhloy43] .seo-link[data-astro-cid-anhloy43]:hover{color:var(--secondary-color);text-decoration:none!important}@media (max-width: 992px){.hero-title[data-astro-cid-anhloy43]{font-size:2.5rem}.hero-subtitle[data-astro-cid-anhloy43]{font-size:1.25rem}.hero[data-astro-cid-anhloy43] .btn-primary[data-astro-cid-anhloy43]{padding-top:12px}}@media (max-width: 768px){.homepage[data-astro-cid-anhloy43] .hero[data-astro-cid-anhloy43]{height:auto!important;min-height:60vh!important;padding:3rem 0!important}.hero-title[data-astro-cid-anhloy43]{font-size:2rem}.hero-subtitle[data-astro-cid-anhloy43]{font-size:1.1rem}.hero-btns[data-astro-cid-anhloy43]{flex-direction:column;gap:.75rem}.hero-btns[data-astro-cid-anhloy43] .btn[data-astro-cid-anhloy43]{width:100%}.hero[data-astro-cid-anhloy43] .btn-primary[data-astro-cid-anhloy43]{padding-top:12px}}@media (max-width: 576px){.hero-title[data-astro-cid-anhloy43]{font-size:1.75rem}.hero[data-astro-cid-anhloy43] .btn-primary[data-astro-cid-anhloy43]{padding-top:12px}}.service-card{background-color:#fff;border-radius:12px;overflow:hidden;box-shadow:0 5px 15px #0000000d;transition:transform .3s ease,box-shadow .3s ease,opacity .5s ease;border:1px solid rgba(0,0,0,.05);position:relative;height:100%;display:flex;flex-direction:column}.service-card:hover,.service-card.animate.show:hover{transform:translateY(-5px);box-shadow:0 10px 25px #0000001a;border-color:#022eb21a}.service-img{height:220px;position:relative;overflow:hidden}.service-img:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,.5),transparent);z-index:1}.service-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-img img{transform:scale(1.1)}.service-content{margin:0rem!important;padding:1.8rem 2rem!important;position:relative;flex:1;display:flex;flex-direction:column;text-align:left!important}.service-content a.seo-link{display:inline;margin:0;padding:0}.service-title{margin-bottom:.75rem;position:relative;padding-bottom:.75rem;margin-left:0;padding-left:0;font-size:1.5rem;color:var(--primary-color);text-align:left!important}.service-title:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:3px;background-color:var(--primary-color)}.service-content p{margin-bottom:1.5rem;line-height:1.6}.service-content .btn{margin-top:auto;margin-left:0;padding-left:1.5rem;padding-right:1.5rem;align-self:flex-start}.animate{opacity:0;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease}.animate.show{opacity:1;transform:translateY(0)}@media (max-width: 768px){.service-img{height:180px}.service-content{padding:1.5rem!important}.service-title{font-size:1.3rem}}@media (max-width: 576px){.service-card{width:100%!important;max-width:100%!important;margin:0 auto!important;display:flex!important;flex-direction:column!important}.service-img{height:180px}.service-content{padding:1.5rem!important}.service-content>div{margin-bottom:1rem!important;font-size:.95rem;word-break:break-word}.service-title{font-size:1.2rem;margin-bottom:.5rem;padding-bottom:.5rem}.service-content .btn{padding:.6rem 1.2rem;font-size:.9rem;width:100%;text-align:center}}section.services{padding:5rem 0;background-color:var(--light-color)}section.services .section-title{text-align:center;margin-bottom:3rem}section.services .section-title h2{position:relative;display:inline-block;padding-bottom:.5rem}section.services .section-subtitle{font-size:1.2rem;max-width:800px;margin:0 auto 2rem;color:var(--text-color)}section.services .section-title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--primary-color)}section.services .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;margin:0 auto}section.services .services-grid>*{margin:0 auto;max-width:100%;width:100%}section.services .services-cta{margin-top:3rem;text-align:center;padding:2rem;background-color:var(--light-accent);border-radius:8px}section.services .services-cta p{margin-bottom:1.5rem;font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 992px){section.services{padding:4rem 0}section.services .services-grid{grid-template-columns:repeat(1,1fr)!important;gap:1.5rem}}@media (max-width: 768px){section.services{padding:3rem 0}section.services .section-title{margin-bottom:2rem}section.services .section-subtitle{font-size:1.1rem}section.services .services-grid{grid-template-columns:repeat(1,1fr)!important;gap:1rem}section.services .services-cta{padding:1.5rem;margin-top:2rem}section.services .services-cta p{font-size:1.1rem}}@media (max-width: 576px){section.services{padding:2rem 0}section.services .services-grid>*{grid-template-columns:repeat(1,1fr)!important;gap:1.5rem;width:100%;max-width:100%;margin-bottom:0}section.services .services-grid{grid-template-columns:repeat(1,1fr)!important;display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;margin:0 auto;padding:0 15px}section.services .section-title h2{font-size:1.8rem}section.services .section-subtitle{font-size:1rem;padding:0 1rem}section.services .services-cta{max-width:90%;margin:2rem auto 0;padding:1.2rem}section.services .services-cta p{font-size:1rem}section.services .services-cta .btn{width:100%;display:block;padding:.75rem 1rem}}.services-page .services{padding:5rem 0;background-color:var(--light-color)}.services-page .section-title{text-align:center;margin-bottom:3rem}.services-page .section-title h2{position:relative;display:inline-block;padding-bottom:.5rem}.services-page .section-subtitle{font-size:1.2rem;max-width:800px;margin:0 auto 2rem;color:var(--text-color)}.services-page .section-title h2:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--primary-color)}.services-page .services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;width:100%;margin:0 auto}.services-page .services-grid>*{margin:0 auto;max-width:100%;width:100%}.services-page .services-cta{margin-top:3rem;text-align:center;padding:2rem;background-color:var(--light-accent);border-radius:8px}.services-page .services-cta p{margin-bottom:1.5rem;font-size:1.2rem;max-width:800px;margin-left:auto;margin-right:auto}@media (max-width: 992px){.services-page .services{padding:4rem 0}.services-page .services-grid{grid-template-columns:repeat(1,1fr)!important;gap:1.5rem}}@media (max-width: 768px){.services-page .services{padding:3rem 0}.services-page .section-title{margin-bottom:2rem}.services-page .section-subtitle{font-size:1.1rem}.services-page .services-grid{grid-template-columns:repeat(1,1fr)!important;gap:1rem}.services-page .services-cta{padding:1.5rem;margin-top:2rem}.services-page .services-cta p{font-size:1.1rem}}@media (max-width: 576px){.services-page .hero{min-height:5vh}.services-page .services{padding:2rem 0}.services-page .services-grid>*{grid-template-columns:repeat(1,1fr)!important;gap:1.5rem;width:100%;max-width:100%;margin-bottom:0}.services-page .services-grid{grid-template-columns:repeat(1,1fr)!important;display:flex;flex-direction:column;gap:2rem;width:100%;max-width:100%;margin:0 auto;padding:0 15px}.services-page .section-title h2{font-size:1.8rem}.services-page .section-subtitle{font-size:1rem;padding:0 1rem}.services-page .services-cta{max-width:90%;margin:2rem auto 0;padding:1.2rem}.services-page .services-cta p{font-size:1rem}.services-page .services-cta .btn{width:100%;display:block;padding:.75rem 1rem}}.industries[data-astro-cid-nmcm7ml6]{padding:80px 0;background-color:#f8f9fa}.industries[data-astro-cid-nmcm7ml6] .section-title[data-astro-cid-nmcm7ml6]{text-align:center;margin-bottom:3rem}.industries[data-astro-cid-nmcm7ml6] .section-title[data-astro-cid-nmcm7ml6] h2[data-astro-cid-nmcm7ml6]{position:relative;display:inline-block;padding-bottom:.5rem}.industries[data-astro-cid-nmcm7ml6] .section-subtitle[data-astro-cid-nmcm7ml6]{font-size:1.2rem;max-width:800px;margin:0 auto 2rem;color:var(--text-color);text-align:center}.industries[data-astro-cid-nmcm7ml6] .section-title[data-astro-cid-nmcm7ml6] h2[data-astro-cid-nmcm7ml6]:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:3px;background-color:var(--primary-color)}.industries-grid[data-astro-cid-nmcm7ml6]{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-top:40px}.industry-card[data-astro-cid-nmcm7ml6]{position:relative;height:250px;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px #0000001a;transition:transform .3s ease,box-shadow .3s ease;text-decoration:none;color:#fff;opacity:0;transform:translateY(20px)}.industry-card[data-astro-cid-nmcm7ml6]:hover{transform:translateY(-5px);box-shadow:0 10px 25px #00000026}.industry-bg[data-astro-cid-nmcm7ml6]{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;transition:transform .5s ease}.industry-card[data-astro-cid-nmcm7ml6]:hover .industry-bg[data-astro-cid-nmcm7ml6]{transform:scale(1.1)}.industry-card[data-astro-cid-nmcm7ml6]:hover .industry-bg[data-astro-cid-nmcm7ml6]:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:#00000080;transition:opacity .3s ease}.industry-overlay[data-astro-cid-nmcm7ml6]{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,#000c,#0006,#0000001a);padding:20px;display:flex;flex-direction:column;justify-content:flex-end}.industry-title[data-astro-cid-nmcm7ml6]{font-size:1.25rem;font-weight:700;margin-bottom:10px;color:#fff}.industry-desc[data-astro-cid-nmcm7ml6]{font-size:.9rem;margin-bottom:15px;opacity:.9;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:opacity .3s ease}.industry-card[data-astro-cid-nmcm7ml6]:hover .industry-desc[data-astro-cid-nmcm7ml6]{color:var(--secondary-color)}.industry-link[data-astro-cid-nmcm7ml6]{font-size:.9rem;font-weight:600;color:#fff;display:flex;align-items:center;opacity:.8;transition:opacity .3s ease}.industry-link[data-astro-cid-nmcm7ml6] i[data-astro-cid-nmcm7ml6]{margin-left:5px;transition:transform .3s ease}.industry-card[data-astro-cid-nmcm7ml6]:hover .industry-link[data-astro-cid-nmcm7ml6]{opacity:1}.industry-card[data-astro-cid-nmcm7ml6]:hover .industry-link[data-astro-cid-nmcm7ml6] i[data-astro-cid-nmcm7ml6]{transform:translate(5px)}@media (max-width: 1200px){.industries-grid[data-astro-cid-nmcm7ml6]{grid-template-columns:repeat(3,1fr)}}@media (max-width: 992px){.industries-grid[data-astro-cid-nmcm7ml6]{grid-template-columns:repeat(2,1fr)}}@media (max-width: 576px){.industries-grid[data-astro-cid-nmcm7ml6]{grid-template-columns:1fr!important}.industry-card[data-astro-cid-nmcm7ml6]{height:200px;margin-bottom:10px}}.industry-card[data-astro-cid-nmcm7ml6]{animation:slideInUp .6s ease forwards}.industry-card[data-astro-cid-nmcm7ml6][data-index="0"]{animation-delay:0ms}.industry-card[data-astro-cid-nmcm7ml6][data-index="1"]{animation-delay:.15s}.industry-card[data-astro-cid-nmcm7ml6][data-index="2"]{animation-delay:.3s}.industry-card[data-astro-cid-nmcm7ml6][data-index="3"]{animation-delay:.45s}.industry-card[data-astro-cid-nmcm7ml6][data-index="4"]{animation-delay:.6s}.industry-card[data-astro-cid-nmcm7ml6][data-index="5"]{animation-delay:.75s}.industry-card[data-astro-cid-nmcm7ml6][data-index="6"]{animation-delay:.9s}.industry-card[data-astro-cid-nmcm7ml6][data-index="7"]{animation-delay:1.05s}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
