/* Start custom CSS for html, class: .elementor-element-23ff62e *//* =========================================
   OFFSET PRINTED BOXES - ABOUT SECTION
========================================= */

.opb-about-section {
    width: 100%;

    padding: 40px 20px;

    background: #ffffff;

    overflow: hidden;

    box-sizing: border-box;
}


/* =========================================
   MAIN CONTAINER
========================================= */

.opb-about-container {
    width: 100%;
    max-width: 1280px;

    margin: 0 auto;

    display: grid;

    /* Image ko thoda zyada width */
    grid-template-columns: 0.9fr 1.1fr;

    align-items: center;

    gap: 50px;

    box-sizing: border-box;
}


/* =========================================
   CONTENT
========================================= */

.opb-about-content {
    position: relative;

    width: 100%;
}


/* =========================================
   LABEL
========================================= */

.opb-about-label {
    display: inline-block;

    margin-bottom: 14px;

    color: #5a3420;

    font-size: 14px;

    font-weight: 700;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}


/* =========================================
   MAIN HEADING
========================================= */

.opb-about-content h2 {
    margin: 0 0 18px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 700;
}


/* =========================================
   TITLE LINE
========================================= */

.opb-title-line {
    width: 70px;

    height: 4px;

    margin-bottom: 25px;

    background: #b47a32;

    border-radius: 10px;
}


/* =========================================
   PARAGRAPH
========================================= */

.opb-about-content p {
    margin: 0 0 18px;

    color: #666666;

    font-size: 16px;

    line-height: 1.8;
}


.opb-about-content p strong {
    color: #292929;

    font-weight: 700;
}


/* =========================================
   BUTTON
========================================= */

.opb-about-btn {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-top: 12px;

    padding: 14px 25px;

    background: #5a3420;

    color: #ffffff !important;

    font-size: 15px;

    font-weight: 600;

    text-decoration: none !important;

    border-radius: 5px;

    transition: all 0.3s ease;
}


.opb-about-btn span {
    font-size: 20px;

    line-height: 1;

    transition: transform 0.3s ease;
}


.opb-about-btn:hover {
    background: #292929;

    color: #ffffff !important;

    transform: translateY(-3px);
}


.opb-about-btn:hover span {
    transform: translateX(5px);
}


/* =========================================
   IMAGE AREA
========================================= */

.opb-about-image {
    position: relative;

    width: 100%;

    padding: 8px;

    box-sizing: border-box;
}


/* =========================================
   IMAGE FRAME
========================================= */

.opb-image-frame {
    position: relative;

    width: 100%;

    overflow: hidden;

    border-radius: 18px;

    background: #f5f5f5;

    box-shadow: 0 20px 45px rgba(0, 0, 0, 0.15);

    box-sizing: border-box;
}


/* =========================================
   IMAGE
========================================= */

.opb-image-frame img {
    display: block;

    width: 100%;

    height: auto;

    max-width: 100%;

    object-fit: contain;

    object-position: center;

    border: 0;

    margin: 0;

    padding: 0;

    transition: transform 0.5s ease;

    box-sizing: border-box;
}


/* =========================================
   IMAGE OVERLAY
========================================= */

.opb-image-frame::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        135deg,
        rgba(180, 122, 50, 0.08),
        transparent
    );

    pointer-events: none;

    border-radius: 18px;
}


/* =========================================
   IMAGE HOVER
========================================= */

.opb-image-frame:hover img {
    transform: scale(1.03);
}


/* =========================================
   EXPERIENCE BADGE
========================================= */

.opb-experience-badge {
    position: absolute;

    left: -5px;

    bottom: 35px;

    min-width: 165px;

    padding: 18px 22px;

    background: #b47a32;

    color: #ffffff;

    border-radius: 10px;

    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);

    box-sizing: border-box;
}


.opb-experience-badge strong {
    display: block;

    margin-bottom: 4px;

    font-size: 21px;

    font-weight: 700;
}


