/* Start custom CSS for html, class: .elementor-element-23ff62e *//* =========================================
   PIZZA BOXES
   ABOUT SECTION
========================================= */

.pizza-about-section {
    width: 100%;

    padding: 80px 20px;

    background: #faf8f5;

    overflow: hidden;
}

.pizza-about-container {
    max-width: 1180px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    align-items: center;

    gap: 75px;
}


/* =========================================
   CONTENT
========================================= */

.pizza-about-content {
    max-width: 620px;
}

.pizza-about-label {
    display: inline-block;

    margin-bottom: 12px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pizza-about-content h2 {
    margin: 0;

    color: #292929;

    font-size: 43px;

    line-height: 1.2;

    font-weight: 400;
}

.pizza-about-content h2 strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   LINE
========================================= */

.pizza-about-line {
    width: 65px;

    height: 3px;

    margin: 20px 0 25px;

    background: #5a3420;
}


/* =========================================
   PARAGRAPHS
========================================= */

.pizza-about-content p {
    margin: 0 0 17px;

    color: #625b56;

    font-size: 15px;

    line-height: 1.8;
}

.pizza-about-content p strong {
    color: #5a3420;

    font-weight: 700;
}


/* =========================================
   HIGHLIGHTS
========================================= */

.pizza-about-highlights {
    display: flex;

    flex-wrap: wrap;

    gap: 12px;

    margin-top: 25px;
}

.pizza-about-highlight {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #4c4039;

    font-size: 13px;

    font-weight: 700;
}

.pizza-highlight-icon {
    width: 23px;

    height: 23px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 700;
}


/* =========================================
   VISUAL AREA
========================================= */

.pizza-about-visual {
    position: relative;

    min-height: 470px;

    display: flex;

    align-items: center;

    justify-content: center;
}


/* =========================================
   IMAGE
========================================= */

.pizza-about-image {
    position: relative;

    width: 100%;

    max-width: 500px;

    height: 440px;

    overflow: hidden;

    border-radius: 22px;

    box-shadow:
        0 22px 45px rgba(90, 52, 32, 0.15);
}

.pizza-about-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(0, 0, 0, 0.12)
        );

    pointer-events: none;
}

.pizza-about-image img {
    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    transition: transform 0.6s ease;
}

.pizza-about-visual:hover .pizza-about-image img {
    transform: scale(1.04);
}


/* =========================================
   BADGE
========================================= */

.pizza-about-badge {
    position: absolute;

    left: -25px;

    bottom: 25px;

    width: 145px;

    height: 145px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    background: #5a3420;

    color: #ffffff;

    border-radius: 50%;

    box-shadow:
        0 12px 30px rgba(90, 52, 32, 0.22);
}

.pizza-about-badge strong {
    display: block;

    margin-bottom: 4px;

    font-size: 28px;

    line-height: 1;

    font-weight: 800;
}

