/* Start custom CSS for html, class: .elementor-element-23ff62e *//* =========================================
   PACKAGING SUPPLIES
   ABOUT SECTION
========================================= */

.pack-sup-about {
    width: 100%;

    padding: 50px 20px;

    background: #ffffff;

    overflow: hidden;
}

.pack-sup-about-wrap {
    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.85fr 1.15fr;

    gap: 80px;

    align-items: start;
}


/* =========================================
   LEFT SIDE
========================================= */

.pack-sup-about-left {
    position: relative;

    padding-right: 30px;
}

.pack-sup-about-label {
    display: inline-block;

    margin-bottom: 14px;

    color: #8b624d;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.pack-sup-about-left h2 {
    margin: 0;

    color: #292929;

    font-size: 42px;

    line-height: 1.18;

    font-weight: 400;
}

.pack-sup-about-left h2 strong {
    display: block;

    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   DECORATIVE LINE
========================================= */

.pack-sup-about-line {
    width: 65px;

    height: 3px;

    margin-top: 28px;

    background: #5a3420;

    position: relative;
}

.pack-sup-about-line::after {
    content: "";

    position: absolute;

    left: 75px;

    top: 1px;

    width: 35px;

    height: 1px;

    background: #cbb8aa;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.pack-sup-about-right {
    padding-top: 8px;
}

.pack-sup-about-right p {
    margin: 0 0 19px;

    color: #625c57;

    font-size: 15px;

    line-height: 1.85;
}

.pack-sup-about-right p:last-child {
    margin-bottom: 0;
}

.pack-sup-about-right strong {
    color: #3d2a20;

    font-weight: 700;
}


/* =========================================
   PRODUCT RANGE
========================================= */

.pack-sup-about-products {
    max-width: 1150px;

    margin: 65px auto 0;

    display: grid;

    grid-template-columns: repeat(5, 1fr);

    border-top: 1px solid #ddd5cf;

    border-bottom: 1px solid #ddd5cf;
}


/* =========================================
   PRODUCT NAME
========================================= */

.pack-sup-product-name {
    min-height: 90px;

    padding: 20px 18px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    gap: 7px;

    color: #302b28;

    font-size: 13px;

    font-weight: 700;

    border-right: 1px solid #ddd5cf;

    transition: all 0.35s ease;
}

.pack-sup-product-name:first-child {
    border-left: 1px solid #ddd5cf;
}

.pack-sup-product-name span {
    color: #a48673;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   HOVER
========================================= */

.pack-sup-product-name:hover {
    background: #f8f4f0;

    color: #5a3420;

    padding-left: 23px;
}

.pack-sup-product-name:hover span {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pack-sup-about {
        padding: 70px 20px;
    }

    .pack-sup-about-wrap {
        grid-template-columns: 1fr 1fr;

        gap: 45px;
    }

    .pack-sup-about-left h2 {
        font-size: 36px;
    }

    .pack-sup-about-right p {
        font-size: 14px;
    }

    .pack-sup-about-products {
        grid-template-columns: repeat(3, 1fr);
    }

    .pack-sup-product-name:nth-child(4) {
        border-left: 1px solid #ddd5cf;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .pack-sup-about {
        padding: 60px 18px;
    }

    .pack-sup-about-wrap {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .pack-sup-about-left {
        padding-right: 0;
    }

    .pack-sup-about-left h2 {
        font-size: 32px;
    }

    .pack-sup-about-right {
        padding-top: 0;
    }

    .pack-sup-about-right p {
        font-size: 14px;

        line-height: 1.75;
    }

    .pack-sup-about-products {
        grid-template-columns: repeat(2, 1fr);

        margin-top: 45px;
    }

    .pack-sup-product-name {
        min-height: 80px;

        padding: 17px 14px;

        font-size: 12px;
    }

    .pack-sup-product-name:nth-child(3) {
        border-left: 1px solid #ddd5cf;
    }

    .pack-sup-product-name:nth-child(4) {
        border-left: 0;
    }

    .pack-sup-product-name:nth-child(5) {
        border-left: 1px solid #ddd5cf;

        grid-column: 1 / -1;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-sup-about-left h2 {
        font-size: 29px;
    }

    .pack-sup-about-right p {
        font-size: 13px;
    }

    .pack-sup-about-products {
        grid-template-columns: 1fr;
    }

    .pack-sup-product-name,
    .pack-sup-product-name:nth-child(3),
    .pack-sup-product-name:nth-child(4),
    .pack-sup-product-name:nth-child(5) {
        border-left: 1px solid #ddd5cf;

        border-bottom: 1px solid #ddd5cf;

        grid-column: auto;
    }

    .pack-sup-product-name:last-child {
        border-bottom: none;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aedb96d *//* =========================================
   PACKAGING SUPPLIES
   COMPACT PRODUCT GRID V6
========================================= */

.packmini-v6 {
    width: 100%;

    padding: 40px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.packmini-v6-wrap {
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.packmini-v6-heading {
    max-width: 700px;

    margin: 0 auto 38px;

    text-align: center;
}

.packmini-v6-heading span {
    display: inline-block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.packmini-v6-heading h2 {
    margin: 0 0 10px;

    color: #292929;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 400;
}

.packmini-v6-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.packmini-v6-heading p {
    margin: 0;

    color: #6b625d;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   PRODUCT GRID
========================================= */

.packmini-v6-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* =========================================
   PRODUCT CARD
========================================= */

.packmini-v6-card {
    background: #ffffff;

    border: 1px solid #e4ddd7;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.packmini-v6-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 14px 30px rgba(60, 45, 35, 0.10);
}


/* =========================================
   IMAGE
   600 x 400 = 3:2 RATIO
========================================= */

.packmini-v6-image {
    position: relative;

    width: 100%;

    aspect-ratio: 3 / 2;

    height: auto;

    overflow: hidden;

    background: #ebe5df;
}

.packmini-v6-image img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    object-position: center;

    transition: transform 0.5s ease;
}

.packmini-v6-card:hover
.packmini-v6-image img {
    transform: scale(1.05);
}


/* =========================================
   IMAGE NUMBER
========================================= */

.packmini-v6-image > span {
    position: absolute;

    top: 12px;

    left: 12px;

    width: 34px;

    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.94);

    color: #5a3420;

    border: 1px solid rgba(90, 52, 32, 0.15);

    border-radius: 50%;

    font-size: 12px;

    font-weight: 800;
}


/* =========================================
   CONTENT
========================================= */

.packmini-v6-content {
    padding: 20px 21px 22px;
}

.packmini-v6-content small {
    display: block;

    margin-bottom: 6px;

    color: #9a806e;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}

.packmini-v6-content h3 {
    margin: 0 0 8px;

    color: #302b28;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;
}

.packmini-v6-content p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.65;
}

.packmini-v6-card:hover
.packmini-v6-content h3 {
    color: #5a3420;
}


/* =========================================
   TAGS
========================================= */

.packmini-v6-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;

    margin-top: 13px;
}

.packmini-v6-tags span {
    display: inline-block;

    padding: 5px 9px;

    background: #f5f1ed;

    color: #5a3420;

    border: 1px solid #e4dad2;

    border-radius: 3px;

    font-size: 13px;

    font-weight: 700;

    line-height: 1.3;
}


/* =========================================
   4TH + 5TH CARD
========================================= */

.packmini-v6-card:nth-child(4) {
    grid-column: 1 / 2;
}

.packmini-v6-card:nth-child(5) {
    grid-column: 2 / 3;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .packmini-v6 {
        padding: 50px 20px;
    }

    .packmini-v6-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 18px;
    }

    .packmini-v6-card:nth-child(4),
    .packmini-v6-card:nth-child(5) {
        grid-column: auto;
    }

    .packmini-v6-heading h2 {
        font-size: 34px;
    }

    .packmini-v6-content {
        padding: 19px 20px 21px;
    }

    .packmini-v6-content h3 {
        font-size: 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .packmini-v6 {
        padding: 48px 18px;
    }

    .packmini-v6-heading {
        margin-bottom: 30px;
    }

    .packmini-v6-heading h2 {
        font-size: 30px;
    }

    .packmini-v6-heading p {
        font-size: 13px;

        line-height: 1.7;
    }

    .packmini-v6-grid {
        grid-template-columns: 1fr;

        gap: 16px;
    }

    .packmini-v6-card:nth-child(4),
    .packmini-v6-card:nth-child(5) {
        grid-column: auto;
    }


    /* Keep 600x400 ratio */

    .packmini-v6-image {
        aspect-ratio: 3 / 2;

        height: auto;
    }

    .packmini-v6-content {
        padding: 19px 20px 21px;
    }

    .packmini-v6-content small {
        font-size: 12px;
    }

    .packmini-v6-content h3 {
        font-size: 21px;
    }

    .packmini-v6-content p {
        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .packmini-v6 {
        padding: 45px 16px;
    }

    .packmini-v6-heading h2 {
        font-size: 28px;
    }

    .packmini-v6-heading p {
        font-size: 13px;
    }

    /* Keep image ratio */

    .packmini-v6-image {
        aspect-ratio: 3 / 2;

        height: auto;
    }

    .packmini-v6-content {
        padding: 18px 18px 20px;
    }

    .packmini-v6-content small {
        font-size: 11px;
    }

    .packmini-v6-content h3 {
        font-size: 20px;
    }

    .packmini-v6-content p {
        font-size: 13px;

        line-height: 1.7;
    }

    .packmini-v6-tags span {
        font-size: 11px;

        padding: 5px 8px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa05ce2 *//* =========================================
   PACKAGING SUPPLIES
   KEY FEATURES V7
   DARK BROWN SECTION
========================================= */

.pack-features-v7 {
    width: 100%;

    padding: 65px 20px;

    background: #5a3420;

    overflow: hidden;
}

.pack-features-v7-wrap {
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.pack-features-v7-heading {
    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}

.pack-features-v7-heading > span {
    display: inline-block;

    margin-bottom: 9px;

    color: #e0c3af;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pack-features-v7-heading h2 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 39px;

    line-height: 1.2;

    font-weight: 400;
}

.pack-features-v7-heading h2 strong {
    color: #f0d7c5;

    font-weight: 700;
}

.pack-features-v7-heading p {
    margin: 0;

    color: #eadbd1;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   FEATURE GRID
========================================= */

.pack-features-v7-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================
   FEATURE CARD
========================================= */

.pack-features-v7-card {
    position: relative;

    min-height: 245px;

    padding: 24px 25px;

    background: #ffffff;

    border: 1px solid rgba(255, 255, 255, 0.12);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.12);

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.pack-features-v7-card:hover {
    transform: translateY(-6px);

    border-color: #e0c3af;

    box-shadow:
        0 18px 35px rgba(0, 0, 0, 0.18);
}


/* =========================================
   TOP AREA
========================================= */

.pack-features-v7-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    margin-bottom: 20px;
}

.pack-features-v7-number {
    color: #b49a87;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   ICON
========================================= */

.pack-features-v7-icon {
    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f4ebe5;

    color: #5a3420;

    border-radius: 50%;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.pack-features-v7-icon svg {
    width: 23px;

    height: 23px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.pack-features-v7-card:hover
.pack-features-v7-icon {
    background: #5a3420;

    color: #ffffff;

    transform: rotate(-5deg);
}


/* =========================================
   TITLE
========================================= */

.pack-features-v7-card h3 {
    margin: 0 0 10px;

    color: #302b28;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.pack-features-v7-card:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.pack-features-v7-card p {
    margin: 0;

    color: #68615b;

    font-size: 13.5px;

    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pack-features-v7 {
        padding: 55px 20px;
    }

    .pack-features-v7-heading h2 {
        font-size: 35px;
    }

    .pack-features-v7-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }

    .pack-features-v7-card {
        min-height: 240px;

        padding: 23px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pack-features-v7 {
        padding: 50px 18px;
    }

    .pack-features-v7-heading {
        margin-bottom: 32px;
    }

    .pack-features-v7-heading > span {
        font-size: 11px;
    }

    .pack-features-v7-heading h2 {
        font-size: 30px;
    }

    .pack-features-v7-heading p {
        font-size: 13px;

        line-height: 1.7;
    }

    .pack-features-v7-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .pack-features-v7-card {
        min-height: auto;

        padding: 23px 21px;
    }

    .pack-features-v7-top {
        margin-bottom: 17px;
    }

    .pack-features-v7-icon {
        width: 46px;

        height: 46px;
    }

    .pack-features-v7-icon svg {
        width: 22px;

        height: 22px;
    }

    .pack-features-v7-card h3 {
        font-size: 20px;
    }

    .pack-features-v7-card p {
        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-features-v7 {
        padding: 45px 16px;
    }

    .pack-features-v7-heading h2 {
        font-size: 28px;
    }

    .pack-features-v7-heading p {
        font-size: 13px;
    }

    .pack-features-v7-card {
        padding: 21px 19px;
    }

    .pack-features-v7-card h3 {
        font-size: 19px;
    }

    .pack-features-v7-card p {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdad985 *//* =========================================
   PACKAGING SUPPLIES
   APPLICATIONS V8
========================================= */

.pack-app-v8 {
    width: 100%;

    padding: 50px 20px;

    background: #ffffff;

    overflow: hidden;
}

.pack-app-v8-wrap {
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pack-app-v8-heading {
    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}

.pack-app-v8-heading > span {
    display: inline-block;

    margin-bottom: 9px;

    color: #8b6a57;

    font-size: 16px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pack-app-v8-heading h2 {
    margin: 0 0 12px;

    color: #292929;

    font-size: 39px;

    line-height: 1.2;

    font-weight: 400;
}

.pack-app-v8-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pack-app-v8-heading p {
    margin: 0;

    color: #68615b;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   APPLICATION GRID
========================================= */

.pack-app-v8-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px 20px;
}


/* =========================================
   APPLICATION ITEM
========================================= */

.pack-app-v8-item {
    position: relative;

    display: flex;

    align-items: center;

    min-height: 82px;

    padding: 15px 20px;

    background: #f8f5f2;

    border: 1px solid #e8dfd8;

    transition:
        transform 0.35s ease,
        background 0.35s ease,
        box-shadow 0.35s ease;
}

.pack-app-v8-item:hover {
    transform: translateX(5px);

    background: #ffffff;

    box-shadow:
        0 10px 25px rgba(70, 50, 38, 0.09);
}


/* =========================================
   NUMBER
========================================= */

.pack-app-v8-number {
    width: 30px;

    margin-right: 16px;

    color: #b39a88;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   ICON
========================================= */

.pack-app-v8-icon {
    width: 44px;

    height: 44px;

    flex: 0 0 44px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-right: 15px;

    background: #ffffff;

    color: #5a3420;

    border: 1px solid #e2d7ce;

    border-radius: 50%;

    transition:
        background 0.3s ease,
        color 0.3s ease;
}

.pack-app-v8-icon svg {
    width: 21px;

    height: 21px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.pack-app-v8-item:hover .pack-app-v8-icon {
    background: #5a3420;

    color: #ffffff;

    border-color: #5a3420;
}


/* =========================================
   TITLE
========================================= */

.pack-app-v8-item h3 {
    margin: 0;

    color: #302b28;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.pack-app-v8-item:hover h3 {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .pack-app-v8 {
        padding: 55px 20px;
    }

    .pack-app-v8-heading h2 {
        font-size: 35px;
    }

    .pack-app-v8-list {
        gap: 12px 15px;
    }

    .pack-app-v8-item {
        padding: 14px 16px;
    }

    .pack-app-v8-item h3 {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pack-app-v8 {
        padding: 50px 18px;
    }

    .pack-app-v8-heading {
        margin-bottom: 32px;
    }

    .pack-app-v8-heading h2 {
        font-size: 30px;
    }

    .pack-app-v8-heading p {
        font-size: 13px;
    }

    .pack-app-v8-list {
        grid-template-columns: 1fr;

        gap: 10px;
    }

    .pack-app-v8-item {
        min-height: 72px;

        padding: 13px 15px;
    }

    .pack-app-v8-number {
        width: 25px;

        margin-right: 10px;

        font-size: 10px;
    }

    .pack-app-v8-icon {
        width: 40px;

        height: 40px;

        flex-basis: 40px;

        margin-right: 13px;
    }

    .pack-app-v8-icon svg {
        width: 19px;

        height: 19px;
    }

    .pack-app-v8-item h3 {
        font-size: 16px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-app-v8 {
        padding: 45px 16px;
    }

    .pack-app-v8-heading h2 {
        font-size: 28px;
    }

    .pack-app-v8-item h3 {
        font-size: 15px;
    }

    .pack-app-v8-icon {
        width: 38px;

        height: 38px;

        flex-basis: 38px;

        margin-right: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8994a0e *//* =========================================
   PACKAGING SUPPLIES
   INDUSTRIES WE SERVE V9
========================================= */

.pack-industries-v9 {
    width: 100%;

    padding: 45px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.pack-industries-v9-wrap {
    max-width: 1120px;

    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.pack-industries-v9-heading {
    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}

.pack-industries-v9-heading > span {
    display: inline-block;

    margin-bottom: 9px;

    color: #8b6a57;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pack-industries-v9-heading h2 {
    margin: 0 0 12px;

    color: #292929;

    font-size: 39px;

    line-height: 1.2;

    font-weight: 400;
}

.pack-industries-v9-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pack-industries-v9-heading p {
    margin: 0;

    color: #68615b;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   INDUSTRY GRID
========================================= */

.pack-industries-v9-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 18px;
}


/* =========================================
   CARD
========================================= */

.pack-industries-v9-card {
    position: relative;

    min-height: 245px;

    padding: 25px 25px 27px;

    background: #ffffff;

    border: 1px solid #e4ddd7;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.pack-industries-v9-card:hover {
    transform: translateY(-6px);

    border-color: rgba(90, 52, 32, 0.28);

    box-shadow:
        0 16px 32px rgba(70, 50, 38, 0.10);
}


/* =========================================
   NUMBER
========================================= */

.pack-industries-v9-number {
    position: absolute;

    top: 18px;

    right: 20px;

    color: #c8b5a7;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* =========================================
   ICON
========================================= */

.pack-industries-v9-icon {
    width: 50px;

    height: 50px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 20px;

    background: #f5eee9;

    color: #5a3420;

    border-radius: 50%;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.pack-industries-v9-icon svg {
    width: 24px;

    height: 24px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.pack-industries-v9-card:hover
.pack-industries-v9-icon {
    background: #5a3420;

    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================
   TITLE
========================================= */

.pack-industries-v9-card h3 {
    margin: 0 0 10px;

    padding-right: 25px;

    color: #302b28;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.pack-industries-v9-card:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.pack-industries-v9-card p {
    margin: 0;

    color: #68615c;

    font-size: 13.5px;

    line-height: 1.7;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pack-industries-v9 {
        padding: 55px 20px;
    }

    .pack-industries-v9-heading h2 {
        font-size: 35px;
    }

    .pack-industries-v9-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 16px;
    }

    .pack-industries-v9-card {
        min-height: 235px;

        padding: 23px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pack-industries-v9 {
        padding: 50px 18px;
    }

    .pack-industries-v9-heading {
        margin-bottom: 32px;
    }

    .pack-industries-v9-heading h2 {
        font-size: 30px;
    }

    .pack-industries-v9-heading p {
        font-size: 13px;

        line-height: 1.7;
    }

    .pack-industries-v9-grid {
        grid-template-columns: 1fr;

        gap: 14px;
    }

    .pack-industries-v9-card {
        min-height: auto;

        padding: 23px 21px;
    }

    .pack-industries-v9-icon {
        width: 46px;

        height: 46px;

        margin-bottom: 17px;
    }

    .pack-industries-v9-icon svg {
        width: 22px;

        height: 22px;
    }

    .pack-industries-v9-card h3 {
        font-size: 20px;
    }

    .pack-industries-v9-card p {
        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-industries-v9 {
        padding: 45px 16px;
    }

    .pack-industries-v9-heading h2 {
        font-size: 28px;
    }

    .pack-industries-v9-card {
        padding: 21px 19px;
    }

    .pack-industries-v9-card h3 {
        font-size: 19px;
    }

    .pack-industries-v9-card p {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32df299 *//* =========================================
   PACKAGING SUPPLY PROCESS
   HORIZONTAL FLOW V11
========================================= */

.pack-flow-v11 {
    width: 100%;

    padding: 75px 20px;

    background: #5a3420;

    overflow: hidden;
}

.pack-flow-v11-wrap {
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pack-flow-v11-heading {
    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}

.pack-flow-v11-heading span {
    display: inline-block;

    margin-bottom: 10px;

    color: #d9bca8;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.pack-flow-v11-heading h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.pack-flow-v11-heading h2 strong {
    color: #f0d7c5;

    font-weight: 700;
}

.pack-flow-v11-heading p {
    margin: 0;

    color: #e8d9d0;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   PROCESS FLOW
========================================= */

.pack-flow-v11-process {
    display: grid;

    grid-template-columns: repeat(6, 1fr);

    gap: 0;

    position: relative;
}


/* =========================================
   STEP
========================================= */

.pack-flow-v11-step {
    position: relative;

    padding: 0 18px;
}


/* =========================================
   NUMBER
========================================= */

.pack-flow-v11-count {
    position: relative;

    z-index: 2;

    width: 54px;

    height: 54px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 28px;

    background: #ffffff;

    color: #5a3420;

    border-radius: 50%;

    font-size: 13px;

    font-weight: 800;

    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.15);

    transition: all 0.35s ease;
}


/* =========================================
   CONNECTING LINE
========================================= */

.pack-flow-v11-line {
    position: absolute;

    top: 27px;

    left: 72px;

    width: calc(100% - 54px);

    height: 1px;

    background: rgba(255, 255, 255, 0.30);
}


/* =========================================
   CONTENT
========================================= */

.pack-flow-v11-content h3 {
    margin: 0 0 10px;

    color: #ffffff;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;
}

.pack-flow-v11-content p {
    margin: 0;

    color: #dbcac0;

    font-size: 12.5px;

    line-height: 1.7;
}


/* =========================================
   HOVER
========================================= */

.pack-flow-v11-step:hover
.pack-flow-v11-count {
    background: #e5c5b0;

    color: #5a3420;

    transform: translateY(-4px);

    box-shadow:
        0 10px 25px rgba(0, 0, 0, 0.22);
}

.pack-flow-v11-step:hover
.pack-flow-v11-content h3 {
    color: #f0d7c5;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1000px) {

    .pack-flow-v11 {
        padding: 65px 20px;
    }

    .pack-flow-v11-process {
        grid-template-columns: repeat(3, 1fr);

        row-gap: 45px;
    }

    .pack-flow-v11-step {
        padding: 0 18px;
    }

    .pack-flow-v11-line {
        display: none;
    }

    .pack-flow-v11-content h3 {
        font-size: 18px;
    }

    .pack-flow-v11-content p {
        font-size: 13px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pack-flow-v11 {
        padding: 55px 20px;
    }

    .pack-flow-v11-heading {
        margin-bottom: 40px;
    }

    .pack-flow-v11-heading h2 {
        font-size: 32px;
    }

    .pack-flow-v11-heading p {
        font-size: 14px;
    }

    .pack-flow-v11-process {
        display: flex;

        flex-direction: column;

        gap: 0;
    }

    .pack-flow-v11-step {
        display: grid;

        grid-template-columns: 55px 1fr;

        column-gap: 18px;

        padding: 0 0 32px;
    }

    .pack-flow-v11-step:last-child {
        padding-bottom: 0;
    }

    .pack-flow-v11-count {
        width: 50px;

        height: 50px;

        margin: 0;
    }

    .pack-flow-v11-content {
        padding-top: 3px;
    }

    .pack-flow-v11-content h3 {
        font-size: 18px;

        margin-bottom: 7px;
    }

    .pack-flow-v11-content p {
        font-size: 13px;

        line-height: 1.7;
    }

    /* Mobile connecting line */

    .pack-flow-v11-step:not(:last-child)::after {
        content: "";

        position: absolute;

        left: 24px;

        top: 50px;

        width: 1px;

        height: calc(100% - 50px);

        background: rgba(255, 255, 255, 0.28);
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-flow-v11 {
        padding: 50px 17px;
    }

    .pack-flow-v11-heading h2 {
        font-size: 29px;
    }

    .pack-flow-v11-heading p {
        font-size: 13px;
    }

    .pack-flow-v11-step {
        grid-template-columns: 48px 1fr;

        column-gap: 15px;

        padding-bottom: 28px;
    }

    .pack-flow-v11-count {
        width: 46px;

        height: 46px;

        font-size: 11px;
    }

    .pack-flow-v11-step:not(:last-child)::after {
        left: 22px;

        top: 46px;

        height: calc(100% - 46px);
    }

    .pack-flow-v11-content h3 {
        font-size: 17px;
    }

    .pack-flow-v11-content p {
        font-size: 12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcba3e2 *//* =========================================
   PACKAGING SUPPLIES
   PRODUCT SELECTION V12
========================================= */

.pack-select-v12 {
    width: 100%;

    padding: 50px 20px;

    background: #f3eee9;

    overflow: hidden;
}

.pack-select-v12-wrap {
    max-width: 1050px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pack-select-v12-heading {
    max-width: 760px;

    margin: 0 auto 45px;

    text-align: center;
}

.pack-select-v12-heading span {
    display: inline-block;

    margin-bottom: 10px;

    color: #8b6a57;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pack-select-v12-heading h2 {
    margin: 0 0 13px;

    color: #292929;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 400;
}

.pack-select-v12-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pack-select-v12-heading p {
    margin: 0;

    color: #68615b;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================
   COMPARISON TABLE
========================================= */

.pack-select-v12-table {
    width: 100%;

    background: #ffffff;

    border: 1px solid #ded4cc;

    box-shadow:
        0 12px 30px rgba(70, 50, 38, 0.07);

    overflow: hidden;
}


/* =========================================
   ROW
========================================= */

.pack-select-v12-row {
    display: grid;

    grid-template-columns: 1fr 1fr;

    min-height: 76px;

    border-bottom: 1px solid #e6ded7;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.pack-select-v12-row:last-child {
    border-bottom: none;
}

.pack-select-v12-row:not(.pack-select-v12-head):hover {
    background: #fbf8f5;

    transform: translateX(4px);
}


/* =========================================
   HEADER
========================================= */

.pack-select-v12-head {
    min-height: 60px;

    background: #5a3420;

    color: #ffffff;

    border-bottom: none;
}

.pack-select-v12-head > div {
    display: flex;

    align-items: center;

    padding: 0 28px;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =========================================
   PRODUCT
========================================= */

.pack-select-v12-product {
    display: flex;

    align-items: center;

    gap: 17px;

    padding: 16px 28px;
}

.pack-select-v12-product span {
    width: 32px;

    height: 32px;

    flex: 0 0 32px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f1e8e1;

    color: #5a3420;

    border-radius: 50%;

    font-size: 10px;

    font-weight: 800;
}

.pack-select-v12-product strong {
    color: #302b28;

    font-size: 17px;

    line-height: 1.4;

    font-weight: 700;
}


/* =========================================
   PURPOSE
========================================= */

.pack-select-v12-purpose {
    display: flex;

    align-items: center;

    padding: 16px 28px;

    color: #625b55;

    font-size: 15px;

    line-height: 1.5;
}

.pack-select-v12-purpose::before {
    content: "";

    width: 6px;

    height: 6px;

    flex: 0 0 6px;

    margin-right: 12px;

    background: #5a3420;

    border-radius: 50%;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .pack-select-v12 {
        padding: 60px 20px;
    }

    .pack-select-v12-heading h2 {
        font-size: 35px;
    }

    .pack-select-v12-product,
    .pack-select-v12-purpose {
        padding-left: 22px;

        padding-right: 22px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pack-select-v12 {
        padding: 50px 18px;
    }

    .pack-select-v12-heading {
        margin-bottom: 32px;
    }

    .pack-select-v12-heading h2 {
        font-size: 30px;
    }

    .pack-select-v12-heading p {
        font-size: 13px;
    }

    .pack-select-v12-table {
        border-radius: 0;

        box-shadow: none;
    }

    .pack-select-v12-row {
        grid-template-columns: 1fr;

        min-height: auto;
    }

    .pack-select-v12-head {
        display: grid;

        grid-template-columns: 1fr 1fr;
    }

    .pack-select-v12-head > div {
        padding: 15px 16px;

        font-size: 10px;
    }

    .pack-select-v12-product {
        padding: 17px 18px 8px;
    }

    .pack-select-v12-purpose {
        padding: 5px 18px 18px 67px;

        font-size: 13px;
    }

    .pack-select-v12-purpose::before {
        width: 5px;

        height: 5px;

        flex-basis: 5px;
    }

    .pack-select-v12-product strong {
        font-size: 16px;
    }

    .pack-select-v12-product span {
        width: 30px;

        height: 30px;

        flex-basis: 30px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-select-v12 {
        padding: 45px 15px;
    }

    .pack-select-v12-heading h2 {
        font-size: 28px;
    }

    .pack-select-v12-head > div {
        padding: 13px 12px;

        font-size: 9px;
    }

    .pack-select-v12-product {
        padding-left: 15px;

        padding-right: 15px;
    }

    .pack-select-v12-purpose {
        padding-left: 62px;

        padding-right: 15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2adefce *//* =========================================
   PACKAGING SUPPLIES
   CTA SECTION V13
========================================= */

.pack-cta-v13 {
    width: 100%;

    padding: 75px 20px;

    background: #5a3420;

    overflow: hidden;
}

.pack-cta-v13-wrap {
    max-width: 1120px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.7fr 0.8fr;

    align-items: center;

    gap: 70px;
}


/* =========================================
   CONTENT
========================================= */

.pack-cta-v13-content {
    max-width: 760px;
}

.pack-cta-v13-label {
    display: inline-block;

    margin-bottom: 14px;

    color: #dfc1ad;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.pack-cta-v13-content h2 {
    margin: 0 0 20px;

    color: #ffffff;

    font-size: 43px;

    line-height: 1.18;

    font-weight: 400;
}

.pack-cta-v13-content h2 strong {
    color: #f0d7c5;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.pack-cta-v13-content p {
    max-width: 760px;

    margin: 0 0 12px;

    color: #e6d6cc;

    font-size: 15px;

    line-height: 1.8;
}

.pack-cta-v13-content p:last-child {
    margin-bottom: 0;
}

.pack-cta-v13-content p strong {
    color: #ffffff;

    font-weight: 700;
}


/* =========================================
   ACTION AREA
========================================= */

.pack-cta-v13-action {
    position: relative;

    display: flex;

    flex-direction: column;

    align-items: flex-start;
}

.pack-cta-v13-line {
    width: 55px;

    height: 2px;

    margin-bottom: 22px;

    background: #d8b9a4;
}


/* =========================================
   BUTTON
========================================= */

.pack-cta-v13-button {
    display: inline-flex;

    align-items: center;

    justify-content: space-between;

    gap: 28px;

    min-width: 205px;

    padding: 15px 18px 15px 22px;

    background: #ffffff;

    color: #5a3420 !important;

    border: 1px solid #ffffff;

    text-decoration: none !important;

    font-size: 14px;

    font-weight: 700;

    transition:
        background 0.35s ease,
        color 0.35s ease,
        transform 0.35s ease;
}

.pack-cta-v13-button b {
    width: 30px;

    height: 30px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    font-size: 18px;

    font-weight: 400;

    line-height: 1;

    transition: transform 0.35s ease;
}

.pack-cta-v13-button:hover {
    background: transparent;

    color: #ffffff !important;

    transform: translateY(-3px);
}

.pack-cta-v13-button:hover b {
    transform: translateX(5px);

    background: #ffffff;

    color: #5a3420;
}


/* =========================================
   SMALL TEXT
========================================= */

.pack-cta-v13-action small {
    display: block;

    margin-top: 13px;

    color: #d9c5b8;

    font-size: 11px;

    line-height: 1.5;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .pack-cta-v13 {
        padding: 65px 20px;
    }

    .pack-cta-v13-wrap {
        grid-template-columns: 1fr;

        gap: 35px;
    }

    .pack-cta-v13-content {
        max-width: 800px;
    }

    .pack-cta-v13-content h2 {
        font-size: 37px;
    }

    .pack-cta-v13-action {
        width: 100%;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pack-cta-v13 {
        padding: 55px 20px;
    }

    .pack-cta-v13-wrap {
        gap: 30px;
    }

    .pack-cta-v13-label {
        font-size: 10px;

        letter-spacing: 1.5px;
    }

    .pack-cta-v13-content h2 {
        font-size: 31px;

        line-height: 1.22;
    }

    .pack-cta-v13-content p {
        font-size: 13px;

        line-height: 1.75;
    }

    .pack-cta-v13-action {
        align-items: flex-start;
    }

    .pack-cta-v13-button {
        width: 100%;

        max-width: 280px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pack-cta-v13 {
        padding: 50px 17px;
    }

    .pack-cta-v13-content h2 {
        font-size: 28px;
    }

    .pack-cta-v13-content p {
        font-size: 12.5px;
    }

}/* End custom CSS */