﻿@import url("https://fonts.googleapis.com/css2?family=Signika:wght@300..700&display=swap");

body,
html {
    font-family: "Signika", sans-serif !important;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Signika" !important;
}

.header {
    display: flex;
    justify-content: center;
    background-color: #ed1c24;
    color: #ffffff;
    padding: 40px;
}

.header-link {
    color: #393f46;
    text-decoration: none;
}

a {
    font-size: 16px;
    color: #ed1c24;
}

    a:hover {
        color: #ed1c24;
    }

.btn-primary,
.btn-warning {
    background-color: #ed1c24 !important;
    border-color: #ed1c24 !important;
    color: #fff !important;
}

.justify-center {
    justify-content: center;
}

.align-center {
    align-items: center;
}

.header-topbar {
    background-color: #fff;
    width: 100%;
}

    .header-topbar p {
        color: #393f46;
        text-align: center;
        padding: 10px;
        margin: 0;
    }

.megamenu-section .navbar {
    background-color: #ed1c24;
}

.megamenu .navbar-nav .nav-item.selected .nav-link:before {
    background-color: #fff;
}

.navbar-light .megamenu .nav-item .nav-link {
    color: #fff;
}

.shopbar .shopbar-col-group-tools .menubar.desktop ul li a {
    color: #777;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-family: "Signika";
}

    .shopbar .shopbar-col-group-tools .menubar.desktop ul li a:hover {
        color: #ed1c24;
    }

.shopbar .shopbar-col-group-tools .menubar.desktop ul li.active a {
    color: #ed1c24;
}

.ourstory section#content,
.locations section#content,
.catering section#content,
.work section#content,
.partnerspage section#content,
.html-editor-content {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

/*Text Section--------------------------------------*/
.text-section {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #ed1c24;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .text-section p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 1000px) {
    .text-section {
        background-image: none;
    }
}

/*Banner section---------------------------------------*/
.ourstory .banner {
    background-image: url(/themes/FlexCDC/images/banner-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 100px 0;
}

    .ourstory .banner .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0 300px;
    }

        .ourstory .banner .text-content h1 {
            font-size: 100px;
            line-height: 1em;
            font-weight: 700;
            color: #ed1c24;
            margin: 0 0 32px 0;
        }

        .ourstory .banner .text-content p {
            font-size: 32px;
            font-weight: 500;
            color: #000;
            margin: 0;
        }

@media screen and (max-width: 1000px) {
    .ourstory .banner {
        overflow: hidden;
        width: 100vw;
        background-size: cover;
    }

        .ourstory .banner .text-content {
            padding: 20px;
            background-color: rgba(255, 255, 255, 0.8);
        }

            .ourstory .banner .text-content h1 {
                font-size: 40px;
                line-height: 1em;
                font-weight: 700;
                color: #ed1c24;
                margin: 0 0 32px 0;
            }

            .ourstory .banner .text-content p {
                font-size: 20px;
                color: #000;
                font-weight: 500;
                margin: 0;
            }
}
/*Text Section--------------------------------------*/
.ourstory .text-section-1 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #126c36;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .ourstory .text-section-1 p {
        font-size: 20px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin: 0;
    }

