/* Start custom CSS for html, class: .elementor-element-4e2cd85 *//* =========================================
   CORRUGATED BOXES
   ABOUT SECTION
========================================= */

.corr-about-section {
    width: 100%;
    padding: 40px 20px;

    background: #ffffff;

    overflow: hidden;
}

.corr-about-container {
    max-width: 1220px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.9fr 1.1fr;

    gap: 75px;

    align-items: center;
}


/* =========================================
   LEFT VISUAL
========================================= */

.corr-about-visual {
    position: relative;

    padding: 18px 18px 0;
}


/* =========================================
   IMAGE FRAME
========================================= */

.corr-about-image-frame {
    position: relative;

    width: 100%;

    border-radius: 24px;

    overflow: visible;
}

.corr-about-image-frame::before {
    content: "";

    position: absolute;

    top: -18px;
    left: -18px;

    width: 75%;
    height: 75%;

    border-top: 3px solid #5a3420;
    border-left: 3px solid #5a3420;

    border-radius: 25px 0 0 0;

    z-index: 0;
}

.corr-about-image-frame::after {
    content: "";

    position: absolute;

    bottom: -18px;
    right: -18px;

    width: 65%;
    height: 50%;

    border-right: 2px solid #c99e7d;
    border-bottom: 2px solid #c99e7d;

    border-radius: 0 0 25px 0;

    z-index: 0;
}

.corr-about-image-frame img {
    position: relative;

    z-index: 1;

    display: block;

    width: 100%;

    height: 480px;

    object-fit: cover;

    border-radius: 20px;

    box-shadow:
        0 20px 45px rgba(90, 52, 32, 0.15);
}


/* =========================================
   DECORATIVE DOTS
========================================= */

.corr-about-dots {
    position: absolute;

    top: 35px;
    right: 35px;

    z-index: 3;

    display: grid;

    grid-template-columns: repeat(3, 5px);

    gap: 10px;
}

.corr-about-dots span {
    width: 5px;
    height: 5px;

    background: #9d6948;

    border-radius: 50%;
}


/* =========================================
   PLY BOX
========================================= */

.corr-ply-box {
    position: relative;

    z-index: 5;

    width: calc(100% - 55px);

    margin: -2px auto 0;

    padding: 16px 18px 0;

    background: #5a3420;

    border-radius: 0 0 18px 18px;

    box-shadow:
        0 15px 30px rgba(60, 35, 20, 0.20);

    display: grid;

    grid-template-columns: 1fr auto 1fr auto 1fr;
    align-items: center;
}


/* =========================================
   PLY ITEM
========================================= */

.corr-ply-item {
    min-height: 72px;

    display: flex;

    flex-direction: column;

    align-items: center;
    justify-content: center;

    gap: 7px;

    color: #ffffff;
}

.corr-ply-item svg {
    width: 28px;
    height: 28px;

    fill: none;

    stroke: #ffffff;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.corr-ply-item strong {
    color: #ffffff;

    font-size: 16px;

    font-weight: 700;

    text-transform: uppercase;
}


/* =========================================
   PLY DIVIDER
========================================= */

.corr-ply-divider {
    width: 1px;

    height: 48px;

    background: rgba(255, 255, 255, 0.35);
}


/* =========================================
   PLY BOTTOM LABEL
========================================= */

.corr-ply-bottom {
    grid-column: 1 / -1;

    margin: 10px -18px 0;

    padding: 12px 10px;

    background: #e8c08e;

    color: #4b2918;

    border-radius: 0 0 18px 18px;

    text-align: center;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 0.3px;
}


/* =========================================
   RIGHT CONTENT
========================================= */

.corr-about-content {
    position: relative;
}


/* =========================================
   TOP LABEL
========================================= */

.corr-about-heading {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 15px;
}

.corr-about-line {
    width: 48px;
    height: 2px;

    background: #5a3420;
}

