.Navbar-module__dVeNwG__navbar{width:100%;height:90px;padding:0 var(--spacing-padding);z-index:1000;background:0 0;justify-content:space-between;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.Navbar-module__dVeNwG__scrolled{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff2;border-bottom:1px solid #0000000d;height:70px}.Navbar-module__dVeNwG__logoContainer{align-items:center;gap:1rem;display:flex}.Navbar-module__dVeNwG__logoText{font-family:var(--font-heading);color:#fff;text-transform:uppercase;letter-spacing:-.02em;font-size:1.1rem;font-weight:800;transition:color .4s}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__logoText{color:var(--color-primary)}.Navbar-module__dVeNwG__navLinks{gap:3rem;list-style:none;display:flex}.Navbar-module__dVeNwG__navLink{color:#ffffffe6;cursor:pointer;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navLink{color:var(--color-text-muted)}.Navbar-module__dVeNwG__navLink:hover{color:var(--color-accent)}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__navLink:hover{color:var(--color-primary)}.Navbar-module__dVeNwG__navLink:after{content:"";background:var(--color-accent);width:0%;height:2px;transition:width .3s;position:absolute;bottom:-4px;left:0}.Navbar-module__dVeNwG__navLink:hover:after{width:100%}.Navbar-module__dVeNwG__ctaButton{color:#000;font-weight:600;font-family:var(--font-body);background:#fff;border-radius:4px;padding:.8rem 1.5rem;transition:transform .2s,background .2s}.Navbar-module__dVeNwG__ctaButton:hover{background:var(--color-accent);transform:translateY(-2px)}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__ctaButton{background:var(--color-primary);color:#fff}.Navbar-module__dVeNwG__scrolled .Navbar-module__dVeNwG__ctaButton:hover{background:var(--color-accent);color:#000}.Navbar-module__dVeNwG__hamburger{cursor:pointer;z-index:1002;background:0 0;border:none;flex-direction:column;justify-content:space-around;width:2rem;height:1.5rem;display:none}.Navbar-module__dVeNwG__bar{background:#fff;width:100%;height:2px;transition:all .3s}.Navbar-module__dVeNwG__mobileMenu{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:1001;background:#0a0b0ffa;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100vh;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%}.Navbar-module__dVeNwG__mobileMenu.Navbar-module__dVeNwG__open{right:0}@media (max-width:768px){.Navbar-module__dVeNwG__navLinks{display:none}.Navbar-module__dVeNwG__hamburger{display:flex}.Navbar-module__dVeNwG__ctaButton{display:none}}
.Footer-module__rnk_JG__footer{background:var(--color-surface);color:var(--color-foreground);padding:6rem var(--spacing-padding)2rem;border-top:1px solid var(--color-border)}.Footer-module__rnk_JG__topSection{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:6rem;display:flex}.Footer-module__rnk_JG__brandColumn{max-width:400px}.Footer-module__rnk_JG__logoText{font-family:var(--font-heading);text-transform:uppercase;margin-bottom:1.5rem;font-size:2rem;font-weight:800;display:block}.Footer-module__rnk_JG__description{color:var(--color-text-muted);line-height:1.6}.Footer-module__rnk_JG__linksColumn{gap:4rem;display:flex}.Footer-module__rnk_JG__linksGroup h4{text-transform:uppercase;color:var(--color-text-muted);letter-spacing:.05em;margin-bottom:1.5rem;font-size:.9rem}.Footer-module__rnk_JG__linksGroup ul{list-style:none}.Footer-module__rnk_JG__linksGroup li{margin-bottom:.8rem}.Footer-module__rnk_JG__linksGroup a{color:var(--color-foreground);transition:color .3s}.Footer-module__rnk_JG__linksGroup a:hover{color:var(--color-primary)}.Footer-module__rnk_JG__bigText{font-family:var(--font-heading);color:#00000008;text-align:center;-webkit-user-select:none;user-select:none;pointer-events:none;margin:2rem 0;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:1}.Footer-module__rnk_JG__bottomSection{border-top:1px solid var(--color-border);color:var(--color-text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.9rem;display:flex}@media (max-width:768px){.Footer-module__rnk_JG__footer{padding:3rem 1.5rem 1.5rem}.Footer-module__rnk_JG__topSection{flex-direction:column;gap:2rem;margin-bottom:3rem}.Footer-module__rnk_JG__linksColumn{grid-template-columns:1fr 1fr;gap:2rem 1rem;width:100%;display:grid}.Footer-module__rnk_JG__bottomSection{text-align:center;flex-direction:column;gap:1rem;margin-bottom:1rem}.Footer-module__rnk_JG__bigText{margin:1rem 0;font-size:15vw}}@media (max-width:480px){.Footer-module__rnk_JG__linksColumn{flex-direction:column;align-items:center;gap:2rem}.Footer-module__rnk_JG__topSection{gap:2rem}}
.Hero-module__PgAKtG__heroSection{width:100%;height:100vh;padding:0 var(--spacing-padding);background-color:var(--color-background);justify-content:flex-start;align-items:center;display:flex;position:relative;overflow:hidden}.Hero-module__PgAKtG__heroSection:before{content:"";z-index:0;background:url(/images/hero_background.png) 50%/cover no-repeat;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__heroSection:after{content:"";z-index:1;background:linear-gradient(90deg,#002d62e6 0%,#002d6299 40%,#002d6233 100%);width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__PgAKtG__contentWrapper{z-index:2;width:100%;max-width:1000px;position:relative}.Hero-module__PgAKtG__rebrandLabel{font-family:var(--font-body);letter-spacing:.05em;color:#000;background:#fff;border:1px solid #fff;border-radius:4px;margin-bottom:1.5rem;padding:.5rem 1rem;font-size:.9rem;font-weight:700;display:inline-block}.Hero-module__PgAKtG__title{font-family:var(--font-heading);color:#fff;text-transform:uppercase;margin-bottom:2rem;font-size:clamp(2.5rem,8vw,6rem);font-weight:800;line-height:1.1}.Hero-module__PgAKtG__title span{display:block}.Hero-module__PgAKtG__subtitle{font-family:var(--font-body);color:#ffffffe6;max-width:600px;margin-bottom:3rem;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6}.Hero-module__PgAKtG__buttonGroup{gap:1.5rem;display:flex}.Hero-module__PgAKtG__primaryButton,.Hero-module__PgAKtG__secondaryButton{font-weight:600;font-family:var(--font-body);cursor:pointer;text-align:center;white-space:nowrap;border-radius:4px;padding:1rem 2rem;transition:all .3s}.Hero-module__PgAKtG__primaryButton{color:#000;background:#fff;border:1px solid #fff}.Hero-module__PgAKtG__primaryButton:hover{background:var(--color-accent);border-color:var(--color-accent)}.Hero-module__PgAKtG__secondaryButton{color:#fff;background:0 0;border:1px solid #ffffff4d}.Hero-module__PgAKtG__secondaryButton:hover{background:#ffffff0d;border-color:#fff}.Hero-module__PgAKtG__scrollIndicator{color:#ffffff80;flex-direction:column;align-items:center;gap:.5rem;font-size:.8rem;animation:2s infinite Hero-module__PgAKtG__bounce;display:flex;position:absolute;bottom:2rem;left:50%;transform:translate(-50%)}@keyframes Hero-module__PgAKtG__bounce{0%,20%,50%,80%,to{transform:translateY(0)translate(-50%)}40%{transform:translateY(-10px)translate(-50%)}60%{transform:translateY(-5px)translate(-50%)}}@media (max-width:768px){.Hero-module__PgAKtG__heroSection{text-align:center;justify-content:center;padding-top:80px}.Hero-module__PgAKtG__heroSection:after{background:linear-gradient(#002d62e6 0%,#002d62cc 60%,#002d6299 100%)}.Hero-module__PgAKtG__contentWrapper{flex-direction:column;align-items:center;display:flex}.Hero-module__PgAKtG__title{margin-bottom:1.5rem;font-size:2.5rem}.Hero-module__PgAKtG__subtitle{margin-bottom:2rem;font-size:1rem}.Hero-module__PgAKtG__buttonGroup{flex-direction:column;gap:1rem;width:100%;max-width:300px}.Hero-module__PgAKtG__primaryButton,.Hero-module__PgAKtG__secondaryButton{width:100%}}
.IntroSection-module__zs65PW__introSection{color:#fff;text-align:center;background-color:#0000;background-image:linear-gradient(#000000d9,#000000b3),url(/images/crane_assembly.png);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:10rem 1.5rem}.IntroSection-module__zs65PW__title{font-family:var(--font-heading);margin-bottom:2rem;font-size:clamp(2rem,5vw,3.5rem);line-height:1.2}.IntroSection-module__zs65PW__brandName{color:var(--color-primary-light)}.IntroSection-module__zs65PW__description{color:#ffffffe6;margin-bottom:3rem;font-size:1.1rem;line-height:1.8}.IntroSection-module__zs65PW__ctaButton{color:#fff;border:1px solid #fff3;border-radius:4px;padding:1rem 2rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.IntroSection-module__zs65PW__ctaButton:hover{border-color:var(--color-accent)}@media (max-width:768px){.IntroSection-module__zs65PW__introSection{padding:5rem 1.5rem}.IntroSection-module__zs65PW__title{font-size:2rem}}
.StatsBand-module__yEXq7G__statsSection{border-top:1px solid var(--color-primary);border-bottom:1px solid var(--color-primary);background-color:#0000;background-image:linear-gradient(#002d62e6,#0047abd9),url(/images/crane_shethia_blue.jpg);background-position:50%;background-repeat:repeat,repeat;background-size:cover;background-attachment:fixed;background-origin:padding-box,padding-box;background-clip:border-box,border-box;padding:8rem 1.5rem}.StatsBand-module__yEXq7G__container{flex-wrap:wrap;justify-content:space-around;gap:3rem;max-width:1200px;margin:0 auto;display:flex}.StatsBand-module__yEXq7G__statItem{text-align:center;flex:200px}.StatsBand-module__yEXq7G__statValue{font-size:3.5rem;font-family:var(--font-heading);color:#fff;margin-bottom:.5rem;font-weight:800;line-height:1}.StatsBand-module__yEXq7G__statLabel{color:var(--color-accent);text-transform:uppercase;letter-spacing:.05em;font-size:.9rem;font-weight:600}@media (max-width:768px){.StatsBand-module__yEXq7G__statsSection{padding:4rem 1.5rem}.StatsBand-module__yEXq7G__container{gap:2.5rem}.StatsBand-module__yEXq7G__statValue{font-size:2.5rem}}
.FeaturedFleet-module__PXFHCq__section{background:var(--color-surface);color:var(--color-foreground);padding:6rem 1.5rem}.FeaturedFleet-module__PXFHCq__container{max-width:1200px;margin:0 auto}.FeaturedFleet-module__PXFHCq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:3rem;display:flex}.FeaturedFleet-module__PXFHCq__title{font-family:var(--font-heading);color:var(--color-primary);font-size:clamp(2rem,4vw,3rem)}.FeaturedFleet-module__PXFHCq__viewAllLink{color:var(--color-primary);font-weight:600;text-decoration:none}.FeaturedFleet-module__PXFHCq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.FeaturedFleet-module__PXFHCq__card{border-radius:8px;height:450px;position:relative;overflow:hidden}.FeaturedFleet-module__PXFHCq__cardImage{object-fit:cover;width:100%;height:100%}.FeaturedFleet-module__PXFHCq__cardOverlay{background:linear-gradient(#0000,#000000e6);width:100%;padding:2rem;position:absolute;bottom:0;left:0}.FeaturedFleet-module__PXFHCq__cardTitle{color:#fff;margin-bottom:.5rem;font-size:1.5rem}.FeaturedFleet-module__PXFHCq__cardSubtitle{color:var(--color-accent)}@media (max-width:768px){.FeaturedFleet-module__PXFHCq__section{padding:4rem 1.5rem}.FeaturedFleet-module__PXFHCq__header{flex-direction:column;align-items:flex-start;gap:1rem;margin-bottom:2rem}.FeaturedFleet-module__PXFHCq__grid{grid-template-columns:1fr;gap:1.5rem}.FeaturedFleet-module__PXFHCq__card{height:350px}}
.contact-module__xwJ-uq__mainContainer{background:var(--color-background);min-height:80vh;color:var(--color-foreground);padding-top:120px;padding-bottom:4rem}.contact-module__xwJ-uq__contentWrapper{max-width:1200px;margin:0 auto;padding:0 1.5rem}.contact-module__xwJ-uq__pageTitle{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:1rem;font-size:3rem}.contact-module__xwJ-uq__pageSubtitle{color:var(--color-text-muted);max-width:600px;margin-bottom:4rem}.contact-module__xwJ-uq__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:4rem;display:grid}.contact-module__xwJ-uq__sectionHeader{color:var(--color-accent);margin-bottom:2rem;font-size:1.5rem}.contact-module__xwJ-uq__contactRow{gap:1rem;margin-bottom:1.5rem;display:flex}.contact-module__xwJ-uq__icon{min-width:24px;color:var(--color-primary)}.contact-module__xwJ-uq__contactText{color:var(--color-text-muted);line-height:1.6}.contact-module__xwJ-uq__contactValue{color:var(--color-foreground);margin-bottom:.2rem}.contact-module__xwJ-uq__contactSubtext{color:var(--color-text-muted);font-size:.9rem}.contact-module__xwJ-uq__mapPlaceholder{color:#666;background:#f4f6f8;border:1px solid #e0e0e0;border-radius:8px;justify-content:center;align-items:center;height:300px;display:flex}.contact-module__xwJ-uq__formContainer{background:var(--color-surface);border:1px solid var(--color-border);border-radius:12px;padding:3rem}.contact-module__xwJ-uq__formTitle{font-size:1.8rem;font-family:var(--font-heading);color:var(--color-primary);margin-bottom:2rem}.contact-module__xwJ-uq__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__xwJ-uq__label{color:var(--color-text-muted);margin-bottom:.5rem;font-size:.9rem;display:block}.contact-module__xwJ-uq__input,.contact-module__xwJ-uq__select,.contact-module__xwJ-uq__textarea{border:1px solid var(--color-border);width:100%;color:var(--color-foreground);font-family:var(--font-body);background:#fff;border-radius:4px;padding:1rem}.contact-module__xwJ-uq__submitButton{background:var(--color-primary);color:#fff;cursor:pointer;border:none;border-radius:4px;margin-top:1rem;padding:1rem;font-weight:700;transition:background .3s}.contact-module__xwJ-uq__submitButton:hover{background:var(--color-primary-dark)}@media (max-width:768px){.contact-module__xwJ-uq__mainContainer{padding-top:100px;padding-bottom:2rem}.contact-module__xwJ-uq__pageTitle{font-size:2.5rem}.contact-module__xwJ-uq__pageSubtitle{margin-bottom:3rem}.contact-module__xwJ-uq__grid{grid-template-columns:1fr;gap:2rem}.contact-module__xwJ-uq__formContainer{padding:1.5rem}}
.About-module__OtWT4W__aboutSection{padding:8rem var(--spacing-padding);background:var(--color-surface);position:relative;overflow:hidden}.About-module__OtWT4W__titleWrapper{z-index:2;margin-bottom:5rem;position:relative}.About-module__OtWT4W__sectionLabel{font-family:var(--font-body);color:var(--color-primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.85rem;display:block}.About-module__OtWT4W__headline{font-family:var(--font-heading);color:var(--color-foreground);max-width:800px;font-size:clamp(2rem,5vw,3.5rem);line-height:1.1}.About-module__OtWT4W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.About-module__OtWT4W__legacyText{color:var(--color-text-muted);font-size:1.1rem;line-height:1.7}.About-module__OtWT4W__legacyText strong{color:var(--color-primary);font-weight:600}.About-module__OtWT4W__statsGrid{grid-template-columns:repeat(2,1fr);gap:2rem;display:grid}.About-module__OtWT4W__statItem{border-left:2px solid var(--color-accent);background:#fff;padding:2rem;box-shadow:0 4px 6px #0000000d}.About-module__OtWT4W__statNumber{font-family:var(--font-heading);color:var(--color-primary);margin-bottom:.5rem;font-size:2.5rem;display:block}.About-module__OtWT4W__statLabel{color:var(--color-text-muted);font-size:.9rem}@media (max-width:768px){.About-module__OtWT4W__aboutSection{padding:5rem 1.5rem}.About-module__OtWT4W__headline{font-size:2.5rem}.About-module__OtWT4W__grid{grid-template-columns:1fr;gap:3rem}.About-module__OtWT4W__statsGrid{gap:1.5rem}}
.PortalGrid-module__zyBR5a__section{background:var(--color-background);color:var(--color-foreground);padding:6rem 1.5rem}.PortalGrid-module__zyBR5a__container{max-width:1200px;margin:0 auto}.PortalGrid-module__zyBR5a__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.PortalGrid-module__zyBR5a__link{height:100%;text-decoration:none;display:block}.PortalGrid-module__zyBR5a__card{border:1px solid var(--color-border);cursor:pointer;background-position:50%;background-size:cover;border-radius:8px;flex-direction:column;justify-content:space-between;height:100%;padding:3rem;transition:all .3s;display:flex;box-shadow:0 4px 6px #0000000d}.PortalGrid-module__zyBR5a__iconWrapper{color:var(--color-accent);margin-bottom:1.5rem}.PortalGrid-module__zyBR5a__cardTitle{font-family:var(--font-heading);margin-bottom:1rem;font-size:1.8rem}.PortalGrid-module__zyBR5a__cardDesc{margin-bottom:2rem;line-height:1.6}.PortalGrid-module__zyBR5a__cardFooter{align-items:center;gap:.5rem;font-weight:600;display:flex}@media (max-width:768px){.PortalGrid-module__zyBR5a__section{padding:4rem 1.5rem}.PortalGrid-module__zyBR5a__grid{grid-template-columns:1fr;gap:1.5rem}.PortalGrid-module__zyBR5a__card{min-height:300px;padding:2rem}.PortalGrid-module__zyBR5a__cardTitle{font-size:1.5rem}}
.Services-module__hmdBJW__servicesSection{padding:8rem var(--spacing-padding);background:var(--color-background);color:var(--color-foreground)}.Services-module__hmdBJW__header{border-bottom:1px solid var(--color-border);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:2rem;margin-bottom:5rem;padding-bottom:2rem;display:flex}.Services-module__hmdBJW__title{font-family:var(--font-heading);text-transform:uppercase;font-size:clamp(2.5rem,6vw,4rem)}.Services-module__hmdBJW__subtitle{color:var(--color-text-muted);max-width:400px;font-size:1rem}.Services-module__hmdBJW__grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;display:grid}.Services-module__hmdBJW__card{background:var(--color-surface);border:1px solid var(--color-border);cursor:pointer;z-index:1;flex-direction:column;justify-content:space-between;min-height:400px;padding:2.5rem;transition:all .4s;display:flex;position:relative;overflow:hidden}.Services-module__hmdBJW__cardImage{object-fit:cover;opacity:.1;z-index:0;filter:grayscale();width:100%;height:100%;transition:opacity .5s,transform .5s;position:absolute;top:0;left:0}.Services-module__hmdBJW__card:hover .Services-module__hmdBJW__cardImage{opacity:.4;transform:scale(1.05)}.Services-module__hmdBJW__card:hover{background:var(--color-surface-hover);border-color:var(--color-primary);transform:translateY(-5px)}.Services-module__hmdBJW__cardIcon{color:var(--color-accent);margin-bottom:2rem}.Services-module__hmdBJW__cardTitle{font-family:var(--font-heading);z-index:2;color:var(--color-primary);margin-bottom:1rem;font-size:1.8rem;position:relative}.Services-module__hmdBJW__cardDesc{color:var(--color-text-muted);z-index:2;font-size:.95rem;line-height:1.6;position:relative}.Services-module__hmdBJW__cardOverlay{opacity:0;background:radial-gradient(circle at 100% 100%,#0047ab33 0%,#0000 50%);transition:opacity .4s;position:absolute;inset:0}.Services-module__hmdBJW__card:hover .Services-module__hmdBJW__cardOverlay{opacity:1}.Services-module__hmdBJW__learnMore{color:var(--color-accent);opacity:0;align-items:center;gap:.5rem;margin-top:2rem;font-size:.9rem;font-weight:600;transition:all .3s;display:flex;transform:translateY(10px)}.Services-module__hmdBJW__card:hover .Services-module__hmdBJW__learnMore{opacity:1;transform:translateY(0)}