@media screen and (max-width: 700px) {
    .ourstory .text-section-1 {
        background-image: none;
    }
}
/*Categories section---------------------------------------*/
.timeline {
    position: relative;
    overflow: hidden;
    padding: 240px 5% 0px 5% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .timeline .top-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }

    .timeline .title {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .timeline .title p {
            font-size: 50px;
            color: #000;
            font-weight: 700;
            text-align: center;
        }

            .timeline .title p span {
                display: block;
                font-size: 0.8em;
                color: #ed1c24;
                font-weight: 500;
            }

    .timeline .timeline-img {
        width: 80vw;
    }

@media screen and (max-width: 700px) {
    .timeline {
        position: relative;
        overflow: hidden;
        padding: 100px 20px 20px 20px !important;
    }

        .timeline .title p {
            font-size: 32px;
        }

        .timeline .timeline-img {
            width: 90vw;
        }

        .timeline .bottom-divider {
            width: 100vw;
        }
}

/*Timeline Description Section----------------------*/

.timeline-description {
    padding: 40px 200px 200px 200px;
}

    .timeline-description .title {
        text-align: center;
        font-size: 60px;
        margin-bottom: 60px;
    }

        .timeline-description .title span {
            display: block;
            font-size: 1.3em;
            font-weight: 700;
        }

    .timeline-description .descriptions-container {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

        .timeline-description .descriptions-container .item {
            display: flex;
            flex-direction: column;
            gap: 30px;
        }

            .timeline-description .descriptions-container .item img {
                width: 100%;
            }

            .timeline-description .descriptions-container .item p {
                font-size: 28px;
                color: #000;
            }

@media screen and (max-width: 700px) {
    .timeline-description {
        padding: 20px 20px 80px 20px;
    }

        .timeline-description .title {
            font-size: 32px;
        }

        .timeline-description .descriptions-container .item p {
            font-size: 20px;
            color: #000;
        }
}
/*--------------------------------------------------*/
/*Sustainability Section----------------------------*/
.sustainability-section {
    background-image: url(/themes/FlexCDC/images/papercraft-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0 50px 200px;
    position: relative;
}

    .sustainability-section .text-content {
        padding-right: 32%;
    }

        .sustainability-section .text-content .title {
            font-size: 56px;
            font-weight: 700;
        }

        .sustainability-section .text-content .subtitle {
            font-size: 48px;
            font-weight: 600;
            color: #ed1c24;
        }

        .sustainability-section .text-content p {
            font-size: 28px;
            color: #000;
        }

    .sustainability-section img {
        position: absolute;
        bottom: 8%;
        right: 0;
        width: 24%;
    }

@media screen and (max-width: 700px) {
    .sustainability-section {
        background-image: url(/themes/FlexCDC/images/papercraft-bg.png);
        background-size: cover;
        background-repeat: no-repeat;
        padding: 60px 20px;
        position: relative;
    }

        .sustainability-section .text-content {
            padding-right: 0;
        }

            .sustainability-section .text-content .title {
                font-size: 32px;
                font-weight: 700;
            }

            .sustainability-section .text-content .subtitle {
                font-size: 32px;
                font-weight: 600;
                color: #ed1c24;
            }

            .sustainability-section .text-content p {
                font-size: 20px;
                color: #000;
            }

        .sustainability-section img {
            display: none;
        }
}
/*--------------------------------------------------*/
/*Text Section--------------------------------------*/
.ourstory .text-section-2 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #cf3e3b;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .ourstory .text-section-2 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .text-section-2 {
        background-image: none;
    }
}

.core-values-section {
    padding: 100px 200px;
}

    .core-values-section .title {
        text-align: center;
        font-size: 56px;
        color: #000;
    }

    .core-values-section p {
        text-align: center;
        font-size: 24px;
        color: #000;
    }

    .core-values-section .accordion {
        text-align: center;
        padding: 20px;
        color: #fff;
        background: #ed1c24;
    }

@media screen and (max-width: 700px) {
    .core-values-section {
        padding: 60px 20px;
    }

        .core-values-section .title {
            font-size: 32px;
            color: #000;
        }

        .core-values-section p {
            font-size: 20px;
        }
}

/* ------------- LOCATIONS  ------------------- */

/*General styles---------------------------------------*/

.locations-btn {
    border-radius: 100px !important;
    text-decoration: none !important;
    font-size: 30px !important;
    width: fit-content !important;
    display: block !important;
    border: none !important;
}

.locations-btn-primary {
    background-color: #ed1c24 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.locations-btn-secondary {
    background-color: #126c36 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.locations-btn-secondary-disable {
    background-color: transparent !important;
    color: #126c36 !important;
    border: 3px solid #126c36 !important;
    padding: 20px 32px !important;
}
/*Banner section---------------------------------------*/
.donations .banner {
    background-image: url(/media/743/file/banner-donations.png);
    background-size: cover;
    padding: 200px;
    color: white;
    margin-top: -30px;
}

.locations .banner {
    background-image: url(/themes/FlexCDC/images/locations-banner-bg.png);
    background-size: cover;
    padding: 300px;
}

    .locations .banner .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

        .locations .banner .text-content h1 {
            font-size: 100px;
            line-height: 1em;
            font-weight: 700;
            color: #fff;
            margin: 0 0 32px 0;
        }

        .locations .banner .text-content .btn img {
            width: 60px;
        }

        .locations .banner .text-content .btn {
            padding: 10px 30px !important;
        }

        .locations .banner .text-content p {
            font-size: 32px;
            font-weight: 500;
            color: #fff;
            margin: 0;
        }

@media screen and (max-width: 700px) {
    .locations .banner {
        overflow: hidden;
        width: 100vw;
        padding: 60px 20px 180px 20px;
        background-size: cover;
    }

        .locations .banner .text-content {
            padding: 20px;
        }

            .locations .banner .text-content h1 {
                font-size: 60px;
                margin: 0 0 20px 0;
            }

            .locations .banner .text-content p {
                font-size: 32px;
                font-weight: 500;
                margin: 0;
            }

            .locations .banner .text-content .btn img {
                width: 30px;
            }

            .locations .banner .text-content .btn {
                padding: 8px 20px !important;
            }
}

/*Text Section--------------------------------------*/
.locations .text-section-1 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #126c36;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .locations .text-section-1 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
    }