.pizza-about-badge span {
    max-width: 90px;

    font-size: 11px;

    line-height: 1.4;

    font-weight: 600;

    letter-spacing: 0.4px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pizza-about-section {
        padding: 70px 20px;
    }

    .pizza-about-container {
        grid-template-columns: 1fr;

        gap: 50px;
    }

    .pizza-about-content {
        max-width: 800px;

        margin: 0 auto;

        text-align: center;
    }

    .pizza-about-line {
        margin: 20px auto 25px;
    }

    .pizza-about-highlights {
        justify-content: center;
    }

    .pizza-about-visual {
        min-height: auto;
    }

    .pizza-about-image {
        max-width: 600px;

        height: 430px;
    }

    .pizza-about-badge {
        left: calc(50% - 350px);

        bottom: 20px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pizza-about-section {
        padding: 60px 18px;
    }

    .pizza-about-container {
        gap: 38px;
    }

    .pizza-about-content h2 {
        font-size: 32px;
    }

    .pizza-about-content p {
        font-size: 14px;

        line-height: 1.75;
    }

    .pizza-about-highlights {
        align-items: flex-start;

        flex-direction: column;

        gap: 10px;

        width: max-content;

        max-width: 100%;

        margin-left: auto;
        margin-right: auto;
    }

    .pizza-about-image {
        height: 330px;

        border-radius: 16px;
    }

    .pizza-about-badge {
        left: -5px;

        bottom: -20px;

        width: 115px;

        height: 115px;
    }

    .pizza-about-badge strong {
        font-size: 23px;
    }

    .pizza-about-badge span {
        font-size: 9px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pizza-about-content h2 {
        font-size: 29px;
    }

    .pizza-about-image {
        height: 290px;
    }

    .pizza-about-badge {
        width: 105px;

        height: 105px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9f4d2c3 *//* =========================================
   PIZZA BOXES
   KEY FEATURES
========================================= */

.pizza-features-section {
    width: 100%;

    padding: 40px 20px;

    background: #5a3420;

    overflow: hidden;
}

.pizza-features-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pizza-features-heading {
    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}

.pizza-features-heading > span {
    display: inline-block;

    margin-bottom: 11px;

    color: #e7cdbb;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pizza-features-heading h2 {
    margin: 0 0 16px;

    color: #ffffff;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.pizza-features-heading h2 strong {
    color: #f0d4bf;

    font-weight: 700;
}

.pizza-features-heading p {
    margin: 0;

    color: #eadbd1;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   FEATURE GRID
========================================= */

.pizza-features-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 70px;

    row-gap: 0;
}


/* =========================================
   FEATURE ITEM
========================================= */

.pizza-feature-item {
    display: flex;

    align-items: flex-start;

    gap: 20px;

    padding: 27px 0;

    border-bottom: 1px solid rgba(255, 255, 255, 0.20);

    transition: all 0.35s ease;
}


/* =========================================
   ICON
========================================= */

.pizza-feature-icon {
    width: 55px;

    height: 55px;

    flex: 0 0 55px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(255, 255, 255, 0.10);

    border: 1px solid rgba(255, 255, 255, 0.28);

    border-radius: 50%;

    color: #ffffff;

    transition: all 0.35s ease;
}

.pizza-feature-icon svg {
    width: 25px;

    height: 25px;

    fill: none;

    stroke: currentColor;

    stroke-width: 1.5;

    stroke-linecap: round;

    stroke-linejoin: round;
}


/* =========================================
   CONTENT
========================================= */

.pizza-feature-content {
    flex: 1;
}


/* NUMBER */

.pizza-feature-content > span {
    display: block;

    margin-bottom: 5px;

    color: #d8b49e;

    font-size: 15px;

    font-weight: 800;

    letter-spacing: 1px;
}


/* TITLE */

.pizza-feature-content h3 {
    margin: 0 0 8px;

    color: #ffffff;

    font-size: 19px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}


/* DESCRIPTION */

.pizza-feature-content p {
    margin: 0;

    color: #eadbd1;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   HOVER
========================================= */

.pizza-feature-item:hover {
    transform: translateX(5px);
}

.pizza-feature-item:hover .pizza-feature-icon {
    background: #ffffff;

    border-color: #ffffff;

    color: #5a3420;

    transform: translateY(-3px);
}

.pizza-feature-item:hover .pizza-feature-content h3 {
    color: #f0d4bf;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .pizza-features-section {
        padding: 70px 20px;
    }

    .pizza-features-list {
        column-gap: 40px;
    }

    .pizza-feature-item {
        gap: 15px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pizza-features-section {
        padding: 60px 18px;
    }

    .pizza-features-heading {
        margin-bottom: 38px;
    }

    .pizza-features-heading h2 {
        font-size: 32px;
    }

    .pizza-features-heading p {
        font-size: 14px;

        line-height: 1.75;
    }

    .pizza-features-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .pizza-feature-item {
        gap: 15px;

        padding: 23px 0;
    }

    .pizza-feature-icon {
        width: 48px;

        height: 48px;

        flex-basis: 48px;
    }

    .pizza-feature-icon svg {
        width: 22px;

        height: 22px;
    }

    .pizza-feature-content h3 {
        font-size: 17px;
    }

    .pizza-feature-content p {
        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pizza-features-heading h2 {
        font-size: 29px;
    }

    .pizza-feature-item {
        gap: 12px;
    }

    .pizza-feature-icon {
        width: 44px;

        height: 44px;

        flex-basis: 44px;
    }

    .pizza-feature-content h3 {
        font-size: 16px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fa05ce2 *//* =========================================
   PIZZA BOX TYPES
   CREATIVE DESIGN
========================================= */

.pbox-types-section {
    width: 100%;

    padding: 40px 20px;

    background: #f2eee9;

    overflow: hidden;
}

.pbox-types-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pbox-types-heading {
    max-width: 760px;

    margin: 0 auto 60px;

    text-align: center;
}

.pbox-types-heading > span {
    display: inline-block;

    margin-bottom: 12px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.pbox-types-heading h2 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 43px;

    line-height: 1.2;

    font-weight: 400;
}

.pbox-types-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pbox-types-heading p {
    margin: 0;

    color: #665f59;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   GRID
========================================= */

.pbox-types-grid {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 24px;
}


/* =========================================
   TYPE
========================================= */

.pbox-type {
    position: relative;

    min-height: 285px;

    padding: 32px 34px;

    overflow: hidden;

    border-radius: 4px;

    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}


/* Different background for every item */

.pbox-type-one {
    background: #fffaf4;
}

.pbox-type-two {
    background: #eadfd5;
}

.pbox-type-three {
    background: #f7f3ed;
}

.pbox-type-four {
    background: #e5ddd5;
}

.pbox-type-five {
    grid-column: 1 / -1;

    max-width: 560px;

    width: 100%;

    margin: 0 auto;

    background: #efe5dc;
}


/* =========================================
   DECORATIVE CIRCLE
========================================= */

.pbox-type::after {
    content: "";

    position: absolute;

    width: 180px;

    height: 180px;

    right: -70px;

    bottom: -75px;

    border: 1px solid rgba(90, 52, 32, 0.13);

    border-radius: 50%;

    transition: transform 0.5s ease;
}

.pbox-type::before {
    content: "";

    position: absolute;

    width: 100px;

    height: 100px;

    right: -35px;

    bottom: -35px;

    border: 1px solid rgba(90, 52, 32, 0.09);

    border-radius: 50%;
}


/* =========================================
   TOP
========================================= */

.pbox-type-top {
    position: relative;

    z-index: 2;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 15px;

    margin-bottom: 28px;
}

.pbox-type-number {
    width: 42px;

    height: 42px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #5a3420;

    color: #ffffff;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 700;
}

.pbox-type-label {
    color: #8b6e5b;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1.4px;

    text-transform: uppercase;
}


/* =========================================
   TITLE
========================================= */

.pbox-type h3 {
    position: relative;

    z-index: 2;

    margin: 0 0 12px;

    color: #302b28;

    font-size: 24px;

    line-height: 1.3;

    font-weight: 700;
}


/* =========================================
   DESCRIPTION
========================================= */

.pbox-type p {
    position: relative;

    z-index: 2;

    max-width: 470px;

    margin: 0;

    color: #665e58;

    font-size: 14px;

    line-height: 1.75;
}


/* =========================================
   BOTTOM LINE
========================================= */

.pbox-type-line {
    position: relative;

    z-index: 2;

    width: 45px;

    height: 2px;

    margin-top: 25px;

    background: #5a3420;

    transition: width 0.4s ease;
}


/* =========================================
   BACKGROUND WORD
========================================= */

.pbox-type-word {
    position: absolute;

    right: 24px;

    bottom: 15px;

    color: rgba(90, 52, 32, 0.07);

    font-size: 40px;

    font-weight: 900;

    letter-spacing: 1px;

    line-height: 1;

    pointer-events: none;
}


/* =========================================
   HOVER
========================================= */

.pbox-type:hover {
    transform: translateY(-7px);

    box-shadow:
        0 18px 35px rgba(90, 52, 32, 0.13);
}

.pbox-type:hover::after {
    transform: scale(1.15);
}

.pbox-type:hover .pbox-type-line {
    width: 80px;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 800px) {

    .pbox-types-section {
        padding: 70px 20px;
    }

    .pbox-types-heading h2 {
        font-size: 37px;
    }

    .pbox-type {
        padding: 28px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pbox-types-section {
        padding: 60px 18px;
    }

    .pbox-types-heading {
        margin-bottom: 40px;
    }

    .pbox-types-heading h2 {
        font-size: 32px;
    }

    .pbox-types-heading p {
        font-size: 14px;
    }

    .pbox-types-grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }

    .pbox-type {
        min-height: 250px;

        padding: 25px 23px;
    }

    .pbox-type-five {
        grid-column: auto;

        max-width: none;
    }

    .pbox-type h3 {
        font-size: 21px;
    }

    .pbox-type p {
        font-size: 13px;
    }

    .pbox-type-word {
        font-size: 32px;

        right: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pbox-types-heading h2 {
        font-size: 29px;
    }

    .pbox-type {
        min-height: 235px;

        padding: 22px 20px;
    }

    .pbox-type h3 {
        font-size: 19px;
    }

    .pbox-type p {
        font-size: 12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bdad985 *//* =========================================
   PIZZA BOX SIZE OPTIONS
========================================= */

.pizza-size-section {
    width: 100%;

    padding: 50px 20px;

    background: #f3eee8;

    overflow: hidden;
}

.pizza-size-container {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pizza-size-heading {
    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}

.pizza-size-heading > span {
    display: inline-block;

    margin-bottom: 11px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.7px;

    text-transform: uppercase;
}

.pizza-size-heading h2 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.pizza-size-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pizza-size-heading p {
    margin: 0;

    color: #68615b;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   SIZE GRID
========================================= */

.pizza-size-grid {
    display: grid;

    grid-template-columns: repeat(4, 1fr);

    gap: 18px;
}


/* =========================================
   SIZE ITEM
========================================= */

.pizza-size-item {
    position: relative;

    min-height: 150px;

    display: flex;

    align-items: center;

    gap: 18px;

    padding: 25px 22px;

    background: #ffffff;

    border-bottom: 3px solid #d9c9bc;

    overflow: hidden;

    transition: all 0.35s ease;
}

.pizza-size-item::after {
    content: "";

    position: absolute;

    width: 95px;

    height: 95px;

    right: -35px;

    bottom: -40px;

    border: 1px solid rgba(90, 52, 32, 0.12);

    border-radius: 50%;
}


/* =========================================
   SIZE NUMBER
========================================= */

.pizza-size-number {
    position: relative;

    z-index: 2;

    color: #5a3420;

    font-size: 36px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -1px;
}


/* =========================================
   SIZE INFO
========================================= */

.pizza-size-info {
    position: relative;

    z-index: 2;

    display: flex;

    flex-direction: column;

    gap: 5px;
}

.pizza-size-info strong {
    color: #302b28;

    font-size: 16px;

    font-weight: 700;
}

.pizza-size-info span {
    color: #81766e;

    font-size: 11px;

    font-weight: 600;

    letter-spacing: 0.5px;
}


/* =========================================
   HOVER
========================================= */

.pizza-size-item:hover {
    transform: translateY(-6px);

    background: #5a3420;

    border-bottom-color: #5a3420;

    box-shadow:
        0 15px 30px rgba(90, 52, 32, 0.16);
}

.pizza-size-item:hover .pizza-size-number {
    color: #f0d4bf;
}

.pizza-size-item:hover .pizza-size-info strong {
    color: #ffffff;
}

.pizza-size-item:hover .pizza-size-info span {
    color: #e7d8ce;
}


/* =========================================
   CUSTOM SIZE
========================================= */

.pizza-size-custom {
    background: #5a3420;

    border-bottom-color: #5a3420;
}

.pizza-size-custom .pizza-size-number {
    color: #f0d4bf;

    font-size: 42px;
}

.pizza-size-custom .pizza-size-info strong {
    color: #ffffff;
}

.pizza-size-custom .pizza-size-info span {
    color: #e7d8ce;
}

.pizza-size-custom:hover {
    background: #472719;
}


/* =========================================
   NOTE
========================================= */

.pizza-size-note {
    display: flex;

    align-items: center;

    gap: 13px;

    max-width: 850px;

    margin: 35px auto 0;

    padding: 17px 22px;

    background: rgba(255, 255, 255, 0.65);

    border-left: 3px solid #5a3420;
}

.pizza-size-note-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: 13px;

    font-weight: 700;
}

.pizza-size-note p {
    margin: 0;

    color: #655d57;

    font-size: 15px;

    line-height: 1.6;
}

.pizza-size-note p strong {
    color: #5a3420;
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 900px) {

    .pizza-size-section {
        padding: 70px 20px;
    }

    .pizza-size-heading h2 {
        font-size: 37px;
    }

    .pizza-size-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pizza-size-section {
        padding: 60px 18px;
    }

    .pizza-size-heading {
        margin-bottom: 38px;
    }

    .pizza-size-heading h2 {
        font-size: 32px;
    }

    .pizza-size-heading p {
        font-size: 14px;
    }

    .pizza-size-grid {
        grid-template-columns: 1fr 1fr;

        gap: 12px;
    }

    .pizza-size-item {
        min-height: 125px;

        gap: 12px;

        padding: 20px 15px;
    }

    .pizza-size-number {
        font-size: 28px;
    }

    .pizza-size-info strong {
        font-size: 14px;
    }

    .pizza-size-info span {
        font-size: 10px;
    }

    .pizza-size-note {
        align-items: flex-start;

        padding: 15px;

        margin-top: 25px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pizza-size-heading h2 {
        font-size: 29px;
    }

    .pizza-size-item {
        min-height: 115px;

        padding: 17px 12px;
    }

    .pizza-size-number {
        font-size: 25px;
    }

    .pizza-size-info strong {
        font-size: 13px;
    }

    .pizza-size-note p {
        font-size: 12px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8994a0e *//* =========================================
   PIZZA BOX
   MANUFACTURING PROCESS
========================================= */

.pizza-process-section {
    width: 100%;

    padding: 50px 20px;

    background: #f7f2ed;

    overflow: hidden;
}

.pizza-process-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pizza-process-heading {
    max-width: 780px;

    margin: 0 auto 60px;

    text-align: center;
}

.pizza-process-heading > span {
    display: inline-block;

    margin-bottom: 11px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.pizza-process-heading h2 {
    margin: 0 0 16px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.pizza-process-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pizza-process-heading p {
    margin: 0;

    color: #69615b;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   PROCESS LIST
========================================= */

.pizza-process-list {
    position: relative;

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 70px;

    row-gap: 0;
}


/* =========================================
   VERTICAL CENTER LINE
========================================= */

.pizza-process-list::before {
    content: "";

    position: absolute;

    top: 0;

    bottom: 0;

    left: 50%;

    width: 1px;

    background: rgba(90, 52, 32, 0.16);

    transform: translateX(-50%);
}


/* =========================================
   PROCESS STEP
========================================= */

.pizza-process-step {
    position: relative;

    display: flex;

    gap: 22px;

    min-height: 170px;

    padding: 28px 0;

    border-bottom: 1px solid rgba(90, 52, 32, 0.16);

    transition: all 0.35s ease;
}


/* =========================================
   NUMBER
========================================= */

.pizza-process-number {
    position: relative;

    z-index: 2;

    width: 52px;

    height: 52px;

    flex: 0 0 52px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-top: 2px;

    background: #5a3420;

    color: #ffffff;

    border: 5px solid #f7f2ed;

    border-radius: 50%;

    font-size: 12px;

    font-weight: 800;

    box-shadow:
        0 0 0 1px rgba(90, 52, 32, 0.20);
}


/* =========================================
   CONTENT
========================================= */

.pizza-process-content {
    flex: 1;

    padding-right: 15px;
}

.pizza-process-content h3 {
    margin: 0 0 9px;

    color: #302b28;

    font-size: 20px;

    line-height: 1.35;

    font-weight: 700;

    transition: color 0.3s ease;
}

.pizza-process-content p {
    margin: 0;

    color: #68615c;

    font-size: 13px;

    line-height: 1.75;
}


/* =========================================
   HOVER
========================================= */

.pizza-process-step:hover {
    transform: translateX(5px);
}

.pizza-process-step:hover .pizza-process-content h3 {
    color: #5a3420;
}

.pizza-process-step:hover .pizza-process-number {
    transform: scale(1.08);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .pizza-process-section {
        padding: 70px 20px;
    }

    .pizza-process-heading h2 {
        font-size: 37px;
    }

    .pizza-process-list {
        column-gap: 40px;
    }

    .pizza-process-step {
        gap: 15px;
    }

    .pizza-process-content h3 {
        font-size: 18px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 650px) {

    .pizza-process-section {
        padding: 60px 18px;
    }

    .pizza-process-heading {
        margin-bottom: 40px;
    }

    .pizza-process-heading h2 {
        font-size: 32px;
    }

    .pizza-process-heading p {
        font-size: 14px;
    }

    .pizza-process-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .pizza-process-list::before {
        left: 26px;

        transform: none;
    }

    .pizza-process-step {
        min-height: auto;

        gap: 15px;

        padding: 24px 0;
    }

    .pizza-process-number {
        width: 52px;

        height: 52px;

        flex-basis: 52px;

        border-color: #f7f2ed;
    }

    .pizza-process-content {
        padding-right: 0;
    }

    .pizza-process-content h3 {
        font-size: 18px;
    }

    .pizza-process-content p {
        font-size: 13px;

        line-height: 1.7;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pizza-process-heading h2 {
        font-size: 29px;
    }

    .pizza-process-step {
        gap: 12px;
    }

    .pizza-process-number {
        width: 46px;

        height: 46px;

        flex-basis: 46px;

        font-size: 11px;
    }

    .pizza-process-list::before {
        left: 23px;
    }

    .pizza-process-content h3 {
        font-size: 17px;
    }

    .pizza-process-content p {
        font-size: 12.5px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-32df299 *//* =========================================
   PIZZA BOXES
   INDUSTRIES WE SERVE
========================================= */

.pizza-industries-section {
    width: 100%;

    padding: 50px 20px;

    background: #fffaf5;

    overflow: hidden;
}

.pizza-industries-wrap {
    max-width: 1150px;

    margin: 0 auto;
}


/* =========================================
   HEADING
========================================= */

.pizza-industries-heading {
    max-width: 760px;

    margin: 0 auto 55px;

    text-align: center;
}

.pizza-industries-heading > span {
    display: inline-block;

    margin-bottom: 11px;

    color: #5a3420;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}

.pizza-industries-heading h2 {
    margin: 0 0 15px;

    color: #292929;

    font-size: 42px;

    line-height: 1.2;

    font-weight: 400;
}

.pizza-industries-heading h2 strong {
    color: #5a3420;

    font-weight: 700;
}

.pizza-industries-heading p {
    margin: 0;

    color: #69615b;

    font-size: 15px;

    line-height: 1.8;
}


/* =========================================
   INDUSTRIES GRID
========================================= */

.pizza-industries-list {
    display: grid;

    grid-template-columns: repeat(2, 1fr);

    column-gap: 55px;

    row-gap: 0;
}


/* =========================================
   INDUSTRY ITEM
========================================= */

.pizza-industry-item {
    position: relative;

    display: flex;

    align-items: center;

    min-height: 92px;

    padding: 20px 5px;

    border-top: 1px solid rgba(90, 52, 32, 0.18);

    transition: all 0.35s ease;
}

.pizza-industry-item:nth-last-child(-n+2) {
    border-bottom: 1px solid rgba(90, 52, 32, 0.18);
}


/* =========================================
   NUMBER
========================================= */

.pizza-industry-number {
    width: 42px;

    flex: 0 0 42px;

    color: #b49a88;

    font-size: 11px;

    font-weight: 800;

    letter-spacing: 1px;

    transition: color 0.3s ease;
}


/* =========================================
   NAME
========================================= */

.pizza-industry-name {
    flex: 1;

    color: #302b28;

    font-size: 18px;

    font-weight: 700;

    transition: all 0.3s ease;
}


/* =========================================
   ARROW
========================================= */

.pizza-industry-arrow {
    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: #f1e7de;

    color: #5a3420;

    border-radius: 50%;

    font-size: 17px;

    transition: all 0.35s ease;
}


/* =========================================
   HOVER
========================================= */

.pizza-industry-item:hover {
    padding-left: 12px;

    padding-right: 12px;

    background: #f5ebe2;
}

.pizza-industry-item:hover .pizza-industry-number {
    color: #5a3420;
}

.pizza-industry-item:hover .pizza-industry-name {
    color: #5a3420;
}

.pizza-industry-item:hover .pizza-industry-arrow {
    background: #5a3420;

    color: #ffffff;

    transform: rotate(45deg);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .pizza-industries-section {
        padding: 70px 20px;
    }

    .pizza-industries-heading h2 {
        font-size: 37px;
    }

    .pizza-industries-list {
        column-gap: 35px;
    }

    .pizza-industry-name {
        font-size: 16px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pizza-industries-section {
        padding: 60px 18px;
    }

    .pizza-industries-heading {
        margin-bottom: 38px;
    }

    .pizza-industries-heading h2 {
        font-size: 32px;
    }

    .pizza-industries-heading p {
        font-size: 14px;

        line-height: 1.75;
    }

    .pizza-industries-list {
        grid-template-columns: 1fr;

        column-gap: 0;
    }

    .pizza-industry-item {
        min-height: 78px;

        padding: 18px 0;
    }

    .pizza-industry-item:nth-last-child(-n+2) {
        border-bottom: none;
    }

    .pizza-industry-item:last-child {
        border-bottom: 1px solid rgba(90, 52, 32, 0.18);
    }

    .pizza-industry-number {
        width: 38px;

        flex-basis: 38px;
    }

    .pizza-industry-name {
        font-size: 16px;
    }

    .pizza-industry-arrow {
        width: 34px;

        height: 34px;

        font-size: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pizza-industries-heading h2 {
        font-size: 29px;
    }

    .pizza-industry-name {
        font-size: 15px;
    }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dcba3e2 *//* =========================================
   PIZZA BOXES
   CTA SECTION
========================================= */

.pizza-cta-section {
    width: 100%;

    padding: 80px 20px;

    background: #5a3420;

    overflow: hidden;

    position: relative;
}


/* Decorative Circle */

.pizza-cta-section::before {
    content: "";

    position: absolute;

    width: 420px;

    height: 420px;

    right: -150px;

    top: -180px;

    border: 1px solid rgba(255, 255, 255, 0.10);

    border-radius: 50%;
}

.pizza-cta-section::after {
    content: "";

    position: absolute;

    width: 260px;

    height: 260px;

    right: -70px;

    bottom: -160px;

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 50%;
}


/* =========================================
   WRAP
========================================= */

.pizza-cta-wrap {
    position: relative;

    z-index: 2;

    max-width: 1150px;

    margin: 0 auto;

    display: grid;

    grid-template-columns: 1.4fr 0.6fr;

    align-items: center;

    gap: 70px;
}


/* =========================================
   LABEL
========================================= */

.pizza-cta-label {
    display: inline-block;

    margin-bottom: 13px;

    color: #e7cbbb;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.8px;

    text-transform: uppercase;
}


/* =========================================
   HEADING
========================================= */

.pizza-cta-content h2 {
    max-width: 650px;

    margin: 0 0 22px;

    color: #ffffff;

    font-size: 45px;

    line-height: 1.15;

    font-weight: 400;
}

.pizza-cta-content h2 strong {
    color: #f0d4bf;

    font-weight: 700;
}


/* =========================================
   TEXT
========================================= */

.pizza-cta-content p {
    max-width: 700px;

    margin: 0 0 15px;

    color: #eadbd1;

    font-size: 14px;

    line-height: 1.8;
}

.pizza-cta-content p strong {
    color: #ffffff;

    font-weight: 700;
}


/* =========================================
   CTA ACTION
========================================= */

.pizza-cta-action {
    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;
}


/* =========================================
   CIRCLE
========================================= */

.pizza-cta-circle {
    width: 145px;

    height: 145px;

    margin-bottom: 28px;

    display: flex;

    flex-direction: column;

    align-items: center;

    justify-content: center;

    text-align: center;

    border: 1px solid rgba(255, 255, 255, 0.30);

    border-radius: 50%;

    color: #e8d2c4;
}

.pizza-cta-circle span {
    font-size: 10px;

    letter-spacing: 1.5px;

    text-transform: uppercase;
}

.pizza-cta-circle strong {
    margin-top: 5px;

    color: #ffffff;

    font-size: 19px;

    font-weight: 700;
}


/* =========================================
   BUTTON
========================================= */

.pizza-cta-button {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    padding: 15px 25px;

    background: #ffffff;

    color: #5a3420 !important;

    border: 1px solid #ffffff;

    border-radius: 3px;

    font-size: 13px;

    font-weight: 700;

    line-height: 1;

    text-decoration: none !important;

    transition: all 0.35s ease;
}

.pizza-cta-button span {
    font-size: 18px;

    line-height: 1;

    transition: transform 0.3s ease;
}

.pizza-cta-button:hover {
    background: transparent;

    color: #ffffff !important;

    border-color: #ffffff;
}

.pizza-cta-button:hover span {
    transform: translateX(5px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 850px) {

    .pizza-cta-section {
        padding: 70px 20px;
    }

    .pizza-cta-wrap {
        grid-template-columns: 1fr;

        gap: 45px;

        text-align: center;
    }

    .pizza-cta-content h2 {
        margin-left: auto;

        margin-right: auto;

        font-size: 39px;
    }

    .pizza-cta-content p {
        margin-left: auto;

        margin-right: auto;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 600px) {

    .pizza-cta-section {
        padding: 60px 18px;
    }

    .pizza-cta-wrap {
        gap: 35px;
    }

    .pizza-cta-content h2 {
        font-size: 32px;

        line-height: 1.2;
    }

    .pizza-cta-content p {
        font-size: 13px;

        line-height: 1.75;
    }

    .pizza-cta-circle {
        width: 125px;

        height: 125px;

        margin-bottom: 22px;
    }

    .pizza-cta-circle strong {
        font-size: 17px;
    }

    .pizza-cta-button {
        width: auto;

        padding: 14px 22px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 400px) {

    .pizza-cta-content h2 {
        font-size: 29px;
    }

    .pizza-cta-content p {
        font-size: 12.5px;
    }

    .pizza-cta-circle {
        width: 115px;

        height: 115px;
    }

}/* End custom CSS */