.corr-about-label {
    color: #5a3420;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================
   MAIN HEADING
========================================= */

.corr-about-content h2 {
    margin: 0;

    color: #292929;

    font-size: 46px;

    line-height: 1.12;

    font-weight: 400;
}

.corr-about-content h2 strong {
    display: block;

    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   HEADING ACCENT
========================================= */

.corr-heading-accent {
    position: relative;

    width: 90px;
    height: 3px;

    margin: 22px 0 25px;

    background: #5a3420;
}

.corr-heading-accent::after {
    content: "";

    position: absolute;

    left: 40px;
    top: -3px;

    width: 9px;
    height: 9px;

    background: #5a3420;

    border-radius: 50%;
}


/* =========================================
   DESCRIPTION
========================================= */

.corr-about-text p {
    margin: 0 0 17px;

    color: #55504c;

    font-size: 15px;

    line-height: 1.75;
}

.corr-about-text p:last-child {
    margin-bottom: 0;
}

.corr-about-text strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   FEATURES
========================================= */

.corr-about-features {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 25px 30px;

    margin-top: 30px;

    padding-top: 25px;

    border-top: 1px solid #ded4cd;
}


/* =========================================
   FEATURE
========================================= */

.corr-feature {
    display: flex;

    align-items: flex-start;

    gap: 13px;
}

.corr-feature-icon {
    width: 45px;
    height: 45px;

    flex: 0 0 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f3e7de;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.corr-feature-icon svg {
    width: 23px;
    height: 23px;

    fill: none;

    stroke: #5a3420;

    stroke-width: 1.6;

    stroke-linecap: round;

    stroke-linejoin: round;
}

.corr-feature h3 {
    margin: 0 0 5px;

    color: #292929;

    font-size: 15px;

    font-weight: 700;
}

.corr-feature p {
    margin: 0;

    color: #77706b;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================
   FEATURE HOVER
========================================= */

.corr-feature:hover .corr-feature-icon {
    background: #5a3420;

    transform: translateY(-3px);
}

.corr-feature:hover .corr-feature-icon svg {
    stroke: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .corr-about-container {
        grid-template-columns: 1fr;

        gap: 60px;
    }

    .corr-about-visual {
        max-width: 650px;

        width: 100%;

        margin: 0 auto;
    }

    .corr-about-content {
        max-width: 800px;

        margin: 0 auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .corr-about-section {
        padding: 65px 18px;
    }

    .corr-about-visual {
        padding: 12px 12px 0;
    }

    .corr-about-image-frame img {
        height: 360px;

        border-radius: 16px;
    }

    .corr-about-image-frame::before {
        top: -12px;
        left: -12px;
    }

    .corr-about-image-frame::after {
        bottom: -12px;
        right: -12px;
    }

    .corr-about-dots {
        top: 25px;
        right: 25px;
    }

    .corr-ply-box {
        width: calc(100% - 30px);

        padding-left: 10px;
        padding-right: 10px;
    }

    .corr-ply-item strong {
        font-size: 13px;
    }

    .corr-ply-item svg {
        width: 24px;
        height: 24px;
    }

    .corr-ply-bottom {
        margin-left: -10px;
        margin-right: -10px;

        font-size: 12px;
    }

    .corr-about-heading {
        justify-content: center;
    }

    .corr-about-content {
        text-align: center;
    }

    .corr-about-content h2 {
        font-size: 34px;
    }

    .corr-heading-accent {
        margin-left: auto;
        margin-right: auto;
    }

    .corr-about-text p {
        font-size: 14px;

        line-height: 1.7;
    }

    .corr-about-features {
        text-align: left;

        grid-template-columns: 1fr;

        gap: 20px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-about-content h2 {
        font-size: 30px;
    }

    .corr-ply-box {
        width: 100%;
    }

    .corr-ply-item {
        min-height: 65px;
    }

    .corr-ply-item strong {
        font-size: 11px;
    }

    .corr-ply-bottom {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f4d2c3 *//* =========================================
   CORRUGATED BOXES
   KEY FEATURES
========================================= */

.cbox-feature-section {
    width: 100%;
    padding: 40px 20px;

    background: #f4eee9;

    overflow: hidden;
}

.cbox-feature-container {
    max-width: 1180px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.cbox-feature-heading {
    max-width: 760px;

    margin: 0 auto 60px;

    text-align: center;
}

.cbox-feature-heading span {
    display: inline-block;

    margin-bottom: 12px;

    color: #5a3420;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.cbox-feature-heading h2 {
    margin: 0 0 18px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.cbox-feature-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.cbox-feature-heading p {
    margin: 0;

    color: #6d6560;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   FEATURE LIST
========================================= */

.cbox-feature-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 70px;

    row-gap: 0;
}


/* =========================================
   FEATURE ITEM
========================================= */

.cbox-feature-item {
    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 28px 0;

    border-bottom: 1px solid rgba(90, 52, 32, 0.18);

    transition: all 0.3s ease;
}


/* =========================================
   ICON
========================================= */

.cbox-feature-icon {
    width: 54px;
    height: 54px;

    flex: 0 0 54px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 1px solid rgba(90, 52, 32, 0.20);

    border-radius: 50%;

    transition: all 0.35s ease;
}

.cbox-feature-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: #5a3420;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================
   PLY ICON
========================================= */

.cbox-ply-icon {
    gap: 3px;

    background: #5a3420;

    border-color: #5a3420;

    border-radius: 50%;
}

.cbox-ply-icon span {
    color: #ffffff;

    font-size: 11px;

    font-weight: 700;
}


/* =========================================
   CONTENT
========================================= */

.cbox-feature-content {
    flex: 1;
}

.cbox-feature-content h3 {
    margin: 2px 0 7px;

    color: #302b28;

    font-size: 18px;

    line-height: 1.4;

    font-weight: 700;

    transition: color 0.3s ease;
}

.cbox-feature-content p {
    margin: 0;

    color: #6d6864;

    font-size: 14px;

    line-height: 1.7;
}

.cbox-feature-content p strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   HOVER
========================================= */

.cbox-feature-item:hover {
    transform: translateX(5px);
}

.cbox-feature-item:hover .cbox-feature-icon {
    background: #5a3420;

    border-color: #5a3420;

    transform: translateY(-3px);
}

.cbox-feature-item:hover .cbox-feature-icon svg {
    stroke: #ffffff;
}

.cbox-feature-item:hover .cbox-feature-content h3 {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .cbox-feature-section {
        padding: 75px 20px;
    }

    .cbox-feature-list {
        column-gap: 35px;
    }

    .cbox-feature-heading h2 {
        font-size: 36px;
    }

    .cbox-feature-item {
        gap: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .cbox-feature-section {
        padding: 65px 18px;
    }

    .cbox-feature-heading {
        margin-bottom: 40px;
    }

    .cbox-feature-heading h2 {
        font-size: 31px;
    }

    .cbox-feature-heading p {
        font-size: 14px;
    }

    .cbox-feature-list {
        grid-template-columns: 1fr;
    }

    .cbox-feature-item {
        padding: 23px 0;

        gap: 15px;
    }

    .cbox-feature-icon {
        width: 48px;
        height: 48px;

        flex-basis: 48px;
    }

    .cbox-feature-icon svg {
        width: 22px;
        height: 22px;
    }

    .cbox-feature-content h3 {
        font-size: 16px;
    }

    .cbox-feature-content p {
        font-size: 13px;
        line-height: 1.65;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .cbox-feature-heading h2 {
        font-size: 28px;
    }

    .cbox-feature-item {
        gap: 12px;
    }

    .cbox-feature-icon {
        width: 44px;
        height: 44px;

        flex-basis: 44px;
    }

    .cbox-feature-content h3 {
        font-size: 15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81f2f7a *//* =========================================
   CORRUGATED BOXES
   TYPES SECTION
========================================= */

.cbox-types-section {
    width: 100%;

    padding: 35px 20px;

    background: #ffffff;

    overflow: hidden;
}

.cbox-types-container {
    max-width: 1220px;

    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.cbox-types-heading {
    max-width: 760px;

    margin: 0 auto 60px;

    text-align: center;
}

.cbox-types-heading > span {
    display: inline-block;

    margin-bottom: 12px;

    color: #5a3420;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.cbox-types-heading h2 {
    margin: 0 0 16px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.cbox-types-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.cbox-types-heading p {
    margin: 0;

    color: #706964;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   PRODUCT GRID
========================================= */

.cbox-types-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 28px;

    align-items: stretch;
}


/* =========================================
   PRODUCT ITEM
========================================= */

.cbox-type-item {
    position: relative;

    display: flex;

    flex-direction: column;

    background: #f4eee9;

    overflow: hidden;

    border-radius: 18px;

    transition: all 0.4s ease;
}

.cbox-type-item:hover {
    transform: translateY(-8px);

    box-shadow:
        0 20px 40px rgba(90, 52, 32, 0.14);
}


/* =========================================
   4TH PRODUCT
   CENTER OF SECOND ROW
========================================= */

.cbox-type-item-fourth {
    grid-column: 1;
}


/* =========================================
   PRODUCT IMAGE
========================================= */

.cbox-type-image {
    position: relative;

    width: 100%;

    height: 300px;

    overflow: hidden;
}

.cbox-type-image img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.cbox-type-item:hover .cbox-type-image img {
    transform: scale(1.06);
}


/* =========================================
   NUMBER
========================================= */

.cbox-type-number {
    position: absolute;

    top: 18px;

    left: 18px;

    width: 48px;

    height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    border-radius: 50%;

    font-size: 14px;

    font-weight: 700;

    box-shadow:
        0 6px 18px rgba(0, 0, 0, 0.18);
}


/* =========================================
   CONTENT
========================================= */

.cbox-type-content {
    display: flex;

    flex-direction: column;

    flex: 1;

    padding: 30px 28px 28px;
}


/* =========================================
   LABEL
========================================= */

.cbox-type-label {
    display: inline-block;

    margin-bottom: 9px;

    color: #8b6a57;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =========================================
   PRODUCT TITLE
========================================= */

.cbox-type-content h3 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 24px;

    line-height: 1.25;

    font-weight: 400;
}

.cbox-type-content h3 strong {
    display: block;

    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.cbox-type-content p {
    margin: 0;

    color: #6d6661;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   PRODUCT TAGS
========================================= */

.cbox-type-bottom {
    display: flex;

    flex-wrap: wrap;

    gap: 8px;

    margin-top: 22px;

    padding-top: 18px;

    border-top: 1px solid rgba(90, 52, 32, 0.15);
}

.cbox-type-bottom span {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 7px 12px;

    background: #ffffff;

    color: #5a3420;

    border-radius: 30px;

    font-size: 11px;

    font-weight: 700;
}


/* =========================================
   VIEW DETAILS BUTTON
========================================= */

.cbox-type-button {
    align-self: flex-start;

    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 10px;

    margin-top: 22px;

    padding: 12px 22px;

    background: #5a3420;

    color: #ffffff !important;

    border: 1px solid #5a3420;

    border-radius: 4px;

    font-size: 13px;

    font-weight: 700;

    line-height: 1;

    text-decoration: none !important;

    transition: all 0.35s ease;
}

.cbox-type-button span {
    color: inherit;

    font-size: 18px;

    line-height: 1;

    transition: transform 0.3s ease;
}

.cbox-type-button:hover {
    background: transparent;

    color: #5a3420 !important;

    border-color: #5a3420;
}

.cbox-type-button:hover span {
    transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 950px) {

    .cbox-types-grid {
        grid-template-columns: repeat(2, 1fr);

        gap: 25px;
    }

    .cbox-type-item-fourth {
        grid-column: 1 / -1;

        width: calc(50% - 12.5px);

        margin: 0 auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .cbox-types-section {
        padding: 65px 18px;
    }

    .cbox-types-heading {
        margin-bottom: 40px;
    }

    .cbox-types-heading h2 {
        font-size: 32px;
    }

    .cbox-types-heading p {
        font-size: 14px;
    }

    .cbox-types-grid {
        grid-template-columns: 1fr;

        gap: 25px;
    }

    .cbox-type-item-fourth {
        grid-column: auto;

        width: 100%;

        margin: 0;
    }

    .cbox-type-image {
        height: 280px;
    }

    .cbox-type-content {
        padding: 25px 22px 25px;
    }

    .cbox-type-content h3 {
        font-size: 22px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .cbox-type-image {
        height: 250px;
    }

    .cbox-type-content h3 {
        font-size: 20px;
    }

    .cbox-type-button {
        width: 100%;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-707d8ad *//* =========================================
   CORRUGATED BOX STYLES
   COMPACT DESIGN
========================================= */

.corrboxstyle-section {
    width: 100%;
    padding: 35px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.corrboxstyle-container {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corrboxstyle-heading {
    text-align: center;

    max-width: 700px;

    margin: 0 auto 38px;
}

.corrboxstyle-heading span {
    display: inline-block;

    margin-bottom: 8px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.corrboxstyle-heading h2 {
    margin: 0 0 10px;

    color: #292929;

    font-size: 36px;

    line-height: 1.2;

    font-weight: 400;
}

.corrboxstyle-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corrboxstyle-heading p {
    margin: 0;

    color: #706963;

    font-size: 14px;

    line-height: 1.6;
}


/* =========================================
   GRID
========================================= */

.corrboxstyle-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 14px;
}


/* =========================================
   ITEM
========================================= */

.corrboxstyle-item {
    display: flex;

    align-items: center;

    gap: 18px;

    min-height: 105px;

    padding: 18px 20px;

    background: #ffffff;

    border-left: 3px solid #5a3420;

    border-radius: 8px;

    box-shadow: 0 5px 18px rgba(90, 52, 32, 0.06);

    transition: all 0.3s ease;
}


/* =========================================
   LAST ITEM
========================================= */

.corrboxstyle-item:last-child {
    grid-column: 1 / -1;

    max-width: calc(50% - 7px);

    width: 100%;

    margin: 0 auto;
}


/* =========================================
   NUMBER
========================================= */

.corrboxstyle-icon {
    width: 48px;
    height: 48px;

    flex: 0 0 48px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f0e4db;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.corrboxstyle-icon span {
    color: #5a3420;

    font-size: 12px;

    font-weight: 800;

    letter-spacing: 0.5px;
}


/* =========================================
   CONTENT
========================================= */

.corrboxstyle-content h3 {
    margin: 0 0 5px;

    color: #302b28;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 700;
}

.corrboxstyle-content p {
    margin: 0;

    color: #716b67;

    font-size: 12px;

    line-height: 1.55;
}


/* =========================================
   HOVER
========================================= */

.corrboxstyle-item:hover {
    transform: translateY(-3px);

    border-left-color: #3d2113;

    box-shadow: 0 10px 25px rgba(90, 52, 32, 0.12);
}

.corrboxstyle-item:hover .corrboxstyle-icon {
    background: #5a3420;
}

.corrboxstyle-item:hover .corrboxstyle-icon span {
    color: #ffffff;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 750px) {

    .corrboxstyle-section {
        padding: 55px 18px;
    }

    .corrboxstyle-grid {
        grid-template-columns: 1fr;
    }

    .corrboxstyle-item:last-child {
        grid-column: auto;

        max-width: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 500px) {

    .corrboxstyle-section {
        padding: 50px 16px;
    }

    .corrboxstyle-heading {
        margin-bottom: 30px;
    }

    .corrboxstyle-heading h2 {
        font-size: 30px;
    }

    .corrboxstyle-heading p {
        font-size: 13px;
    }

    .corrboxstyle-item {
        min-height: auto;

        padding: 16px;

        gap: 14px;
    }

    .corrboxstyle-icon {
        width: 42px;
        height: 42px;

        flex-basis: 42px;
    }

    .corrboxstyle-content h3 {
        font-size: 15px;
    }

    .corrboxstyle-content p {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67fc948 *//* =========================================
   CORRUGATED BOXES
   CUSTOMIZATION OPTIONS
========================================= */

.cbox-custom-v2 {
    width: 100%;
    padding: 40px 20px;

    background: #f8f5f1;

    overflow: hidden;
}

.cbox-custom-v2-wrap {
    max-width: 1150px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.cbox-custom-v2-heading {
    max-width: 780px;

    margin: 0 auto 52px;

    text-align: center;
}

.cbox-custom-v2-heading span {
    display: block;

    margin-bottom: 10px;

    color: #5a3420;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.cbox-custom-v2-heading h2 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.cbox-custom-v2-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.cbox-custom-v2-heading p {
    margin: 0;

    color: #625a54;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================
   CUSTOMIZATION GRID
========================================= */

.cbox-custom-v2-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 55px;

    row-gap: 0;
}


/* =========================================
   CUSTOMIZATION ITEM
========================================= */

.cbox-custom-v2-item {
    position: relative;

    padding: 30px 0 32px;

    border-bottom: 1px solid rgba(90, 52, 32, 0.25);

    transition: all 0.3s ease;
}


/* Top Border */

.cbox-custom-v2-item:nth-child(-n+3) {
    border-top: 1px solid rgba(90, 52, 32, 0.25);
}


/* =========================================
   ICON
========================================= */

.cbox-custom-v2-icon {
    width: 52px;
    height: 52px;

    margin-bottom: 18px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #5a3420;

    background: rgba(255, 255, 255, 0.55);

    border-radius: 50%;

    transition: all 0.3s ease;
}

.cbox-custom-v2-icon svg {
    width: 25px;
    height: 25px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================
   TITLE
========================================= */

.cbox-custom-v2-item h3 {
    margin: 0 0 10px;

    color: #302b28;

    font-size: 21px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}


/* =========================================
   DESCRIPTION
========================================= */

.cbox-custom-v2-item > p {
    margin: 0;

    color: #625d58;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   OPTIONS / TAGS
========================================= */

.cbox-custom-v2-options {
    display: flex;

    flex-wrap: wrap;

    gap: 7px;

    margin-top: 16px;
}

.cbox-custom-v2-options span {
    display: inline-block;

    padding: 6px 11px;

    color: #5a3420;

    background: rgba(255, 255, 255, 0.38);

    border-bottom: 1px solid rgba(90, 52, 32, 0.35);

    border-radius: 3px;

    font-size: 12px;

    line-height: 1.3;

    font-weight: 700;

    transition: all 0.3s ease;
}


/* =========================================
   HOVER EFFECT
========================================= */

.cbox-custom-v2-item:hover {
    transform: translateY(-3px);
}

.cbox-custom-v2-item:hover .cbox-custom-v2-icon {
    background: #5a3420;

    color: #ffffff;

    transform: translateY(-3px);
}

.cbox-custom-v2-item:hover h3 {
    color: #5a3420;
}

.cbox-custom-v2-item:hover .cbox-custom-v2-options span {
    background: #ffffff;

    border-color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .cbox-custom-v2 {
        padding: 70px 20px;
    }

    .cbox-custom-v2-grid {
        grid-template-columns: repeat(2, 1fr);

        column-gap: 40px;
    }

    .cbox-custom-v2-item:nth-child(3) {
        border-top: none;
    }

    .cbox-custom-v2-item:nth-child(5),
    .cbox-custom-v2-item:nth-child(6) {
        border-bottom: 1px solid rgba(90, 52, 32, 0.25);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .cbox-custom-v2 {
        padding: 60px 18px;
    }

    .cbox-custom-v2-heading {
        margin-bottom: 38px;
    }

    .cbox-custom-v2-heading span {
        font-size: 11px;
    }

    .cbox-custom-v2-heading h2 {
        font-size: 32px;
    }

    .cbox-custom-v2-heading p {
        font-size: 14px;

        line-height: 1.75;
    }

    .cbox-custom-v2-grid {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .cbox-custom-v2-item {
        padding: 25px 0;
    }

    .cbox-custom-v2-item:nth-child(3) {
        border-top: 1px solid rgba(90, 52, 32, 0.25);
    }

    .cbox-custom-v2-icon {
        width: 48px;
        height: 48px;

        margin-bottom: 15px;
    }

    .cbox-custom-v2-icon svg {
        width: 23px;
        height: 23px;
    }

    .cbox-custom-v2-item h3 {
        font-size: 19px;

        margin-bottom: 8px;
    }

    .cbox-custom-v2-item > p {
        font-size: 14px;

        line-height: 1.75;
    }

    .cbox-custom-v2-options {
        gap: 6px;

        margin-top: 13px;
    }

    .cbox-custom-v2-options span {
        padding: 6px 10px;

        font-size: 11px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .cbox-custom-v2 {
        padding: 50px 16px;
    }

    .cbox-custom-v2-heading h2 {
        font-size: 29px;
    }

    .cbox-custom-v2-heading p {
        font-size: 13px;
    }

    .cbox-custom-v2-item h3 {
        font-size: 18px;
    }

    .cbox-custom-v2-item > p {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9033eaf *//* =========================================
   CORRUGATED BOXES
   APPLICATIONS SECTION
========================================= */

.corr-app-section {
    width: 100%;

    padding: 35px 20px;

    background: #5a3420;

    overflow: hidden;
}

.corr-app-container {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corr-app-heading {
    max-width: 760px;

    margin: 0 auto 48px;

    text-align: center;
}

.corr-app-heading span {
    display: block;

    margin-bottom: 10px;

    color: #c99e7d;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-app-heading h2 {
    margin: 0 0 14px;

    color: #ffffff;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 400;
}

.corr-app-heading h2 strong {
    color: #e4b895;

    font-weight: 700;
}

.corr-app-heading p {
    margin: 0;

    color: #d4cbc4;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   APPLICATION LIST
========================================= */

.corr-app-list {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 45px;

    row-gap: 0;
}


/* =========================================
   APPLICATION ITEM
========================================= */

.corr-app-item {
    display: flex;

    align-items: center;

    gap: 15px;

    min-height: 70px;

    padding: 14px 0;

    border-bottom: 1px solid rgba(255,255,255,0.14);

    transition: all 0.3s ease;
}


/* =========================================
   NUMBER
========================================= */

.corr-app-number {
    width: 34px;
    height: 34px;

    flex: 0 0 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #d8ad8c;

    border: 1px solid rgba(216,173,140,0.55);

    border-radius: 50%;

    font-size: 10px;

    font-weight: 700;

    transition: all 0.3s ease;
}


/* =========================================
   TITLE
========================================= */

.corr-app-title {
    color: #f5f1ed;

    font-size: 14px;

    line-height: 1.4;

    font-weight: 600;

    transition: color 0.3s ease;
}


/* =========================================
   HOVER
========================================= */

.corr-app-item:hover {
    transform: translateX(5px);
}

.corr-app-item:hover .corr-app-number {
    background: #c99e7d;

    border-color: #c99e7d;

    color: #2f2925;
}

.corr-app-item:hover .corr-app-title {
    color: #e4b895;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .corr-app-section {
        padding: 65px 20px;
    }

    .corr-app-list {
        grid-template-columns: repeat(2, 1fr);

        column-gap: 35px;
    }

    .corr-app-heading h2 {
        font-size: 36px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .corr-app-section {
        padding: 55px 18px;
    }

    .corr-app-heading {
        margin-bottom: 35px;
    }

    .corr-app-heading h2 {
        font-size: 31px;
    }

    .corr-app-heading p {
        font-size: 13px;
    }

    .corr-app-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .corr-app-item {
        min-height: 62px;
    }

    .corr-app-title {
        font-size: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdd4006 *//* =========================================
   CORRUGATED BOX MANUFACTURING PROCESS
========================================= */

.corr-process-section {
    width: 100%;

    padding: 40px 20px;

    background: #ffffff;

    overflow: hidden;
}

.corr-process-container {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.corr-process-heading {
    max-width: 780px;

    margin: 0 auto 50px;

    text-align: center;
}

.corr-process-heading > span {
    display: block;

    margin-bottom: 9px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-process-heading h2 {
    margin: 0 0 13px;

    color: #292929;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 400;
}

.corr-process-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-process-heading p {
    margin: 0;

    color: #6d6560;

    font-size: 15px;

    line-height: 1.75;
}


/* =========================================
   PROCESS GRID
========================================= */

.corr-process-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 45px;

    row-gap: 0;
}


/* =========================================
   PROCESS ITEM
========================================= */

.corr-process-item {
    position: relative;

    display: flex;

    align-items: flex-start;

    gap: 17px;

    min-height: 170px;

    padding: 25px 0;

    border-bottom: 1px solid rgba(90, 52, 32, 0.20);

    transition: all 0.3s ease;
}


/* Top line for first row */

.corr-process-item:nth-child(-n+3) {
    border-top: 1px solid rgba(90, 52, 32, 0.20);
}


/* =========================================
   NUMBER
========================================= */

.corr-process-number {
    width: 42px;
    height: 42px;

    flex: 0 0 42px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #f0e5dc;

    color: #5a3420;

    border-radius: 50%;

    font-size: 11px;

    font-weight: 800;

    transition: all 0.3s ease;
}


/* =========================================
   CONTENT
========================================= */

.corr-process-content h3 {
    margin: 1px 0 8px;

    color: #302b28;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.corr-process-content p {
    margin: 0;

    color: #6c6661;

    font-size: 13px;

    line-height: 1.7;
}


/* =========================================
   HOVER
========================================= */

.corr-process-item:hover {
    transform: translateY(-3px);
}

.corr-process-item:hover .corr-process-number {
    background: #5a3420;

    color: #ffffff;

    transform: scale(1.05);
}

.corr-process-item:hover .corr-process-content h3 {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .corr-process-section {
        padding: 65px 20px;
    }

    .corr-process-grid {
        grid-template-columns: repeat(2, 1fr);

        column-gap: 35px;
    }

    .corr-process-item:nth-child(3) {
        border-top: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .corr-process-section {
        padding: 55px 18px;
    }

    .corr-process-heading {
        margin-bottom: 35px;
    }

    .corr-process-heading h2 {
        font-size: 31px;
    }

    .corr-process-heading p {
        font-size: 13px;

        line-height: 1.7;
    }

    .corr-process-grid {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .corr-process-item,
    .corr-process-item:nth-child(3) {
        min-height: auto;

        padding: 22px 0;

        border-top: none;

        border-bottom: 1px solid rgba(90, 52, 32, 0.20);
    }

    .corr-process-item:first-child {
        border-top: 1px solid rgba(90, 52, 32, 0.20);
    }

    .corr-process-number {
        width: 38px;
        height: 38px;

        flex-basis: 38px;
    }

    .corr-process-content h3 {
        font-size: 16px;
    }

    .corr-process-content p {
        font-size: 12px;

        line-height: 1.65;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcba3e2 *//* =========================================
   CORRUGATED BOXES
   CTA SECTION
========================================= */

.corr-cta-section {
    width: 100%;

    padding: 75px 20px;

    background: #5a3420;

    overflow: hidden;
}

.corr-cta-container {
    position: relative;

    max-width: 1150px;

    min-height: 270px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    justify-content: space-between;

    overflow: hidden;
}


/* =========================================
   CONTENT
========================================= */

.corr-cta-content {
    position: relative;

    z-index: 3;

    max-width: 760px;
}

.corr-cta-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #e4c4ad;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.corr-cta-content h2 {
    margin: 0 0 17px;

    color: #ffffff;

    font-size: 43px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-cta-content h2 strong {
    color: #e8c096;

    font-weight: 700;
}

.corr-cta-content p {
    max-width: 700px;

    margin: 0;

    color: #eaded6;

    font-size: 15px;

    line-height: 1.8;
}

.corr-cta-content p strong {
    color: #ffffff;

    font-weight: 700;
}


/* =========================================
   BUTTON
========================================= */

.corr-cta-button {
    display: inline-flex;

    align-items: center;
    justify-content: center;

    gap: 12px;

    margin-top: 25px;

    padding: 14px 24px;

    background: #e5bd98;

    color: #4a2919 !important;

    border: 1px solid #e5bd98;

    border-radius: 4px;

    font-size: 13px;

    font-weight: 700;

    text-decoration: none !important;

    transition: all 0.35s ease;
}

.corr-cta-button span {
    font-size: 19px;

    line-height: 1;

    transition: transform 0.3s ease;
}

.corr-cta-button:hover {
    background: #ffffff;

    border-color: #ffffff;

    color: #5a3420 !important;
}

.corr-cta-button:hover span {
    transform: translateX(5px);
}


/* =========================================
   DECORATIVE AREA
========================================= */

.corr-cta-decoration {
    position: absolute;

    right: -80px;

    top: 50%;

    width: 430px;
    height: 430px;

    transform: translateY(-50%);

    pointer-events: none;
}

.corr-cta-circle {
    position: absolute;

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 50%;
}

.circle-one {
    width: 360px;
    height: 360px;

    top: 35px;
    left: 35px;
}

.circle-two {
    width: 250px;
    height: 250px;

    top: 90px;
    left: 90px;

    border-color: rgba(228,192,150,0.25);
}


/* =========================================
   DECORATIVE BOX
========================================= */

.corr-cta-box {
    position: absolute;

    top: 135px;
    left: 145px;

    width: 120px;
    height: 85px;

    border: 2px solid rgba(232,192,150,0.65);

    transform: rotate(-12deg);

    border-radius: 5px;
}

.corr-cta-box::before,
.corr-cta-box::after {
    content: "";

    position: absolute;

    left: 50%;

    top: 0;

    width: 1px;
    height: 100%;

    background: rgba(232,192,150,0.45);

    transform: rotate(28deg);
}

.corr-cta-box::after {
    transform: rotate(-28deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .corr-cta-section {
        padding: 65px 20px;
    }

    .corr-cta-content h2 {
        font-size: 37px;
    }

    .corr-cta-decoration {
        right: -170px;

        opacity: 0.7;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .corr-cta-section {
        padding: 55px 18px;
    }

    .corr-cta-container {
        min-height: auto;

        display: block;
    }

    .corr-cta-content {
        max-width: 100%;

        text-align: center;
    }

    .corr-cta-content h2 {
        font-size: 31px;
    }

    .corr-cta-content p {
        font-size: 13px;

        line-height: 1.75;
    }

    .corr-cta-button {
        margin-top: 22px;
    }

    .corr-cta-decoration {
        display: none;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-cta-content h2 {
        font-size: 28px;
    }

    .corr-cta-button {
        padding: 13px 20px;

        font-size: 12px;
    }

}/* End custom CSS */