@media screen and (max-width: 700px) {
    .locations .text-section-1 {
        background-image: none;
    }

        .locations .text-section-1 p {
            font-size: 20px;
        }
}

/*Our Services section---------------------------------------*/
.our-services {
    position: relative;
    overflow: hidden;
    padding: 240px 5% 150px 5% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .our-services .top-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }

    .our-services .title {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .our-services .title h3 {
            font-size: 72px;
            line-height: 1em;
            font-weight: 700;
            color: #000;
            text-align: center;
        }

        .our-services .title p {
            font-size: 40px;
            color: #ed1c24;
        }

.services-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}

    .services-container .service {
        padding: 42px;
        border-radius: 20px;
        border: 1px solid #126c36;
    }

        .services-container .service h4 {
            font-size: 48px;
            line-height: 2em;
            color: #ed1c24;
        }

        .services-container .service p {
            font-size: 32px;
            color: #000;
        }

@media screen and (max-width: 700px) {
    .our-services {
        position: relative;
        overflow: hidden;
        padding: 100px 20px 60px 20px !important;
    }

        .our-services .title h3 {
            font-size: 48px;
        }

        .our-services .title p {
            font-size: 24px;
            color: #ed1c24;
        }

    .services-container {
        grid-template-columns: repeat(1, 1fr);
    }

        .services-container .service {
            padding: 20px;
            border-radius: 10px;
        }

            .services-container .service h4 {
                font-size: 32px;
                line-height: 2em;
            }

            .services-container .service p {
                font-size: 20px;
                color: #000;
            }
}

/*Text Section--------------------------------------*/
.locations .text-section-2 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #cf3e3b;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .locations .text-section-2 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .text-section-2 {
        background-image: none;
    }
}

/*All Brands Section-----------------------------*/
.all-brands-section {
    background-image: url(/themes/FlexCDC/images/our-people-bg.png);
    background-position: center;
    padding: 100px 0;
    position: relative;
}

    .all-brands-section h3 {
        color: #ffffff;
        font-size: 72px;
        padding-bottom: 42px;
    }

    .all-brands-section img {
        position: absolute;
        top: -120px;
        right: 350px;
        width: 480px;
        justify-self: end;
    }

@media screen and (max-width: 700px) {
    .all-brands-section {
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 20px;
    }

        .all-brands-section img {
            display: none;
        }

        .all-brands-section h3 {
            color: #ffffff;
            font-size: 46px;
            text-align: center;
            padding-bottom: 18px;
        }

        .all-brands-section .btn {
            font-size: 24px !important;
            padding: 8px 20px !important;
            text-align: center;
            margin: 0 auto;
        }
}
/*Locations----------------------------*/
.locations-section {
    overflow: hidden;
}

    .locations-section .bottom-divider {
        transform: rotate(180deg);
        width: 100vw;
    }

.locations-container {
    padding: 160px 235px;
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.location {
    display: flex;
    flex-direction: column;
    width: 100%;
}

    .location .content {
        width: 100%;
        display: flex;
        flex-direction: row;
        gap: 80px;
        margin-bottom: 50px;
    }

        .location .content .map {
            width: 50%;
        }

        .location .content .text {
            width: 50%;
        }

    .location h4 {
        font-size: 80px;
    }

    .location .content .text p {
        font-size: 28px;
    }

    .location .content .text img {
        width: 100%;
        margin-bottom: 50px;
    }

    .location .bottom-info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
    }

        .location .bottom-info div {
            display: flex;
            flex-direction: row;
            align-items: center;
            gap: 16px;
        }

            .location .bottom-info div img {
                width: 30px;
                height: 34px;
            }

    .location .bottom-info {
        margin: 0;
        font-size: 24px;
    }

        .location .bottom-info a {
            color: black !important;
            font-size: 24px;
            text-decoration: none;
        }

