body {
    font-family: var(--font-family-primary);
    margin: 0;
    padding: 0;
    background: radial-gradient(var(--body-bg) -10%, #58595b 700%);
    background-attachment: fixed;
}

p {
    font-size: var(--font-primary);
    line-height: 1.5em;
    font-weight: 400;
    letter-spacing: -0.25px;
    word-break: keep-all;
    text-wrap-style: pretty;
}

a {
    color: var(--secondary-color);
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-family-secondary);
    font-weight: 800;
    color: var(--header-secondary-color);
    margin: 0 0 1rem;
    line-height: 1;
}

h1 {font-size: var(--h1-size);color:var(--body-bg);letter-spacing:-0.08em;}
h2 {font-size: var(--h2-size);color:var(--header-primary-color);letter-spacing:-0.05em;}
h3 {font-size: var(--h3-size);color:var(--header-secondary-color);letter-spacing:-0.04em;}
h4 {font-size: var(--h4-size);color:var(--header-secondary-color);letter-spacing:-0.03em;}
h5 {font-size: var(--h5-size);color:var(--header-primary-color);}
h6 {font-size: var(--h6-size);color:var(--header-primary-color);}

.container {
    width: 100%;
    max-width: 100%;
}

footer {
    margin: 0.5rem auto 0;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--tertiary-color) 100%);
    color: var(--primary-bg);
}

.footer-content {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 30rem;
}

.footer_top {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    align-items: center;
}

.footer_bottom {
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
}

.footer-content .logo {
    width: 100px;
}

.footer-content .social-link {
    display: inline-block;
    margin: 0 0.5rem;
    color: var(--secondary-color);
    font-size: var(--h3-size);
    transition: color 0.2s ease-in-out;
}

.footer-content .social-link:hover {
    color: var(--primary-bg);
    transform: scale(1.1);
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow-x: hidden;
    width: auto;
    max-width: 100vw;
}

section {
    width: 90%;
    max-width: 1600px;
    margin: 0.5rem auto;
}
  
/* Hero container */
.homeHero {
    position: relative;
    margin-top: 0;
    height: min(50rem, 39vw, 66vh);
    min-height: min(40rem, 60vw);
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    z-index: 1;
    padding: 0;
    width: 100vw;
    max-width: none;
}

.homeHero:after {
    /* content: ""; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/static/main/img/objects.svg");
    filter: invert(1) opacity(0.5);
    -webkit-filter: invert(1) opacity(0.5);
    background-attachment: fixed;
    /* Move the radial mask to the left side behind heroText */
    mask-image: radial-gradient(
        circle min(30vw,40em) at 30% 60%, /* 18% = left side, adjust as needed */
        transparent 0%,
        transparent 60%,
        black 80%,
        black 100%
    );
    -webkit-mask-image: radial-gradient(
        circle min(30vw,40em) at 30% 60%,
        transparent 0%,
        transparent 60%,
        black 80%,
        black 100%
    );
}

.homeHero:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(142deg, var(--body-bg) 0%, var(--secondary-color) 35%, var(--red-color) 69%);
    opacity: 1;
    background-attachment: fixed;
}

.rellaxTop {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}


/* Parallax background */
.homeHeroBg {
    position: relative;
    width: 90%;
    max-width: 1600px;
    height: 100%;
    margin: 0 2rem;
    background-image: url("/static/main/img/hug_pc.webp");
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom 0 right;
    z-index: 5;
    overscroll-behavior-y: none;
}

.heroText {
    position: relative;
    top: min(calc(20vw + 40px), 25rem, 58vh);
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
}

.hero-heading {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: min(170px, calc(3.15vw + 80px), 24vh);
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    z-index: 3;
    margin-left: 0;
    text-align: left;
    pointer-events: none;
}

.hero-description {
    position: relative;
    z-index: 3;
    width: min(55rem, 50vw);
    margin: 1.5rem 0;
}

.hero-buttons {
    position: relative;
    display: flex;
    gap: 1rem;
    margin-top: 0;
    z-index: 3;
}

.hero-top { 
    color: var(--body-bg);
    font-size: var(--front-header-size);
    margin: 0;
    margin-left: -13px;
    text-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}

.hero-bottom {
    color: var(--body-bg);
    font-size: var(--front-header-size);
    margin: 0;
    margin-left: -5px;
}
  
.hero-heading h1 {
    font-weight: 900;
    line-height: .75;
}

.page-header {
    margin: 0;
    width: 100vw;
    max-width: none;
    height: 40rem;
    max-height: 38vw;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.page-header:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(142deg, var(--secondary-color) 5%, var(--red-color) 69%);
    opacity: 1;
    background-attachment: fixed;
}

.booking-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/filled_locker.png) no-repeat;
    background-size: contain;
    background-position: center;
}

.sikkersletting-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/hdd_lock_large.avif) no-repeat;
    background-size: cover;
    background-position: center;
}

.ombruk-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/laptopWipe.avif) no-repeat;
    background-size: cover;
    background-position: center;
}

.utrulling-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/pallet.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.onsite-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/derigging_large.avif) no-repeat;
    background-size: cover;
    background-position: center;
}

.visjon-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/laptopTabletField.jpg) no-repeat;
    background-size: cover;
    background-position: center;
}