.opb-experience-badge span {
    display: block;

    font-size: 13px;

    opacity: 0.9;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .opb-about-section {
        padding: 40px 20px;
    }


    .opb-about-container {
        max-width: 750px;

        grid-template-columns: 1fr;

        gap: 40px;
    }


    .opb-about-content {
        text-align: center;
    }


    .opb-title-line {
        margin-left: auto;

        margin-right: auto;
    }


    .opb-about-btn {
        justify-content: center;
    }


    .opb-about-image {
        width: 100%;

        max-width: 720px;

        margin: 0 auto;

        padding: 5px;
    }


    .opb-image-frame img {
        width: 100%;

        height: auto;

        object-fit: contain;
    }


    .opb-experience-badge {
        left: 0;

        bottom: 25px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 575px) {

    .opb-about-section {
        padding: 45px 12px;
    }


    .opb-about-container {
        width: 100%;

        gap: 30px;
    }


    .opb-about-content h2 {
        font-size: 31px;

        line-height: 1.25;
    }


    .opb-about-content p {
        font-size: 15px;

        line-height: 1.7;
    }


    .opb-about-label {
        font-size: 12px;

        letter-spacing: 1.3px;
    }


    .opb-about-btn {
        padding: 13px 22px;

        font-size: 14px;
    }


    .opb-about-image {
        width: 100%;

        max-width: 100%;

        padding: 3px;

        margin: 0 auto;
    }


    .opb-image-frame {
        width: 100%;

        border-radius: 14px;
    }


    .opb-image-frame img {
        display: block;

        width: 100%;

        height: auto;

        max-width: 100%;

        object-fit: contain;

        object-position: center;
    }


    .opb-image-frame::after {
        border-radius: 14px;
    }


    .opb-experience-badge {
        left: 0;

        bottom: 15px;

        min-width: 145px;

        padding: 14px 17px;

        border-radius: 8px;
    }


    .opb-experience-badge strong {
        font-size: 18px;
    }


    .opb-experience-badge span {
        font-size: 12px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .opb-about-section {
        padding-left: 10px;

        padding-right: 10px;
    }


    .opb-about-content h2 {
        font-size: 28px;
    }


    .opb-about-content p {
        font-size: 14px;
    }


    .opb-about-image {
        padding: 2px;
    }


    .opb-image-frame {
        border-radius: 12px;
    }


    .opb-experience-badge {
        min-width: 130px;

        padding: 12px 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f4d2c3 *//* =========================================
   OFFSET PRINTED BOXES - KEY FEATURES
========================================= */

.opb-key-features {
    width: 100%;
    padding: 40px 20px;
    background: #f8f5ef;
}

.opb-kf-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Heading */

.opb-kf-heading {
    max-width: 700px;
    margin: 0 auto 55px;
    text-align: center;
}

.opb-kf-heading span {
    display: inline-block;
    margin-bottom: 10px;
    color: #5a3420;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.opb-kf-heading h2 {
    margin: 0 0 15px;
    color: #292929;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.opb-kf-heading p {
    margin: 0;
    color: #707070;
    font-size: 16px;
    line-height: 1.7;
}

/* Grid */

.opb-kf-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

/* Card */

.opb-kf-card {
    position: relative;
    padding: 32px 20px;
    text-align: center;
    background: #ffffff;
    border: 1px solid #eadfce;
    border-radius: 14px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: all 0.35s ease;
}

.opb-kf-card:hover {
    transform: translateY(-8px);
    border-color: #5a3420;
    box-shadow: 0 18px 35px rgba(0, 0, 0, 0.10);
}

/* Icon */

.opb-kf-icon {
    width: 65px;
    height: 65px;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1e6df;
    color: #5a3420;

    border-radius: 50%;
    font-size: 25px;

    transition: all 0.35s ease;
}

.opb-kf-card:hover .opb-kf-icon {
    background: #5a3420;
    color: #ffffff;
    transform: scale(1.08);
}

/* Title */

.opb-kf-card h3 {
    margin: 0 0 10px;
    color: #292929;
    font-size: 17px;
    line-height: 1.4;
    font-weight: 700;
}

/* Description */

.opb-kf-card p {
    margin: 0;
    color: #707070;
    font-size: 13px;
    line-height: 1.65;
}

/* =========================================
   TABLET
========================================= */

@media (max-width: 1100px) {

    .opb-kf-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .opb-key-features {
        padding: 65px 18px;
    }

    .opb-kf-heading {
        margin-bottom: 35px;
    }

    .opb-kf-heading h2 {
        font-size: 32px;
    }

    .opb-kf-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

}

@media (max-width: 480px) {

    .opb-kf-grid {
        grid-template-columns: 1fr;
    }

    .opb-kf-card {
        padding: 28px 20px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-81f2f7a */.opb-why-section {
    width: 100%;
    padding: 35px 20px;
    background: #ffffff;
}

.opb-why-container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */

.opb-why-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.opb-why-heading span {
    display: block;
    margin-bottom: 10px;

    color: #5a3420;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.opb-why-heading h2 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.opb-why-heading p {
    margin: 0;

    color: #707070;

    font-size: 16px;
    line-height: 1.7;
}

/* List */

.opb-why-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 70px;
    row-gap: 35px;
}

/* Item */

.opb-why-item {
    display: flex;
    align-items: flex-start;
    gap: 22px;

    padding-bottom: 28px;

    border-bottom: 1px solid #e8ddd6;

    transition: all 0.3s ease;
}

.opb-why-item:hover {
    transform: translateX(6px);
}

/* Icon */

.opb-why-icon {
    flex: 0 0 64px;

    width: 64px;
    height: 64px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f3e9e3;

    border-radius: 50%;

    transition: all 0.35s ease;
}

.opb-why-icon svg {
    width: 29px;
    height: 29px;

    fill: none;
    stroke: #5a3420;

    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;

    transition: all 0.35s ease;
}

.opb-why-item:hover .opb-why-icon {
    background: #5a3420;
}

.opb-why-item:hover .opb-why-icon svg {
    stroke: #ffffff;
}

/* Content */

.opb-why-content {
    padding-top: 2px;
}

.opb-why-content h3 {
    margin: 0 0 8px;

    color: #292929;

    font-size: 19px;
    line-height: 1.4;
    font-weight: 700;
}

.opb-why-content p {
    margin: 0;

    color: #707070;

    font-size: 14px;
    line-height: 1.7;
}

/* Tablet */

@media (max-width: 767px) {

    .opb-why-section {
        padding: 65px 20px;
    }

    .opb-why-heading {
        margin-bottom: 40px;
    }

    .opb-why-heading h2 {
        font-size: 32px;
    }

    .opb-why-list {
        grid-template-columns: 1fr;
        gap: 25px;
    }

}

/* Mobile */

@media (max-width: 480px) {

    .opb-why-item {
        gap: 16px;
    }

    .opb-why-icon {
        flex: 0 0 55px;
        width: 55px;
        height: 55px;
    }

    .opb-why-icon svg {
        width: 25px;
        height: 25px;
    }

    .opb-why-content h3 {
        font-size: 17px;
    }

    .opb-why-content p {
        font-size: 13px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-707d8ad *//* =========================================
   OFFSET PRINTED BOXES
   CUSTOMIZATION OPTIONS
========================================= */

.opb-custom-section {
    width: 100%;
    padding: 40px 20px;
    background: #f3ebe5;
    overflow: hidden;
}

.opb-custom-container {
    max-width: 1200px;
    margin: 0 auto;
}


/* =========================================
   SECTION HEADING
========================================= */

.opb-custom-heading {
    max-width: 760px;
    margin: 0 auto 55px;
    text-align: center;
}

.opb-custom-heading span {
    display: inline-block;
    margin-bottom: 10px;

    color: #5a3420;

    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

.opb-custom-heading h2 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.opb-custom-heading p {
    margin: 0;

    color: #707070;

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   CUSTOMIZATION GRID
========================================= */

.opb-custom-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 22px;
}


/* =========================================
   CUSTOMIZATION ITEM
========================================= */

.opb-custom-item {
    position: relative;

    padding: 35px 25px;

    background: #ffffff;

    border: 1px solid #e4d5ca;

    border-radius: 14px;

    overflow: hidden;

    transition: all 0.35s ease;
}


/* Top Hover Line */

.opb-custom-item::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: #5a3420;

    transform: scaleX(0);

    transform-origin: left;

    transition: transform 0.35s ease;
}


/* Hover */

.opb-custom-item:hover {
    transform: translateY(-7px);

    border-color: #cbb5a7;

    box-shadow: 0 18px 40px rgba(90, 52, 32, 0.12);
}

.opb-custom-item:hover::before {
    transform: scaleX(1);
}


/* =========================================
   ICON
========================================= */

.opb-custom-icon {
    width: 64px;
    height: 64px;

    margin-bottom: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1e7e1;

    border-radius: 50%;

    transition: all 0.35s ease;
}


/* SVG */

.opb-custom-icon svg {
    width: 29px;
    height: 29px;

    fill: none;

    stroke: #5a3420;

    stroke-width: 1.7;

    stroke-linecap: round;
    stroke-linejoin: round;

    transition: all 0.35s ease;
}


/* Icon Hover */

.opb-custom-item:hover .opb-custom-icon {
    background: #5a3420;

    transform: scale(1.06);
}

.opb-custom-item:hover .opb-custom-icon svg {
    stroke: #ffffff;
}


/* =========================================
   TITLE
========================================= */

.opb-custom-content h3 {
    margin: 0 0 12px;

    color: #292929;

    font-size: 20px;

    line-height: 1.4;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.opb-custom-content p {
    margin: 0;

    color: #707070;

    font-size: 14px;

    line-height: 1.7;
}


/* =========================================
   LIST
========================================= */

.opb-custom-content ul {
    margin: 0;
    padding: 0;

    list-style: none;
}

.opb-custom-content li {
    position: relative;

    margin-bottom: 10px;

    padding-left: 20px;

    color: #666666;

    font-size: 14px;

    line-height: 1.5;
}


/* Check Mark */

.opb-custom-content li::before {
    content: "✓";

    position: absolute;

    left: 0;
    top: 0;

    color: #5a3420;

    font-size: 14px;

    font-weight: 700;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .opb-custom-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .opb-custom-section {
        padding: 65px 18px;
    }

    .opb-custom-heading {
        margin-bottom: 35px;
    }

    .opb-custom-heading h2 {
        font-size: 32px;
    }

    .opb-custom-heading p {
        font-size: 15px;
    }

    .opb-custom-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .opb-custom-item {
        padding: 30px 22px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-67fc948 *//* =========================================
   OFFSET PRINTED BOXES
   DARK HORIZONTAL PROCESS
========================================= */

.opbm-dark-process {
    width: 100%;
    padding: 40px 20px;

    background: #5a3420;

    overflow: hidden;
}

.opbm-dark-process-wrap {
    max-width: 1250px;
    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.opbm-dark-process-heading {
    max-width: 800px;

    margin: 0 auto 65px;

    text-align: center;
}

.opbm-dark-process-heading span {
    display: inline-block;

    margin-bottom: 12px;

    color: #e8c7ad;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.opbm-dark-process-heading h2 {
    margin: 0 0 16px;

    color: #ffffff;

    font-size: 40px;

    line-height: 1.2;

    font-weight: 700;
}

.opbm-dark-process-heading p {
    margin: 0;

    color: #e6d9d0;

    font-size: 16px;

    line-height: 1.7;
}


/* =========================================
   PROCESS TRACK
========================================= */

.opbm-dark-process-track {
    position: relative;

    display: grid;

    grid-template-columns: repeat(7, 1fr);

    gap: 0;
}


/* Horizontal Line */

.opbm-dark-process-track::before {
    content: "";

    position: absolute;

    top: 32px;

    left: 7%;
    right: 7%;

    height: 1px;

    background: rgba(255, 255, 255, 0.35);

    z-index: 0;
}


/* =========================================
   PROCESS ITEM
========================================= */

.opbm-dark-process-item {
    position: relative;

    padding: 0 15px;

    text-align: center;

    z-index: 1;
}


/* =========================================
   NUMBER
========================================= */

.opbm-dark-process-number {
    width: 64px;
    height: 64px;

    margin: 0 auto 25px;

    display: flex;

    align-items: center;
    justify-content: center;

    background: #ffffff;

    border: 6px solid #5a3420;

    border-radius: 50%;

    color: #5a3420;

    font-size: 14px;

    font-weight: 800;

    box-shadow: 0 0 0 1px #ffffff;

    transition: all 0.35s ease;
}


/* =========================================
   TITLE
========================================= */

.opbm-dark-process-item h3 {
    margin: 0 0 12px;

    color: #ffffff;

    font-size: 17px;

    line-height: 1.4;

    font-weight: 700;

    transition: all 0.3s ease;
}


/* =========================================
   DESCRIPTION
========================================= */

.opbm-dark-process-item p {
    margin: 0;

    color: #dfd0c6;

    font-size: 13px;

    line-height: 1.65;
}


/* =========================================
   HOVER
========================================= */

.opbm-dark-process-item:hover .opbm-dark-process-number {
    background: #e8c7ad;

    color: #5a3420;

    transform: translateY(-6px) scale(1.05);

    box-shadow:
        0 0 0 1px #e8c7ad,
        0 12px 25px rgba(0, 0, 0, 0.25);
}

.opbm-dark-process-item:hover h3 {
    color: #e8c7ad;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 1050px) {

    .opbm-dark-process-track {
        grid-template-columns: repeat(4, 1fr);

        row-gap: 55px;
    }

    .opbm-dark-process-track::before {
        display: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .opbm-dark-process {
        padding: 70px 18px;
    }

    .opbm-dark-process-heading {
        margin-bottom: 45px;
    }

    .opbm-dark-process-heading h2 {
        font-size: 31px;
    }

    .opbm-dark-process-heading p {
        font-size: 14px;
    }

    .opbm-dark-process-track {
        grid-template-columns: repeat(2, 1fr);

        gap: 45px 15px;
    }

    .opbm-dark-process-item {
        padding: 0 8px;
    }

    .opbm-dark-process-number {
        width: 56px;
        height: 56px;

        margin-bottom: 18px;
    }

    .opbm-dark-process-item h3 {
        font-size: 16px;
    }

    .opbm-dark-process-item p {
        font-size: 13px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 420px) {

    .opbm-dark-process-heading h2 {
        font-size: 28px;
    }

    .opbm-dark-process-track {
        grid-template-columns: 1fr;
    }

    .opbm-dark-process-item {
        max-width: 330px;
        margin: 0 auto;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9033eaf *//* =========================================
   OFFSET PRINTED BOXES - APPLICATIONS
========================================= */

.offapp-section {
    width: 100%;
    padding: 90px 20px;
    background: #f3ebe5;
    overflow: hidden;
}

.offapp-container {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 75px;
    align-items: center;
}


/* =========================================
   IMAGE
========================================= */

.offapp-image-wrap {
    position: relative;
    padding: 15px;
}

.offapp-image {
    position: relative;
    overflow: hidden;

    border-radius: 18px;

    box-shadow: 0 20px 45px rgba(60, 35, 20, 0.16);
}

.offapp-image img {
    display: block;

    width: 100%;
    height: 480px;

    object-fit: cover;

    transition: transform 0.5s ease;
}

.offapp-image:hover img {
    transform: scale(1.04);
}


/* =========================================
   IMAGE LABEL
========================================= */

.offapp-image-label {
    position: absolute;

    left: -5px;
    bottom: 35px;

    padding: 18px 25px;

    background: #5a3420;
    color: #ffffff;

    border-radius: 0 10px 10px 0;

    box-shadow: 0 10px 25px rgba(60, 35, 20, 0.20);
}

.offapp-image-label span {
    display: block;

    margin-bottom: 3px;

    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;

    opacity: 0.8;
}

.offapp-image-label strong {
    display: block;

    font-size: 17px;
    font-weight: 700;
}


/* =========================================
   CONTENT
========================================= */

.offapp-content {
    position: relative;
}

.offapp-subtitle {
    display: inline-block;

    margin-bottom: 12px;

    color: #5a3420;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.offapp-content h2 {
    margin: 0 0 18px;

    color: #292929;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 400;
}

.offapp-content h2 strong {
    display: block;

    color: #5a3420;

    font-weight: 700;
}

.offapp-description {
    max-width: 650px;

    margin: 0 0 30px;

    color: #6e625b;

    font-size: 15px;
    line-height: 1.8;
}


/* =========================================
   APPLICATION LIST
========================================= */

.offapp-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 40px;
    row-gap: 0;
}

.offapp-item {
    display: flex;
    align-items: center;

    gap: 13px;

    min-height: 52px;

    border-bottom: 1px solid rgba(90, 52, 32, 0.16);

    color: #39302b;

    font-size: 15px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.offapp-item:hover {
    color: #5a3420;
    padding-left: 5px;
}


/* =========================================
   ICON
========================================= */

.offapp-icon {
    width: 25px;
    height: 25px;

    flex: 0 0 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #5a3420;
    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;
    font-weight: 700;

    transition: all 0.3s ease;
}

.offapp-item:hover .offapp-icon {
    transform: scale(1.1);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .offapp-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .offapp-image-wrap {
        max-width: 650px;
        width: 100%;

        margin: 0 auto;
    }

    .offapp-content {
        text-align: center;
    }

    .offapp-description {
        margin-left: auto;
        margin-right: auto;
    }

    .offapp-list {
        text-align: left;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .offapp-section {
        padding: 65px 18px;
    }

    .offapp-image img {
        height: 330px;
    }

    .offapp-image-label {
        bottom: 25px;
        padding: 14px 18px;
    }

    .offapp-content h2 {
        font-size: 32px;
    }

    .offapp-description {
        font-size: 14px;
    }

    .offapp-list {
        grid-template-columns: 1fr;
    }

    .offapp-item {
        min-height: 55px;
        font-size: 14px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcba3e2 *//* =========================================
   OFFSET PRINTED BOXES - CTA
========================================= */

.opbx-cta-section {
    width: 100%;
    padding: 50px 20px;

    background: #5a3420;

    overflow: hidden;
}

.opbx-cta-container {
    position: relative;

    max-width: 1150px;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;
}


/* =========================================
   CONTENT
========================================= */

.opbx-cta-content {
    position: relative;
    z-index: 2;

    max-width: 820px;
}

.opbx-cta-label {
    display: inline-block;

    margin-bottom: 14px;

    color: #e8c7ad;

    font-size: 13px;
    font-weight: 700;

    letter-spacing: 1.8px;
    text-transform: uppercase;
}

.opbx-cta-content h2 {
    margin: 0 0 18px;

    color: #ffffff;

    font-size: 44px;
    line-height: 1.2;

    font-weight: 700;
}

.opbx-cta-content p {
    max-width: 720px;

    margin: 0 auto 30px;

    color: #eaded6;

    font-size: 16px;
    line-height: 1.8;
}

.opbx-cta-content p strong {
    color: #ffffff;
}


/* =========================================
   BUTTON
========================================= */

.opbx-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 12px;

    padding: 15px 28px;

    background: #ffffff;

    color: #5a3420;

    border: 2px solid #ffffff;
    border-radius: 4px;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none;

    transition: all 0.35s ease;
}

.opbx-cta-button span {
    font-size: 20px;
    line-height: 1;

    transition: transform 0.3s ease;
}

.opbx-cta-button:hover {
    background: transparent;

    color: #ffffff;

    transform: translateY(-3px);
}

.opbx-cta-button:hover span {
    transform: translateX(5px);
}


/* =========================================
   DECORATIVE CIRCLES
========================================= */

.opbx-cta-decoration span {
    position: absolute;

    display: block;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 50%;
}

.opbx-cta-decoration span:nth-child(1) {
    width: 300px;
    height: 300px;

    top: -150px;
    left: -180px;
}

.opbx-cta-decoration span:nth-child(2) {
    width: 420px;
    height: 420px;

    bottom: -260px;
    right: -220px;
}

.opbx-cta-decoration span:nth-child(3) {
    width: 170px;
    height: 170px;

    top: 25px;
    right: 5%;

    border-color: rgba(232, 199, 173, 0.18);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 767px) {

    .opbx-cta-section {
        padding: 70px 20px;
    }

    .opbx-cta-content h2 {
        font-size: 34px;
    }

    .opbx-cta-content p {
        font-size: 15px;
    }

    .opbx-cta-decoration span:nth-child(3) {
        display: none;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 480px) {

    .opbx-cta-section {
        padding: 60px 18px;
    }

    .opbx-cta-content h2 {
        font-size: 29px;
    }

    .opbx-cta-content p {
        font-size: 14px;
        line-height: 1.7;
    }

    .opbx-cta-button {
        padding: 13px 23px;

        font-size: 14px;
    }

}/* End custom CSS */