@media screen and (max-width: 700px) {
    .locations {
        padding: 20px;
    }

    .location .content {
        flex-direction: column;
        gap: 20px;
    }

        .location .content .text {
            width: 100%;
        }

    .location h4 {
        font-size: 48px;
    }

    .location .content .text p {
        font-size: 18px;
    }

    .location .content .text img {
        width: 100%;
        margin-bottom: 20px;
    }

    .location .content .map {
        width: 100%;
    }

    .location .bottom-info {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: flex-start;
    }

    .location .bottom-info {
        font-size: 18px;
    }
}
/*-------------------------------------*/

/*- -------- CATERING -------------- */
.catering-btn {
    border-radius: 100px !important;
    text-decoration: none !important;
    font-size: 30px !important;
    width: fit-content !important;
    display: block !important;
    border: none !important;
}

.catering-btn-primary {
    background-color: #ed1c24 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.catering-btn-secondary {
    background-color: #126c36 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.catering-btn-secondary-disable {
    background-color: transparent !important;
    color: #126c36 !important;
    border: 3px solid #126c36 !important;
    padding: 20px 32px !important;
}
/*Banner section---------------------------------------*/
.catering-banner {
    background-image: url(/themes/FlexCDC/images/papercraft-bg.png);
    background-position: center;
    overflow: hidden;
    padding: 100px 0;
}

    .catering-banner img {
        position: absolute;
        right: 0;
        height: 100%;
        z-index: 1;
        top: 0;
        bottom: 0;
        left: auto;
        margin: auto;
    }

    .catering-banner .text-content {
        padding: 160px 0 160px 160px;
    }

        .catering-banner .text-content h1 {
            font-size: 100px;
            line-height: 1em;
            font-weight: 700;
            color: #000;
            margin: 0 0 12px 0;
        }

        .catering-banner .text-content p {
            font-size: 32px;
            font-weight: 500;
            color: #126c36;
            margin: 0 0 32px 0;
        }

@media screen and (max-width: 700px) {
    .catering-banner {
        overflow: hidden !important;
    }

        .catering-banner img {
            display: none;
        }

        .catering-banner .text-content {
            padding: 20px;
            position: relative;
            z-index: 1;
            display: flex;
            flex-direction: column;
            align-items: center;
        }

            .catering-banner .text-content h1 {
                font-size: 60px;
                line-height: 1em;
                font-weight: 700;
                color: #000;
                margin: 0 0 10px 0;
            }

            .catering-banner .text-content p {
                font-size: 32px;
                font-weight: 500;
                color: #126c36;
                margin: 20px;
                text-align: center;
            }
}

/*Text Section---------------------*/
/*Text Section--------------------------------------*/
.catering-text-section-1 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #126c36;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .catering-text-section-1 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .catering-text-section-1 {
        background-image: none;
    }
}
/*---------------------------------*/