.om-header:before {
    background: linear-gradient(0deg, transparent 0% 65%, #00000086 100%), linear-gradient(142deg, var(--secondary-color) 5%, #b83a2644 69%), url(/static/main/img/drigOffice.avif) no-repeat;
    background-size: cover;
    background-position: center;
}

.page-header .container {
    max-width: 1600px;
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.header-text {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: calc(50% + min(25.4rem, 40vw));
    display: flex;
    flex-direction: row;
    gap: 2%;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.booking-header .header-text {
    text-align: left;
}

.header-text h1 {
    letter-spacing: -0.3777rem;
    line-height: 0.9;
    width: auto;
    max-width: 60%;
}

.header-text p {
    padding: 2%;
    color: var(--primary-color);
    font-size: var(--font-primary);
    background: var(--body-bg);
    border-radius: var(--radius-secondary);
    width: 38%;
    max-width: 90vw;
    line-height: normal;
}

.header-text small {
    margin-top: 1.5rem;
}

.header-image {
    align-self: flex-start;
    z-index: 10;
}

.header-image img {
    max-height: 32rem;
    margin-top: calc(50px + 0.5rem);
}

.btn {
    font-family: var(--font-family-primary);
    font-weight: 700;
    font-size: calc(var(--font-primary) * 1.1);
    text-decoration: none;
    padding: min(0.75rem, 0.5vw) min(1.5rem, 1.3vw);
    border-radius: var(--radius-primary);
    text-align: center;
    display: flex;
    align-items: center;
}

.btn-primary {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-origin: padding-box, border-box;
    background-clip: padding-box, border-box;
    background-image: linear-gradient(135deg, var(--secondary-color), #ff982a 30%, var(--secondary-color) 80%, var(--secondary-color) 100%), 
                      linear-gradient(135deg, #ffffffc2, #ffae69, #ff982a74);
    border: 3px solid transparent;
    color: var(--primary-bg);
    font-weight: 600;
    letter-spacing: 0.02em;
    transition: all 0.3s ease-out, background-position 0.6s cubic-bezier(.4,0,.2,1);
    background-size: 200% 100%;
    background-position: left center;
}

.btn-primary:hover {
    background-position: right center;
    box-shadow: inset 0px 2px 7px 0px #FFF;
}

.btn-primary::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(135deg,
        #ffbe6c 0%,
        var(--secondary-color) 5%,
        #ffa84e 35%,
        #ffbe6c 50%,
        transparent 100%);
    opacity: 1;
    transform: translateX(-100%);
    transition: transform 0.3s cubic-bezier(.4,0,.2,1);
    pointer-events: none;
}

.btn-primary:hover::after,
.btn-primary:focus::after {
    transform: translateX(0);
}

.btn-primary::before {
    content: "";
    position: absolute;
    top: -300%;
    left: 0;
    width: 100%;
    height: 150%;
    background: linear-gradient(0deg, transparent 0%, rgba(255,255,255,0.7) 30%, rgba(255,255,255,0.0) 70%, transparent 100%);
    opacity: 0.7;
    pointer-events: none;
    z-index: 2;
    transition: none;
}

.btn-primary:hover::before,
.btn-primary:focus::before {
    animation: btn-shine .5s ease-out 1;
}

@keyframes btn-shine {
    0% {
        top: -300%;
        opacity: 0.2;
    }
    60% {
        top: 0;
        opacity: 0.7;
    }
    100% {
        top: 100%;
        opacity: 0;
    }
}

.btn-secondary {
    background: var(--primary-bg);
    border: 2px solid var(--secondary-color);
    color: var(--primary-color);
}

.btn-secondary:hover {
    background: var(--secondary-color);
    color: var(--primary-bg);
}

.doors-icon {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    position: relative;
    margin-left: 0.9rem;
    margin-right: 0.3rem;
}
  
.closet-bg {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 30px;
    height: 1.8rem;
    background: none;
    border: 2px solid var(--body-bg);
    border-radius: 5px;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: .4s;
    z-index: 1;
}
  
.door {
    width: 10px;
    height: 1.4rem;
    position: relative;
    background: var(--primary-bg);
    border-radius: 2px;
    transition: .4s;
    z-index: 2;
}
  
.btn:hover .doors-icon .door,
.btn:focus .doors-icon .door {
    background: var(--primary-bg);
}

.btn:hover .doors-icon .left-door,
.btn:focus .doors-icon .left-door {
    transform: translateX(-10px);
    animation: door-open 0.4s forwards;
}

.btn:hover .doors-icon .right-door,
.btn:focus .doors-icon .right-door {
    transform: translateX(10px);
    animation: door-open 0.2s forwards;
}

@keyframes door-open {
    0% { width: 10px; }
    50% { width: 2px; margin:0 4px; }
    100% { width: 10px; }
}

.btn:hover .doors-icon .closet-bg,
.btn:focus .doors-icon .closet-bg {
    transform: translate(-50%, -50%);
    border: 2px solid var(--body-bg);
    background: none;
    width: 18px;
    height: 1.4rem;
    opacity: 1;
    border-radius: 2px;
}

.arrow-rotate {
    transition: all .1s cubic-bezier(0.4,0,0.2,1);
    margin-left: 0.9rem;
    vertical-align: middle;
    transform-origin: 54% 51%;
}

.btn-secondary:hover .arrow-rotate {
    transform: rotate(90deg) translateX(1px) translateY(1px);
}

section.homeServices {
    width: 90%;
    max-width: 1600px;
    position: relative;
    border-radius: var(--radius-primary);
    display: flex;
    gap: min(1.5rem, 1.5vw);
    justify-content: center;
    align-items: stretch;
    z-index: 1;
}

.serviceSection {
    flex: 1 1 0;
    min-width: 0;
    min-height: 220px;
    background: linear-gradient(123deg, var(--secondary-bg) 10%, var(--primary-bg), var(--body-secondary-bg));
    border-radius: var(--radius-primary);
    padding: 0.5rem min(1rem, 1vw) 1rem;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--body-bg);
    box-shadow: 0px 1rem 2rem #0000000f;
}

.serviceSection_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.serviceSection_content img {
    transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
    will-change: transform, filter;
    filter: saturate(1);
}

.serviceSection_content img.animate-pop {
    animation: serviceImgPop 0.7s cubic-bezier(0.33, 1, 0.68, 1) 1;
}

@keyframes serviceImgPop {
    0% {
        transform: none;
        filter: none;
    }
    60% {
        transform: scale(1.12) rotate(-3deg) translateY(-8px);
        filter: drop-shadow(0 6px 22px #898989cc) brightness(1.1) saturate(1.2);
    }
    100% {
        transform: none;
        filter: none;
    }
}

.serviceSection_text {
    margin-top: 1rem;
}

.serviceDescription {
    padding: 0 min(2rem, 2vw);
}

.serviceSection img {
    width: min(15rem, 15vw);
    padding: 0 10%;
}

.serviceTitle {
    margin-bottom: 0.7rem;
    line-height: 0.5;
    color: var(--header-secondary-color);
    font-size: var(--h3-size);
}

section.presentation {
    margin: 3rem auto;
}

.presentation_container {
    position: relative;
    margin: 3rem auto 0;
    width: 100%;
    overflow-x: visible;
}

.scroll-animate {
    opacity: 0;
    transform: translateX(-80px);
    transition: opacity 0.5s cubic-bezier(.5,.1,.2,1), transform 0.7s cubic-bezier(.5,.1,.2,1), background 0.1s cubic-bezier(.5,.1,.2,1) !important;
    will-change: opacity, transform;
}

.scroll-animate.visible {
    opacity: 1;
    transform: translateX(0) translateY(0);
}

.chatSolution {
    width: 90%;
    max-width: 777px;
    margin: 10rem auto;
}

.chatContainer {
    width: 100%;
    overflow: hidden;
    padding-top: 2.5rem;
    min-height: 32rem;
}

.chatFlex {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
}

.chatRow {
    opacity: 0;
    display: none;
    pointer-events: none;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    transform: translateX(0) translateY(20%);
    transition: all 0.3s;
    width: 100%;
}

.chatRow.visible {
    opacity: 1;
    pointer-events: auto;
    display: flex;
    transform: translateX(0) translateY(0);
}

.cCol1, .cCol2 {
    width: 100%;
    display: flex;
}

.cCol1 {
    justify-content: flex-start;
}

.cCol2 {
    justify-content: flex-end;
}

.chatBubble {
    padding: 0.8rem 1.2rem;
    max-width: 70%;
    min-height: 3.5rem;
    font-size: var(--font-primary);
    word-break: break-word;
    box-sizing: border-box;
    position: relative;
    box-shadow: 0 2px 2px #00000017;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
}

.chatText {
    line-height: 1.8;
    padding: 0 1rem;
}

.chatLeft {
    background-color: var(--secondary-color);
    color: var(--body-bg);
    text-align: left;
    position: relative;
    border-radius: 5px var(--radius-secondary) var(--radius-secondary) 5px;
}

.chatRight {
    background-color: var(--body-bg);
    color: var(--primary-color);
    text-align: right;
    border-radius: var(--radius-secondary) 5px 5px var(--radius-secondary);
}

.chatRow:first-child .chatRight {
    border-top-right-radius: var(--radius-secondary);
}

.chatRow:nth-child(3) .chatRight {
    border-bottom-right-radius: var(--radius-secondary);
}

.chatRow:nth-child(4) .chatLeft {
    border-top-left-radius: var(--radius-secondary);
}

.chatRow:last-child .chatLeft {
    background-color: transparent;
    box-shadow: none;
}

.chatRow:last-child .chatLeft .chatText {
    padding: 0;
}

.chatRow:last-child .chatLeft .chatText .btn-primary {
    border-top-left-radius: 5px;
}

.userChat:before {
    position: absolute;
    top: -3rem;
    left: 1.5rem;
    color: var(--secondary-color);
    font-size: var(--h3-size);
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    z-index: -1;
}

.chatRight.userChat:before {
    content: "\f007";
    right: 1.5rem;
    left: auto;
}

.chatLeft.userChat:before {
    content: "\f508";
}

.chatEmoji {
    font-size: calc(var(--font-primary) * 1.5);
    margin-top: -1rem;
    display: inline-block;
    line-height: 1;
}

.services {
    margin-bottom: 3rem;
}

.services_container {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.services_content {
    display: flex;
    flex-direction: column;
    gap: 3.5rem;
}

.service_item {
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.service_item:nth-child(odd) {
    flex-direction: row-reverse;
}

.service_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--secondary-color);
    border-radius: var(--radius-secondary);
    box-shadow: 0 8px 24px 0 rgba(61,61,61,0.17);
    color: var(--primary-bg);
    padding: 2rem;
    align-items: flex-start;
    z-index: 2;
    margin: 0;
    height: fit-content;
}

.service_text h2 {
    color: var(--header-secondary-color);
    text-transform: uppercase;
    line-height: 1;
}

.service_text p {
    font-size: var(--font-primary);
    font-weight: 300;
    color: var(--primary-bg);
    line-height: 1.37;
    margin-bottom: 2.2rem;
    margin-top: 0;
}

.service_text .btn {
    align-self: flex-end;
    background: var(--primary-bg);
    color: var(--menu-color);
}

.service_item:nth-child(odd) .service_text .btn {
    align-self: flex-start;
}

.service_text .btn:hover {
    background: var(--link-hover-color);
    color: var(--primary-bg);
}

.service_item:nth-child(even) .service_text {
    margin-left: 0;
    margin-right: -10%;
}
.service_item:nth-child(odd) .service_text {
    margin-left: -10%;
    margin-right: 0;
}

.service_item:nth-child(odd) .service_text.scroll-animate {
    transform: translateX(300px);
}

.service_item:nth-child(odd) .service_img.scroll-animate {
    transform: translateX(80px);
}

.service_item:nth-child(odd) .service_text.scroll-animate.visible, .service_item:nth-child(odd) .service_img.scroll-animate.visible {
    transform: translateX(0) translateY(0);
}

.services_content:nth-child(even) .service_text.scroll-animate {
    transform: translateX(-80px);
}

.service_item:nth-child(even) .service_img.scroll-animate {
    transform: translateX(-300px);
}

.service_item:nth-child(even) .service_text.scroll-animate.visible, .service_item:nth-child(even) .service_img.scroll-animate.visible {
    transform: translateX(0) translateY(0);
}

.service_img {
    width: 60%;
    height: min(30rem, 30vw);
    display: flex;
    position: relative;
}

.service_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-radius: var(--radius-secondary);
    box-shadow: 0px 10px 20px #00000017;
}

.fullPager {
    height: 100vh;
    width: 100vw;
    max-width: none;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: url(/static/main/img/green_bg.avif) no-repeat center center;
    background-size: cover;
    background-blend-mode: soft-light;
    background-color: #ffffffab;
    background-attachment: fixed;
}

.fullPager_container {
    position: relative;
    width: auto;
    opacity: 0;
}

.fullPager_container.fixed-in-view {
    position: fixed;
    left: 50%;
    z-index: 0;
    width: 90vw;
    pointer-events: auto;
    opacity: 1;
    transition: opacity 0.3s ease-in-out;
}

.fullPager h1 {
    line-height: 0.7;
    font-weight: 900;
    text-align: center;
    color: var(--secondary-color);
}

.fullPager h2 {
    text-align: center;
    margin: 0.5rem 0;
    font-size: var(--h4-size);
    color: var(--header-secondary-color)
}

.fullPager_button {
    width: fit-content;
    margin: 2rem auto 0;
}

section.supplierImpact {
    background: var(--green-color);
    margin: 0 auto;
    padding: 4rem 0 3rem;
    position: relative;
    width: 100vw;
    max-width: 100vw;
}

.supplierImpact_container {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.supplierImpact_content {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-top: 2rem;
    gap: 2rem;
}

.supplierImpact_container h2 {
    color: var(--body-bg);
}

.supplier-form {
    background: var(--body-bg);
    border-radius: var(--radius-primary);
    box-shadow: 0px 10px 20px #00000010;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
    min-width: 300px;
    width: 20%;
}

.impact-label {
    color: var(--green-color);
    align-self: center;
}

.impact-select {
    margin-left: 0.7rem;
    font-size: 1.2rem;
    border-radius: 0.5rem;
    padding: 0.2rem 0.6rem;
    border: 1.5px solid var(--menu-color);
    background: var(--primary-bg);
    color: var(--primary-color);
}

.impact-select, .impact-select option {
    cursor: pointer;
}

.impact-devices {
    display: flex;
    flex-direction: column;
    gap: 0.7rem;
    width: 100%;
}

.impact-device {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.5rem 1.2rem;
    border-radius: 1.2rem;
    border: 2px solid transparent;
    background: var(--secondary-bg);
    cursor: pointer;
    font-size: 1.1rem;
    transition: background .1s, border-color .1s;
    color: var(--header-secondary-color);
}

.impact-device.selected {
    background: var(--quaternary-bg);
    border-color: var(--secondary-color);
    color: var(--primary-color);
    font-weight: 600;
}

.impact-device i {
    font-size: 1.4rem;
    color: var(--secondary-color);
    min-width: 2rem;
    text-align: center;
}

.supplier-form button {
    margin: 0 auto;
}

.impact-result h3 {
    color: var(--body-bg);
    margin-bottom: 2rem;
    line-height: 1;
    font-weight: 300;
    text-align: center;
    font-size: var(--h4-size);
}

.impact-icons-row {
    display: flex;
    justify-content: space-around;
    gap: 5rem;
    align-items: flex-end;
    margin-bottom: 1.5rem;
}

.impact-icon-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px;
}

.impact-icon {
    font-size: 7rem;
    margin-bottom: 0.7rem;
    background: radial-gradient(var(--green-color) -50%, var(--primary-color) 200%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    filter: drop-shadow(0 15px 10px #0002);
}

.fa-bolt.impact-icon {
    background: radial-gradient(var(--yellow-color) -50%, var(--body-bg) 200%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.fa-tint.impact-icon {
    background: radial-gradient(var(--body-bg) -50%, var(--blue-color) 200%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.impact-number {
    font-size: var(--h4-size);
    line-height: 0.7;
    font-weight: 800;
    color: var(--body-bg);
    margin-top: 1rem;
    min-height: 2.5rem;
    letter-spacing: 1px;
}

.impact-label-small {
    color: var(--body-bg);
    margin-top: 0.2rem;
    text-align: center;
    line-height: 1;
    font-size: var(--font-primary);
}

.supplierImpact_result {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 350px;
    width: 70rem;
    max-width: 100%;
    align-content: stretch;
    flex-wrap: wrap;
    flex-direction: row;
}

.impact-result {
    width: 100%;
    display: flex;
    flex-direction: column;
}

section.contactForm {
    padding: 3rem 0 5rem;
    z-index: 1;
}

.contactFormContainer {
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 2rem;
    position: relative;
    width: 100%;
}

.contactFormContainer .formContent {
    align-items: flex-end;
}

.order-radio-tabs {
    display:flex;
    gap:1rem;
}

.contact-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex: 1 1 0;
    min-width: 0;
    gap: 0.5rem;
    width: 100%;
}

.contact-info h2 {
    text-transform: uppercase;
    color: var(--header-secondary-color);
}

.contact-info-bottom {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    width: 100%;
}

.contact-text {
    width: 100%;
    text-align: center;
}

.locker-info {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.info-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.info-item {
    margin-top: 15px;
    display: flex;
    align-items: center;
    gap: 0;
    width: auto;
}

.contact-info-bottom .info-item {
    width: 8rem;
}

.info-text {
    background: var(--quaternary-bg);
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-left: -2rem;
    padding-left: 3rem;
    padding-right: 1rem;
    border-radius: var(--radius-primary);
    transition: 0.1s all ease-in-out;
    min-width: calc(100% - 0.5rem);
}

.info-text:hover {
    background: var(--link-hover-color);
    color: var(--primary-bg);
}

.info-text a {
    color: var(--primary-color);
    text-decoration: none;
}

.info-text a:hover {
    color: var(--primary-bg);
}

.info-image {
    position: absolute;
    bottom: 0;
}

.info-image img {
    width: 100%;
    max-width: 45vw;
    height: 100%;
    max-height: min(21rem, 30vw);
    box-shadow: 2px 7px 10px #00000085;
}

.icon {
    display: inline-block;
    width: min(2.5rem, 10vw);
    height: min(2.5rem, 10vw);
    background-color: var(--header-primary-color);
    border-radius: 50%;
    text-align: center;
    line-height: 2.7;
    color: var(--primary-bg);
    vertical-align: middle;
    z-index: 2;
}

.icon i {
    font-size: 1.5rem;
}

#orderForm .info-item {
    align-items: stretch;
}

.formContent {
    flex: 1;
    width: 90vw;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.contact-form {
    position: relative;
}

.contact-form .btn {
    float: right;
}

/* Form labels and fields */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0.5rem 0;
}

.contact-form label {
    margin-bottom: 5px;
    font-weight: 600;
    color: var(--tertiary-color);
}

.contact-form input,
.contact-form textarea,
.contact-form select {
    padding: 10px;
    font-size: 1rem;
    background: var(--primary-bg);
    border: 1px solid var(--border-color);
    border-radius: 7px;
}

.contact-form select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-image: url('data:image/svg+xml;utf8,<svg fill="none" width="20" height="20" xmlns="http://www.w3.org/2000/svg"><polyline points="5,9 10,14 15,9" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    background-size: 1.5rem;
}

.contact-form textarea {
    resize: vertical;
    min-height: 120px;
}

.pCode {
    max-width: 20% !important;
}

.contact-form input:focus,
.contact-form textarea:focus {
    outline: none;
    border-color: var(--secondary-color);
    box-shadow: 0 0 0 2px rgba(224, 122, 95, 0.2);
}

.contact-success-message {
    display: block;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: scale(0) translate(-50%, -50%);
    height: 0;
    padding: 0;
    transition: all 0.3s cubic-bezier(.5,.1,.2,1);
    background: var(--green-color);
    text-align: center;
    color: var(--primary-bg);
    border: 5px solid var(--primary-bg);
    border-radius: var(--radius-secondary);
    box-shadow: 0px 5px 20px #00000088;
    pointer-events: none;
    z-index: 0;
    position: absolute;
}

.contact-success-message.show {
    opacity: 1;
    transform: scale(1) translate(-50%, -50%);
    height: auto;
    padding: 1rem 1.5rem;
}

/* Page transition effects */
.page-transition {
    transition: opacity 0.2s ease-in-out;
    opacity: 1;
}

.page-transition.fade-out {
    opacity: 0;
}

.content {
    animation: fadeIn 0.2s ease-in-out;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}


/* Page Hero Section */
.page-hero {
    padding: 4rem 2rem;
    text-align: center;
}

.page-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
}

.page-subtitle {
    font-size: 1.2rem;
    max-width: 800px;
    margin: 0 auto;
}

.steps-section {
    padding: 0;
    margin: 3.5rem auto 0;
    z-index: 1;
}

.steps-grid {
    display: flex;
    justify-content: center;
    gap: 0.777rem;
    flex-wrap: wrap;
}

.step-card {
    flex: 1;
    min-width: 190px;
    max-width: min(25rem, 40vw);
    text-align: center;
    padding: 1rem;
    background: linear-gradient(123deg, var(--secondary-bg) 10%, var(--primary-bg), var(--body-secondary-bg));
    border-radius: var(--radius-primary);
    border: 2px solid var(--body-bg);
    box-shadow: 0px 1rem 2rem #0000000f;
    word-break: auto-phrase;
    hyphens: manual;
}

.step-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: var(--quaternary-bg);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto min(1.5rem, 1vw);
}

.step-icon i {
    font-size: 2rem;
    color: var(--secondary-color);
}

.split-section {
    padding: 5rem 0;
}

section.productImages {
    margin: 2rem auto 1rem;
    width: 90%;
    max-width: 1600px;
}

.productImagesContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.productImagesContainer img {
    border-radius: var(--radius-primary);
    max-width: 100%;
    object-fit: contain;
}

section.information {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin: 4rem 0 5rem;
}

.informationContainer {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 0;
    position: relative;
}

.informationContainer:nth-of-type(even) {
    flex-direction: row-reverse;
}

.informationContainer:nth-of-type(odd) .informationTitle {
    justify-content: flex-end;
}

.informationTitle {
    padding: 2rem;
    border-radius: var(--radius-primary);
    display: flex;
    align-items: center;
    max-width: 30%;
}

.informationText {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

section.about {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    margin: 4rem 0 5rem;
}

.aboutContainer {
    text-align: center;
}

.aboutContainer ul {
    font-size: 2rem;
    letter-spacing: -1px;
    margin-top: 3rem;
}

.columns-container {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.column {
    flex: 1;
    min-width: 300px;
}

.info-column {
    flex: 1;
}

.card-column {
    flex: 1;
    min-width: 400px;
    background: white;
    padding: 2rem;
    border-radius: var(--radius-primary);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

/* Content Form */
.content-form {
    width: 100%;
}

.form-row {
    display: flex;
    gap: 1rem;
}

.form-row > * {
    flex: 1 1 0;
    min-width: 0;
    max-width: 50%;
    width: 100%;
    box-sizing: border-box;
}

.form-row > :only-child {
    max-width: 100%;
}

.pallet-detail-row::before {
    content: counter(pallet);
    counter-increment: pallet;
    font-size: var(--font-primary);
    display: block;
    margin-top: 4px;
}

#pallet-details-container {
    counter-reset: pallet;
}

.palletRow {
    padding: 1rem;
    background: var(--secondary-bg);
    border-radius: var(--radius-secondary);
    margin-bottom: 0.5rem;
    border: 1px solid var(--border-color);
}

.palletDetails {
    margin-bottom: 0.5rem;
}

.palletDetails input{
    width: 100%;
}

/* Success Message */
.success-message {
    background: var(--green-color);
    color: white;
    padding: 1rem;
    border-radius: var(--radius-primary);
    margin-bottom: 1rem;
    display: none;
}

.success-message.show {
    display: block;
    animation: fadeInSlide 0.3s ease-in-out;
}

@keyframes fadeInSlide {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}

.locker360 {
    width: auto;
    height: 100%;
}

.locker360-help-text {
    position: relative;
    font-size:0.95em;
    color:#777;
    text-align: left;
    margin-left: var(--radius-primary);
}

.product-viewer{
    overflow:hidden;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    cursor:-webkit-grab;
    cursor:grab;
}

.locker-image {
    flex: 1 1 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-height: 38rem;
    overflow: visible;
    margin-top: 0.5rem;
}

.product-viewer__image {
    height: 100%;
    max-height: fit-content;
    width: auto;
    max-width: 100%;
    object-fit: contain;
    border-radius: var(--radius-primary);
    box-shadow: 0px 5px 10px #00000017;
    border: 2px solid var(--body-bg);
}

.crossfade-img {
    border-radius: var(--radius-primary);
    border: 2px solid var(--body-bg);
}

.product-viewer--js-press-active{
    cursor:-webkit-grabbing;
    cursor:grabbing;
}

.locker360-hint {
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 10;
  pointer-events: none;
  transform: translateX(-50%);
  perspective: 500px; /* critical for 3D! */
}

#locker360:hover .locker360-hint {
  display: none;
}

.spin-3d {
  font-size: 60px; /* or whatever size you want */
  color: #ffffff55;
  display: block;
  transform-style: preserve-3d;
  /* initial tilt for plate effect */
  transform: rotateX(60deg) rotateY(-180deg) rotateZ(60deg);
  animation: frisbeeSpin 2s ease-in-out 1 alternate;
}

@keyframes frisbeeSpin {
  0% {
    transform: rotateX(60deg) rotateY(-180deg) rotateZ(60deg);
  }
  50% {
    transform: rotateX(60deg) rotateY(-180deg) rotateZ(180deg);
  }
  100% {
    transform: rotateX(60deg) rotateY(-180deg) rotateZ(60deg);
  }
}

.order-type-radio {
    background-color: rgb(37, 45, 68);
    border-radius: 50px;
    margin-right: 0.5rem;
}
  
.form-radio input {
    appearance: none;
    -webkit-appearance: none;
    background: var(--primary-bg);
    border: 1px solid #BBB;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
  }
  
.form-radio input:checked {
    background: var(--secondary-color);
    color: var(--secondary-color);
}

.form-radio label:not(span) {
    font-size: 0.5rem;
    width: 0.5rem;
    height: 0.5rem;
}

.radio-space {
    display:flex;
    align-items:center;
    justify-content:center;
}

.radio-space:first-child {
    justify-content: flex-end;
}

.radio-space:last-child {
    justify-content: flex-start;
}

.form-radio {
    display: flex;
    cursor: pointer;
    padding: 0.7rem 1rem;
    font-weight: 700;
    border-radius: var(--radius-primary);
    background: var(--tertiary-bg);
    color: var(--secondary-color);
    border: 1px solid #BBB;
    transition: background 0.2s, color 0.2s;
}

.flatpickr-calendar {
    background: var(--primary-bg) !important;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
    background: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--primary-bg) !important;
}

.cookiesCard {
    display: none;
    position: fixed;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    background: var(--primary-bg);
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    padding: 1.5rem;
    z-index: 100000;
    width: 750px;
    max-width: 90vw;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.cookiesCard p {
    line-height: 1.5;
    font-size: 1rem;
}

.cookie-button-row {
    margin-top: 1rem;
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.grecaptcha-badge {
    display: none !important;
}


.onlyDesktop {
    display:block;
}
.onlyDesktopFlex {
    display:flex;
}
.onlyMobile, .onlyMobileFlex {
    display:none;
}

/*** MOBILES AND TABLETS ***/

@media (max-width: 900px) {

    .onlyDesktop, .onlyDesktopFlex {
        display:none;
    }
    .onlyMobile {
        display:block;
    }
    .onlyMobileFlex {
        display:flex;
    }

    p {
        line-height: 1.2em;
        letter-spacing: -0.2px;
    }

    .content {
        top: calc(-3vh - 0.5rem - 50px);
        margin-bottom: calc(-3vh - 0.5rem - 50px);
    }
    
    section {
        width: 100%;
        padding: 0;
    }

    .btn {
        padding: 0.6rem 1rem;
        font-weight: 500;
        font-size: var(--font-primary);
    }

    .btn i {
        font-size: 1.4rem;
    }

    .contact-form .btn {
        padding: 0.5rem 1.5rem;
        border-radius: 50px;
        float: none;
        margin: 0 auto;
    }

    h1, h2, h3, h4, h5, h6 {
        margin: 0 0 0.2rem;
        line-height: 1;
    }
    
    .rellaxTop {
        position: relative;
        left: 0;
        top: 0;
        transform: none;
        width: 100%;
        z-index: 1;
        top: 0;
        height: min(80vw, 50vh, 50rem);
        overflow: hidden;
    }
    
    .homeHero {
        height: auto;
        align-items: start;
        padding: 0;
        margin: 0;
        box-shadow: none;
        border: none;
        left: 0;
        flex-direction: column;
    }

    .homeHero_bgSpot {
        transform: translateY(-40%) translateX(-20%);
        height: 80%;
    }

    .homeHero:before {
        top: 0;
        height: min(80vw, 50vh, 50rem);
        position: absolute;
    }

    .homeHero:after {
        top: 0;
        height: min(80vw, 50vh, 50rem);
        position: absolute;
        mask-image: none;-webkit-mask-image: none;
    }

    .homeHeroBg {
        margin: 0;
        background-size: min(60%, 40vh);
        background-position: bottom;
    }

    .hero-heading {
        position: relative;
        top: 0;
        width: 100%;
        text-align: center;
        margin-left: 0;
    }

    .hero-heading h1 {
        line-height: .8;
        letter-spacing: -0.08em;
        color: var(--secondary-color);
    }

    .heroText {
        top: 0;
        z-index: 2;
        padding: 1rem;
        height: auto;
        width: 100%;
        position: relative;
    }

    .hero-top {
        margin-left: -0.12em;
    }

    .hero-bottom {
        font-size: 13vw;
        margin-left: -0.12em;
    }

    .hero-description {
        width: 90%;
        margin: 1rem auto;
        text-align: center;
    }

    .hero-buttons {
        justify-content: center;
    }

    .page-header {
        height: auto;
        max-height: max-content;
    }

    .page-header .container {
        margin-top: calc(80px + 3vh + 0.25rem);
        padding: 0 0.5rem 1rem;
        flex-direction: column-reverse;
    }

    .header-text {
        max-width: max-content;
        padding-right: 0;
        flex-direction: column;
    }

    .header-text h1 {
        letter-spacing: -0.15rem;
        text-align: center;
        margin-top: min(10vw, 5rem);
        margin-bottom: 1rem;
        width: 100%;
        max-width: 100%;
    }

    .header-text p {
        text-align: center;
        width: 100%;
    }

    .header-image {
        align-self: center;
        margin-bottom: calc(1rem - min(20vw, 10rem));
    }

    .header-image img {
        margin-top: 0;
        max-height: 15rem;
    }

    section.homeServices {
        flex-direction: column;
        height: auto;
        width: 90%;
        gap: 1rem;
        margin-top: 0;
    }

    .serviceSection_content {
        flex-direction: row;
        justify-content: flex-start;
    }

    .serviceSection {
        width: 100%;
        min-width: 100%;
        box-shadow: 0px 5px 10px #0000000f;
        min-height: auto;
        padding: 0.5rem 0.5rem 0.8rem;
    }

    .serviceTitle {
        text-align: left;
    }

    .serviceDescription {
        padding: 0;
        text-align: left;
    }

    .serviceSection img
    {
        width: 15%;
        min-width: 6rem;
        padding: 0 0.5rem;
    }

    section.information {
        flex-direction: column;
        margin: 2rem auto;
        width: 90%;
        padding: 0 0.5rem;
        gap: 2rem;
    }

    .informationContainer {
        flex-direction: column !important;
    }

    .informationContainer:not(:first-child) {
        margin-top: 2rem;
    }

    .informationContainer h2 {
        width: 100%;
    }

    .informationTitle {
        width: 100%;
        max-width: 100%;
        padding: 0;
        text-align: center;
    }

    .informationText {
        width: 100%;
        padding-bottom: 0;
    }

    .chatContainer {
        padding-bottom: 2rem;
        padding-top: 5rem;
        min-height: 35rem;
    }

    .chatSolution {
        width: 90%;
        max-width: 100%;
        margin: 0 auto;
    }

    .chatRow {
        gap: 0;
        justify-content: space-between;
    }

    .chatRow:nth-child(4) .chatLeft {
        margin-top: 3rem;
    }

    .userChat:before {
        top: calc(0px - var(--h3-size) - 5px);
    }

    .cCol1, cCol2 {
        width: auto;
        max-width: 80%;
    }

    .chatBubble {
        padding: 0.5rem 0.7rem;
    }

    .chatLeft, .chatRight {
        max-width: 100%;
    }

    .chatLeft:before:before {
        top: calc(0px - var(--h3-size) * 1.1);
    }

    .services_container {
        width: 100%;
        padding: 1rem;
    }

    .service_item {
        flex-direction: column-reverse !important;
        align-items: center;
        width: 100%;
    }

    .service_item:nth-child(odd) .service_text.scroll-animate, .service_item:nth-child(odd) .service_img.scroll-animate,
    .service_item:nth-child(even) .service_text.scroll-animate, .service_item:nth-child(even) .service_img.scroll-animate {
        transform: translateX(0);
    }

    .service_text {
        padding: 1rem;
    }

    .service_text.scroll-animate {
        transform: translateY(-100px) !important;
    }

    .service_img.scroll-animate {
        transform: translateY(-20px) !important;
    }

    .service_img.scroll-animate.visible, .service_text.scroll-animate.visible {
        transform: translateY(0) translateX(0) !important;
    }

    .service_img {
        width: 100%;
        height: 22rem;
        max-height: 50vw;
    }

    .service_text {
        width: 100%;
        height: auto;
    }

    .service_item:nth-child(odd) .service_text, .service_item:nth-child(even) .service_text {
        margin-left: 0;
        margin-right: 0;
    }

    .service_text {
        margin-top: -2rem;
        margin-bottom: -2rem;
        width: 90%;
    }

    .service_text > * {
        text-align: center;
        justify-content: center;
        align-self: center !important;
    }

    .service_text p {
        margin-bottom: 1rem;
    }

    .fullPager {
        background-attachment: scroll;
    }

    .contactFormContainer {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .contactFormContainer .formContent {
        align-items: center;
    }

    .contact-info {
        text-align: center;
        align-items: center !important;
        width: 90vw;
        max-width: 100%;
        margin-top: 4rem;
        gap: 1rem;
    }

    .contact-text {
        text-align: center !important;
    }

    .info-items {
        margin: 0 0 2rem;
        padding: 0 0.5rem;
        gap: 0.5rem;
        flex-direction: row;
        justify-content: center;
        
    }

    .info-item {
        justify-content: center;
        position: relative;
    }

    .info-image {
        position: relative;
    }

    .info-text {
        text-align: left;
        width: fit-content;
        line-height: 1.2;
        margin-left: 0;
    }

    .locker-image {
        padding: 0 1rem;
    }

    .icon {
        position: absolute;
        left: 0;
    }

    .supplierImpact_container {
        text-align: center;
    }

    section.supplierImpact {
        width: 100%;
        padding: 2rem 0.5rem;
    }

    .supplierImpact_content {
        flex-direction: column;
        align-items: center;
        margin-top: 1rem;
    }

    .supplier-form {
        width: 90%;
        padding: 1.2rem 0.7rem;
        border-radius: var(--radius-primary);
        align-items: center;
    }

    .impact-label {
        display: flex;
        flex-direction: column;
    }

    .impact-icons-row {
        gap: 1.2rem;
        align-items: flex-start;
    }

    .impact-icon-col {
        min-width: 80px;
        width: min-content;
    }

    .impact-icon {
        font-size: 4rem;
    }

    .supplierImpact_result {
        width: 100%;
        min-width: 100%;
    }

    .impact-number {
        font-size: var(--font-primary);
        min-height: auto;
        margin-bottom: 0.5rem;
    }

    .footer_top {
        flex-direction: column;
    }

    .form-group {
        gap: min(2vw, 1rem);
    }

    .form-row {
        gap: min(2vw, 1rem);
        flex-direction: row;
        margin-bottom: 0;
    }

    .form-row > * {
        width: 100%;
    }

    .form-row.palletDetails {
        display: inline-block;
        margin: 0.5rem 0;
    }

    .form-row.palletDetails div {
        width: 49%;
        float: left;
    }

    .form-row.palletDetails div:nth-child(odd) {
        margin-right: 2%;
    }

    section.contactForm {
        margin-top: 2rem;
        padding: 0.5rem 0 2rem;
    }

    .steps-section {
        padding: 1rem 0.5rem;
        margin: 0 auto;
    }
    
    .steps-grid {
        flex-direction: row;
        padding: 0.777rem;
        gap: 0.777rem;
    }
    
    .step-card {
        min-width: 0;
        width: 100%;
        max-width: calc(100% - 1rem);
        flex: 0 0 auto;
        padding: 1rem;
    }

    .step-icon {
        width: min(70px, 15vw);
        height: min(70px, 15vw);
    }
    
    .button-group {
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    
    .order-radio-tabs {
        justify-content: center;
    }

    section.about {
        width: 90%;
    }

    .aboutContainer ul {
        font-size: 1.2rem;
        margin-top: 2rem;
    }

    .aboutContainer p {
        margin-top: 1rem;
    }

}

@media (max-width: 900px) and (orientation: landscape) {
    .page-header .container {
        margin-top: calc(40px + 3vh + 0.25rem);
    }
    .header-text h1 {
        margin-top: 0;
    }
    .header-image {
        margin-bottom: -1rem;
        margin-top: -2rem;
    }
}

@media (max-width: 450px) {
    .btn {
        padding: 0.5rem 0.6rem;
    }
}