/* Start custom CSS for html, class: .elementor-element-23ff62e *//* =========================================
   HEAVY DUTY BOXES
   ABOUT SECTION V2
========================================= */

.heavy-about-v2 {
    width: 100%;
    padding: 50px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.heavy-about-v2-wrap {
    max-width: 1150px;
    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 55px;

    align-items: center;
}


/* =========================================
   IMAGE
========================================= */

.heavy-about-v2-image {
    width: 100%;

    overflow: hidden;

    background: #e8dfd8;
}

.heavy-about-v2-image img {
    display: block;

    width: 100%;
    height: auto;

    aspect-ratio: 2 / 2;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.heavy-about-v2-image:hover img {
    transform: scale(1.04);
}


/* =========================================
   CONTENT
========================================= */

.heavy-about-v2-content {
    max-width: 620px;
}

.heavy-about-v2-label {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.heavy-about-v2-content h2 {
    margin: 0 0 17px;

    color: #292929;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 400;
}

.heavy-about-v2-content h2 strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.heavy-about-v2-content > p {
    margin: 0 0 11px;

    color: #68615c;

    font-size: 14px;

    line-height: 1.75;
}

.heavy-about-v2-content > p b {
    color: #40332c;

    font-weight: 700;
}


/* =========================================
   FEATURE POINTS
========================================= */

.heavy-about-v2-points {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin: 19px 0 16px;
}

.heavy-about-v2-points span {
    padding: 7px 11px;

    background: #ffffff;

    border: 1px solid #e0d6cf;

    color: #5a3420;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================
   LAST DESCRIPTION
========================================= */

.heavy-about-v2-bottom {
    padding-top: 14px !important;

    border-top: 1px solid #ddd3cc;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .heavy-about-v2 {
        padding: 52px 20px;
    }

    .heavy-about-v2-wrap {
        gap: 35px;
    }

    .heavy-about-v2-content h2 {
        font-size: 34px;
    }

    .heavy-about-v2-content > p {
        font-size: 12px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .heavy-about-v2 {
        padding: 45px 18px;
    }

    .heavy-about-v2-wrap {
        display: block;
    }

    .heavy-about-v2-image {
        margin-bottom: 28px;
    }

    .heavy-about-v2-content h2 {
        font-size: 30px;
    }

    .heavy-about-v2-content > p {
        font-size: 12px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-about-v2 {
        padding: 40px 16px;
    }

    .heavy-about-v2-content h2 {
        font-size: 28px;
    }

    .heavy-about-v2-points span {
        font-size: 9px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ddb56e *//* =========================================
   HEAVY DUTY BOXES
   KEY FEATURES V3
========================================= */

.heavy-features-v3 {
    width: 100%;

    padding: 50px 20px;

    background: #5a3420;

    overflow: hidden;
}

.heavy-features-v3-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.heavy-features-v3-heading {
    max-width: 720px;

    margin: 0 auto 40px;

    text-align: center;
}

.heavy-features-v3-heading span {
    display: block;

    margin-bottom: 8px;

    color: #d9b9a8;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.heavy-features-v3-heading h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 400;
}

.heavy-features-v3-heading h2 strong {
    color: #f0d8ca;

    font-weight: 700;
}

.heavy-features-v3-heading p {
    margin: 0;

    color: #d8c1b5;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   FEATURE LIST
========================================= */

.heavy-features-v3-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    border-top: 1px solid rgba(255,255,255,0.18);

    border-left: 1px solid rgba(255,255,255,0.18);
}


/* =========================================
   FEATURE
========================================= */

.heavy-feature-v3 {
    display: grid;

    grid-template-columns: 45px 1fr;

    gap: 16px;

    min-height: 125px;

    padding: 20px;

    border-right: 1px solid rgba(255,255,255,0.18);

    border-bottom: 1px solid rgba(255,255,255,0.18);

    transition: background 0.3s ease;
}

.heavy-feature-v3:hover {
    background: rgba(255,255,255,0.07);
}


/* =========================================
   NUMBER
========================================= */

.heavy-feature-v3-icon {
    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,0.35);

    color: #e3c7b8;

    font-size: 9px;

    font-weight: 800;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.heavy-feature-v3:hover .heavy-feature-v3-icon {
    background: #ffffff;

    border-color: #ffffff;

    color: #5a3420;
}


/* =========================================
   CONTENT
========================================= */

.heavy-feature-v3-content h3 {
    margin: 0 0 7px;

    color: #ffffff;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;
}

.heavy-feature-v3-content p {
    margin: 0;

    color: #d5beb2;

    font-size: 11.5px;

    line-height: 1.65;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .heavy-features-v3 {
        padding: 52px 20px;
    }

    .heavy-features-v3-heading h2 {
        font-size: 34px;
    }

    .heavy-feature-v3 {
        padding: 18px;

        gap: 13px;
    }

    .heavy-feature-v3-content h3 {
        font-size: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .heavy-features-v3 {
        padding: 45px 18px;
    }

    .heavy-features-v3-heading {
        margin-bottom: 30px;
    }

    .heavy-features-v3-heading h2 {
        font-size: 30px;
    }

    .heavy-features-v3-heading p {
        font-size: 12px;
    }

    .heavy-features-v3-list {
        grid-template-columns: 1fr;
    }

    .heavy-feature-v3 {
        min-height: auto;

        padding: 17px;
    }

    .heavy-feature-v3-content h3 {
        font-size: 15px;
    }

    .heavy-feature-v3-content p {
        font-size: 11.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-features-v3 {
        padding: 40px 16px;
    }

    .heavy-features-v3-heading h2 {
        font-size: 28px;
    }

    .heavy-feature-v3 {
        grid-template-columns: 40px 1fr;

        gap: 12px;

        padding: 15px;
    }

    .heavy-feature-v3-icon {
        width: 34px;

        height: 34px;
    }

    .heavy-feature-v3-content h3 {
        font-size: 14px;
    }

    .heavy-feature-v3-content p {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aedb96d *//* =========================================
   HEAVY DUTY BOXES
   APPLICATIONS V2
========================================= */

.heavy-apps-v2 {
    width: 100%;

    padding: 50px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.heavy-apps-v2-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.heavy-apps-v2-heading {
    max-width: 720px;

    margin: 0 auto 38px;

    text-align: center;
}

.heavy-apps-v2-heading span {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.heavy-apps-v2-heading h2 {
    margin: 0 0 11px;

    color: #292929;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 400;
}

.heavy-apps-v2-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.heavy-apps-v2-heading p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   APPLICATION LIST
========================================= */

.heavy-apps-v2-list {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #dcd2ca;

    border-left: 1px solid #dcd2ca;
}


/* =========================================
   APPLICATION ITEM
========================================= */

.heavy-apps-v2-item {
    min-height: 67px;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    padding: 14px 17px;

    background: #ffffff;

    border-right: 1px solid #dcd2ca;

    border-bottom: 1px solid #dcd2ca;

    transition:
        background 0.3s ease,
        padding 0.3s ease;
}

.heavy-apps-v2-item:hover {
    background: #5a3420;

    padding-left: 21px;
}


/* =========================================
   TEXT
========================================= */

.heavy-apps-v2-item span {
    color: #39332f;

    font-size: 15px;

    line-height: 1.4;

    font-weight: 600;

    transition: color 0.3s ease;
}

.heavy-apps-v2-item:hover span {
    color: #ffffff;
}


/* =========================================
   NUMBER
========================================= */

.heavy-apps-v2-item b {
    width: 28px;

    height: 28px;

    flex: 0 0 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid #d8cbc2;

    border-radius: 50%;

    color: #5a3420;

    font-size: 10px;

    font-weight: 800;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        border-color 0.3s ease;
}

.heavy-apps-v2-item:hover b {
    background: #ffffff;

    border-color: #ffffff;

    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .heavy-apps-v2 {
        padding: 52px 20px;
    }

    .heavy-apps-v2-heading h2 {
        font-size: 34px;
    }

    .heavy-apps-v2-list {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .heavy-apps-v2 {
        padding: 45px 18px;
    }

    .heavy-apps-v2-heading {
        margin-bottom: 28px;
    }

    .heavy-apps-v2-heading h2 {
        font-size: 30px;
    }

    .heavy-apps-v2-heading p {
        font-size: 12px;
    }

    .heavy-apps-v2-list {
        grid-template-columns: 1fr;
    }

    .heavy-apps-v2-item {
        min-height: 58px;

        padding: 12px 14px;
    }

    .heavy-apps-v2-item span {
        font-size: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-apps-v2 {
        padding: 40px 16px;
    }

    .heavy-apps-v2-heading h2 {
        font-size: 28px;
    }

    .heavy-apps-v2-item {
        min-height: 55px;
    }

    .heavy-apps-v2-item span {
        font-size: 11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa05ce2 *//* =========================================
   HEAVY DUTY BOXES
   CUSTOMIZATION V4
========================================= */

.heavy-custom-v4 {
    width: 100%;

    padding: 50px 20px;

    background: #ffffff;

    overflow: hidden;
}

.heavy-custom-v4-wrap {
    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.72fr 1.28fr;

    gap: 55px;

    align-items: stretch;
}


/* =========================================
   LEFT VISUAL
========================================= */

.heavy-custom-v4-visual {
    position: relative;

    min-height: 500px;

    padding: 42px 35px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    background: #5a3420;

    overflow: hidden;
}


/* Decorative circles */

.heavy-custom-v4-visual::before {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    top: -135px;
    right: -120px;

    border: 1px solid rgba(255,255,255,0.16);

    border-radius: 50%;
}

.heavy-custom-v4-visual::after {
    content: "";

    position: absolute;

    width: 190px;
    height: 190px;

    top: -80px;
    right: -65px;

    border: 1px solid rgba(255,255,255,0.12);

    border-radius: 50%;
}


/* =========================================
   SMALL TEXT
========================================= */

.heavy-custom-v4-small {
    position: relative;

    z-index: 2;

    margin-bottom: auto;

    color: #d9b9a8;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}


/* =========================================
   BIG CUSTOM TEXT
========================================= */

.heavy-custom-v4-big {
    position: relative;

    z-index: 2;

    margin-bottom: 12px;

    color: rgba(255,255,255,0.09);

    font-size: 57px;

    line-height: 0.9;

    font-weight: 900;

    letter-spacing: -2px;
}


/* =========================================
   VISUAL TITLE
========================================= */

.heavy-custom-v4-visual h3 {
    position: relative;

    z-index: 2;

    margin: 0 0 12px;

    color: #ffffff;

    font-size: 26px;

    line-height: 1.2;

    font-weight: 400;
}

.heavy-custom-v4-visual h3 strong {
    display: block;

    color: #f0d8ca;

    font-weight: 700;
}

.heavy-custom-v4-visual p {
    position: relative;

    z-index: 2;

    max-width: 350px;

    margin: 0;

    color: #d9c0b4;

    font-size: 12px;

    line-height: 1.75;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.heavy-custom-v4-content {
    padding-top: 5px;
}


/* =========================================
   HEADING
========================================= */

.heavy-custom-v4-heading {
    margin-bottom: 27px;

    padding-bottom: 18px;

    border-bottom: 1px solid #ddd4ce;
}

.heavy-custom-v4-heading span {
    display: block;

    margin-bottom: 7px;

    color: #8c6b58;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.heavy-custom-v4-heading h2 {
    margin: 0;

    color: #292929;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 400;
}

.heavy-custom-v4-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   LIST
========================================= */

.heavy-custom-v4-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 0 25px;
}


/* =========================================
   ITEM
========================================= */

.heavy-custom-v4-item {
    position: relative;

    display: grid;

    grid-template-columns: 30px 1fr;

    gap: 12px;

    padding: 17px 0;

    border-bottom: 1px solid #e3dcd6;
}

.heavy-custom-v4-item:hover {
    background: #faf7f4;
}


/* =========================================
   NUMBER
========================================= */

.heavy-custom-v4-number {
    width: 28px;

    height: 28px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f3ebe5;

    color: #5a3420;

    font-size: 10px;

    font-weight: 800;

    transition: all 0.3s ease;
}

.heavy-custom-v4-item:hover .heavy-custom-v4-number {
    background: #5a3420;

    color: #ffffff;
}


/* =========================================
   ITEM CONTENT
========================================= */

.heavy-custom-v4-item h3 {
    margin: 1px 0 5px;

    color: #332e2a;

    font-size: 14px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.heavy-custom-v4-item:hover h3 {
    color: #5a3420;
}

.heavy-custom-v4-item p {
    margin: 0;

    color: #716963;

    font-size: 10.5px;

    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .heavy-custom-v4 {
        padding: 55px 20px;
    }

    .heavy-custom-v4-wrap {
        gap: 35px;
    }

    .heavy-custom-v4-visual {
        min-height: 470px;

        padding: 30px 25px;
    }

    .heavy-custom-v4-big {
        font-size: 44px;
    }

    .heavy-custom-v4-heading h2 {
        font-size: 30px;
    }

    .heavy-custom-v4-list {
        grid-template-columns: 1fr;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .heavy-custom-v4 {
        padding: 45px 18px;
    }

    .heavy-custom-v4-wrap {
        display: block;
    }

    .heavy-custom-v4-visual {
        min-height: 300px;

        margin-bottom: 32px;

        padding: 28px 24px;
    }

    .heavy-custom-v4-big {
        font-size: 48px;
    }

    .heavy-custom-v4-visual h3 {
        font-size: 24px;
    }

    .heavy-custom-v4-content {
        padding: 0;
    }

    .heavy-custom-v4-heading {
        margin-bottom: 15px;
    }

    .heavy-custom-v4-heading h2 {
        font-size: 29px;
    }

    .heavy-custom-v4-list {
        display: block;
    }

    .heavy-custom-v4-item {
        padding: 15px 0;
    }

    .heavy-custom-v4-item h3 {
        font-size: 15px;
    }

    .heavy-custom-v4-item p {
        font-size: 11px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-custom-v4 {
        padding: 40px 16px;
    }

    .heavy-custom-v4-visual {
        min-height: 280px;

        padding: 24px 20px;
    }

    .heavy-custom-v4-big {
        font-size: 40px;
    }

    .heavy-custom-v4-heading h2 {
        font-size: 27px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdad985 *//* =========================================
   HEAVY DUTY BOXES
   HORIZONTAL MANUFACTURING PROCESS
   NO CARDS / HORIZONTAL SCROLL
========================================= */

.heavy-process-line {
    width: 100%;
    padding: 50px 20px;
    background: #f7f3ef;
    overflow: visible;
}

.heavy-process-line-wrap {
    max-width: 1200px;
    margin: 0 auto;
    overflow: visible;
}


/* =========================================
   HEADING
========================================= */

.heavy-process-line-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.heavy-process-line-heading span {
    display: block;
    margin-bottom: 9px;

    color: #8c6b58;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.heavy-process-line-heading h2 {
    margin: 0 0 13px;

    color: #292929;

    font-size: 40px;
    line-height: 1.2;

    font-weight: 400;
}

.heavy-process-line-heading h2 strong {
    color: #5a3420;
    font-weight: 700;
}

.heavy-process-line-heading p {
    margin: 0;

    color: #68615c;

    font-size: 14px;
    line-height: 1.75;
}


/* =========================================
   HORIZONTAL SCROLL AREA
========================================= */

.heavy-process-line-scroll {
    width: 100%;

    overflow-x: auto;
    overflow-y: hidden;

    padding-top: 5px;
    padding-bottom: 15px;

    -webkit-overflow-scrolling: touch;

    scrollbar-width: thin;

    scrollbar-color: #5a3420 #ddd3cc;
}


/* =========================================
   SCROLLBAR
========================================= */

.heavy-process-line-scroll::-webkit-scrollbar {
    height: 7px;
}

.heavy-process-line-scroll::-webkit-scrollbar-track {
    background: #ddd3cc;

    border-radius: 10px;
}

.heavy-process-line-scroll::-webkit-scrollbar-thumb {
    background: #5a3420;

    border-radius: 10px;
}

.heavy-process-line-scroll::-webkit-scrollbar-thumb:hover {
    background: #432516;
}


/* =========================================
   PROCESS TRACK
========================================= */

.heavy-process-line-track {
    position: relative;

    display: grid;

    grid-template-columns:
        repeat(9, minmax(230px, 230px));

    width: max-content;

    min-width: 100%;

    padding-top: 35px;

    padding-right: 35px;
}


/* =========================================
   HORIZONTAL CONNECTING LINE
========================================= */

.heavy-process-line-track::before {
    content: "";

    position: absolute;

    top: 57px;

    left: 115px;

    right: 150px;

    height: 1px;

    background: #cdbdb2;

    z-index: 1;
}


/* =========================================
   PROCESS STEP
========================================= */

.heavy-process-line-step {
    position: relative;

    width: 230px;

    padding: 0 14px;

    text-align: center;

    z-index: 2;
}


/* =========================================
   NUMBER
========================================= */

.heavy-process-line-number {
    position: relative;

    z-index: 3;

    width: 46px;
    height: 46px;

    margin: 0 auto 24px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    border: 4px solid #f7f3ef;

    outline: 1px solid #5a3420;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;

    transition: all 0.3s ease;
}


/* =========================================
   STEP LABEL
========================================= */

.heavy-process-line-text > span {
    display: block;

    margin-bottom: 7px;

    color: #9a7a67;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =========================================
   STEP TITLE
========================================= */

.heavy-process-line-text h3 {
    min-height: 44px;

    margin: 0 0 10px;

    color: #302b28;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}


/* =========================================
   STEP DESCRIPTION
========================================= */

.heavy-process-line-text p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   HOVER EFFECT
========================================= */

.heavy-process-line-step:hover
.heavy-process-line-number {
    background: #ffffff;

    color: #5a3420;

    transform: scale(1.1);
}

.heavy-process-line-step:hover
.heavy-process-line-text h3 {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .heavy-process-line {
        padding: 55px 20px;
    }

    .heavy-process-line-heading h2 {
        font-size: 36px;
    }

    .heavy-process-line-heading p {
        font-size: 13px;
    }

    .heavy-process-line-track {
        grid-template-columns:
            repeat(9, minmax(220px, 220px));

        padding-right: 35px;
    }

    .heavy-process-line-step {
        width: 220px;
    }

    .heavy-process-line-text h3 {
        font-size: 15px;
    }

    .heavy-process-line-text p {
        font-size: 12px;
    }

    .heavy-process-line-track::before {
        left: 110px;

        right: 145px;
    }
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .heavy-process-line {
        padding: 45px 18px;
    }

    .heavy-process-line-heading {
        margin-bottom: 35px;
    }

    .heavy-process-line-heading h2 {
        font-size: 30px;
    }

    .heavy-process-line-heading p {
        font-size: 13px;
    }

    .heavy-process-line-scroll {
        margin-right: -18px;
        padding-right: 18px;
    }

    .heavy-process-line-track {
        grid-template-columns:
            repeat(9, minmax(220px, 220px));

        padding-top: 30px;

        padding-right: 45px;
    }

    .heavy-process-line-track::before {
        top: 52px;

        left: 110px;

        right: 155px;
    }

    .heavy-process-line-step {
        width: 220px;

        padding: 0 12px;
    }

    .heavy-process-line-number {
        width: 42px;
        height: 42px;

        margin-bottom: 21px;

        font-size: 10px;
    }

    .heavy-process-line-text > span {
        font-size: 9px;
    }

    .heavy-process-line-text h3 {
        min-height: 42px;

        font-size: 15px;
    }

    .heavy-process-line-text p {
        font-size: 12px;

        line-height: 1.65;
    }
}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-process-line {
        padding: 40px 16px;
    }

    .heavy-process-line-heading h2 {
        font-size: 28px;
    }

    .heavy-process-line-heading p {
        font-size: 12px;
    }

    .heavy-process-line-scroll {
        margin-right: -16px;
        padding-right: 16px;
    }

    .heavy-process-line-track {
        grid-template-columns:
            repeat(9, minmax(210px, 210px));

        padding-right: 45px;
    }

    .heavy-process-line-step {
        width: 210px;
    }

    .heavy-process-line-track::before {
        left: 105px;

        right: 150px;
    }

    .heavy-process-line-text h3 {
        font-size: 15px;
    }

    .heavy-process-line-text p {
        font-size: 12px;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04c7f0c *//* =========================================
   HEAVY DUTY BOX
   COMPACT SELECTION GUIDE
========================================= */

.heavy-select-compact {
    width: 100%;

    padding: 48px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.heavy-select-compact-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.heavy-select-compact-head {
    margin-bottom: 28px;

    text-align: center;
}

.heavy-select-compact-head span {
    display: block;

    margin-bottom: 6px;

    color: #8c6b58;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.heavy-select-compact-head h2 {
    margin: 0;

    color: #292929;

    font-size: 32px;

    line-height: 1.2;

    font-weight: 400;
}

.heavy-select-compact-head h2 strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   GRID
========================================= */

.heavy-select-compact-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 1px;

    background: #d9cec6;

    border: 1px solid #d9cec6;
}


/* =========================================
   ITEM
========================================= */

.heavy-select-compact-item {
    position: relative;

    min-height: 112px;

    padding: 17px 18px;

    background: #ffffff;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.heavy-select-compact-item:hover {
    background: #5a3420;

    transform: translateY(-2px);

    z-index: 2;
}


/* =========================================
   NUMBER
========================================= */

.heavy-select-compact-item small {
    display: block;

    margin-bottom: 10px;

    color: #a08472;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1px;
}

.heavy-select-compact-item:hover small {
    color: #d9b9a8;
}


/* =========================================
   REQUIREMENT
========================================= */

.heavy-select-compact-item h3 {
    margin: 0 0 8px;

    color: #302b28;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;
}

.heavy-select-compact-item:hover h3 {
    color: #ffffff;
}


/* =========================================
   SOLUTION
========================================= */

.heavy-select-compact-item p {
    margin: 0;

    color: #5a3420;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 700;
}

.heavy-select-compact-item:hover p {
    color: #f0d8ca;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .heavy-select-compact {
        padding: 45px 20px;
    }

    .heavy-select-compact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .heavy-select-compact {
        padding: 40px 18px;
    }

    .heavy-select-compact-head {
        margin-bottom: 24px;
    }

    .heavy-select-compact-head h2 {
        font-size: 28px;
    }

    .heavy-select-compact-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .heavy-select-compact-item {
        min-height: 105px;

        padding: 14px;
    }

    .heavy-select-compact-item h3 {
        font-size: 13px;
    }

    .heavy-select-compact-item p {
        font-size: 9.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-select-compact {
        padding: 35px 14px;
    }

    .heavy-select-compact-head h2 {
        font-size: 26px;
    }

    .heavy-select-compact-item {
        min-height: 100px;

        padding: 12px;
    }

    .heavy-select-compact-item h3 {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2adefce *//* =========================================
   HEAVY DUTY BOXES
   CTA SECTION
========================================= */

.heavy-cta-section {
    width: 100%;

    padding: 22px 20px;

    background: #5a3420;

    overflow: hidden;
}

.heavy-cta-wrap {
    position: relative;

    max-width: 1150px;

    min-height: 310px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    padding: 50px 60px;

    overflow: hidden;

    border: 1px solid rgba(255,255,255,0.16);
}


/* =========================================
   CONTENT
========================================= */

.heavy-cta-content {
    position: relative;

    z-index: 3;

    max-width: 780px;
}

.heavy-cta-label {
    display: block;

    margin-bottom: 10px;

    color: #d9b9a8;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.heavy-cta-content h2 {
    max-width: 750px;

    margin: 0 0 17px;

    color: #ffffff;

    font-size: 40px;

    line-height: 1.18;

    font-weight: 400;
}

.heavy-cta-content h2 strong {
    color: #f0d8ca;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.heavy-cta-content p {
    max-width: 760px;

    margin: 0 0 10px;

    color: #d9c3b8;

    font-size: 13px;

    line-height: 1.7;
}

.heavy-cta-content p b {
    color: #ffffff;

    font-weight: 700;
}


/* =========================================
   BUTTON
========================================= */

.heavy-cta-button {
    display: inline-flex;

    align-items: center;

    gap: 18px;

    margin-top: 18px;

    padding: 13px 21px;

    background: #ffffff;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    text-decoration: none;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        gap 0.3s ease;
}

.heavy-cta-button span {
    font-size: 18px;

    line-height: 1;
}

.heavy-cta-button:hover {
    background: #f0d8ca;

    color: #432516;

    gap: 24px;
}


/* =========================================
   DECORATIVE SIDE
========================================= */

.heavy-cta-decoration {
    position: absolute;

    right: 20px;

    top: 50%;

    width: 280px;

    height: 280px;

    transform: translateY(-50%);

    pointer-events: none;
}

.heavy-cta-decoration > span {
    position: absolute;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);

    color: rgba(255,255,255,0.08);

    font-size: 105px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: -5px;
}


/* =========================================
   CIRCLES
========================================= */

.heavy-cta-circle {
    position: absolute;

    border: 1px solid rgba(255,255,255,0.14);

    border-radius: 50%;
}

.circle-one {
    width: 280px;
    height: 280px;

    top: 0;
    left: 0;
}

.circle-two {
    width: 190px;
    height: 190px;

    top: 45px;
    left: 45px;

    border-color: rgba(255,255,255,0.11);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .heavy-cta-section {
        padding: 55px 20px;
    }

    .heavy-cta-wrap {
        padding: 45px 40px;
    }

    .heavy-cta-content h2 {
        font-size: 35px;
    }

    .heavy-cta-decoration {
        right: -50px;

        opacity: 0.7;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .heavy-cta-section {
        padding: 45px 18px;
    }

    .heavy-cta-wrap {
        min-height: auto;

        padding: 38px 25px;

        display: block;
    }

    .heavy-cta-content {
        max-width: 100%;
    }

    .heavy-cta-label {
        font-size: 9px;
    }

    .heavy-cta-content h2 {
        font-size: 29px;

        line-height: 1.22;
    }

    .heavy-cta-content p {
        font-size: 12px;

        line-height: 1.65;
    }

    .heavy-cta-button {
        margin-top: 14px;

        padding: 12px 18px;

        font-size: 11px;
    }

    .heavy-cta-decoration {
        right: -100px;

        top: 55%;

        opacity: 0.45;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .heavy-cta-section {
        padding: 40px 15px;
    }

    .heavy-cta-wrap {
        padding: 32px 20px;
    }

    .heavy-cta-content h2 {
        font-size: 26px;
    }

    .heavy-cta-content p {
        font-size: 11.5px;
    }

    .heavy-cta-decoration {
        right: -120px;
    }

}/* End custom CSS */