/*Categories section---------------------------------------*/
.catering-our-services {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 240px 5% 150px 5% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .catering-our-services .top-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }

    .catering-our-services .title {
        margin-bottom: 32px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

.catering-catering-our-services .title h3 {
    font-size: 90px;
    line-height: 1em;
    font-weight: 700;
    color: #000;
    text-align: center;
}

.catering-our-services .title h3 span {
    display: block;
    font-size: 0.6em;
}

@media screen and (max-width: 700px) {
    .catering-our-services {
        position: relative;
        overflow: hidden;
        padding: 100px 20px 40px 20px !important;
    }

        .catering-our-services .title h3 {
            font-size: 40px;
        }

        .catering-our-services .title a {
            font-size: 18px !important;
            padding: 10px 20px !important;
        }
}

/*Banner-2 Section-----------------------------*/
.catering-banner-2 {
    background-image: url(/themes/FlexCDC/images/banner-2-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position: relative;
    height: 400px;
    margin-bottom: 200px;
}

    .catering-banner-2 img {
        position: absolute;
        left: calc(50% - 32vw);
        width: 64vw;
        top: -100px;
    }

@media screen and (max-width: 700px) {
    .catering-banner-2 {
        padding: 0;
        position: relative;
        height: 250px;
        margin-bottom: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .catering-banner-2 img {
            position: relative;
            left: auto;
            top: auto;
            width: 90vw;
        }
}
/*Banner-3 Section-----------------------------*/
.catering-banner-3 {
    background-image: url(/themes/FlexCDC/images/banner-3-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position: relative;
    height: 520px;
}

@media screen and (max-width: 700px) {
    .catering-banner-3 {
        display: none;
    }
}

/*Text Section--------------------------------------*/
.catering-text-section-2 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #cf3e3b;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .catering-text-section-2 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .catering-text-section-2 {
        background-image: none;
    }
}

/* --------WORK WITH US --------- */

.work-btn {
    border-radius: 100px !important;
    text-decoration: none !important;
    font-size: 30px !important;
    width: fit-content !important;
    display: block !important;
    border: none !important;
}

.work-btn-primary {
    background-color: #ed1c24 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.work-btn-secondary {
    background-color: #126c36 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.work-btn-secondary-disable {
    background-color: transparent !important;
    color: #126c36 !important;
    border: 3px solid #126c36 !important;
    padding: 20px 32px !important;
}
/*Banner section---------------------------------------*/
.work-banner {
    background-image: url(/themes/FlexCDC/images/work-banner-bg.png);
    overflow: hidden;
    background-position-x: -200px;
}

    .work-banner .text-content {
        padding: 240px 20px;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 0;
    }

        .work-banner .text-content h1 {
            font-size: 100px;
            line-height: 1em;
            font-weight: 700;
            color: #fff;
            margin: 0 0 12px 0;
            text-align: end;
            padding-right: 200px;
        }

@media screen and (max-width: 700px) {
    .work-banner {
        overflow: hidden;
        background-size: cover;
    }

        .work-banner .text-content {
            padding: 60px 20px;
            background-color: rgba(0, 0, 0, 0.5);
            border-radius: 0;
        }

            .work-banner .text-content h1 {
                text-align: center;
                font-size: 60px;
                line-height: 1em;
                font-weight: 700;
                color: #fff;
                margin: 0;
                padding: 0;
            }

            .work-banner .text-content p {
                font-size: 32px;
                font-weight: 500;
                color: #126c36;
                margin: 0;
            }
}

/*Text Section--------------------------------------*/
.work-text-section-1 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #126c36;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .work-text-section-1 p {
        font-size: 48px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .work-text-section-1 {
        background-image: none;
    }

        .work-text-section-1 p {
            font-size: 24px;
            color: #ffffff;
            text-transform: uppercase;
            text-align: center;
            margin: 0;
        }
}
/*---------------------------------*/

/*Categories section---------------------------------------*/
.work-text-section {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    padding: 240px 5% 40px 5% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .work-text-section .top-divider {
        position: absolute;
        top: 0;
        left: 0;
        width: 100vw;
    }

    .work-text-section .title {
        font-size: 32px;
        padding: 0 140px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media screen and (max-width: 700px) {
    .work-text-section {
        position: relative;
        overflow: hidden;
        padding: 100px 20px 60px 20px !important;
    }

        .work-text-section .title {
            padding: 0;
            font-size: 24px;
        }
}

/*Banner-2 Section-----------------------------*/
.work-banner-2 {
    background-image: url(/themes/FlexCDC/images/banner-2-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    padding: 100px 0;
    position: relative;
    height: 420px;
}

.work-anner-2 img {
    position: absolute;
    left: calc(50% - 32vw);
    width: 64vw;
    top: -80px;
}

@media screen and (max-width: 700px) {
    .work-anner-2 {
        padding: 0;
        position: relative;
        height: 250px;
        margin-bottom: 100px;
    }

    .work-banner-2 img {
        position: absolute;
        left: calc(50% - 30vw);
        width: 60vw;
        top: 0px;
    }
}
/*Banner-3 Section-----------------------------*/
.work-banner-3 {
    padding: 100px 0 300px 0;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .work-banner-3 p {
        font-size: 64px;
        font-weight: 700;
        text-align: center;
    }

        .work-banner-3 p span {
            font-size: 0.6em;
            display: block;
        }

    .work-banner-3 img {
        transform: rotate(180deg);
        position: absolute;
        bottom: 0;
        width: 100vw;
    }

@media screen and (max-width: 700px) {
    .work-banner-3 {
        padding: 0;
        position: relative;
        padding: 0 0 100px 0;
    }

        .work-banner-3 p {
            font-size: 32px;
            font-weight: 700;
            text-align: center;
        }

        .work-banner-3 a {
            font-size: 18px !important;
            padding: 10px 20px !important;
        }
}

/*Text Section--------------------------------------*/
.work-text-section-2 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #cf3e3b;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .work-text-section-2 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .work-text-section-2 {
        background-image: none;
    }
}

/* ----------- partners  ------------ */

.partners-btn {
    border-radius: 100px !important;
    text-decoration: none !important;
    font-size: 30px !important;
    width: fit-content !important;
    display: block !important;
    border: none !important;
}

.partners-btn-primary {
    background-color: #ed1c24 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.partners-btn-secondary {
    background-color: #126c36 !important;
    color: #ffffff !important;
    padding: 20px 100px !important;
}

.partners-btn-secondary-disable {
    background-color: transparent !important;
    color: #126c36 !important;
    border: 3px solid #126c36 !important;
    padding: 20px 32px !important;
}
/*Banner section---------------------------------------*/
.partners-banner {
    background-image: url(/themes/FlexCDC/images/partners-banner-bg.png);
    padding: 240px 300px 0px 300px;
    background-size: cover;
}

    .partners-banner .text-content {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

        .partners-banner .text-content h1 {
            font-size: 100px;
            line-height: 1em;
            font-weight: 700;
            color: #fff;
        }

        .partners-banner .text-content p {
            font-size: 32px;
            font-weight: 500;
            color: #fff;
            margin: 0;
        }

    .partners-banner img {
        width: 40%;
    }

@media screen and (max-width: 700px) {
    .partners-banner {
        overflow: hidden;
        width: 100vw;
        padding: 60px 20px 0px 20px;
        background-size: cover;
    }

        .partners-banner .text-content {
            padding: 20px;
        }

            .partners-banner .text-content h1 {
                font-size: 60px;
                margin: 0 0 20px 0;
            }

            .partners-banner .text-content p {
                font-size: 32px;
                font-weight: 500;
                margin: 0;
            }

            .partners-banner .text-content .btn img {
                width: 30px;
            }

            .partners-banner .text-content .btn {
                padding: 8px 20px !important;
            }
}

/*Text Section--------------------------------------*/
.partners-text-section-1 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-size: cover;
    background-color: #cf3e3b;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .partners-text-section-1 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 0;
    }

@media screen and (max-width: 700px) {
    .partners-text-section-1 {
        background-image: none;
    }

        .partners-text-section-1 p {
            font-size: 20px;
        }
}

/*Text Section--------------------------------------*/
.partners-text-section-2 {
    background-image: url(/themes/FlexCDC/images/text-section-bg.png);
    background-color: #cf3e3b;
    background-size: 100% cover;
    background-repeat: no-repeat;
}

    .partners-text-section-2 p {
        font-size: 24px;
        color: #ffffff;
        text-transform: uppercase;
        text-align: center;
    }

@media screen and (max-width: 700px) {
    .partners-text-section-2 {
        background-image: none;
    }

        .partners-text-section-2 p {
            font-size: 20px;
        }
}
/*Partners Section-------------------*/
.partners-section .content {
    padding: 100px 200px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .partners-section .content h3 {
        font-size: 80px;
        font-weight: 700;
    }

    .partners-section .content p {
        font-size: 32px;
        text-align: center;
        margin-bottom: 80px;
    }

    .partners-section .content .partner-img {
        width: 100%;
        margin-bottom: 60px;
    }

.partners-section .bottom-divider {
    transform: rotate(180deg);
    width: 100%;
}

.partners-group {
    margin-bottom: 72px;
}

    .partners-group h4 {
        font-size: 60px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 72px;
    }

    .partners-group .grid {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 20px;
    }

        .partners-group .grid .item {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .partners-group .grid .item img {
                width: 70%;
            }

@media screen and (max-width: 700px) {
    .partners-section .content {
        padding: 20px;
    }

        .partners-section .content h3 {
            font-size: 40px;
        }

            .partners-section .content h3 img {
                width: 150px;
            }

        .partners-section .content p {
            font-size: 24px;
            margin-bottom: 20px;
        }

    .partners-group h4 {
        font-size: 40px;
        margin-bottom: 72px;
    }

    .partners-group .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 10px;
    }
}

#footer {
    border: none;
    background: #ed1c24;
    position: relative;
}

    #footer .shop-logo {
        padding-top: 1rem;
    }

        #footer .shop-logo a {
            margin: 10px auto;
        }

    #footer .footer-social-wrapper {
        padding: 0 0 0.5rem;
    }

    #footer .btn-social {
        background-color: transparent;
        color: #fff;
        width: auto;
        font-size: 16px;
        line-height: 28px;
        transition: 1s ease all;
    }

        #footer .btn-social :hover,
        #footer .btn-social :active,
        #footer .btn-social :focus {
            background-color: transparent;
            color: #fff;
        }

    #footer .btn-brand-twitter {
        padding-top: 6px;
    }

    #footer .btn-brand-facebook-f {
        font-size: 14px;
        line-height: 20px;
        width: 24px;
        height: 24px;
        background: #fff;
        color: #2d2c29;
    }

    #footer .btn-brand-instagram {
        font-size: 14px;
        line-height: 22px;
        width: 24px;
        height: 24px;
        background: #fff;
        color: #2d2c29;
    }


    #footer .btn-brand-facebook-f :hover, #footer .btn-brand-instagram :hover {
        color: #2d2c29;
    }

    #footer .footer-contact {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1rem;
        color: #fff;
    }

        #footer .footer-contact i {
            position: relative;
            top: 1px;
        }

        #footer .footer-contact a {
            padding: 0 10px;
            color: #fff;
        }

        #footer .footer-contact p {
            margin: 0;
            color: #fff;
        }

