/* Start custom CSS for html, class: .elementor-element-23ff62e *//* =========================================
   CORRUGATED BOXES
   ABOUT SECTION V3
========================================= */

.corr-about-v3 {
    width: 100%;

    padding: 50px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.corr-about-v3-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corr-about-v3-heading {
    max-width: 850px;

    margin: 0 auto 38px;

    text-align: center;
}

.corr-about-v3-heading > span {
    display: block;

    margin-bottom: 9px;

    color: #8c6b58;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-about-v3-heading h2 {
    margin: 0 0 13px;

    color: #292929;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-about-v3-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-about-v3-heading > p {
    max-width: 700px;

    margin: 0 auto;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   PLY SECTION
========================================= */

.corr-about-v3-ply {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    margin-bottom: 38px;

    background: #5a3420;
}


/* =========================================
   PLY ITEM
========================================= */

.corr-about-v3-ply-item {
    position: relative;

    display: flex;

    align-items: center;

    gap: 18px;

    min-height: 125px;

    padding: 22px 28px;

    border-right: 1px solid rgba(255,255,255,0.20);

    transition: background 0.3s ease;
}

.corr-about-v3-ply-item:last-child {
    border-right: none;
}

.corr-about-v3-ply-item:hover {
    background: #68402b;
}


/* =========================================
   NUMBER
========================================= */

.corr-about-v3-number {
    width: 58px;

    height: 58px;

    flex: 0 0 58px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #ffffff;

    color: #5a3420;

    border-radius: 50%;

    font-size: 25px;

    font-weight: 800;

    transition: transform 0.3s ease;
}

.corr-about-v3-ply-item:hover
.corr-about-v3-number {
    transform: scale(1.08);
}


/* =========================================
   PLY CONTENT
========================================= */

.corr-about-v3-ply-content > span {
    display: block;

    margin-bottom: 3px;

    color: #d8b9a7;

    font-size: 13px;

    font-weight: 700;

    letter-spacing: 1.1px;

    text-transform: uppercase;
}

.corr-about-v3-ply-content h3 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 20px;

    line-height: 1.2;

    font-weight: 700;
}

.corr-about-v3-ply-content p {
    margin: 0;

    color: #dcc8bc;

    font-size: 13px;

    line-height: 1.55;
}


/* =========================================
   CONTENT AREA
========================================= */

.corr-about-v3-content {
    display: grid;

    grid-template-columns: 1.35fr 0.65fr;

    gap: 55px;
}


/* =========================================
   MAIN CONTENT
========================================= */

.corr-about-v3-main p {
    margin: 0 0 16px;

    color: #625b56;

    font-size: 15px;

    line-height: 1.8;
}

.corr-about-v3-main p:last-child {
    margin-bottom: 0;
}

.corr-about-v3-main strong {
    color: #4e3222;

    font-weight: 700;
}


/* =========================================
   SIDE CONTENT
========================================= */

.corr-about-v3-side {
    padding-left: 28px;

    border-left: 1px solid #d9cec6;
}

.corr-about-v3-side-title {
    margin-bottom: 10px;

    color: #5a3420;

    font-size: 14px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;
}

.corr-about-v3-side p {
    margin: 0 0 17px;

    color: #68615c;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   TAGS
========================================= */

.corr-about-v3-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;
}

.corr-about-v3-tags span {
    display: inline-block;

    padding: 6px 9px;

    background: #ffffff;

    color: #5a3420;

    border: 1px solid #dfd3ca;

    font-size: 13px;

    font-weight: 700;
}


/* =========================================
   BOTTOM STATEMENT
========================================= */

.corr-about-v3-bottom {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-top: 28px;

    padding-top: 20px;

    border-top: 1px solid #ddd3cc;
}

.corr-about-v3-bottom > span {
    width: 35px;

    height: 3px;

    flex: 0 0 35px;

    background: #5a3420;
}

.corr-about-v3-bottom p {
    margin: 0;

    color: #655d57;

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .corr-about-v3 {
        padding: 52px 20px;
    }

    .corr-about-v3-heading h2 {
        font-size: 35px;
    }

    .corr-about-v3-ply-item {
        padding: 20px;
    }

    .corr-about-v3-number {
        width: 50px;

        height: 50px;

        flex-basis: 50px;

        font-size: 22px;
    }

    .corr-about-v3-content {
        gap: 35px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .corr-about-v3 {
        padding: 45px 18px;
    }

    .corr-about-v3-heading {
        margin-bottom: 28px;
    }

    .corr-about-v3-heading h2 {
        font-size: 30px;

        line-height: 1.2;
    }

    .corr-about-v3-heading > p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* PLY */

    .corr-about-v3-ply {
        grid-template-columns: 1fr;

        margin-bottom: 28px;
    }

    .corr-about-v3-ply-item {
        min-height: 90px;

        padding: 16px 20px;

        border-right: none;

        border-bottom: 1px solid rgba(255,255,255,0.20);
    }

    .corr-about-v3-ply-item:last-child {
        border-bottom: none;
    }

    .corr-about-v3-number {
        width: 45px;

        height: 45px;

        flex-basis: 45px;

        font-size: 20px;
    }

    .corr-about-v3-ply-content h3 {
        font-size: 17px;
    }

    .corr-about-v3-ply-content p {
        font-size: 10.5px;
    }


    /* CONTENT */

    .corr-about-v3-content {
        display: block;
    }

    .corr-about-v3-main p {
        font-size: 12.5px;

        line-height: 1.75;
    }

    .corr-about-v3-side {
        margin-top: 22px;

        padding: 20px 0 0;

        border-left: none;

        border-top: 1px solid #d9cec6;
    }


    /* BOTTOM */

    .corr-about-v3-bottom {
        align-items: flex-start;

        margin-top: 22px;

        padding-top: 18px;
    }

    .corr-about-v3-bottom p {
        font-size: 11.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-about-v3 {
        padding: 40px 16px;
    }

    .corr-about-v3-heading h2 {
        font-size: 28px;
    }

    .corr-about-v3-heading > p {
        font-size: 11.5px;
    }

    .corr-about-v3-ply-item {
        padding: 14px 16px;
    }

    .corr-about-v3-number {
        width: 42px;

        height: 42px;

        flex-basis: 42px;
    }

    .corr-about-v3-main p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8ddb56e *//* =========================================
   CORRUGATED BOXES
   3 / 5 / 7 PLY GALLERY
========================================= */

.corr-ply-gallery {
    width: 100%;
    padding: 40px 20px;
    background: #f7f3ef;
    overflow: hidden;
}

.corr-ply-gallery-wrap {
    max-width: 1150px;
    margin: 0 auto;
}


/* HEADING */

.corr-ply-gallery-heading {
    margin-bottom: 32px;
    text-align: center;
}

.corr-ply-gallery-heading span {
    display: block;
    margin-bottom: 7px;

    color: #8c6b58;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.corr-ply-gallery-heading h2 {
    margin: 0;

    color: #292929;
    font-size: 38px;
    line-height: 1.2;
    font-weight: 400;
}

.corr-ply-gallery-heading h2 strong {
    color: #5a3420;
    font-weight: 700;
}


/* GRID */

.corr-ply-gallery-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;
}


/* CARD */

.corr-ply-gallery-card {
    background: #ffffff;

    border: 1px solid #e2d9d2;

    overflow: hidden;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.corr-ply-gallery-card:hover {
    transform: translateY(-5px);

    box-shadow:
        0 15px 30px rgba(70, 45, 30, 0.12);
}


/* IMAGE */

.corr-ply-gallery-card img {
    display: block;

    width: 100%;

    aspect-ratio: 3 / 2;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.corr-ply-gallery-card:hover img {
    transform: scale(1.04);
}


/* TITLE */

.corr-ply-gallery-card h3 {
    margin: 0;

    padding: 17px 18px 19px;

    color: #5a3420;

    font-size: 18px;

    line-height: 1.3;

    font-weight: 700;

    text-align: center;
}


/* TABLET */

@media (max-width: 800px) {

    .corr-ply-gallery-grid {
        gap: 15px;
    }

    .corr-ply-gallery-heading h2 {
        font-size: 33px;
    }

}


/* MOBILE */

@media (max-width: 600px) {

    .corr-ply-gallery {
        padding: 45px 18px;
    }

    .corr-ply-gallery-heading {
        margin-bottom: 25px;
    }

    .corr-ply-gallery-heading h2 {
        font-size: 29px;
    }

    .corr-ply-gallery-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .corr-ply-gallery-card h3 {
        font-size: 18px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aedb96d *//* =========================================
   CORRUGATED BOXES
   KEY FEATURES V2
========================================= */

.corr-features-v2 {
    width: 100%;

    padding: 55px 20px;

    background: #5a3420;

    overflow: hidden;
}

.corr-features-v2-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corr-features-v2-heading {
    max-width: 720px;

    margin: 0 auto 38px;

    text-align: center;
}

.corr-features-v2-heading > span {
    display: block;

    margin-bottom: 8px;

    color: #d8b9a7;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-features-v2-heading h2 {
    margin: 0 0 11px;

    color: #ffffff;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 400;
}

.corr-features-v2-heading h2 strong {
    color: #f0d8ca;

    font-weight: 700;
}

.corr-features-v2-heading p {
    margin: 0;

    color: #dcc8bc;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================
   FEATURE GRID
========================================= */

.corr-features-v2-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 65px;

    row-gap: 0;
}


/* =========================================
   FEATURE ITEM
========================================= */

.corr-features-v2-item {
    display: grid;

    grid-template-columns: 48px 1fr;

    gap: 16px;

    padding: 20px 0;

    border-bottom: 1px solid rgba(255,255,255,0.18);

    transition: transform 0.3s ease;
}


/* =========================================
   ICON
========================================= */

.corr-features-v2-icon {
    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255,255,255,0.08);

    border: 1px solid rgba(255,255,255,0.22);

    color: #f1d8ca;

    transition: all 0.3s ease;
}

.corr-features-v2-icon svg {
    width: 21px;

    height: 21px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================
   CONTENT
========================================= */

.corr-features-v2-content > span {
    display: block;

    margin-bottom: 3px;

    color: #c59f8b;

    font-size: 16px;

    font-weight: 800;

    letter-spacing: 1px;
}

.corr-features-v2-content h3 {
    margin: 0 0 5px;

    color: #ffffff;

    font-size: 17px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.corr-features-v2-content p {
    margin: 0;

    color: #d8c2b6;

    font-size: 12px;

    line-height: 1.65;
}


/* =========================================
   HOVER
========================================= */

.corr-features-v2-item:hover {
    transform: translateX(5px);
}

.corr-features-v2-item:hover
.corr-features-v2-icon {
    background: #ffffff;

    border-color: #ffffff;

    color: #5a3420;
}

.corr-features-v2-item:hover
.corr-features-v2-content h3 {
    color: #f1d8ca;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .corr-features-v2 {
        padding: 50px 20px;
    }

    .corr-features-v2-grid {
        column-gap: 35px;
    }

    .corr-features-v2-item {
        grid-template-columns: 43px 1fr;

        gap: 13px;

        padding: 18px 0;
    }

    .corr-features-v2-icon {
        width: 38px;

        height: 38px;
    }

    .corr-features-v2-content h3 {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .corr-features-v2 {
        padding: 45px 18px;
    }

    .corr-features-v2-heading {
        margin-bottom: 28px;
    }

    .corr-features-v2-heading h2 {
        font-size: 30px;
    }

    .corr-features-v2-heading p {
        font-size: 12px;
    }

    .corr-features-v2-grid {
        grid-template-columns: 1fr;
    }

    .corr-features-v2-item {
        grid-template-columns: 44px 1fr;

        gap: 13px;

        padding: 16px 0;
    }

    .corr-features-v2-icon {
        width: 38px;

        height: 38px;
    }

    .corr-features-v2-icon svg {
        width: 19px;

        height: 19px;
    }

    .corr-features-v2-content h3 {
        font-size: 16px;
    }

    .corr-features-v2-content p {
        font-size: 12px;

        line-height: 1.6;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-features-v2 {
        padding: 40px 16px;
    }

    .corr-features-v2-heading h2 {
        font-size: 28px;
    }

    .corr-features-v2-item {
        grid-template-columns: 41px 1fr;

        gap: 11px;

        padding: 14px 0;
    }

    .corr-features-v2-icon {
        width: 36px;

        height: 36px;
    }

    .corr-features-v2-content h3 {
        font-size: 15px;
    }

    .corr-features-v2-content p {
        font-size: 11.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa05ce2 *//* =========================================
   CORRUGATED BOXES
   TYPES SECTION V1
========================================= */

.corr-types-v1 {
    width: 100%;

    padding: 60px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.corr-types-v1-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corr-types-v1-heading {
    max-width: 720px;

    margin: 0 auto 40px;

    text-align: center;
}

.corr-types-v1-heading > span {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 15px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-types-v1-heading h2 {
    margin: 0 0 11px;

    color: #292929;

    font-size: 38px;

    line-height: 1.2;

    font-weight: 400;
}

.corr-types-v1-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-types-v1-heading p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   GRID
========================================= */

.corr-types-v1-grid {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    gap: 20px;

    align-items: stretch;
}


/* =========================================
   CARD
========================================= */

.corr-types-v1-card {
    position: relative;

    padding: 27px 25px 25px;

    background: #ffffff;

    border: 1px solid #e1d8d1;

    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease,
        border-color 0.35s ease;
}

.corr-types-v1-card:hover {
    transform: translateY(-6px);

    border-color: #cdb9aa;

    box-shadow:
        0 15px 35px rgba(70, 45, 30, 0.10);
}


/* =========================================
   FEATURED 5 PLY
========================================= */

.corr-types-v1-featured {
    border-top: 3px solid #5a3420;
}


/* =========================================
   TOP
========================================= */

.corr-types-v1-top {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 22px;
}


/* =========================================
   PLY NUMBER
========================================= */

.corr-types-v1-ply {
    width: 58px;

    height: 58px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    font-size: 25px;

    line-height: 1;

    font-weight: 800;
}

.corr-types-v1-ply small {
    margin-top: 4px;

    color: #e2cabe;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


/* =========================================
   LABEL
========================================= */

.corr-types-v1-label {
    padding: 6px 9px;

    background: #f3eee9;

    color: #7d5d49;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 0.8px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.corr-types-v1-card h3 {
    margin: 0 0 10px;

    color: #302b28;

    font-size: 20px;

    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;
}

.corr-types-v1-card:hover h3 {
    color: #5a3420;
}


/* =========================================
   DESCRIPTION
========================================= */

.corr-types-v1-card > p {
    margin: 0;

    color: #68615c;

    font-size: 12.5px;

    line-height: 1.7;
}


/* =========================================
   DIVIDER
========================================= */

.corr-types-v1-divider {
    width: 100%;

    height: 1px;

    margin: 20px 0 17px;

    background: #e3dbd5;
}


/* =========================================
   SUITABLE FOR
========================================= */

.corr-types-v1-card h4 {
    margin: 0 0 11px;

    color: #5a3420;

    font-size: 13px;

    font-weight: 800;

    letter-spacing: 1.2px;

    text-transform: uppercase;
}


/* =========================================
   TAGS
========================================= */

.corr-types-v1-tags {
    display: flex;

    flex-wrap: wrap;

    gap: 6px;
}

.corr-types-v1-tags span {
    display: inline-block;

    padding: 6px 8px;

    background: #f7f3ef;

    color: #5d4a3e;

    border: 1px solid #e4dcd6;

    font-size: 12px;

    line-height: 1.3;

    font-weight: 600;

    transition: all 0.3s ease;
}

.corr-types-v1-card:hover
.corr-types-v1-tags span {
    border-color: #d5c1b4;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .corr-types-v1 {
        padding: 52px 20px;
    }

    .corr-types-v1-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .corr-types-v1-card:last-child {
        grid-column: 1 / -1;

        max-width: calc(50% - 10px);

        width: 100%;

        margin: 0 auto;
    }

    .corr-types-v1-heading h2 {
        font-size: 34px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .corr-types-v1 {
        padding: 45px 18px;
    }

    .corr-types-v1-heading {
        margin-bottom: 30px;
    }

    .corr-types-v1-heading h2 {
        font-size: 30px;
    }

    .corr-types-v1-heading p {
        font-size: 12px;
    }

    .corr-types-v1-grid {
        grid-template-columns: 1fr;

        gap: 15px;
    }

    .corr-types-v1-card:last-child {
        grid-column: auto;

        max-width: none;

        margin: 0;
    }

    .corr-types-v1-card {
        padding: 23px 20px;
    }

    .corr-types-v1-top {
        margin-bottom: 18px;
    }

    .corr-types-v1-ply {
        width: 52px;

        height: 52px;

        font-size: 22px;
    }

    .corr-types-v1-card h3 {
        font-size: 19px;
    }

    .corr-types-v1-card > p {
        font-size: 12px;

        line-height: 1.65;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-types-v1 {
        padding: 40px 16px;
    }

    .corr-types-v1-heading h2 {
        font-size: 28px;
    }

    .corr-types-v1-card {
        padding: 21px 18px;
    }

    .corr-types-v1-card h3 {
        font-size: 18px;
    }

    .corr-types-v1-card > p {
        font-size: 11.5px;
    }

    .corr-types-v1-tags span {
        font-size: 9.5px;

        padding: 5px 7px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdad985 *//* =========================================================
   CORRUGATED BOXES
   SIZE / FLUTE / CUSTOMIZATION / PRINTING
   V4
========================================================= */


/* =========================================================
   COMMON
========================================================= */

.corr-details-v4 {
    width: 100%;
    overflow: hidden;
}


/* =========================================================
   01. SIZE OPTIONS
========================================================= */

.corr-size-v4 {
    width: 100%;
    padding: 50px 20px;

    background: #f7f3ef;
}

.corr-size-v4-wrap {
    max-width: 1150px;
    margin: 0 auto;
}


/* Heading */

.corr-size-v4-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;

    gap: 50px;

    margin-bottom: 32px;
}

.corr-size-v4-head > div {
    flex: 1;
}

.corr-size-v4-head span {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.corr-size-v4-head h2 {
    margin: 0;

    color: #292929;

    font-size: 38px;
    line-height: 1.15;

    font-weight: 400;
}

.corr-size-v4-head h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-size-v4-head > p {
    max-width: 420px;

    margin: 0;

    color: #68615c;

    font-size: 13px;
    line-height: 1.7;
}


/* Body */

.corr-size-v4-body {
    display: grid;

    grid-template-columns: 1.25fr 0.75fr;

    gap: 45px;
}


/* Categories */

.corr-size-v4-categories {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 8px;
}

.corr-size-v4-categories div {
    position: relative;

    padding: 13px 15px 13px 38px;

    background: #ffffff;

    border: 1px solid #e3dbd5;

    color: #403934;

    font-size: 12px;

    font-weight: 600;

    transition: all 0.3s ease;
}

.corr-size-v4-categories div::before {
    content: "";

    position: absolute;

    left: 16px;
    top: 50%;

    width: 7px;
    height: 7px;

    transform: translateY(-50%);

    background: #5a3420;

    border-radius: 50%;
}

.corr-size-v4-categories div:hover {
    transform: translateX(4px);

    border-color: #cdb9aa;

    color: #5a3420;
}


/* Custom */

.corr-size-v4-custom {
    padding: 25px 27px;

    background: #5a3420;
}

.corr-size-v4-custom > span {
    display: block;

    margin-bottom: 8px;

    color: #d9b9a7;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}

.corr-size-v4-custom h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 21px;

    line-height: 1.3;

    font-weight: 400;
}

.corr-size-v4-custom h3 strong {
    color: #f0d7ca;

    font-weight: 700;
}

.corr-size-v4-custom ul {
    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 7px 15px;

    margin: 0 0 17px;

    padding: 0;

    list-style: none;
}

.corr-size-v4-custom li {
    position: relative;

    padding-left: 13px;

    color: #dcc8bc;

    font-size: 10.5px;

    line-height: 1.4;
}

.corr-size-v4-custom li::before {
    content: "•";

    position: absolute;

    left: 0;

    color: #ffffff;
}

.corr-size-v4-custom > p {
    margin: 0;

    padding-top: 14px;

    border-top: 1px solid rgba(255,255,255,0.2);

    color: #d7c0b4;

    font-size: 10.5px;

    line-height: 1.55;
}


/* =========================================================
   02. FLUTE OPTIONS
========================================================= */

.corr-flute-v4 {
    width: 100%;

    padding: 58px 20px;

    background: #ffffff;
}

.corr-flute-v4-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* Heading */

.corr-flute-v4-heading {
    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    align-items: end;

    gap: 50px;

    margin-bottom: 32px;
}

.corr-flute-v4-heading > span {
    grid-column: 1 / -1;

    margin-bottom: -37px;

    color: #8c6b58;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.corr-flute-v4-heading h2 {
    margin: 0;

    color: #292929;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-flute-v4-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-flute-v4-heading p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.7;
}


/* Flute List */

.corr-flute-v4-list {
    display: grid;

    grid-template-columns: repeat(3, 1fr);

    border-top: 1px solid #ddd5cf;

    border-left: 1px solid #ddd5cf;
}


/* Item */

.corr-flute-v4-item {
    display: grid;

    grid-template-columns: 50px 1fr;

    gap: 15px;

    min-height: 125px;

    padding: 20px;

    border-right: 1px solid #ddd5cf;

    border-bottom: 1px solid #ddd5cf;

    transition: all 0.3s ease;
}

.corr-flute-v4-item:hover {
    background: #f7f3ef;
}


/* Letter */

.corr-flute-v4-letter {
    width: 45px;
    height: 45px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    font-size: 20px;

    font-weight: 800;
}

.corr-flute-v4-double {
    font-size: 13px;
}


/* Content */

.corr-flute-v4-item h3 {
    margin: 0 0 6px;

    color: #302b28;

    font-size: 17px;

    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;
}

.corr-flute-v4-item p {
    margin: 0;

    color: #68615c;

    font-size: 11.5px;

    line-height: 1.6;
}

.corr-flute-v4-item:hover h3 {
    color: #5a3420;
}


/* =========================================================
   03. CUSTOMIZATION
========================================================= */

.corr-custom-v4 {
    width: 100%;

    padding: 58px 20px;

    background: #f1ebe6;
}

.corr-custom-v4-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* Title */

.corr-custom-v4-title {
    max-width: 700px;

    margin-bottom: 32px;
}

.corr-custom-v4-title span {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.corr-custom-v4-title h2 {
    margin: 0 0 10px;

    color: #292929;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-custom-v4-title h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-custom-v4-title p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.7;
}


/* Grid */

.corr-custom-v4-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 55px;

    row-gap: 0;
}


/* Item */

.corr-custom-v4-item {
    display: grid;

    grid-template-columns: 38px 1fr;

    gap: 15px;

    padding: 17px 0;

    border-bottom: 1px solid #d9cec6;

    transition: all 0.3s ease;
}

.corr-custom-v4-item:hover {
    padding-left: 5px;
}


/* Number */

.corr-custom-v4-icon {
    width: 32px;
    height: 32px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    font-size: 9px;

    font-weight: 800;
}


/* Content */

.corr-custom-v4-item h3 {
    margin: 0 0 4px;

    color: #302b28;

    font-size: 16px;

    line-height: 1.3;

    font-weight: 700;

    transition: color 0.3s ease;
}

.corr-custom-v4-item p {
    margin: 0;

    color: #68615c;

    font-size: 11.5px;

    line-height: 1.6;
}

.corr-custom-v4-item:hover h3 {
    color: #5a3420;
}


/* =========================================================
   04. PRINTING
========================================================= */

.corr-print-v4 {
    width: 100%;

    padding: 58px 20px;

    background: #5a3420;

    overflow: hidden;
}

.corr-print-v4-wrap {
    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 0.8fr 1.2fr;

    gap: 65px;

    align-items: center;
}


/* Left */

.corr-print-v4-left > span {
    display: block;

    margin-bottom: 10px;

    color: #d8b8a6;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.6px;

    text-transform: uppercase;
}

.corr-print-v4-left h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 38px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-print-v4-left h2 strong {
    display: block;

    color: #f0d8ca;

    font-weight: 700;
}

.corr-print-v4-left > p {
    max-width: 390px;

    margin: 0;

    color: #d9c2b6;

    font-size: 13px;

    line-height: 1.75;
}


/* PRINT MARK */

.corr-print-v4-mark {
    margin-top: 28px;

    color: rgba(255,255,255,0.12);

    font-size: 34px;

    line-height: 1;

    font-weight: 900;

    letter-spacing: 4px;
}


/* Right */

.corr-print-v4-right {
    padding-left: 35px;

    border-left: 1px solid rgba(255,255,255,0.22);
}


/* Print Grid */

.corr-print-v4-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 0;

    border-top: 1px solid rgba(255,255,255,0.18);

    border-left: 1px solid rgba(255,255,255,0.18);
}

.corr-print-v4-grid span {
    position: relative;

    padding: 13px 14px 13px 30px;

    border-right: 1px solid rgba(255,255,255,0.18);

    border-bottom: 1px solid rgba(255,255,255,0.18);

    color: #e4d0c5;

    font-size: 11px;

    line-height: 1.4;

    transition: all 0.3s ease;
}

.corr-print-v4-grid span::before {
    content: "✓";

    position: absolute;

    left: 13px;

    color: #ffffff;

    font-size: 10px;

    font-weight: 700;
}

.corr-print-v4-grid span:hover {
    background: rgba(255,255,255,0.08);

    color: #ffffff;
}


/* Note */

.corr-print-v4-note {
    display: flex;

    align-items: center;

    gap: 13px;

    margin-top: 18px;
}

.corr-print-v4-note i {
    width: 28px;

    height: 3px;

    flex: 0 0 28px;

    background: #ffffff;
}

.corr-print-v4-note p {
    margin: 0;

    color: #cdb4a7;

    font-size: 10.5px;

    line-height: 1.5;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .corr-size-v4,
    .corr-flute-v4,
    .corr-custom-v4,
    .corr-print-v4 {
        padding: 50px 20px;
    }


    .corr-size-v4-head {
        gap: 30px;
    }

    .corr-size-v4-head h2,
    .corr-flute-v4-heading h2,
    .corr-custom-v4-title h2,
    .corr-print-v4-left h2 {
        font-size: 33px;
    }


    .corr-size-v4-body {
        gap: 30px;
    }


    .corr-flute-v4-list {
        grid-template-columns: repeat(2, 1fr);
    }


    .corr-print-v4-wrap {
        gap: 35px;
    }

    .corr-print-v4-right {
        padding-left: 25px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 650px) {

    .corr-size-v4,
    .corr-flute-v4,
    .corr-custom-v4,
    .corr-print-v4 {
        padding: 43px 18px;
    }


    /* SIZE */

    .corr-size-v4-head {
        display: block;

        margin-bottom: 25px;
    }

    .corr-size-v4-head h2 {
        font-size: 29px;
    }

    .corr-size-v4-head > p {
        margin-top: 12px;

        font-size: 12px;
    }

    .corr-size-v4-body {
        display: block;
    }

    .corr-size-v4-categories {
        grid-template-columns: 1fr;

        gap: 6px;

        margin-bottom: 15px;
    }

    .corr-size-v4-categories div {
        padding: 11px 13px 11px 32px;

        font-size: 11.5px;
    }

    .corr-size-v4-categories div::before {
        left: 13px;
    }

    .corr-size-v4-custom {
        padding: 21px;
    }

    .corr-size-v4-custom h3 {
        font-size: 19px;
    }


    /* FLUTE */

    .corr-flute-v4-heading {
        display: block;

        margin-bottom: 27px;
    }

    .corr-flute-v4-heading > span {
        display: block;

        margin-bottom: 8px;
    }

    .corr-flute-v4-heading h2 {
        font-size: 29px;
    }

    .corr-flute-v4-heading p {
        margin-top: 11px;

        font-size: 12px;
    }

    .corr-flute-v4-list {
        grid-template-columns: 1fr;
    }

    .corr-flute-v4-item {
        min-height: 0;

        padding: 17px;
    }


    /* CUSTOMIZATION */

    .corr-custom-v4-title h2 {
        font-size: 29px;
    }

    .corr-custom-v4-title p {
        font-size: 12px;
    }

    .corr-custom-v4-grid {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .corr-custom-v4-item {
        padding: 14px 0;
    }

    .corr-custom-v4-item p {
        font-size: 11.5px;
    }


    /* PRINTING */

    .corr-print-v4-wrap {
        display: block;
    }

    .corr-print-v4-left h2 {
        font-size: 30px;
    }

    .corr-print-v4-left > p {
        font-size: 12px;
    }

    .corr-print-v4-mark {
        display: none;
    }

    .corr-print-v4-right {
        margin-top: 28px;

        padding: 22px 0 0;

        border-left: none;

        border-top: 1px solid rgba(255,255,255,0.22);
    }

    .corr-print-v4-grid span {
        padding: 11px 10px 11px 27px;

        font-size: 10px;
    }

    .corr-print-v4-grid span::before {
        left: 10px;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 400px) {

    .corr-size-v4,
    .corr-flute-v4,
    .corr-custom-v4,
    .corr-print-v4 {
        padding: 38px 16px;
    }


    .corr-size-v4-head h2,
    .corr-flute-v4-heading h2,
    .corr-custom-v4-title h2,
    .corr-print-v4-left h2 {
        font-size: 27px;
    }


    .corr-size-v4-custom ul {
        grid-template-columns: 1fr;
    }


    .corr-flute-v4-item {
        grid-template-columns: 43px 1fr;

        gap: 12px;
    }


    .corr-custom-v4-item {
        grid-template-columns: 34px 1fr;

        gap: 12px;
    }


    .corr-print-v4-grid {
        grid-template-columns: 1fr;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-04c7f0c *//* =========================================
   CORRUGATED BOX
   APPLICATIONS V5
========================================= */

.corr-applications-v5 {
    width: 100%;

    padding: 50px 20px;

    background: #f7f3ef;

    overflow: hidden;
}

.corr-applications-v5-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corr-applications-v5-heading {
    max-width: 720px;

    margin: 0 auto 42px;

    text-align: center;
}

.corr-applications-v5-heading span {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-applications-v5-heading h2 {
    margin: 0 0 12px;

    color: #292929;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-applications-v5-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-applications-v5-heading p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   APPLICATION AREA
========================================= */

.corr-applications-v5-area {
    display: grid;

    grid-template-columns: 1fr 180px 1fr;

    align-items: center;

    gap: 38px;
}


/* =========================================
   COLUMNS
========================================= */

.corr-applications-v5-column {
    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* =========================================
   APPLICATION
========================================= */

.corr-applications-v5-app {
    display: flex;

    align-items: center;

    gap: 13px;

    min-height: 50px;

    padding: 10px 15px;

    background: #ffffff;

    border: 1px solid #e1d8d1;

    transition: all 0.3s ease;
}

.corr-applications-v5-app:hover {
    background: #5a3420;

    border-color: #5a3420;

    transform: translateX(5px);
}

.corr-applications-v5-app b {
    width: 27px;

    height: 27px;

    flex: 0 0 27px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f1e9e3;

    color: #5a3420;

    font-size: 10px;

    font-weight: 800;

    border-radius: 50%;

    transition: all 0.3s ease;
}

.corr-applications-v5-app span {
    color: #403934;

    font-size: 15px;

    line-height: 1.3;

    font-weight: 600;

    transition: color 0.3s ease;
}

.corr-applications-v5-app:hover b {
    background: #ffffff;

    color: #5a3420;
}

.corr-applications-v5-app:hover span {
    color: #ffffff;
}


/* =========================================
   CENTER CIRCLE
========================================= */

.corr-applications-v5-center {
    display: flex;

    align-items: center;

    justify-content: center;
}

.corr-applications-v5-circle {
    width: 155px;

    height: 155px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    border-radius: 50%;

    box-shadow:
        0 0 0 12px #f7f3ef,
        0 0 0 13px #d8cbc1;

    transition: transform 0.4s ease;
}

.corr-applications-v5-circle:hover {
    transform: scale(1.05);
}

.corr-applications-v5-circle-inner {
    width: 115px;

    height: 115px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255,255,255,0.30);

    border-radius: 50%;

    text-align: center;
}

.corr-applications-v5-circle-inner strong {
    color: #ffffff;

    font-size: 25px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: 2px;
}

.corr-applications-v5-circle-inner span {
    margin-top: 7px;

    color: #d9b9a8;

    font-size: 9px;

    font-weight: 700;

    letter-spacing: 1.3px;

    text-transform: uppercase;
}


/* =========================================
   RIGHT SIDE HOVER
========================================= */

.corr-applications-v5-column:last-child
.corr-applications-v5-app:hover {
    transform: translateX(-5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .corr-applications-v5 {
        padding: 52px 20px;
    }

    .corr-applications-v5-heading h2 {
        font-size: 35px;
    }

    .corr-applications-v5-area {
        grid-template-columns: 1fr 140px 1fr;

        gap: 25px;
    }

    .corr-applications-v5-circle {
        width: 125px;

        height: 125px;
    }

    .corr-applications-v5-circle-inner {
        width: 95px;

        height: 95px;
    }

    .corr-applications-v5-circle-inner strong {
        font-size: 21px;
    }

    .corr-applications-v5-app {
        padding: 9px 11px;
    }

    .corr-applications-v5-app span {
        font-size: 11px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .corr-applications-v5 {
        padding: 45px 18px;
    }

    .corr-applications-v5-heading {
        margin-bottom: 30px;
    }

    .corr-applications-v5-heading h2 {
        font-size: 30px;
    }

    .corr-applications-v5-heading p {
        font-size: 12px;
    }

    .corr-applications-v5-area {
        display: block;
    }

    .corr-applications-v5-center {
        margin: 28px 0;
    }

    .corr-applications-v5-circle {
        width: 105px;

        height: 105px;

        box-shadow:
            0 0 0 9px #f7f3ef,
            0 0 0 10px #d8cbc1;
    }

    .corr-applications-v5-circle-inner {
        width: 79px;

        height: 79px;
    }

    .corr-applications-v5-circle-inner strong {
        font-size: 18px;
    }

    .corr-applications-v5-circle-inner span {
        font-size: 7px;
    }

    .corr-applications-v5-column {
        gap: 7px;
    }

    .corr-applications-v5-app {
        min-height: 47px;

        padding: 9px 12px;
    }

    .corr-applications-v5-app span {
        font-size: 11.5px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-applications-v5 {
        padding: 40px 16px;
    }

    .corr-applications-v5-heading h2 {
        font-size: 28px;
    }

    .corr-applications-v5-app {
        min-height: 44px;
    }

    .corr-applications-v5-app span {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a60f4ec *//* =========================================
   CORRUGATED BOXES
   MANUFACTURING PROCESS V5
========================================= */

.corr-process-v5 {
    width: 100%;

    padding: 50px 20px;

    background: #f1ebe6;

    overflow: hidden;
}

.corr-process-v5-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.corr-process-v5-heading {
    max-width: 760px;

    margin: 0 auto 42px;

    text-align: center;
}

.corr-process-v5-heading span {
    display: block;

    margin-bottom: 8px;

    color: #8c6b58;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.corr-process-v5-heading h2 {
    margin: 0 0 12px;

    color: #292929;

    font-size: 39px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-process-v5-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.corr-process-v5-heading p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   TIMELINE
========================================= */

.corr-process-v5-timeline {
    position: relative;

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    column-gap: 24px;

    row-gap: 28px;
}


/* =========================================
   HORIZONTAL CONNECTING LINE
========================================= */

.corr-process-v5-timeline::before {
    content: "";

    position: absolute;

    top: 27px;

    left: 40px;

    right: 40px;

    height: 1px;

    background: #cdbdb2;

    z-index: 0;
}


/* =========================================
   STEP
========================================= */

.corr-process-v5-step {
    position: relative;

    z-index: 1;

    padding: 0 8px 20px;

    border-bottom: 1px solid #d8ccc4;
}


/* =========================================
   NUMBER
========================================= */

.corr-process-v5-number {
    width: 54px;

    height: 54px;

    margin-bottom: 17px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    border: 5px solid #f1ebe6;

    outline: 1px solid #5a3420;

    border-radius: 50%;

    font-size: 11px;

    font-weight: 800;

    transition: all 0.3s ease;
}


/* =========================================
   CONTENT
========================================= */

.corr-process-v5-content h3 {
    margin: 0 0 7px;

    color: #302b28;

    font-size: 16px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.corr-process-v5-content p {
    margin: 0;

    color: #68615c;

    font-size: 11.5px;

    line-height: 1.65;
}


/* =========================================
   HOVER
========================================= */

.corr-process-v5-step:hover
.corr-process-v5-number {
    background: #ffffff;

    color: #5a3420;

    transform: scale(1.08);
}

.corr-process-v5-step:hover
.corr-process-v5-content h3 {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .corr-process-v5 {
        padding: 52px 20px;
    }

    .corr-process-v5-heading h2 {
        font-size: 34px;
    }

    .corr-process-v5-timeline {
        column-gap: 18px;

        row-gap: 22px;
    }

    .corr-process-v5-step {
        padding-left: 4px;

        padding-right: 4px;
    }

    .corr-process-v5-content h3 {
        font-size: 15px;
    }

    .corr-process-v5-content p {
        font-size: 11px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .corr-process-v5 {
        padding: 45px 18px;
    }

    .corr-process-v5-heading {
        margin-bottom: 32px;
    }

    .corr-process-v5-heading h2 {
        font-size: 30px;
    }

    .corr-process-v5-heading p {
        font-size: 12px;
    }


    /* Vertical Timeline */

    .corr-process-v5-timeline {
        display: block;

        padding-left: 12px;
    }

    .corr-process-v5-timeline::before {
        top: 0;

        bottom: 0;

        left: 38px;

        right: auto;

        width: 1px;

        height: auto;
    }


    .corr-process-v5-step {
        display: grid;

        grid-template-columns: 52px 1fr;

        gap: 15px;

        padding: 0 0 24px;

        margin-bottom: 24px;

        border-bottom: 1px solid #d8ccc4;
    }

    .corr-process-v5-step:last-child {
        margin-bottom: 0;

        padding-bottom: 0;

        border-bottom: none;
    }


    .corr-process-v5-number {
        width: 48px;

        height: 48px;

        margin: 0;

        border-width: 4px;

        font-size: 10px;
    }


    .corr-process-v5-content {
        padding-top: 3px;
    }

    .corr-process-v5-content h3 {
        font-size: 16px;
    }

    .corr-process-v5-content p {
        font-size: 11.5px;

        line-height: 1.65;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-process-v5 {
        padding: 40px 16px;
    }

    .corr-process-v5-heading h2 {
        font-size: 28px;
    }

    .corr-process-v5-timeline {
        padding-left: 8px;
    }

    .corr-process-v5-timeline::before {
        left: 33px;
    }

    .corr-process-v5-step {
        grid-template-columns: 45px 1fr;

        gap: 12px;
    }

    .corr-process-v5-number {
        width: 43px;

        height: 43px;

        border-width: 3px;
    }

    .corr-process-v5-content h3 {
        font-size: 15px;
    }

    .corr-process-v5-content p {
        font-size: 11px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2adefce *//* =========================================
   CORRUGATED BOX
   FINAL CTA V2
========================================= */

.corr-final-cta-v2 {
    position: relative;

    width: 100%;

    padding: 65px 20px;

    background: #5a3420;

    overflow: hidden;
}


/* =========================================
   DECORATIVE BACKGROUND
========================================= */

.corr-final-cta-v2::before {
    content: "";

    position: absolute;

    width: 320px;
    height: 320px;

    top: -190px;
    right: -80px;

    border: 1px solid rgba(255,255,255,0.10);

    border-radius: 50%;
}

.corr-final-cta-v2::after {
    content: "";

    position: absolute;

    width: 210px;
    height: 210px;

    bottom: -150px;
    left: 5%;

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 50%;
}


/* =========================================
   WRAPPER
========================================= */

.corr-final-cta-v2-wrap {
    position: relative;

    z-index: 2;

    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1fr 260px;

    align-items: center;

    gap: 70px;
}


/* =========================================
   CONTENT
========================================= */

.corr-final-cta-v2-content {
    max-width: 780px;
}


/* LABEL */

.corr-final-cta-v2-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #dcbfaf;

    font-size: 11px;

    line-height: 1;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.corr-final-cta-v2-content h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.15;

    font-weight: 400;
}

.corr-final-cta-v2-content h2 strong {
    color: #f0d7ca;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.corr-final-cta-v2-content p {
    max-width: 750px;

    margin: 0 0 8px;

    color: #ddc8bd;

    font-size: 13px;

    line-height: 1.75;
}

.corr-final-cta-v2-content p:last-child {
    margin-bottom: 0;
}

.corr-final-cta-v2-content p b {
    color: #ffffff;

    font-weight: 700;
}


/* =========================================
   ACTION AREA
========================================= */

.corr-final-cta-v2-action {
    padding-left: 32px;

    border-left: 1px solid rgba(255,255,255,0.20);
}

.corr-final-cta-v2-action > span {
    display: block;

    margin-bottom: 12px;

    color: #d7bdae;

    font-size: 11px;

    font-weight: 600;
}


/* =========================================
   BUTTON
========================================= */

.corr-final-cta-v2-btn {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    width: 100%;

    padding: 15px 18px;

    background: #ffffff;

    color: #5a3420 !important;

    text-decoration: none !important;

    font-size: 13px;

    font-weight: 700;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.corr-final-cta-v2-btn b {
    display: flex;

    align-items: center;

    justify-content: center;

    width: 29px;
    height: 29px;

    background: #5a3420;

    color: #ffffff;

    font-size: 17px;

    font-weight: 400;

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}


/* =========================================
   HOVER
========================================= */

.corr-final-cta-v2-btn:hover {
    background: #f5eee9;

    transform: translateY(-3px);
}

.corr-final-cta-v2-btn:hover b {
    transform: translateX(3px);

    background: #6d422c;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .corr-final-cta-v2 {
        padding: 55px 20px;
    }

    .corr-final-cta-v2-wrap {
        grid-template-columns: 1fr 230px;

        gap: 40px;
    }

    .corr-final-cta-v2-content h2 {
        font-size: 36px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .corr-final-cta-v2 {
        padding: 48px 18px;
    }

    .corr-final-cta-v2-wrap {
        display: block;
    }

    .corr-final-cta-v2-content h2 {
        font-size: 30px;

        line-height: 1.2;
    }

    .corr-final-cta-v2-content h2 strong {
        display: block;
    }

    .corr-final-cta-v2-content p {
        font-size: 12px;

        line-height: 1.7;
    }


    /* ACTION */

    .corr-final-cta-v2-action {
        margin-top: 28px;

        padding: 22px 0 0;

        border-left: none;

        border-top: 1px solid rgba(255,255,255,0.20);
    }

    .corr-final-cta-v2-btn {
        max-width: 240px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .corr-final-cta-v2 {
        padding: 42px 16px;
    }

    .corr-final-cta-v2-content h2 {
        font-size: 27px;
    }

    .corr-final-cta-v2-btn {
        max-width: 100%;

        padding: 13px 15px;
    }

}/* End custom CSS */