.footer-main-wrapper {
    text-align: center;
}

.footer-main .footer-title {
    text-align: center;
}

.footer-main .copyright {
    font-size: 14px;
    color: #fff;
    padding: 0 0 20px;
}

#footer-info ul {
    display: flex;
    justify-content: center;
}

    #footer-info ul li {
        display: flex;
        color: #fff;
    }

        #footer-info ul li a {
            color: #fff;
            margin: 0 10px;
        }

@media (max-width: 1024px) {
    .shopbar-container {
        padding: 0 50px !important;
    }

    .shopbar .shopbar-col-group-tools .menubar.desktop ul li a {
        font-size: 14px !important;
    }

    .locations .text-section-1,
    .text-section {
        background-position-x: -120px;
    }

    .services-container .service h4 {
        line-height: 40px;
        margin-top: 20px;
        margin-bottom: 15px;
    }

    .all-brands-section h3 {
        line-height: 70px;
    }

    .text-section.container-fluid.p-3 p {
        width: 90%;
        margin: auto;
    }

    .locations-container {
        padding: 40px 40px;
    }

    .location h4 {
        font-size: 60px;
    }

    .work-banner .text-content h1 {
        padding-right: 60px;
        padding-left: 30px;
    }

    .work-banner.container-fluid {
        background-position-x: 30%;
        background-repeat: no-repeat;
    }

    .work-text-section .title {
        padding: 0;
    }

    .work-text-section {
        padding-top: 180px !important;
    }
}

@media (max-width: 768px) {
    .location h4 {
        font-size: 45px;
    }

    .col-sm-12.col-lg.text-content {
        width: 80%;
    }

    .work-banner.container-fluid {
        background-position-x: 50%;
    }

    .work-text-section-1 {
        background-position-x: 10%;
    }

    .work-banner-3 {
        padding: 80px 40px;
    }

    .work-btn-secondary {
        text-align: center;
        font-size: 20px !important;
    }

    .work-banner-3 p {
        line-height: 60px;
    }

    .catering-banner .text-content {
        padding: 40px;
    }

    .catering-banner.container-fluid {
        padding-top: 40px;
    }

    .catering-banner img {
        width: 40%;
        min-width: 200px;
    }

    .catering-text-section-1 {
        background-position-x: 8%;
    }

    .catering-btn-primary {
        text-align: center;
        font-size: 20px !important;
    }

    .catering-our-services h3 {
        text-align: center;
        font-size: 40px;
    }
}

@media (max-width: 425px) {
    .catering-btn-primary {
        padding: 20px 30px !important;
    }

    .catering-our-services .title h3 span {
        line-height: 1em;
    }

    .catering-banner .text-content p {
        line-height: 1em;
    }
}
